ods-component-lib 1.2.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/README.md +30 -0
- package/dist/components/antd/alert/OdsAlert.d.ts +4 -0
- package/dist/components/antd/alert/OdsAlert.styled.d.ts +4 -0
- package/dist/components/antd/alert/OtiAlert.d.ts +4 -0
- package/dist/components/antd/alert/OtiAlert.styled.d.ts +4 -0
- package/dist/components/antd/autocomplete/OdsAutoComplete.d.ts +7 -0
- package/dist/components/antd/autocomplete/OdsAutoComplete.styled.d.ts +9 -0
- package/dist/components/antd/autocomplete/OtiAutoComplete.d.ts +7 -0
- package/dist/components/antd/autocomplete/OtiAutoComplete.styled.d.ts +9 -0
- package/dist/components/antd/button/OdsButton.d.ts +24 -0
- package/dist/components/antd/button/OdsButton.styled.d.ts +11 -0
- package/dist/components/antd/button/OdsButton.test.d.ts +1 -0
- package/dist/components/antd/button/OdsDropdownButton.d.ts +9 -0
- package/dist/components/antd/button/OtiButton.d.ts +24 -0
- package/dist/components/antd/button/OtiButton.styled.d.ts +11 -0
- package/dist/components/antd/button/OtiButton.test.d.ts +1 -0
- package/dist/components/antd/button/OtiDropdownButton.d.ts +9 -0
- package/dist/components/antd/checkbox/OdsCheckbox.d.ts +16 -0
- package/dist/components/antd/checkbox/OdsCheckbox.styled.d.ts +4 -0
- package/dist/components/antd/checkbox/OdsCheckboxGroup.d.ts +18 -0
- package/dist/components/antd/checkbox/OtiCheckbox.d.ts +16 -0
- package/dist/components/antd/checkbox/OtiCheckbox.styled.d.ts +4 -0
- package/dist/components/antd/checkbox/OtiCheckboxGroup.d.ts +18 -0
- package/dist/components/antd/collapse/OdsCollapse.d.ts +4 -0
- package/dist/components/antd/collapse/OdsCollapse.styled.d.ts +4 -0
- package/dist/components/antd/collapse/OtiCollapse.d.ts +4 -0
- package/dist/components/antd/collapse/OtiCollapse.styled.d.ts +4 -0
- package/dist/components/antd/datepicker/OdsDateRangepicker.d.ts +4 -0
- package/dist/components/antd/datepicker/OdsDatepicker.d.ts +4 -0
- package/dist/components/antd/datepicker/OdsDatepicker.styled.d.ts +1 -0
- package/dist/components/antd/datepicker/OtiDateRangepicker.d.ts +4 -0
- package/dist/components/antd/datepicker/OtiDatepicker.d.ts +4 -0
- package/dist/components/antd/datepicker/OtiDatepicker.styled.d.ts +1 -0
- package/dist/components/antd/divider/OdsDivider.d.ts +4 -0
- package/dist/components/antd/divider/OdsDivider.styled.d.ts +2 -0
- package/dist/components/antd/divider/OtiDivider.d.ts +4 -0
- package/dist/components/antd/divider/OtiDivider.styled.d.ts +2 -0
- package/dist/components/antd/form/OdsBasicForm.d.ts +18 -0
- package/dist/components/antd/form/OtiBasicForm.d.ts +18 -0
- package/dist/components/antd/icon/OdsIcon.d.ts +9 -0
- package/dist/components/antd/icon/OtiIcon.d.ts +9 -0
- package/dist/components/antd/image/OdsImage.d.ts +7 -0
- package/dist/components/antd/image/OdsImagePreviewGroup.d.ts +4 -0
- package/dist/components/antd/image/OtiImage.d.ts +7 -0
- package/dist/components/antd/image/OtiImagePreviewGroup.d.ts +4 -0
- package/dist/components/antd/input/OdsInput..d.ts +4 -0
- package/dist/components/antd/input/OdsInput.styled.d.ts +7 -0
- package/dist/components/antd/input/OdsPassword.d.ts +4 -0
- package/dist/components/antd/input/OdsSearch.d.ts +4 -0
- package/dist/components/antd/input/OdsTextArea.d.ts +4 -0
- package/dist/components/antd/input/OtiInput..d.ts +4 -0
- package/dist/components/antd/input/OtiInput.styled.d.ts +7 -0
- package/dist/components/antd/input/OtiPassword.d.ts +4 -0
- package/dist/components/antd/input/OtiSearch.d.ts +4 -0
- package/dist/components/antd/input/OtiTextArea.d.ts +4 -0
- package/dist/components/antd/message/OdsMessage.d.ts +5 -0
- package/dist/components/antd/message/OtiMessage.d.ts +5 -0
- package/dist/components/antd/modal/OdsModal.d.ts +4 -0
- package/dist/components/antd/modal/OtiModal.d.ts +4 -0
- package/dist/components/antd/radio/OdsRadio.d.ts +16 -0
- package/dist/components/antd/radio/OdsRadio.styled.d.ts +5 -0
- package/dist/components/antd/radio/OdsRadioGroup.d.ts +7 -0
- package/dist/components/antd/radio/OtiRadio.d.ts +16 -0
- package/dist/components/antd/radio/OtiRadio.styled.d.ts +5 -0
- package/dist/components/antd/radio/OtiRadioGroup.d.ts +7 -0
- package/dist/components/antd/rate/OdsRate.d.ts +6 -0
- package/dist/components/antd/rate/OdsRate.styled.d.ts +2 -0
- package/dist/components/antd/rate/OtiRate.d.ts +6 -0
- package/dist/components/antd/rate/OtiRate.styled.d.ts +2 -0
- package/dist/components/antd/select/OdsSelect.d.ts +4 -0
- package/dist/components/antd/select/OdsSelect.styled.d.ts +11 -0
- package/dist/components/antd/select/OtiSelect.d.ts +4 -0
- package/dist/components/antd/select/OtiSelect.styled.d.ts +11 -0
- package/dist/components/antd/switch/OdsSwitch.d.ts +4 -0
- package/dist/components/antd/switch/OdsSwitch.styled.d.ts +2 -0
- package/dist/components/antd/switch/OtiSwitch.d.ts +4 -0
- package/dist/components/antd/switch/OtiSwitch.styled.d.ts +2 -0
- package/dist/components/antd/table/OdsTable.d.ts +3 -0
- package/dist/components/antd/table/OdsTable.styled.d.ts +10 -0
- package/dist/components/antd/table/OtiTable.d.ts +3 -0
- package/dist/components/antd/table/OtiTable.styled.d.ts +10 -0
- package/dist/components/antd/timepicker/OdsRangeTimepicker.d.ts +4 -0
- package/dist/components/antd/timepicker/OdsTimepicker.d.ts +4 -0
- package/dist/components/antd/timepicker/OdsTimepicker.styled.d.ts +5 -0
- package/dist/components/antd/timepicker/OtiRangeTimepicker.d.ts +4 -0
- package/dist/components/antd/timepicker/OtiTimepicker.d.ts +4 -0
- package/dist/components/antd/timepicker/OtiTimepicker.styled.d.ts +5 -0
- package/dist/components/devextreme/datagrid/OdsDataGrid.d.ts +22 -0
- package/dist/index.css +9 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +23 -0
- package/dist/index.js.map +1 -0
- package/dist/index.modern.js +21 -0
- package/dist/index.modern.js.map +1 -0
- package/dist/index.test.d.ts +1 -0
- package/dist/tokens/design-system-dark/build/js/variables.d.ts +233 -0
- package/dist/tokens/design-system-light/build/js/variables.d.ts +335 -0
- package/dist/tokens/theme.d.ts +4 -0
- package/dist/utils/tokenConverter.d.ts +1 -0
- package/package.json +93 -0
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated on Tue, 06 Jun 2023 08:20:29 GMT
|
|
4
|
+
*/
|
|
5
|
+
export declare const lightTheme: {
|
|
6
|
+
token: {
|
|
7
|
+
blue1: string;
|
|
8
|
+
blue2: string;
|
|
9
|
+
blue3: string;
|
|
10
|
+
blue4: string;
|
|
11
|
+
blue5: string;
|
|
12
|
+
blue6: string;
|
|
13
|
+
blue7: string;
|
|
14
|
+
blue8: string;
|
|
15
|
+
blue9: string;
|
|
16
|
+
blue10: string;
|
|
17
|
+
purple1: string;
|
|
18
|
+
purple2: string;
|
|
19
|
+
purple3: string;
|
|
20
|
+
purple4: string;
|
|
21
|
+
purple5: string;
|
|
22
|
+
purple6: string;
|
|
23
|
+
purple7: string;
|
|
24
|
+
purple8: string;
|
|
25
|
+
purple9: string;
|
|
26
|
+
purple10: string;
|
|
27
|
+
cyan1: string;
|
|
28
|
+
cyan2: string;
|
|
29
|
+
cyan3: string;
|
|
30
|
+
cyan4: string;
|
|
31
|
+
cyan5: string;
|
|
32
|
+
cyan6: string;
|
|
33
|
+
cyan7: string;
|
|
34
|
+
cyan8: string;
|
|
35
|
+
cyan9: string;
|
|
36
|
+
cyan10: string;
|
|
37
|
+
green1: string;
|
|
38
|
+
green2: string;
|
|
39
|
+
green3: string;
|
|
40
|
+
green4: string;
|
|
41
|
+
green5: string;
|
|
42
|
+
green6: string;
|
|
43
|
+
green7: string;
|
|
44
|
+
green8: string;
|
|
45
|
+
green9: string;
|
|
46
|
+
green10: string;
|
|
47
|
+
magenta1: string;
|
|
48
|
+
magenta2: string;
|
|
49
|
+
magenta3: string;
|
|
50
|
+
magenta4: string;
|
|
51
|
+
magenta5: string;
|
|
52
|
+
magenta6: string;
|
|
53
|
+
magenta7: string;
|
|
54
|
+
magenta8: string;
|
|
55
|
+
magenta9: string;
|
|
56
|
+
magenta10: string;
|
|
57
|
+
red1: string;
|
|
58
|
+
red2: string;
|
|
59
|
+
red3: string;
|
|
60
|
+
red4: string;
|
|
61
|
+
red5: string;
|
|
62
|
+
red6: string;
|
|
63
|
+
red7: string;
|
|
64
|
+
red8: string;
|
|
65
|
+
red9: string;
|
|
66
|
+
red10: string;
|
|
67
|
+
orange1: string;
|
|
68
|
+
orange2: string;
|
|
69
|
+
orange3: string;
|
|
70
|
+
orange4: string;
|
|
71
|
+
orange5: string;
|
|
72
|
+
orange6: string;
|
|
73
|
+
orange7: string;
|
|
74
|
+
orange8: string;
|
|
75
|
+
orange9: string;
|
|
76
|
+
orange10: string;
|
|
77
|
+
yellow1: string;
|
|
78
|
+
yellow2: string;
|
|
79
|
+
yellow3: string;
|
|
80
|
+
yellow4: string;
|
|
81
|
+
yellow5: string;
|
|
82
|
+
yellow6: string;
|
|
83
|
+
yellow7: string;
|
|
84
|
+
yellow8: string;
|
|
85
|
+
yellow9: string;
|
|
86
|
+
yellow10: string;
|
|
87
|
+
volcano1: string;
|
|
88
|
+
volcano2: string;
|
|
89
|
+
volcano3: string;
|
|
90
|
+
volcano4: string;
|
|
91
|
+
volcano5: string;
|
|
92
|
+
volcano6: string;
|
|
93
|
+
volcano7: string;
|
|
94
|
+
volcano8: string;
|
|
95
|
+
volcano9: string;
|
|
96
|
+
volcano10: string;
|
|
97
|
+
geekblue1: string;
|
|
98
|
+
geekblue2: string;
|
|
99
|
+
geekblue3: string;
|
|
100
|
+
geekblue4: string;
|
|
101
|
+
geekblue5: string;
|
|
102
|
+
geekblue6: string;
|
|
103
|
+
geekblue7: string;
|
|
104
|
+
geekblue8: string;
|
|
105
|
+
geekblue9: string;
|
|
106
|
+
geekblue10: string;
|
|
107
|
+
lime1: string;
|
|
108
|
+
lime2: string;
|
|
109
|
+
lime3: string;
|
|
110
|
+
lime4: string;
|
|
111
|
+
lime5: string;
|
|
112
|
+
lime6: string;
|
|
113
|
+
lime7: string;
|
|
114
|
+
lime8: string;
|
|
115
|
+
lime9: string;
|
|
116
|
+
lime10: string;
|
|
117
|
+
gold1: string;
|
|
118
|
+
gold2: string;
|
|
119
|
+
gold3: string;
|
|
120
|
+
gold4: string;
|
|
121
|
+
gold5: string;
|
|
122
|
+
gold6: string;
|
|
123
|
+
gold7: string;
|
|
124
|
+
gold8: string;
|
|
125
|
+
gold9: string;
|
|
126
|
+
gold10: string;
|
|
127
|
+
colorTextBase: string;
|
|
128
|
+
colorTextLightSolid: string;
|
|
129
|
+
colorBgBase: string;
|
|
130
|
+
fontFamily: string;
|
|
131
|
+
fontSize: string;
|
|
132
|
+
lineWidth: string;
|
|
133
|
+
borderRadius: string;
|
|
134
|
+
sizeUnit: string;
|
|
135
|
+
sizePopupArrow: string;
|
|
136
|
+
controlHeight: string;
|
|
137
|
+
opacityImage: string;
|
|
138
|
+
sizeStep: string;
|
|
139
|
+
colorPrimary: string;
|
|
140
|
+
colorError: string;
|
|
141
|
+
colorWarning: string;
|
|
142
|
+
colorSuccess: string;
|
|
143
|
+
colorInfo: string;
|
|
144
|
+
colorSecondary: string;
|
|
145
|
+
sizeXxl: string;
|
|
146
|
+
sizeXl: string;
|
|
147
|
+
sizeLg: string;
|
|
148
|
+
sizeMd: string;
|
|
149
|
+
sizeMs: string;
|
|
150
|
+
size: string;
|
|
151
|
+
sizeSm: string;
|
|
152
|
+
sizeXs: string;
|
|
153
|
+
sizeXxs: string;
|
|
154
|
+
controlHeightSm: string;
|
|
155
|
+
controlHeightXs: string;
|
|
156
|
+
controlHeightLg: string;
|
|
157
|
+
borderRadiusXs: string;
|
|
158
|
+
borderRadiusSm: string;
|
|
159
|
+
borderRadiusLg: string;
|
|
160
|
+
borderRadiusOuter: string;
|
|
161
|
+
colorText: string;
|
|
162
|
+
colorTextSecondary: string;
|
|
163
|
+
colorTextTertiary: string;
|
|
164
|
+
colorTextQuaternary: string;
|
|
165
|
+
colorFill: string;
|
|
166
|
+
colorFillSecondary: string;
|
|
167
|
+
colorFillTertiary: string;
|
|
168
|
+
colorBgContainer: string;
|
|
169
|
+
colorFillQuaternary: string;
|
|
170
|
+
colorBgLayout: string;
|
|
171
|
+
colorBgElevated: string;
|
|
172
|
+
colorBgSpotlight: string;
|
|
173
|
+
colorBorder: string;
|
|
174
|
+
colorBorderSecondary: string;
|
|
175
|
+
colorSplit: string;
|
|
176
|
+
colorPrimaryBg: string;
|
|
177
|
+
colorPrimaryBgHover: string;
|
|
178
|
+
colorPrimaryBorder: string;
|
|
179
|
+
colorPrimaryBorderHover: string;
|
|
180
|
+
colorPrimaryHover: string;
|
|
181
|
+
colorPrimaryBase: string;
|
|
182
|
+
colorPrimaryActive: string;
|
|
183
|
+
colorPrimaryTextHover: string;
|
|
184
|
+
colorPrimaryText: string;
|
|
185
|
+
colorPrimaryTextActive: string;
|
|
186
|
+
colorSuccessBg: string;
|
|
187
|
+
colorSuccessBgHover: string;
|
|
188
|
+
colorSuccessBorder: string;
|
|
189
|
+
colorSuccessBorderHover: string;
|
|
190
|
+
colorSuccessHover: string;
|
|
191
|
+
colorSuccessBase: string;
|
|
192
|
+
colorSuccessActive: string;
|
|
193
|
+
colorSuccessTextHover: string;
|
|
194
|
+
colorSuccessText: string;
|
|
195
|
+
colorSuccessTextActive: string;
|
|
196
|
+
colorWarningBg: string;
|
|
197
|
+
colorWarningBgHover: string;
|
|
198
|
+
colorWarningBorder: string;
|
|
199
|
+
colorWarningBorderHover: string;
|
|
200
|
+
colorWarningHover: string;
|
|
201
|
+
colorWarningBase: string;
|
|
202
|
+
colorWarningActive: string;
|
|
203
|
+
colorWarningTextHover: string;
|
|
204
|
+
colorWarningText: string;
|
|
205
|
+
colorWarningTextActive: string;
|
|
206
|
+
colorErrorBg: string;
|
|
207
|
+
colorErrorBgHover: string;
|
|
208
|
+
colorErrorBorder: string;
|
|
209
|
+
colorErrorBorderHover: string;
|
|
210
|
+
colorErrorHover: string;
|
|
211
|
+
colorErrorBase: string;
|
|
212
|
+
colorErrorActive: string;
|
|
213
|
+
colorErrorTextHover: string;
|
|
214
|
+
colorErrorText: string;
|
|
215
|
+
colorErrorTextActive: string;
|
|
216
|
+
colorInfoBg: string;
|
|
217
|
+
colorInfoBgHover: string;
|
|
218
|
+
colorInfoBorder: string;
|
|
219
|
+
colorInfoBorderHover: string;
|
|
220
|
+
colorInfoHover: string;
|
|
221
|
+
colorInfoBase: string;
|
|
222
|
+
colorInfoActive: string;
|
|
223
|
+
colorInfoTextHover: string;
|
|
224
|
+
colorInfoText: string;
|
|
225
|
+
colorInfoTextActive: string;
|
|
226
|
+
colorBgMask: string;
|
|
227
|
+
stepsDotSize: string;
|
|
228
|
+
stepsCurrentDotSize: string;
|
|
229
|
+
rateStarSize: string;
|
|
230
|
+
colorFillContent: string;
|
|
231
|
+
colorFillContentHover: string;
|
|
232
|
+
colorFillAlter: string;
|
|
233
|
+
colorBgContainerDisabled: string;
|
|
234
|
+
colorBorderBg: string;
|
|
235
|
+
colorTextPlaceholder: string;
|
|
236
|
+
colorTextDisabled: string;
|
|
237
|
+
colorTextHeading: string;
|
|
238
|
+
colorTextLabel: string;
|
|
239
|
+
colorTextDescription: string;
|
|
240
|
+
colorBgTextHover: string;
|
|
241
|
+
colorBgTextActive: string;
|
|
242
|
+
colorIcon: string;
|
|
243
|
+
colorIconHover: string;
|
|
244
|
+
colorLink: string;
|
|
245
|
+
colorLinkHover: string;
|
|
246
|
+
colorLinkActive: string;
|
|
247
|
+
colorHighlight: string;
|
|
248
|
+
controlOutline: string;
|
|
249
|
+
colorWarningOutline: string;
|
|
250
|
+
colorErrorOutline: string;
|
|
251
|
+
fontSizeSm: string;
|
|
252
|
+
fontSizeLg: string;
|
|
253
|
+
fontSizeXl: string;
|
|
254
|
+
fontSizeIcon: string;
|
|
255
|
+
fontSizeHeading1: string;
|
|
256
|
+
fontSizeHeading2: string;
|
|
257
|
+
fontSizeHeading3: string;
|
|
258
|
+
fontSizeHeading4: string;
|
|
259
|
+
fontSizeHeading5: string;
|
|
260
|
+
fontWeightNormal: string;
|
|
261
|
+
fontWeightStrong: string;
|
|
262
|
+
controlLineWidth: string;
|
|
263
|
+
controlOutlineWidth: string;
|
|
264
|
+
controlItemBgHover: string;
|
|
265
|
+
controlItemBgActive: string;
|
|
266
|
+
controlItemBgActiveHover: string;
|
|
267
|
+
controlInteractiveSize: string;
|
|
268
|
+
controlItemBgActiveDisabled: string;
|
|
269
|
+
controlTmpOutline: string;
|
|
270
|
+
opacityLoading: string;
|
|
271
|
+
padding: string;
|
|
272
|
+
paddingMd: string;
|
|
273
|
+
paddingSm: string;
|
|
274
|
+
paddingXs: string;
|
|
275
|
+
paddingXxs: string;
|
|
276
|
+
paddingLg: string;
|
|
277
|
+
paddingXl: string;
|
|
278
|
+
paddingXxl: string;
|
|
279
|
+
margin: string;
|
|
280
|
+
marginSm: string;
|
|
281
|
+
marginXs: string;
|
|
282
|
+
marginXxs: string;
|
|
283
|
+
marginLg: string;
|
|
284
|
+
marginXl: string;
|
|
285
|
+
controlPaddingHorizontal: string;
|
|
286
|
+
controlPaddingHorizontalSm: string;
|
|
287
|
+
baseBaseNormal: string;
|
|
288
|
+
baseBaseStrong: string;
|
|
289
|
+
baseBaseUnderline: string;
|
|
290
|
+
baseBaseDelete: string;
|
|
291
|
+
baseBaseItalic: string;
|
|
292
|
+
smSmNormal: string;
|
|
293
|
+
smSmStrong: string;
|
|
294
|
+
smSmUnderline: string;
|
|
295
|
+
smSmDelete: string;
|
|
296
|
+
smSmItalic: string;
|
|
297
|
+
lgLgNormal: string;
|
|
298
|
+
lgLgStrong: string;
|
|
299
|
+
lgLgUnderline: string;
|
|
300
|
+
lgLgDelete: string;
|
|
301
|
+
lgLgItalic: string;
|
|
302
|
+
xlXlNormal: string;
|
|
303
|
+
xlXlStrong: string;
|
|
304
|
+
xlXlUnderline: string;
|
|
305
|
+
xlXlDelete: string;
|
|
306
|
+
xlXlItalic: string;
|
|
307
|
+
headingHeading1: string;
|
|
308
|
+
headingHeading2: string;
|
|
309
|
+
headingHeading3: string;
|
|
310
|
+
headingHeading4: string;
|
|
311
|
+
headingHeading5: string;
|
|
312
|
+
fontWeightItalic: string;
|
|
313
|
+
paddingContentHorizontalLg: string;
|
|
314
|
+
paddingContentVerticalLg: string;
|
|
315
|
+
paddingContentHorizontal: string;
|
|
316
|
+
paddingContentVertical: string;
|
|
317
|
+
paddingContentHorizontalSm: string;
|
|
318
|
+
paddingContentVerticalSm: string;
|
|
319
|
+
boxShadow: string;
|
|
320
|
+
boxShadowSecondary: string;
|
|
321
|
+
boxShadowCard: string;
|
|
322
|
+
colorItemText: string;
|
|
323
|
+
colorItemTextDisabled: string;
|
|
324
|
+
focusPrimary: string;
|
|
325
|
+
focusError: string;
|
|
326
|
+
focusWarning: string;
|
|
327
|
+
tooltipBg: string;
|
|
328
|
+
segmentedBgColorSelected: string;
|
|
329
|
+
segmentedGroupBg: string;
|
|
330
|
+
colorMenuDarkBg: string;
|
|
331
|
+
colorMenuSubItemBg: string;
|
|
332
|
+
boxShadowButtonSolid: string;
|
|
333
|
+
paddingTooltipContentVertical: string;
|
|
334
|
+
};
|
|
335
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ods-component-lib",
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "Odeon desgin system component lib",
|
|
5
|
+
"author": "OdeonTechnology",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": "OdeonTechnology/ods-component-lib",
|
|
8
|
+
"main": "dist/index.js",
|
|
9
|
+
"module": "dist/index.modern.js",
|
|
10
|
+
"source": "src/index.tsx",
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=10"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"build": "microbundle-crl --no-compress --format modern,cjs",
|
|
16
|
+
"start": "microbundle-crl watch --no-compress --format modern,cjs",
|
|
17
|
+
"prepare": "run-s build",
|
|
18
|
+
"test": "run-s test:unit test:lint test:build",
|
|
19
|
+
"test:build": "run-s build",
|
|
20
|
+
"test:lint": "eslint .",
|
|
21
|
+
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
|
|
22
|
+
"test:watch": "react-scripts test --env=jsdom",
|
|
23
|
+
"predeploy": "cd example && npm install && npm run build",
|
|
24
|
+
"deploy": "gh-pages -d example/build"
|
|
25
|
+
},
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"react": "^16.0.0"
|
|
28
|
+
},
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@ant-design/icons": "^5.1.4",
|
|
31
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
32
|
+
"@testing-library/react": "^13.4.0",
|
|
33
|
+
"@testing-library/user-event": "^13.5.0",
|
|
34
|
+
"@types/jest": "^27.5.2",
|
|
35
|
+
"@types/node": "^16.18.34",
|
|
36
|
+
"@types/react": "^18.2.9",
|
|
37
|
+
"@types/react-dom": "^18.2.4",
|
|
38
|
+
"@types/styled-components": "^5.1.26",
|
|
39
|
+
"antd": "^5.5.2",
|
|
40
|
+
"babel-cli": "^6.26.0",
|
|
41
|
+
"devextreme": "23.1.3",
|
|
42
|
+
"devextreme-react": "23.1.3",
|
|
43
|
+
"react": "18.2.0",
|
|
44
|
+
"react-dom": "18.2.0",
|
|
45
|
+
"react-fast-marquee": "^1.6.0",
|
|
46
|
+
"react-scripts": "5.0.1",
|
|
47
|
+
"react-test-renderer": "^16.3.2",
|
|
48
|
+
"styled-components": "^5.3.11",
|
|
49
|
+
"typescript": "^4.9.5",
|
|
50
|
+
"web-vitals": "^2.1.4"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@testing-library/jest-dom": "^4.2.4",
|
|
54
|
+
"@testing-library/react": "^9.5.0",
|
|
55
|
+
"@testing-library/user-event": "^7.2.1",
|
|
56
|
+
"@types/jest": "^25.1.4",
|
|
57
|
+
"@types/node": "^12.12.38",
|
|
58
|
+
"@types/react": "^16.9.27",
|
|
59
|
+
"@types/react-dom": "^16.9.7",
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^2.26.0",
|
|
61
|
+
"@typescript-eslint/parser": "^2.26.0",
|
|
62
|
+
"antd": "^5.5.2",
|
|
63
|
+
"babel-eslint": "^10.0.3",
|
|
64
|
+
"cross-env": "^7.0.2",
|
|
65
|
+
"eslint": "^6.8.0",
|
|
66
|
+
"eslint-config-prettier": "^6.7.0",
|
|
67
|
+
"eslint-config-standard": "^14.1.0",
|
|
68
|
+
"eslint-config-standard-react": "^9.2.0",
|
|
69
|
+
"eslint-plugin-import": "^2.18.2",
|
|
70
|
+
"eslint-plugin-node": "^11.0.0",
|
|
71
|
+
"eslint-plugin-prettier": "^3.1.1",
|
|
72
|
+
"eslint-plugin-promise": "^4.2.1",
|
|
73
|
+
"eslint-plugin-react": "^7.17.0",
|
|
74
|
+
"eslint-plugin-standard": "^4.0.1",
|
|
75
|
+
"gh-pages": "^2.2.0",
|
|
76
|
+
"microbundle-crl": "^0.13.11",
|
|
77
|
+
"npm-run-all": "^4.1.5",
|
|
78
|
+
"prettier": "^2.0.4",
|
|
79
|
+
"react": "^16.13.1",
|
|
80
|
+
"react-dom": "^16.13.1",
|
|
81
|
+
"react-scripts": "^3.4.1",
|
|
82
|
+
"typescript": "^3.7.5"
|
|
83
|
+
},
|
|
84
|
+
"files": [
|
|
85
|
+
"dist"
|
|
86
|
+
],
|
|
87
|
+
"eslintConfig": {
|
|
88
|
+
"extends": [
|
|
89
|
+
"react-app",
|
|
90
|
+
"react-app/jest"
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
}
|