@dartech/arsenal-ui 1.4.85 → 1.4.87

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.cjs.d.ts +1 -0
  2. package/index.cjs.js +1 -0
  3. package/index.d.ts +5 -5
  4. package/index.esm.js +1 -0
  5. package/package.json +4 -10
  6. package/src/consts/index.d.ts +14 -14
  7. package/src/interfaces/common.d.ts +24 -24
  8. package/src/interfaces/definition.d.ts +142 -142
  9. package/src/interfaces/index.d.ts +3 -3
  10. package/src/interfaces/ui.d.ts +73 -73
  11. package/src/lib/Alert/Alert.d.ts +55 -55
  12. package/src/lib/Alert/index.d.ts +1 -1
  13. package/src/lib/Breadcrumbs/Breadcrumbs.d.ts +8 -9
  14. package/src/lib/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -2
  15. package/src/lib/Breadcrumbs/index.d.ts +1 -1
  16. package/src/lib/ContentLayout/ContentLayout.d.ts +10 -10
  17. package/src/lib/ContentLayout/index.d.ts +1 -1
  18. package/src/lib/Definition/CreateDefinition/CreateDefinition.d.ts +26 -26
  19. package/src/lib/Definition/CreateDefinition/index.d.ts +1 -1
  20. package/src/lib/Definition/DefinitionFiller/DefinitionFiller.d.ts +21 -21
  21. package/src/lib/Definition/DefinitionFiller/index.d.ts +1 -1
  22. package/src/lib/Definition/DefinitionValueView/DefinitionValueView.d.ts +7 -8
  23. package/src/lib/Definition/DefinitionValueView/FileDefinitionValueView.d.ts +7 -8
  24. package/src/lib/Definition/DefinitionValueView/PropertyDataView.d.ts +8 -9
  25. package/src/lib/Definition/DefinitionValueView/index.d.ts +1 -1
  26. package/src/lib/Definition/index.d.ts +3 -3
  27. package/src/lib/Forms/BackButton.d.ts +6 -7
  28. package/src/lib/Forms/ControlAceEditor.d.ts +23 -23
  29. package/src/lib/Forms/ControlArrayInput.d.ts +14 -14
  30. package/src/lib/Forms/ControlAutocomplete/ControlAutocomplete.d.ts +74 -74
  31. package/src/lib/Forms/ControlAutocomplete/ControlQueryAutocomplete.d.ts +20 -20
  32. package/src/lib/Forms/ControlAutocomplete/index.d.ts +2 -2
  33. package/src/lib/Forms/ControlAutocomplete/useAutocomplete.d.ts +9 -10
  34. package/src/lib/Forms/ControlCheckbox.d.ts +51 -51
  35. package/src/lib/Forms/ControlDate.d.ts +26 -26
  36. package/src/lib/Forms/ControlDateTime.d.ts +26 -26
  37. package/src/lib/Forms/ControlDebouncedInput.d.ts +3 -4
  38. package/src/lib/Forms/ControlInput.d.ts +63 -63
  39. package/src/lib/Forms/ControlNumberInput.d.ts +72 -72
  40. package/src/lib/Forms/ControlPeriodInput.d.ts +11 -11
  41. package/src/lib/Forms/ControlPhoneInput.d.ts +17 -17
  42. package/src/lib/Forms/ControlRadio.d.ts +70 -70
  43. package/src/lib/Forms/ControlSelect.d.ts +72 -72
  44. package/src/lib/Forms/ControlSwitch.d.ts +19 -19
  45. package/src/lib/Forms/ControlTime.d.ts +24 -24
  46. package/src/lib/Forms/CopyButton.d.ts +19 -20
  47. package/src/lib/Forms/index.d.ts +17 -17
  48. package/src/lib/InfoItem/InfoItem.d.ts +7 -8
  49. package/src/lib/InfoItem/index.d.ts +1 -1
  50. package/src/lib/JsonPathPicker/JsonPathPicker.d.ts +9 -10
  51. package/src/lib/JsonPathPicker/PropertyStep.d.ts +10 -11
  52. package/src/lib/JsonPathPicker/index.d.ts +1 -1
  53. package/src/lib/JsonView/JsonView.d.ts +9 -9
  54. package/src/lib/JsonView/index.d.ts +1 -1
  55. package/src/lib/Loader/Loader.d.ts +21 -22
  56. package/src/lib/Loader/index.d.ts +1 -1
  57. package/src/lib/Modals/JsonModalView.d.ts +12 -12
  58. package/src/lib/Modals/index.d.ts +1 -1
  59. package/src/lib/OverflowTooltip/OverflowTooltip.d.ts +3 -4
  60. package/src/lib/OverflowTooltip/index.d.ts +1 -1
  61. package/src/lib/Property/PropertyFiller/ControlFiller/ControlMultiplePropertyFiller.d.ts +26 -26
  62. package/src/lib/Property/PropertyFiller/ControlFiller/ControlMultiplePropertyWidget.d.ts +24 -24
  63. package/src/lib/Property/PropertyFiller/ControlFiller/ControlPropertyFiller.d.ts +26 -26
  64. package/src/lib/Property/PropertyFiller/ControlFiller/index.d.ts +3 -3
  65. package/src/lib/Property/PropertyFiller/JsonEditor.d.ts +9 -9
  66. package/src/lib/Property/PropertyFiller/MultiplePropertyFiller.d.ts +24 -24
  67. package/src/lib/Property/PropertyFiller/MultiplePropertyWidget.d.ts +22 -22
  68. package/src/lib/Property/PropertyFiller/PropertyFiller.d.ts +24 -24
  69. package/src/lib/Property/PropertyFiller/index.d.ts +2 -2
  70. package/src/lib/Property/PropertyFiller/styled.d.ts +18 -18
  71. package/src/lib/Property/PropertyFiller/usePropertyFiller.d.ts +26 -26
  72. package/src/lib/Property/PropertyValidator/NodeValidator.d.ts +5 -6
  73. package/src/lib/Property/PropertyValidator/NodesList.d.ts +5 -6
  74. package/src/lib/Property/PropertyValidator/NumericTypeValidator.d.ts +7 -8
  75. package/src/lib/Property/PropertyValidator/PropertyValidator.d.ts +5 -6
  76. package/src/lib/Property/PropertyValidator/PropertyValidatorContext.d.ts +3 -3
  77. package/src/lib/Property/PropertyValidator/StringTypeValidator.d.ts +7 -8
  78. package/src/lib/Property/PropertyValidator/ValidationNodeSelector.d.ts +6 -7
  79. package/src/lib/Property/PropertyValidator/index.d.ts +1 -1
  80. package/src/lib/Property/PropertyWidget/PropertyWidget.d.ts +23 -23
  81. package/src/lib/Property/PropertyWidget/index.d.ts +1 -1
  82. package/src/lib/Property/UpsertProperty/CreatePropertiesList/CreatePropertiesList.d.ts +36 -36
  83. package/src/lib/Property/UpsertProperty/CreatePropertiesList/ListItem.d.ts +29 -29
  84. package/src/lib/Property/UpsertProperty/CreatePropertiesList/index.d.ts +2 -2
  85. package/src/lib/Property/UpsertProperty/CreatePropertiesListContext.d.ts +30 -30
  86. package/src/lib/Property/UpsertProperty/CreatePropertyFormFields.d.ts +24 -24
  87. package/src/lib/Property/UpsertProperty/CustomPropertyField.d.ts +6 -7
  88. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/BigDecimalPropertyFields.d.ts +7 -8
  89. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/DateAdditionalFields.d.ts +8 -9
  90. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/EntityAdditionalFields.d.ts +22 -22
  91. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/EntityReferencePropertyFields.d.ts +11 -12
  92. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/PropertyAdditionalFields.d.ts +23 -23
  93. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/StringPropertyFields.d.ts +7 -8
  94. package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/index.d.ts +1 -1
  95. package/src/lib/Property/UpsertProperty/PropertyValueField/BooleanValueField.d.ts +8 -9
  96. package/src/lib/Property/UpsertProperty/PropertyValueField/DateTimeValueField.d.ts +8 -9
  97. package/src/lib/Property/UpsertProperty/PropertyValueField/DateValueField.d.ts +8 -9
  98. package/src/lib/Property/UpsertProperty/PropertyValueField/FileValueWidget.d.ts +5 -6
  99. package/src/lib/Property/UpsertProperty/PropertyValueField/JsonValueField.d.ts +7 -8
  100. package/src/lib/Property/UpsertProperty/PropertyValueField/PropertyValueField.d.ts +23 -23
  101. package/src/lib/Property/UpsertProperty/PropertyValueField/StringValueField.d.ts +13 -14
  102. package/src/lib/Property/UpsertProperty/PropertyValueField/TimeValueField.d.ts +8 -9
  103. package/src/lib/Property/UpsertProperty/PropertyValueField/index.d.ts +1 -1
  104. package/src/lib/Property/UpsertProperty/index.d.ts +4 -4
  105. package/src/lib/Property/UpsertProperty/useCustomFields.d.ts +6 -6
  106. package/src/lib/Property/ViewPropertiesList/ViewPropertiesList.d.ts +7 -8
  107. package/src/lib/Property/ViewPropertiesList/index.d.ts +1 -1
  108. package/src/lib/Property/ViewProperty/EntityPropertiesShortView.d.ts +6 -7
  109. package/src/lib/Property/ViewProperty/EntityPropertiesView.d.ts +8 -8
  110. package/src/lib/Property/ViewProperty/PropertyDataTable.d.ts +6 -7
  111. package/src/lib/Property/ViewProperty/PropertyItem.d.ts +8 -9
  112. package/src/lib/Property/ViewProperty/ViewProperty.d.ts +8 -9
  113. package/src/lib/Property/ViewProperty/index.d.ts +1 -1
  114. package/src/lib/Property/index.d.ts +4 -4
  115. package/src/lib/Sidebar/Sidebar.d.ts +14 -14
  116. package/src/lib/Sidebar/Sidebar.styled.d.ts +118 -118
  117. package/src/lib/Sidebar/SidebarContext.d.ts +12 -12
  118. package/src/lib/Sidebar/SidebarDrawer.d.ts +13 -13
  119. package/src/lib/Sidebar/SidebarLink/MenuIcon.d.ts +6 -7
  120. package/src/lib/Sidebar/SidebarLink/SidebarLink.d.ts +7 -8
  121. package/src/lib/Sidebar/SidebarLink/SidebarLinkItem.d.ts +8 -9
  122. package/src/lib/Sidebar/SidebarLink/SidebarNestedItem.d.ts +10 -11
  123. package/src/lib/Sidebar/SidebarLink/SidebarRootItem.d.ts +10 -11
  124. package/src/lib/Sidebar/SidebarLink/index.d.ts +2 -2
  125. package/src/lib/Sidebar/index.d.ts +2 -2
  126. package/src/lib/Status/Status.d.ts +7 -8
  127. package/src/lib/Status/index.d.ts +1 -1
  128. package/src/lib/StepperView/StepperView.d.ts +11 -11
  129. package/src/lib/StepperView/index.d.ts +1 -1
  130. package/src/lib/Table/DataGrid/DataGrid.styled.d.ts +4 -4
  131. package/src/lib/Table/DataGrid/JsonTypeCell.d.ts +6 -7
  132. package/src/lib/Table/DataGrid/Table.d.ts +47 -47
  133. package/src/lib/Table/DataGrid/TableAction.d.ts +13 -13
  134. package/src/lib/Table/DataGrid/TableColumnMenu.d.ts +2 -3
  135. package/src/lib/Table/DataGrid/TablePagination.d.ts +2 -3
  136. package/src/lib/Table/DataGrid/index.d.ts +2 -2
  137. package/src/lib/Table/DataGrid/usePagination.d.ts +5 -5
  138. package/src/lib/Table/DataGrid/useTableQueryPagination.d.ts +11 -11
  139. package/src/lib/Table/DataGrid/useTableQuerySorting.d.ts +6 -6
  140. package/src/lib/Table/SimpleTable/SimpleTable.d.ts +19 -19
  141. package/src/lib/Table/SimpleTable/Table.styled.d.ts +30 -30
  142. package/src/lib/Table/SimpleTable/TableActionCell.d.ts +10 -10
  143. package/src/lib/Table/SimpleTable/index.d.ts +2 -2
  144. package/src/lib/Table/SimpleTable/useTablePagination.d.ts +7 -7
  145. package/src/lib/Table/SimpleTable/useTableSorting.d.ts +6 -6
  146. package/src/lib/Table/index.d.ts +2 -2
  147. package/src/lib/Tabs/RouteTabs.d.ts +11 -11
  148. package/src/lib/Tabs/TabPanel.d.ts +25 -25
  149. package/src/lib/Tabs/index.d.ts +2 -2
  150. package/src/lib/index.d.ts +17 -17
  151. package/src/theme/baseTheme.d.ts +2 -2
  152. package/src/theme/index.d.ts +1 -1
  153. package/src/theme/inputThemeOptions.d.ts +200 -201
  154. package/src/theme/stepperThemeOptions.d.ts +16 -16
  155. package/src/theme/tableThemeOptions.d.ts +159 -159
  156. package/src/theme/typographyThemeOptions.d.ts +29 -29
  157. package/src/utils/common.d.ts +7 -7
  158. package/src/utils/dem.d.ts +27 -27
  159. package/src/utils/hooks.d.ts +7 -7
  160. package/src/utils/index.d.ts +5 -5
  161. package/src/utils/test-mocks.d.ts +166 -166
  162. package/src/utils/ui-utils.d.ts +17 -17
  163. package/src/utils/validators.d.ts +6 -6
  164. package/index.js +0 -8486
@@ -1,201 +1,200 @@
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
+ 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,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;