@aws-amplify/ui 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/helpers/authenticator/context.js +1 -1
- package/dist/esm/helpers/authenticator/form.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/it.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/machines/authenticator/defaultServices.js +1 -1
- package/dist/esm/theme/tokens/components/autocomplete.js +1 -0
- package/dist/esm/theme/tokens/components/highlightMatch.js +1 -0
- package/dist/esm/theme/tokens/components/index.js +1 -1
- package/dist/esm/theme/tokens/components/switchField.js +1 -1
- package/dist/esm/types/primitives/componentClassName.js +1 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +111 -98
- package/dist/theme.css +27 -1
- package/dist/types/theme/tokens/components/autocomplete.d.ts +42 -0
- package/dist/types/theme/tokens/components/highlightMatch.d.ts +9 -0
- package/dist/types/theme/tokens/components/index.d.ts +4 -0
- package/dist/types/theme/tokens/components/switchField.d.ts +1 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/primitives/componentClassName.d.ts +127 -0
- package/dist/types/types/primitives/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
export declare enum ComponentClassName {
|
|
2
|
+
Alert = "amplify-alert",
|
|
3
|
+
AlertIcon = "amplify-alert__icon",
|
|
4
|
+
AlertHeading = "amplify-alert__heading",
|
|
5
|
+
AlertBody = "amplify-alert__body",
|
|
6
|
+
AlertDismiss = "amplify-alert__dismiss",
|
|
7
|
+
Autocomplete = "amplify-autocomplete",
|
|
8
|
+
AutocompleteMenu = "amplify-autocomplete__menu",
|
|
9
|
+
AutocompleteMenuEmpty = "amplify-autocomplete__menu--empty",
|
|
10
|
+
AutocompleteMenuFooter = "amplify-autocomplete__menu__footer",
|
|
11
|
+
AutocompleteMenuHeader = "amplify-autocomplete__menu__header",
|
|
12
|
+
AutocompleteMenuLoading = "amplify-autocomplete__menu--loading",
|
|
13
|
+
AutocompleteMenuOption = "amplify-autocomplete__menu__option",
|
|
14
|
+
AutocompleteMenuOptions = "amplify-autocomplete__menu__options",
|
|
15
|
+
Badge = "amplify-badge",
|
|
16
|
+
Button = "amplify-button",
|
|
17
|
+
ButtonGroup = "amplify-buttongroup",
|
|
18
|
+
ButtonLoaderWrapper = "amplify-button__loader-wrapper",
|
|
19
|
+
Card = "amplify-card",
|
|
20
|
+
Checkbox = "amplify-checkbox",
|
|
21
|
+
CheckboxButton = "amplify-checkbox__button",
|
|
22
|
+
CheckboxIcon = "amplify-checkbox__icon",
|
|
23
|
+
CheckboxInput = "amplify-checkbox__input",
|
|
24
|
+
CheckboxLabel = "amplify-checkbox__label",
|
|
25
|
+
CheckboxField = "amplify-checkboxfield",
|
|
26
|
+
Collection = "amplify-collection",
|
|
27
|
+
CollectionItems = "amplify-collection-items",
|
|
28
|
+
CollectionSearch = "amplify-collection-search",
|
|
29
|
+
CollectionPagination = "amplify-collection-pagination",
|
|
30
|
+
CountryCodeSelect = "amplify-countrycodeselect",
|
|
31
|
+
DialCodeSelect = "amplify-dialcodeselect",
|
|
32
|
+
Divider = "amplify-divider",
|
|
33
|
+
DividerLabel = "amplify-divider--label",
|
|
34
|
+
Expander = "amplify-expander",
|
|
35
|
+
ExpanderContent = "amplify-expander__content",
|
|
36
|
+
ExpanderContentText = "amplify-expander__content__text",
|
|
37
|
+
ExpanderHeader = "amplify-expander__header",
|
|
38
|
+
ExpanderIcon = "amplify-expander__icon",
|
|
39
|
+
ExpanderItem = "amplify-expander__item",
|
|
40
|
+
ExpanderTrigger = "amplify-expander__trigger",
|
|
41
|
+
Field = "amplify-field",
|
|
42
|
+
FieldDescription = "amplify-field__description",
|
|
43
|
+
FieldErrorMessage = "amplify-field__error-message",
|
|
44
|
+
FieldGroup = "amplify-field-group",
|
|
45
|
+
FieldGroupControl = "amplify-field-group__control",
|
|
46
|
+
FieldGroupOuterEnd = "amplify-field-group__outer-end",
|
|
47
|
+
FieldGroupOuterStart = "amplify-field-group__outer-start",
|
|
48
|
+
FieldGroupInnerEnd = "amplify-field-group__inner-end",
|
|
49
|
+
FieldGroupInnerStart = "amplify-field-group__inner-start",
|
|
50
|
+
FieldGroupIcon = "amplify-field-group__icon",
|
|
51
|
+
FieldGroupIconButton = "amplify-field-group__icon-button",
|
|
52
|
+
FieldGroupHasInnerEnd = "amplify-field-group--has-inner-end",
|
|
53
|
+
FieldGroupHasInnerStart = "amplify-field-group--has-inner-start",
|
|
54
|
+
FieldShowPassword = "amplify-field__show-password",
|
|
55
|
+
FieldGroupFieldWrapper = "amplify-field-group__field-wrapper",
|
|
56
|
+
Flex = "amplify-flex",
|
|
57
|
+
Grid = "amplify-grid",
|
|
58
|
+
Heading = "amplify-heading",
|
|
59
|
+
HighlightMatch = "amplify-highlightmatch",
|
|
60
|
+
HighlightMatchHighlighted = "amplify-highlightmatch__highlighted",
|
|
61
|
+
Icon = "amplify-icon",
|
|
62
|
+
Image = "amplify-image",
|
|
63
|
+
Input = "amplify-input",
|
|
64
|
+
Label = "amplify-label",
|
|
65
|
+
Link = "amplify-link",
|
|
66
|
+
Loader = "amplify-loader",
|
|
67
|
+
LoaderDeterminate = "amplify-loader--determinate",
|
|
68
|
+
LoaderPercentageText = "amplify-loader__percentage-text",
|
|
69
|
+
MenuContent = "amplify-menu-content",
|
|
70
|
+
MenuItem = "amplify-menu-content__item",
|
|
71
|
+
MenuTrigger = "amplify-menu-trigger",
|
|
72
|
+
Pagination = "amplify-pagination",
|
|
73
|
+
PaginationItemButton = "amplify-pagination__item-button",
|
|
74
|
+
PaginationItemCurrent = "amplify-pagination__item-current",
|
|
75
|
+
PaginationItemEllipsis = "amplify-pagination__item-ellipsis",
|
|
76
|
+
PasswordField = "amplify-passwordfield",
|
|
77
|
+
PhoneNumberField = "amplify-phonenumberfield",
|
|
78
|
+
Placeholder = "amplify-placeholder",
|
|
79
|
+
Radio = "amplify-radio",
|
|
80
|
+
RadioButton = "amplify-radio__button",
|
|
81
|
+
RadioInput = "amplify-radio__input",
|
|
82
|
+
RadioLabel = "amplify-radio__label",
|
|
83
|
+
RadioGroupField = "amplify-radiogroupfield",
|
|
84
|
+
RadioGroup = "amplify-radiogroup",
|
|
85
|
+
Rating = "amplify-rating",
|
|
86
|
+
ScrollView = "amplify-scrollview",
|
|
87
|
+
SearchField = "amplify-searchfield",
|
|
88
|
+
SearchFieldClear = "amplify-searchfield__clear",
|
|
89
|
+
SearchFieldSearch = "amplify-searchfield__search",
|
|
90
|
+
Select = "amplify-select",
|
|
91
|
+
SelectField = "amplify-selectfield",
|
|
92
|
+
SelectWrapper = "amplify-select__wrapper",
|
|
93
|
+
SelectIconWrapper = "amplify-select__icon-wrapper",
|
|
94
|
+
SliderField = "amplify-sliderfield",
|
|
95
|
+
SliderFieldGroup = "amplify-sliderfield__group",
|
|
96
|
+
SliderFieldLabel = "amplify-sliderfield__label",
|
|
97
|
+
SliderFieldRange = "amplify-sliderfield__range",
|
|
98
|
+
SliderFieldRoot = "amplify-sliderfield__root",
|
|
99
|
+
SliderFieldThumb = "amplify-sliderfield__thumb",
|
|
100
|
+
SliderFieldTrack = "amplify-sliderfield__track",
|
|
101
|
+
StepperField = "amplify-stepperfield",
|
|
102
|
+
StepperFieldButtonDecrease = "amplify-stepperfield__button--decrease",
|
|
103
|
+
StepperFieldButtonIncrease = "amplify-stepperfield__button--increase",
|
|
104
|
+
StepperFieldInput = "amplify-stepperfield__input",
|
|
105
|
+
SwitchField = "amplify-switchfield",
|
|
106
|
+
SwitchLabel = "amplify-switch-label",
|
|
107
|
+
SwitchThumb = "amplify-switch-thumb",
|
|
108
|
+
SwitchTrack = "amplify-switch-track",
|
|
109
|
+
SwitchWrapper = "amplify-switch__wrapper",
|
|
110
|
+
Table = "amplify-table",
|
|
111
|
+
TableCaption = "amplify-table__caption",
|
|
112
|
+
TableBody = "amplify-table__body",
|
|
113
|
+
TableTd = "amplify-table__td",
|
|
114
|
+
TableTh = "amplify-table__th",
|
|
115
|
+
TableFoot = "amplify-table__foot",
|
|
116
|
+
TableHead = "amplify-table__head",
|
|
117
|
+
TableRow = "amplify-table__row",
|
|
118
|
+
Tabs = "amplify-tabs",
|
|
119
|
+
TabItems = "amplify-tabs-item",
|
|
120
|
+
Text = "amplify-text",
|
|
121
|
+
Textarea = "amplify-textarea",
|
|
122
|
+
TextAreaField = "amplify-textareafield",
|
|
123
|
+
TextField = "amplify-textfield",
|
|
124
|
+
ToggleButton = "amplify-togglebutton",
|
|
125
|
+
ToggleButtonGroup = "amplify-togglebuttongroup",
|
|
126
|
+
VisuallyHidden = "amplify-visually-hidden"
|
|
127
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ComponentClassName } from './componentClassName';
|