@imposium-hub/components 2.13.7 → 2.14.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/cjs/components/advanced-number-field/AdvancedNumberField.d.ts +9 -0
- package/dist/cjs/components/advanced-number-field/AdvancedNumberField.js +2 -2
- package/dist/cjs/components/advanced-number-field/AdvancedNumberField.js.map +1 -1
- package/dist/cjs/components/button-group-field/ButtonGroupField.d.ts +9 -0
- package/dist/cjs/components/button-group-field/ButtonGroupField.js +38 -20
- package/dist/cjs/components/button-group-field/ButtonGroupField.js.map +1 -1
- package/dist/cjs/components/checkbox-field/CheckboxField.d.ts +8 -0
- package/dist/cjs/components/checkbox-field/CheckboxField.js +2 -2
- package/dist/cjs/components/checkbox-field/CheckboxField.js.map +1 -1
- package/dist/cjs/components/color-field/ColorField.d.ts +8 -0
- package/dist/cjs/components/color-field/ColorField.js +2 -2
- package/dist/cjs/components/color-field/ColorField.js.map +1 -1
- package/dist/cjs/components/controlled-list/ControlledList.d.ts +6 -2
- package/dist/cjs/components/controlled-list/ControlledList.js +22 -6
- package/dist/cjs/components/controlled-list/ControlledList.js.map +1 -1
- package/dist/cjs/components/field-wrapper/FieldWrapper.d.ts +11 -0
- package/dist/cjs/components/field-wrapper/FieldWrapper.js +25 -6
- package/dist/cjs/components/field-wrapper/FieldWrapper.js.map +1 -1
- package/dist/cjs/components/number-field/NumberField.d.ts +9 -0
- package/dist/cjs/components/number-field/NumberField.js +2 -5
- package/dist/cjs/components/number-field/NumberField.js.map +1 -1
- package/dist/cjs/components/select-field/SelectField.d.ts +8 -0
- package/dist/cjs/components/select-field/SelectField.js +2 -2
- package/dist/cjs/components/select-field/SelectField.js.map +1 -1
- package/dist/cjs/components/slider-field/SliderField.d.ts +9 -0
- package/dist/cjs/components/slider-field/SliderField.js +2 -2
- package/dist/cjs/components/slider-field/SliderField.js.map +1 -1
- package/dist/cjs/constants/copy.d.ts +3 -0
- package/dist/cjs/constants/copy.js +4 -1
- package/dist/cjs/constants/copy.js.map +1 -1
- package/dist/cjs/constants/icons.d.ts +2 -0
- package/dist/cjs/constants/icons.js +3 -1
- package/dist/cjs/constants/icons.js.map +1 -1
- package/dist/cjs/constants/variables.d.ts +4 -0
- package/dist/cjs/constants/variables.js +13 -1
- package/dist/cjs/constants/variables.js.map +1 -1
- package/dist/cjs/index.d.ts +6 -2
- package/dist/cjs/index.js +9 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/advanced-number-field/AdvancedNumberField.d.ts +9 -0
- package/dist/esm/components/advanced-number-field/AdvancedNumberField.js +2 -2
- package/dist/esm/components/advanced-number-field/AdvancedNumberField.js.map +1 -1
- package/dist/esm/components/button-group-field/ButtonGroupField.d.ts +9 -0
- package/dist/esm/components/button-group-field/ButtonGroupField.js +38 -20
- package/dist/esm/components/button-group-field/ButtonGroupField.js.map +1 -1
- package/dist/esm/components/checkbox-field/CheckboxField.d.ts +8 -0
- package/dist/esm/components/checkbox-field/CheckboxField.js +2 -2
- package/dist/esm/components/checkbox-field/CheckboxField.js.map +1 -1
- package/dist/esm/components/color-field/ColorField.d.ts +8 -0
- package/dist/esm/components/color-field/ColorField.js +2 -2
- package/dist/esm/components/color-field/ColorField.js.map +1 -1
- package/dist/esm/components/controlled-list/ControlledList.d.ts +6 -2
- package/dist/esm/components/controlled-list/ControlledList.js +24 -7
- package/dist/esm/components/controlled-list/ControlledList.js.map +1 -1
- package/dist/esm/components/field-wrapper/FieldWrapper.d.ts +11 -0
- package/dist/esm/components/field-wrapper/FieldWrapper.js +24 -6
- package/dist/esm/components/field-wrapper/FieldWrapper.js.map +1 -1
- package/dist/esm/components/number-field/NumberField.d.ts +9 -0
- package/dist/esm/components/number-field/NumberField.js +2 -5
- package/dist/esm/components/number-field/NumberField.js.map +1 -1
- package/dist/esm/components/select-field/SelectField.d.ts +8 -0
- package/dist/esm/components/select-field/SelectField.js +2 -2
- package/dist/esm/components/select-field/SelectField.js.map +1 -1
- package/dist/esm/components/slider-field/SliderField.d.ts +9 -0
- package/dist/esm/components/slider-field/SliderField.js +2 -2
- package/dist/esm/components/slider-field/SliderField.js.map +1 -1
- package/dist/esm/constants/copy.d.ts +3 -0
- package/dist/esm/constants/copy.js +3 -0
- package/dist/esm/constants/copy.js.map +1 -1
- package/dist/esm/constants/icons.d.ts +2 -0
- package/dist/esm/constants/icons.js +4 -2
- package/dist/esm/constants/icons.js.map +1 -1
- package/dist/esm/constants/variables.d.ts +4 -0
- package/dist/esm/constants/variables.js +11 -0
- package/dist/esm/constants/variables.js.map +1 -1
- package/dist/esm/index.d.ts +6 -2
- package/dist/esm/index.js +5 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/styles.css +130 -13
- package/dist/styles.less +369 -209
- package/less/components/button.less +5 -1
- package/less/components/controlled-list.less +122 -13
- package/less/components/dropdown.less +3 -0
- package/less/components/font-picker.less +18 -14
- package/less/components/form-field.less +224 -182
- package/package.json +3 -1
- package/src/components/advanced-number-field/AdvancedNumberField.tsx +33 -4
- package/src/components/button-group-field/ButtonGroupField.tsx +110 -39
- package/src/components/checkbox-field/CheckboxField.tsx +36 -3
- package/src/components/color-field/ColorField.tsx +29 -4
- package/src/components/config-variable-button/ConfigVariableButton.tsx +144 -0
- package/src/components/controlled-list/ControlledList.tsx +68 -14
- package/src/components/field-wrapper/FieldWrapper.tsx +80 -6
- package/src/components/font-field/FontField.tsx +78 -0
- package/src/components/icon-toggle/IconToggle.tsx +63 -0
- package/src/components/number-field/NumberField.tsx +34 -8
- package/src/components/select-field/SelectField.tsx +29 -4
- package/src/components/slider-field/SliderField.tsx +32 -2
- package/src/components/text-area-autocomplete/TextAreaAutocomplete.tsx +80 -0
- package/src/components/variables-dropdown/VariableDropdown.tsx +98 -0
- package/src/constants/copy.ts +4 -0
- package/src/constants/fonts.ts +296 -0
- package/src/constants/icons.tsx +6 -1
- package/src/constants/variables.ts +16 -0
- package/src/index.ts +11 -2
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
export const DEFAULT_FONTS = [
|
|
2
|
+
{
|
|
3
|
+
name: 'Arial',
|
|
4
|
+
family: 'Arial',
|
|
5
|
+
file: 'Arial.ttf',
|
|
6
|
+
weight: 400
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Abril Fatface',
|
|
10
|
+
family: 'Abril Fatface',
|
|
11
|
+
file: 'AbrilFatface-Regular.ttf',
|
|
12
|
+
weight: 400
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
name: 'Alfa Slab One',
|
|
16
|
+
family: 'Alfa Slab One',
|
|
17
|
+
file: 'AlfaSlabOne-Regular.ttf',
|
|
18
|
+
weight: 400
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
name: 'Amatic SC',
|
|
22
|
+
family: 'Amatic SC',
|
|
23
|
+
file: 'AmaticSC-Regular.ttf',
|
|
24
|
+
weight: 400
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: 'Anton',
|
|
28
|
+
family: 'Anton',
|
|
29
|
+
file: 'Anton-Regular.ttf',
|
|
30
|
+
weight: 400
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Assistant',
|
|
34
|
+
family: 'Assistant',
|
|
35
|
+
file: 'Assistant-VariableFont_wght.ttf',
|
|
36
|
+
weight: 400
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Assistant Bold',
|
|
40
|
+
family: 'Assistant',
|
|
41
|
+
file: 'Assistant-VariableFont_wght.ttf',
|
|
42
|
+
weight: 700
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
name: 'Bangers',
|
|
46
|
+
family: 'Bangers',
|
|
47
|
+
file: 'Bangers-Regular.ttf',
|
|
48
|
+
weight: 400
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
name: 'Cabin Sketch',
|
|
52
|
+
family: 'Cabin Sketch',
|
|
53
|
+
file: 'CabinSketch-Regular.ttf',
|
|
54
|
+
weight: 400
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: 'Caveat Brush',
|
|
58
|
+
family: 'Caveat Brush',
|
|
59
|
+
file: 'CaveatBrush-Regular.ttf',
|
|
60
|
+
weight: 400
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
name: 'Creepster',
|
|
64
|
+
family: 'Creepster',
|
|
65
|
+
file: 'Creepster-Regular.ttf',
|
|
66
|
+
weight: 400
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
name: 'Crete Round',
|
|
70
|
+
family: 'Crete Round',
|
|
71
|
+
file: 'CreteRound-Regular.ttf',
|
|
72
|
+
weight: 400
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
name: 'Fjalla One',
|
|
76
|
+
family: 'Fjalla One',
|
|
77
|
+
file: 'FjallaOne-Regular.ttf',
|
|
78
|
+
weight: 400
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
name: 'Fredericka the Great',
|
|
82
|
+
family: 'Fredericka the Great',
|
|
83
|
+
file: 'FrederickatheGreat-Regular.ttf',
|
|
84
|
+
weight: 400
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: 'Gentium Basic',
|
|
88
|
+
family: 'Gentium Basic',
|
|
89
|
+
file: 'GentiumBasic-Regular.ttf',
|
|
90
|
+
weight: 400
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
name: 'Lato',
|
|
94
|
+
family: 'Lato',
|
|
95
|
+
file: 'Lato-Regular.ttf',
|
|
96
|
+
weight: 400
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: 'Lobster',
|
|
100
|
+
family: 'Lobster',
|
|
101
|
+
file: 'Lobster-Regular.ttf',
|
|
102
|
+
weight: 400
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
name: 'Love Ya Like A Sister',
|
|
106
|
+
family: 'Love Ya Like A Sister',
|
|
107
|
+
file: 'LoveYaLikeASister-Regular.ttf',
|
|
108
|
+
weight: 400
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
name: 'Monoton',
|
|
112
|
+
family: 'Monoton',
|
|
113
|
+
file: 'Monoton-Regular.ttf',
|
|
114
|
+
weight: 400
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
name: 'Merriweather',
|
|
118
|
+
family: 'Merriweather',
|
|
119
|
+
file: 'Merriweather-Regular.ttf',
|
|
120
|
+
weight: 400
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: 'Montserrat',
|
|
124
|
+
family: 'Montserrat',
|
|
125
|
+
file: 'Montserrat-VariableFont_wght.ttf',
|
|
126
|
+
weight: 400
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
name: 'Montserrat Bold',
|
|
130
|
+
family: 'Montserrat',
|
|
131
|
+
file: 'Montserrat-VariableFont_wght.ttf',
|
|
132
|
+
weight: 700
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
name: 'Montserrat ExtraBold',
|
|
136
|
+
family: 'Montserrat',
|
|
137
|
+
file: 'Montserrat-VariableFont_wght.ttf',
|
|
138
|
+
weight: 800
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
name: 'Noto Sans',
|
|
142
|
+
family: 'Noto Sans',
|
|
143
|
+
file: 'NotoSans-Regular.ttf',
|
|
144
|
+
weight: 400
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
name: 'Noto Serif',
|
|
148
|
+
family: 'Noto Serif',
|
|
149
|
+
file: 'NotoSerif-Regular.ttf',
|
|
150
|
+
weight: 400
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
name: 'Open Sans',
|
|
154
|
+
family: 'Open Sans',
|
|
155
|
+
file: 'OpenSans-VariableFont_wdth,wght.ttf',
|
|
156
|
+
weight: 400
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
name: 'Open Sans Condensed',
|
|
160
|
+
family: 'Open Sans Condensed',
|
|
161
|
+
file: 'OpenSansCondensed-Light.ttf',
|
|
162
|
+
weight: 300
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
name: 'Oswald',
|
|
166
|
+
family: 'Oswald',
|
|
167
|
+
file: 'Oswald-VariableFont_wght.ttf',
|
|
168
|
+
weight: 400
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
name: 'Patua One',
|
|
172
|
+
family: 'Patua One',
|
|
173
|
+
file: 'PatuaOne-Regular.ttf',
|
|
174
|
+
weight: 400
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
name: 'Playfair Display',
|
|
178
|
+
family: 'Playfair Display',
|
|
179
|
+
file: 'PlayfairDisplay-VariableFont_wght.ttf',
|
|
180
|
+
weight: 400
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
name: 'Poor Story',
|
|
184
|
+
family: 'Poor Story',
|
|
185
|
+
file: 'PoorStory-Regular.ttf',
|
|
186
|
+
weight: 400
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
name: 'Poppins',
|
|
190
|
+
family: 'Poppins',
|
|
191
|
+
file: 'Poppins-Regular.ttf',
|
|
192
|
+
weight: 400
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
name: 'Poppins Bold',
|
|
196
|
+
family: 'Poppins',
|
|
197
|
+
file: 'Poppins-Bold.ttf',
|
|
198
|
+
weight: 700
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
name: 'PT Sans Narrow',
|
|
202
|
+
family: 'PT Sans Narrow',
|
|
203
|
+
file: 'PTSansNarrow-Regular.ttf',
|
|
204
|
+
weight: 400
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
name: 'Quicksand',
|
|
208
|
+
family: 'Quicksand',
|
|
209
|
+
file: 'Quicksand-VariableFont_wght.ttf',
|
|
210
|
+
weight: 400
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
name: 'Raleway',
|
|
214
|
+
family: 'Raleway',
|
|
215
|
+
file: 'Raleway-VariableFont_wght.ttf',
|
|
216
|
+
weight: 400
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
name: 'Raleway Bold',
|
|
220
|
+
family: 'Raleway',
|
|
221
|
+
file: 'Raleway-VariableFont_wght.ttf',
|
|
222
|
+
weight: 700
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
name: 'Raleway Black',
|
|
226
|
+
family: 'Raleway',
|
|
227
|
+
file: 'Raleway-VariableFont_wght.ttf',
|
|
228
|
+
weight: 900
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
name: 'Roboto',
|
|
232
|
+
family: 'Roboto',
|
|
233
|
+
file: 'Roboto-Regular.ttf',
|
|
234
|
+
weight: 400
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
name: 'Roboto Condensed',
|
|
238
|
+
family: 'Roboto Condensed',
|
|
239
|
+
file: 'RobotoCondensed-Regular.ttf',
|
|
240
|
+
weight: 400
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
name: 'Rubik',
|
|
244
|
+
family: 'Rubik',
|
|
245
|
+
file: 'Rubik-VariableFont_wght.ttf',
|
|
246
|
+
weight: 400
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
name: 'Rubik Bold',
|
|
250
|
+
family: 'Rubik',
|
|
251
|
+
file: 'Rubik-VariableFont_wght.ttf',
|
|
252
|
+
weight: 700
|
|
253
|
+
},
|
|
254
|
+
// {
|
|
255
|
+
// name: 'Rubik Black',
|
|
256
|
+
// family: 'Rubik',
|
|
257
|
+
// file: 'Rubik-VariableFont_wght.ttf',
|
|
258
|
+
// weight: 900,
|
|
259
|
+
// },
|
|
260
|
+
{
|
|
261
|
+
name: 'Shrikhand',
|
|
262
|
+
family: 'Shrikhand',
|
|
263
|
+
file: 'Shrikhand-Regular.ttf',
|
|
264
|
+
weight: 400
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
name: 'Source Sans Pro',
|
|
268
|
+
family: 'Source Sans Pro',
|
|
269
|
+
file: 'SourceSansPro-Regular.ttf',
|
|
270
|
+
weight: 400
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
name: 'Suez One',
|
|
274
|
+
family: 'Suez One',
|
|
275
|
+
file: 'SuezOne-Regular.ttf',
|
|
276
|
+
weight: 400
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
name: 'Titillium Web',
|
|
280
|
+
family: 'Titillium Web',
|
|
281
|
+
file: 'TitilliumWeb-Regular.ttf',
|
|
282
|
+
weight: 400
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
name: 'Titillium Web Black',
|
|
286
|
+
family: 'Titillium Web',
|
|
287
|
+
file: 'TitilliumWeb-Black.ttf',
|
|
288
|
+
weight: 900
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
name: 'Varela Round',
|
|
292
|
+
family: 'Varela Round',
|
|
293
|
+
file: 'VarelaRound-Regular.ttf',
|
|
294
|
+
weight: 400
|
|
295
|
+
}
|
|
296
|
+
];
|
package/src/constants/icons.tsx
CHANGED
|
@@ -75,12 +75,13 @@ import {
|
|
|
75
75
|
import { faCircleSmall } from '@fortawesome/pro-solid-svg-icons/faCircleSmall';
|
|
76
76
|
import { faClapperboardPlay } from '@fortawesome/pro-solid-svg-icons/faClapperboardPlay';
|
|
77
77
|
import {
|
|
78
|
+
faBracketsCurly,
|
|
78
79
|
faCloudArrowUp,
|
|
79
80
|
faFileCirclePlus,
|
|
80
81
|
faFilePen,
|
|
81
82
|
faFilters
|
|
82
83
|
} from '@fortawesome/pro-solid-svg-icons';
|
|
83
|
-
import { faCircleExclamation } from '@fortawesome/free-solid-svg-icons';
|
|
84
|
+
import { faCircleExclamation, faTriangleExclamation } from '@fortawesome/free-solid-svg-icons';
|
|
84
85
|
|
|
85
86
|
export const ICON_VIDEO = <FontAwesomeIcon icon={faVideo} />;
|
|
86
87
|
|
|
@@ -235,3 +236,7 @@ export const ICON_FILE_ADD = <FontAwesomeIcon icon={faFileCirclePlus} />;
|
|
|
235
236
|
export const ICON_FILE_REPLACE = <FontAwesomeIcon icon={faFilePen} />;
|
|
236
237
|
|
|
237
238
|
export const ICON_EYE = <FontAwesomeIcon icon={faEye} />;
|
|
239
|
+
|
|
240
|
+
export const ICON_BRACKET_CURLY = <FontAwesomeIcon icon={faBracketsCurly} />;
|
|
241
|
+
|
|
242
|
+
export const ICON_WARNING = <FontAwesomeIcon icon={faTriangleExclamation} />;
|
|
@@ -63,3 +63,19 @@ export const RGBAtoHexA = (red, green, blue, alpha) => {
|
|
|
63
63
|
if (a.length === 1) a = '0' + a;
|
|
64
64
|
return '#' + r + g + b + a;
|
|
65
65
|
};
|
|
66
|
+
|
|
67
|
+
export const getOverrideHandler = (propKey, override, inventory) => {
|
|
68
|
+
const propKeys = propKey ? propKey.split('.') : [];
|
|
69
|
+
|
|
70
|
+
const getOverride = () => {
|
|
71
|
+
if (propKeys.length === 0) return undefined;
|
|
72
|
+
return propKeys.reduce((acc, key) => acc?.[key], override);
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const hasOverride = getOverride();
|
|
76
|
+
|
|
77
|
+
const previewItem =
|
|
78
|
+
hasOverride && inventory[hasOverride] ? inventory[hasOverride].previewItem.src : null;
|
|
79
|
+
|
|
80
|
+
return { hasOverride, previewItem };
|
|
81
|
+
};
|
package/src/index.ts
CHANGED
|
@@ -7,7 +7,7 @@ import Button from './components/button/Button';
|
|
|
7
7
|
import ButtonMenu from './components/button-menu/ButtonMenu';
|
|
8
8
|
import ButtonMenuItem from './components/button-menu/ButtonMenuItem';
|
|
9
9
|
import Card from './components/card/Card';
|
|
10
|
-
import ControlledList from './components/controlled-list/ControlledList';
|
|
10
|
+
import ControlledList, { ControlListType } from './components/controlled-list/ControlledList';
|
|
11
11
|
import DataTable from './components/data-table/DataTable';
|
|
12
12
|
import DataTablePaginator from './components/data-table/DataTablePaginator';
|
|
13
13
|
import Modal from './components/modal/Modal';
|
|
@@ -164,6 +164,10 @@ import { pushRoute, replaceRoute } from './utils/routing';
|
|
|
164
164
|
import { ProjectDropdown } from './components/header/ProjectDropdown';
|
|
165
165
|
import { openConfirmModal } from './utils/modal';
|
|
166
166
|
import { ConfirmModal, IConfirmModalProps } from './components/confirm-modal/ConfirmModal';
|
|
167
|
+
import TextAreaAutocomplete from './components/text-area-autocomplete/TextAreaAutocomplete';
|
|
168
|
+
import IconToggle from './components/icon-toggle/IconToggle';
|
|
169
|
+
import { DEFAULT_FONTS } from './constants/fonts';
|
|
170
|
+
import FontField from './components/font-field/FontField';
|
|
167
171
|
|
|
168
172
|
export {
|
|
169
173
|
ProjectDropdown,
|
|
@@ -325,5 +329,10 @@ export {
|
|
|
325
329
|
ConfirmModal,
|
|
326
330
|
IConfirmModalProps,
|
|
327
331
|
openConfirmModal,
|
|
328
|
-
IElevenLabsOptions
|
|
332
|
+
IElevenLabsOptions,
|
|
333
|
+
TextAreaAutocomplete,
|
|
334
|
+
ControlListType,
|
|
335
|
+
IconToggle,
|
|
336
|
+
DEFAULT_FONTS,
|
|
337
|
+
FontField
|
|
329
338
|
};
|