@dartech/arsenal-ui 1.4.87 → 1.4.88

Sign up to get free protection for your applications and to get access to all the features.
Files changed (164) hide show
  1. package/index.d.ts +5 -5
  2. package/index.js +8487 -0
  3. package/package.json +10 -4
  4. package/src/consts/index.d.ts +14 -14
  5. package/src/interfaces/common.d.ts +24 -24
  6. package/src/interfaces/definition.d.ts +142 -142
  7. package/src/interfaces/index.d.ts +3 -3
  8. package/src/interfaces/ui.d.ts +73 -73
  9. package/src/lib/Alert/Alert.d.ts +55 -55
  10. package/src/lib/Alert/index.d.ts +1 -1
  11. package/src/lib/Breadcrumbs/Breadcrumbs.d.ts +9 -8
  12. package/src/lib/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -2
  13. package/src/lib/Breadcrumbs/index.d.ts +1 -1
  14. package/src/lib/ContentLayout/ContentLayout.d.ts +10 -10
  15. package/src/lib/ContentLayout/index.d.ts +1 -1
  16. package/src/lib/Definition/CreateDefinition/CreateDefinition.d.ts +26 -26
  17. package/src/lib/Definition/CreateDefinition/index.d.ts +1 -1
  18. package/src/lib/Definition/DefinitionFiller/DefinitionFiller.d.ts +21 -21
  19. package/src/lib/Definition/DefinitionFiller/index.d.ts +1 -1
  20. package/src/lib/Definition/DefinitionValueView/DefinitionValueView.d.ts +8 -7
  21. package/src/lib/Definition/DefinitionValueView/FileDefinitionValueView.d.ts +8 -7
  22. package/src/lib/Definition/DefinitionValueView/PropertyDataView.d.ts +9 -8
  23. package/src/lib/Definition/DefinitionValueView/index.d.ts +1 -1
  24. package/src/lib/Definition/index.d.ts +3 -3
  25. package/src/lib/Forms/BackButton.d.ts +7 -6
  26. package/src/lib/Forms/ControlAceEditor.d.ts +23 -23
  27. package/src/lib/Forms/ControlArrayInput.d.ts +14 -14
  28. package/src/lib/Forms/ControlAutocomplete/ControlAutocomplete.d.ts +74 -74
  29. package/src/lib/Forms/ControlAutocomplete/ControlQueryAutocomplete.d.ts +20 -20
  30. package/src/lib/Forms/ControlAutocomplete/index.d.ts +2 -2
  31. package/src/lib/Forms/ControlAutocomplete/useAutocomplete.d.ts +10 -9
  32. package/src/lib/Forms/ControlCheckbox.d.ts +51 -51
  33. package/src/lib/Forms/ControlDate.d.ts +26 -26
  34. package/src/lib/Forms/ControlDateTime.d.ts +26 -26
  35. package/src/lib/Forms/ControlDebouncedInput.d.ts +4 -3
  36. package/src/lib/Forms/ControlInput.d.ts +63 -63
  37. package/src/lib/Forms/ControlNumberInput.d.ts +72 -72
  38. package/src/lib/Forms/ControlPeriodInput.d.ts +11 -11
  39. package/src/lib/Forms/ControlPhoneInput.d.ts +17 -17
  40. package/src/lib/Forms/ControlRadio.d.ts +70 -70
  41. package/src/lib/Forms/ControlSelect.d.ts +72 -72
  42. package/src/lib/Forms/ControlSwitch.d.ts +19 -19
  43. package/src/lib/Forms/ControlTime.d.ts +24 -24
  44. package/src/lib/Forms/CopyButton.d.ts +20 -19
  45. package/src/lib/Forms/index.d.ts +17 -17
  46. package/src/lib/InfoItem/InfoItem.d.ts +8 -7
  47. package/src/lib/InfoItem/index.d.ts +1 -1
  48. package/src/lib/JsonPathPicker/JsonPathPicker.d.ts +10 -9
  49. package/src/lib/JsonPathPicker/PropertyStep.d.ts +11 -10
  50. package/src/lib/JsonPathPicker/index.d.ts +1 -1
  51. package/src/lib/JsonView/JsonView.d.ts +9 -9
  52. package/src/lib/JsonView/index.d.ts +1 -1
  53. package/src/lib/Loader/Loader.d.ts +22 -21
  54. package/src/lib/Loader/index.d.ts +1 -1
  55. package/src/lib/Modals/JsonModalView.d.ts +12 -12
  56. package/src/lib/Modals/index.d.ts +1 -1
  57. package/src/lib/OverflowTooltip/OverflowTooltip.d.ts +4 -3
  58. package/src/lib/OverflowTooltip/index.d.ts +1 -1
  59. package/src/lib/Property/PropertyFiller/ControlFiller/ControlMultiplePropertyFiller.d.ts +26 -26
  60. package/src/lib/Property/PropertyFiller/ControlFiller/ControlMultiplePropertyWidget.d.ts +24 -24
  61. package/src/lib/Property/PropertyFiller/ControlFiller/ControlPropertyFiller.d.ts +26 -26
  62. package/src/lib/Property/PropertyFiller/ControlFiller/index.d.ts +3 -3
  63. package/src/lib/Property/PropertyFiller/JsonEditor.d.ts +9 -9
  64. package/src/lib/Property/PropertyFiller/MultiplePropertyFiller.d.ts +24 -24
  65. package/src/lib/Property/PropertyFiller/MultiplePropertyWidget.d.ts +22 -22
  66. package/src/lib/Property/PropertyFiller/PropertyFiller.d.ts +24 -24
  67. package/src/lib/Property/PropertyFiller/index.d.ts +2 -2
  68. package/src/lib/Property/PropertyFiller/styled.d.ts +18 -18
  69. package/src/lib/Property/PropertyFiller/usePropertyFiller.d.ts +26 -26
  70. package/src/lib/Property/PropertyValidator/NodeValidator.d.ts +6 -5
  71. package/src/lib/Property/PropertyValidator/NodesList.d.ts +6 -5
  72. package/src/lib/Property/PropertyValidator/NumericTypeValidator.d.ts +8 -7
  73. package/src/lib/Property/PropertyValidator/PropertyValidator.d.ts +6 -5
  74. package/src/lib/Property/PropertyValidator/PropertyValidatorContext.d.ts +3 -3
  75. package/src/lib/Property/PropertyValidator/StringTypeValidator.d.ts +8 -7
  76. package/src/lib/Property/PropertyValidator/ValidationNodeSelector.d.ts +7 -6
  77. package/src/lib/Property/PropertyValidator/index.d.ts +1 -1
  78. package/src/lib/Property/PropertyWidget/PropertyWidget.d.ts +23 -23
  79. package/src/lib/Property/PropertyWidget/index.d.ts +1 -1
  80. package/src/lib/Property/UpsertProperty/CreatePropertiesList/CreatePropertiesList.d.ts +36 -36
  81. package/src/lib/Property/UpsertProperty/CreatePropertiesList/ListItem.d.ts +29 -29
  82. package/src/lib/Property/UpsertProperty/CreatePropertiesList/index.d.ts +2 -2
  83. package/src/lib/Property/UpsertProperty/CreatePropertiesListContext.d.ts +30 -30
  84. package/src/lib/Property/UpsertProperty/CreatePropertyFormFields.d.ts +24 -24
  85. package/src/lib/Property/UpsertProperty/CustomPropertyField.d.ts +7 -6
  86. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/BigDecimalPropertyFields.d.ts +8 -7
  87. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/DateAdditionalFields.d.ts +9 -8
  88. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/EntityAdditionalFields.d.ts +22 -22
  89. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/EntityReferencePropertyFields.d.ts +12 -11
  90. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/PropertyAdditionalFields.d.ts +23 -23
  91. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/StringPropertyFields.d.ts +8 -7
  92. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/index.d.ts +1 -1
  93. package/src/lib/Property/UpsertProperty/PropertyValueField/BooleanValueField.d.ts +8 -8
  94. package/src/lib/Property/UpsertProperty/PropertyValueField/DateTimeValueField.d.ts +8 -8
  95. package/src/lib/Property/UpsertProperty/PropertyValueField/DateValueField.d.ts +8 -8
  96. package/src/lib/Property/UpsertProperty/PropertyValueField/FileValueWidget.d.ts +6 -5
  97. package/src/lib/Property/UpsertProperty/PropertyValueField/JsonValueField.d.ts +7 -7
  98. package/src/lib/Property/UpsertProperty/PropertyValueField/PropertyValueField.d.ts +23 -23
  99. package/src/lib/Property/UpsertProperty/PropertyValueField/StringValueField.d.ts +14 -13
  100. package/src/lib/Property/UpsertProperty/PropertyValueField/TimeValueField.d.ts +8 -8
  101. package/src/lib/Property/UpsertProperty/PropertyValueField/index.d.ts +1 -1
  102. package/src/lib/Property/UpsertProperty/index.d.ts +4 -4
  103. package/src/lib/Property/UpsertProperty/useCustomFields.d.ts +6 -6
  104. package/src/lib/Property/ViewPropertiesList/ViewPropertiesList.d.ts +8 -7
  105. package/src/lib/Property/ViewPropertiesList/index.d.ts +1 -1
  106. package/src/lib/Property/ViewProperty/EntityPropertiesShortView.d.ts +7 -6
  107. package/src/lib/Property/ViewProperty/EntityPropertiesView.d.ts +8 -8
  108. package/src/lib/Property/ViewProperty/PropertyDataTable.d.ts +7 -6
  109. package/src/lib/Property/ViewProperty/PropertyItem.d.ts +8 -8
  110. package/src/lib/Property/ViewProperty/ViewProperty.d.ts +9 -8
  111. package/src/lib/Property/ViewProperty/index.d.ts +1 -1
  112. package/src/lib/Property/index.d.ts +4 -4
  113. package/src/lib/Sidebar/Sidebar.d.ts +14 -14
  114. package/src/lib/Sidebar/Sidebar.styled.d.ts +118 -118
  115. package/src/lib/Sidebar/SidebarContext.d.ts +12 -12
  116. package/src/lib/Sidebar/SidebarDrawer.d.ts +13 -13
  117. package/src/lib/Sidebar/SidebarLink/MenuIcon.d.ts +7 -6
  118. package/src/lib/Sidebar/SidebarLink/SidebarLink.d.ts +8 -7
  119. package/src/lib/Sidebar/SidebarLink/SidebarLinkItem.d.ts +9 -8
  120. package/src/lib/Sidebar/SidebarLink/SidebarNestedItem.d.ts +11 -10
  121. package/src/lib/Sidebar/SidebarLink/SidebarRootItem.d.ts +11 -10
  122. package/src/lib/Sidebar/SidebarLink/index.d.ts +2 -2
  123. package/src/lib/Sidebar/index.d.ts +2 -2
  124. package/src/lib/Status/Status.d.ts +8 -7
  125. package/src/lib/Status/index.d.ts +1 -1
  126. package/src/lib/StepperView/StepperView.d.ts +11 -11
  127. package/src/lib/StepperView/index.d.ts +1 -1
  128. package/src/lib/Table/DataGrid/DataGrid.styled.d.ts +4 -4
  129. package/src/lib/Table/DataGrid/JsonTypeCell.d.ts +7 -6
  130. package/src/lib/Table/DataGrid/Table.d.ts +47 -47
  131. package/src/lib/Table/DataGrid/TableAction.d.ts +13 -13
  132. package/src/lib/Table/DataGrid/TableColumnMenu.d.ts +3 -2
  133. package/src/lib/Table/DataGrid/TablePagination.d.ts +3 -2
  134. package/src/lib/Table/DataGrid/index.d.ts +2 -2
  135. package/src/lib/Table/DataGrid/usePagination.d.ts +5 -5
  136. package/src/lib/Table/DataGrid/useTableQueryPagination.d.ts +11 -11
  137. package/src/lib/Table/DataGrid/useTableQuerySorting.d.ts +6 -6
  138. package/src/lib/Table/SimpleTable/SimpleTable.d.ts +19 -19
  139. package/src/lib/Table/SimpleTable/Table.styled.d.ts +30 -30
  140. package/src/lib/Table/SimpleTable/TableActionCell.d.ts +10 -10
  141. package/src/lib/Table/SimpleTable/index.d.ts +2 -2
  142. package/src/lib/Table/SimpleTable/useTablePagination.d.ts +7 -7
  143. package/src/lib/Table/SimpleTable/useTableSorting.d.ts +6 -6
  144. package/src/lib/Table/index.d.ts +2 -2
  145. package/src/lib/Tabs/RouteTabs.d.ts +11 -11
  146. package/src/lib/Tabs/TabPanel.d.ts +25 -25
  147. package/src/lib/Tabs/index.d.ts +2 -2
  148. package/src/lib/index.d.ts +17 -17
  149. package/src/theme/baseTheme.d.ts +2 -2
  150. package/src/theme/index.d.ts +1 -1
  151. package/src/theme/inputThemeOptions.d.ts +201 -200
  152. package/src/theme/stepperThemeOptions.d.ts +16 -16
  153. package/src/theme/tableThemeOptions.d.ts +159 -159
  154. package/src/theme/typographyThemeOptions.d.ts +29 -29
  155. package/src/utils/common.d.ts +7 -7
  156. package/src/utils/dem.d.ts +27 -27
  157. package/src/utils/hooks.d.ts +7 -7
  158. package/src/utils/index.d.ts +5 -5
  159. package/src/utils/test-mocks.d.ts +166 -166
  160. package/src/utils/ui-utils.d.ts +17 -17
  161. package/src/utils/validators.d.ts +6 -6
  162. package/index.cjs.d.ts +0 -1
  163. package/index.cjs.js +0 -1
  164. package/index.esm.js +0 -1
