-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(picker): ensure that width is customizable from the outside
- Loading branch information
Showing
3 changed files
with
295 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,240 @@ | ||
/* | ||
Copyright 2020 Adobe. All rights reserved. | ||
This file is licensed to you under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. You may obtain a copy | ||
of the License at http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software distributed under | ||
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS | ||
OF ANY KIND, either express or implied. See the License for the specific language | ||
governing permissions and limitations under the License. | ||
*/ | ||
export const states: { | ||
id: string; | ||
label: string; | ||
}[] = [ | ||
{ | ||
id: 'lb1-al', | ||
label: 'Alabama', | ||
}, | ||
{ | ||
id: 'lb1-ak', | ||
label: 'Alaska', | ||
}, | ||
{ | ||
id: 'lb1-as', | ||
label: 'American Samoa', | ||
}, | ||
{ | ||
id: 'lb1-az', | ||
label: 'Arizona', | ||
}, | ||
{ | ||
id: 'lb1-ar', | ||
label: 'Arkansas', | ||
}, | ||
{ | ||
id: 'lb1-ca', | ||
label: 'California', | ||
}, | ||
{ | ||
id: 'lb1-co', | ||
label: 'Colorado', | ||
}, | ||
{ | ||
id: 'lb1-ct', | ||
label: 'Connecticut', | ||
}, | ||
{ | ||
id: 'lb1-de', | ||
label: 'Delaware', | ||
}, | ||
{ | ||
id: 'lb1-dc', | ||
label: 'District of Columbia', | ||
}, | ||
{ | ||
id: 'lb1-fl', | ||
label: 'Florida', | ||
}, | ||
{ | ||
id: 'lb1-ga', | ||
label: 'Georgia', | ||
}, | ||
{ | ||
id: 'lb1-gm', | ||
label: 'Guam', | ||
}, | ||
{ | ||
id: 'lb1-hi', | ||
label: 'Hawaii', | ||
}, | ||
{ | ||
id: 'lb1-id', | ||
label: 'Idaho', | ||
}, | ||
{ | ||
id: 'lb1-il', | ||
label: 'Illinois', | ||
}, | ||
{ | ||
id: 'lb1-in', | ||
label: 'Indiana', | ||
}, | ||
{ | ||
id: 'lb1-ia', | ||
label: 'Iowa', | ||
}, | ||
{ | ||
id: 'lb1-ks', | ||
label: 'Kansas', | ||
}, | ||
{ | ||
id: 'lb1-ky', | ||
label: 'Kentucky', | ||
}, | ||
{ | ||
id: 'lb1-la', | ||
label: 'Louisiana', | ||
}, | ||
{ | ||
id: 'lb1-me', | ||
label: 'Maine', | ||
}, | ||
{ | ||
id: 'lb1-md', | ||
label: 'Maryland', | ||
}, | ||
{ | ||
id: 'lb1-ma', | ||
label: 'Massachusetts', | ||
}, | ||
{ | ||
id: 'lb1-mi', | ||
label: 'Michigan', | ||
}, | ||
{ | ||
id: 'lb1-mn', | ||
label: 'Minnesota', | ||
}, | ||
{ | ||
id: 'lb1-ms', | ||
label: 'Mississippi', | ||
}, | ||
{ | ||
id: 'lb1-mo', | ||
label: 'Missouri', | ||
}, | ||
{ | ||
id: 'lb1-mt', | ||
label: 'Montana', | ||
}, | ||
{ | ||
id: 'lb1-ne', | ||
label: 'Nebraska', | ||
}, | ||
{ | ||
id: 'lb1-nv', | ||
label: 'Nevada', | ||
}, | ||
{ | ||
id: 'lb1-nh', | ||
label: 'New Hampshire', | ||
}, | ||
{ | ||
id: 'lb1-nj', | ||
label: 'New Jersey', | ||
}, | ||
{ | ||
id: 'lb1-nm', | ||
label: 'New Mexico', | ||
}, | ||
{ | ||
id: 'lb1-ny', | ||
label: 'New York', | ||
}, | ||
{ | ||
id: 'lb1-nc', | ||
label: 'North Carolina', | ||
}, | ||
{ | ||
id: 'lb1-nd', | ||
label: 'North Dakota', | ||
}, | ||
{ | ||
id: 'lb1-mp', | ||
label: 'Northern Marianas Islands', | ||
}, | ||
{ | ||
id: 'lb1-oh', | ||
label: 'Ohio', | ||
}, | ||
{ | ||
id: 'lb1-ok', | ||
label: 'Oklahoma', | ||
}, | ||
{ | ||
id: 'lb1-or', | ||
label: 'Oregon', | ||
}, | ||
{ | ||
id: 'lb1-pa', | ||
label: 'Pennsylvania', | ||
}, | ||
{ | ||
id: 'lb1-pr', | ||
label: 'Puerto Rico', | ||
}, | ||
{ | ||
id: 'lb1-ri', | ||
label: 'Rhode Island', | ||
}, | ||
{ | ||
id: 'lb1-sc', | ||
label: 'South Carolina', | ||
}, | ||
{ | ||
id: 'lb1-sd', | ||
label: 'South Dakota', | ||
}, | ||
{ | ||
id: 'lb1-tn', | ||
label: 'Tennessee', | ||
}, | ||
{ | ||
id: 'lb1-tx', | ||
label: 'Texas', | ||
}, | ||
{ | ||
id: 'lb1-ut', | ||
label: 'Utah', | ||
}, | ||
{ | ||
id: 'lb1-ve', | ||
label: 'Vermont', | ||
}, | ||
{ | ||
id: 'lb1-va', | ||
label: 'Virginia', | ||
}, | ||
{ | ||
id: 'lb1-vi', | ||
label: 'Virgin Islands', | ||
}, | ||
{ | ||
id: 'lb1-wa', | ||
label: 'Washington', | ||
}, | ||
{ | ||
id: 'lb1-wv', | ||
label: 'West Virginia', | ||
}, | ||
{ | ||
id: 'lb1-wi', | ||
label: 'Wisconsin', | ||
}, | ||
{ | ||
id: 'lb1-wy', | ||
label: 'Wyoming', | ||
}, | ||
]; |