@@ -1,200 +1,201 @@
1
- declare const inputThemeOptions: {
2
- components: {
3
- MuiButtonBase: {
4
- defaultProps: {
5
- disableElevation: boolean;
6
- };
7
- styleOverrides: {
8
- root: {
9
- '&.MuiButton-root': {
10
- boxShadow: string;
11
- };
12
- '&.MuiButton-root:hover': {
13
- boxShadow: string;
14
- };
15
- '&.MuiButton-containedPrimary:hover': {
16
- backgroundColor: string;
17
- };
18
- '&.MuiButton-outlinedPrimary:hover': {
19
- backgroundColor: string;
20
- borderColor: string;
21
- };
22
- '&.MuiButton-textPrimary': {
23
- color: string;
24
- '&:hover': {
25
- backgroundColor: string;
26
- };
27
- '&:active': {
28
- backgroundColor: string;
29
- };
30
- };
31
- '&.MuiButton-textSecondary': {
32
- color: string;
33
- '&:hover': {
34
- backgroundColor: string;
35
- };
36
- '&:active': {
37
- backgroundColor: string;
38
- };
39
- };
40
- };
41
- };
42
- };
43
- MuiInputBase: {
44
- styleOverrides: {
45
- root: {
46
- color: string;
47
- borderRadius: string;
48
- minWidth: string;
49
- background: string;
50
- paddingRight: string;
51
- };
52
- input: {
53
- minWidth: string;
54
- };
55
- };
56
- };
57
- MuiSelect: {
58
- defaultProps: {
59
- IconComponent: () => import("react/jsx-runtime").JSX.Element;
60
- };
61
- styleOverrides: {
62
- nativeInput: {
63
- padding: number;
64
- height: string;
65
- };
66
- };
67
- };
68
- MuiTextField: {
69
- styleOverrides: {
70
- root: {
71
- minWidth: string;
72
- };
73
- };
74
- };
75
- MuiInputLabel: {
76
- styleOverrides: {
77
- root: {
78
- color: string;
79
- position: string;
80
- overflow: string;
81
- transform: string;
82
- marginBottom: string;
83
- fontWeight: number;
84
- fontSize: string;
85
- lineHeight: string;
86
- pointerEvents: string;
87
- '&.Mui-focused': {
88
- color: string;
89
- };
90
- };
91
- };
92
- };
93
- MuiOutlinedInput: {
94
- styleOverrides: {
95
- root: {
96
- borderRadius: string;
97
- minWidth: string;
98
- '&:hover': {
99
- '.MuiOutlinedInput-notchedOutline': {
100
- borderColor: string;
101
- };
102
- };
103
- '&.Mui-focused': {
104
- '.MuiOutlinedInput-notchedOutline': {
105
- borderColor: string;
106
- };
107
- };
108
- };
109
- notchedOutline: {
110
- top: number;
111
- '& legend': {
112
- display: string;
113
- transition: string;
114
- };
115
- };
116
- };
117
- };
118
- MuiAutocomplete: {
119
- defaultProps: {
120
- popupIcon: import("react/jsx-runtime").JSX.Element;
121
- };
122
- styleOverrides: {
123
- root: {
124
- '& .MuiOutlinedInput-root .MuiAutocomplete-endAdornment': {
125
- right: number;
126
- };
127
- };
128
- paper: {
129
- marginTop: number;
130
- borderRadius: number;
131
- boxShadow: string;
132
- };
133
- listbox: {
134
- '::-webkit-scrollbar': {
135
- width: string;
136
- backgroundColor: string;
137
- };
138
- '::-webkit-scrollbar-thumb': {
139
- borderRadius: string;
140
- backgroundColor: string;
141
- };
142
- };
143
- };
144
- };
145
- MuiMenu: {
146
- styleOverrides: {
147
- list: {
148
- paddingTop: number;
149
- paddingBottom: number;
150
- background: string;
151
- '& li.Mui-selected': {
152
- background: string;
153
- };
154
- };
155
- };
156
- };
157
- MuiPopover: {
158
- styleOverrides: {
159
- paper: {
160
- marginTop: number;
161
- borderRadius: number;
162
- boxShadow: string;
163
- };
164
- };
165
- };
166
- MuiFormLabel: {
167
- styleOverrides: {
168
- root: {
169
- color: string;
170
- fontSize: number;
171
- fontWeight: number;
172
- '&.Mui-focused': {
173
- color: string;
174
- };
175
- '& span': {
176
- color: string;
177
- };
178
- };
179
- asterisk: {
180
- color: string;
181
- '&$error': {
182
- color: string;
183
- };
184
- };
185
- };
186
- };
187
- MuiTooltip: {
188
- styleOverrides: {
189
- tooltip: {
190
- fontSize: number;
191
- };
192
- backgroundColor: string;
193
- padding: string;
194
- borderRadius: number;
195
- textAlign: string;
196
- };
197
- };
198
- };
199
- };
200
- export default inputThemeOptions;
1
+ /// <reference types="react" />
2
+ declare const inputThemeOptions: {
3
+ components: {
4
+ MuiButtonBase: {
5
+ defaultProps: {
6
+ disableElevation: boolean;
7
+ };
8
+ styleOverrides: {
9
+ root: {
10
+ '&.MuiButton-root': {
11
+ boxShadow: string;
12
+ };
13
+ '&.MuiButton-root:hover': {
14
+ boxShadow: string;
15
+ };
16
+ '&.MuiButton-containedPrimary:hover': {
17
+ backgroundColor: string;
18
+ };
19
+ '&.MuiButton-outlinedPrimary:hover': {
20
+ backgroundColor: string;
21
+ borderColor: string;
22
+ };
23
+ '&.MuiButton-textPrimary': {
24
+ color: string;
25
+ '&:hover': {
26
+ backgroundColor: string;
27
+ };
28
+ '&:active': {
29
+ backgroundColor: string;
30
+ };
31
+ };
32
+ '&.MuiButton-textSecondary': {
33
+ color: string;
34
+ '&:hover': {
35
+ backgroundColor: string;
36
+ };
37
+ '&:active': {
38
+ backgroundColor: string;
39
+ };
40
+ };
41
+ };
42
+ };
43
+ };
44
+ MuiInputBase: {
45
+ styleOverrides: {
46
+ root: {
47
+ color: string;
48
+ borderRadius: string;
49
+ minWidth: string;
50
+ background: string;
51
+ paddingRight: string;
52
+ };
53
+ input: {
54
+ minWidth: string;
55
+ };
56
+ };
57
+ };
58
+ MuiSelect: {
59
+ defaultProps: {
60
+ IconComponent: () => JSX.Element;
61
+ };
62
+ styleOverrides: {
63
+ nativeInput: {
64
+ padding: number;
65
+ height: string;
66
+ };
67
+ };
68
+ };
69
+ MuiTextField: {
70
+ styleOverrides: {
71
+ root: {
72
+ minWidth: string;
73
+ };
74
+ };
75
+ };
76
+ MuiInputLabel: {
77
+ styleOverrides: {
78
+ root: {
79
+ color: string;
80
+ position: string;
81
+ overflow: string;
82
+ transform: string;
83
+ marginBottom: string;
84
+ fontWeight: number;
85
+ fontSize: string;
86
+ lineHeight: string;
87
+ pointerEvents: string;
88
+ '&.Mui-focused': {
89
+ color: string;
90
+ };
91
+ };
92
+ };
93
+ };
94
+ MuiOutlinedInput: {
95
+ styleOverrides: {
96
+ root: {
97
+ borderRadius: string;
98
+ minWidth: string;
99
+ '&:hover': {
100
+ '.MuiOutlinedInput-notchedOutline': {
101
+ borderColor: string;
102
+ };
103
+ };
104
+ '&.Mui-focused': {
105
+ '.MuiOutlinedInput-notchedOutline': {
106
+ borderColor: string;
107
+ };
108
+ };
109
+ };
110
+ notchedOutline: {
111
+ top: number;
112
+ '& legend': {
113
+ display: string;
114
+ transition: string;
115
+ };
116
+ };
117
+ };
118
+ };
119
+ MuiAutocomplete: {
120
+ defaultProps: {
121
+ popupIcon: JSX.Element;
122
+ };
123
+ styleOverrides: {
124
+ root: {
125
+ '& .MuiOutlinedInput-root .MuiAutocomplete-endAdornment': {
126
+ right: number;
127
+ };
128
+ };
129
+ paper: {
130
+ marginTop: number;
131
+ borderRadius: number;
132
+ boxShadow: string;
133
+ };
134
+ listbox: {
135
+ '::-webkit-scrollbar': {
136
+ width: string;
137
+ backgroundColor: string;
138
+ };
139
+ '::-webkit-scrollbar-thumb': {
140
+ borderRadius: string;
141
+ backgroundColor: string;
142
+ };
143
+ };
144
+ };
145
+ };
146
+ MuiMenu: {
147
+ styleOverrides: {
148
+ list: {
149
+ paddingTop: number;
150
+ paddingBottom: number;
151
+ background: string;
152
+ '& li.Mui-selected': {
153
+ background: string;
154
+ };
155
+ };
156
+ };
157
+ };
158
+ MuiPopover: {
159
+ styleOverrides: {
160
+ paper: {
161
+ marginTop: number;
162
+ borderRadius: number;
163
+ boxShadow: string;
164
+ };
165
+ };
166
+ };
167
+ MuiFormLabel: {
168
+ styleOverrides: {
169
+ root: {
170
+ color: string;
171
+ fontSize: number;
172
+ fontWeight: number;
173
+ '&.Mui-focused': {
174
+ color: string;
175
+ };
176
+ '& span': {
177
+ color: string;
178
+ };
179
+ };
180
+ asterisk: {
181
+ color: string;
182
+ '&$error': {
183
+ color: string;
184
+ };
185
+ };
186
+ };
187
+ };
188
+ MuiTooltip: {
189
+ styleOverrides: {
190
+ tooltip: {
191
+ fontSize: number;
192
+ };
193
+ backgroundColor: string;
194
+ padding: string;
195
+ borderRadius: number;
196
+ textAlign: string;
197
+ };
198
+ };
199
+ };
200
+ };
201
+ export default inputThemeOptions;
@@ -1,16 +1,16 @@
1
- declare const stepperThemeOptions: {
2
- components: {
3
- MuiStepIcon: {
4
- styleOverrides: {
5
- root: {
6
- fontSize: string;
7
- color: string;
8
- '&.Mui-active, &.Mui-completed': {
9
- color: string;
10
- };
11
- };
12
- };
13
- };
14
- };
15
- };
16
- export default stepperThemeOptions;
1
+ declare const stepperThemeOptions: {
2
+ components: {
3
+ MuiStepIcon: {
4
+ styleOverrides: {
5
+ root: {
6
+ fontSize: string;
7
+ color: string;
8
+ '&.Mui-active, &.Mui-completed': {
9
+ color: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ };
15
+ };
16
+ export default stepperThemeOptions;