ods-component-lib 1.11.0 → 1.11.2

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.
@@ -0,0 +1,333 @@
1
+ import React from "react";
2
+ export declare const useTokens: () => {
3
+ token: {
4
+ blue1: string;
5
+ blue2: string;
6
+ blue3: string;
7
+ blue4: string;
8
+ blue5: string;
9
+ blue6: string;
10
+ blue7: string;
11
+ blue8: string;
12
+ blue9: string;
13
+ blue10: string;
14
+ purple1: string;
15
+ purple2: string;
16
+ purple3: string;
17
+ purple4: string;
18
+ purple5: string;
19
+ purple6: string;
20
+ purple7: string;
21
+ purple8: string;
22
+ purple9: string;
23
+ purple10: string;
24
+ cyan1: string;
25
+ cyan2: string;
26
+ cyan3: string;
27
+ cyan4: string;
28
+ cyan5: string;
29
+ cyan6: string;
30
+ cyan7: string;
31
+ cyan8: string;
32
+ cyan9: string;
33
+ cyan10: string;
34
+ green1: string;
35
+ green2: string;
36
+ green3: string;
37
+ green4: string;
38
+ green5: string;
39
+ green6: string;
40
+ green7: string;
41
+ green8: string;
42
+ green9: string;
43
+ green10: string;
44
+ magenta1: string;
45
+ magenta2: string;
46
+ magenta3: string;
47
+ magenta4: string;
48
+ magenta5: string;
49
+ magenta6: string;
50
+ magenta7: string;
51
+ magenta8: string;
52
+ magenta9: string;
53
+ magenta10: string;
54
+ red1: string;
55
+ red2: string;
56
+ red3: string;
57
+ red4: string;
58
+ red5: string;
59
+ red6: string;
60
+ red7: string;
61
+ red8: string;
62
+ red9: string;
63
+ red10: string;
64
+ orange1: string;
65
+ orange2: string;
66
+ orange3: string;
67
+ orange4: string;
68
+ orange5: string;
69
+ orange6: string;
70
+ orange7: string;
71
+ orange8: string;
72
+ orange9: string;
73
+ orange10: string;
74
+ yellow1: string;
75
+ yellow2: string;
76
+ yellow3: string;
77
+ yellow4: string;
78
+ yellow5: string;
79
+ yellow6: string;
80
+ yellow7: string;
81
+ yellow8: string;
82
+ yellow9: string;
83
+ yellow10: string;
84
+ volcano1: string;
85
+ volcano2: string;
86
+ volcano3: string;
87
+ volcano4: string;
88
+ volcano5: string;
89
+ volcano6: string;
90
+ volcano7: string;
91
+ volcano8: string;
92
+ volcano9: string;
93
+ volcano10: string;
94
+ geekblue1: string;
95
+ geekblue2: string;
96
+ geekblue3: string;
97
+ geekblue4: string;
98
+ geekblue5: string;
99
+ geekblue6: string;
100
+ geekblue7: string;
101
+ geekblue8: string;
102
+ geekblue9: string;
103
+ geekblue10: string;
104
+ lime1: string;
105
+ lime2: string;
106
+ lime3: string;
107
+ lime4: string;
108
+ lime5: string;
109
+ lime6: string;
110
+ lime7: string;
111
+ lime8: string;
112
+ lime9: string;
113
+ lime10: string;
114
+ gold1: string;
115
+ gold2: string;
116
+ gold3: string;
117
+ gold4: string;
118
+ gold5: string;
119
+ gold6: string;
120
+ gold7: string;
121
+ gold8: string;
122
+ gold9: string;
123
+ gold10: string;
124
+ colorTextBase: string;
125
+ colorTextLightSolid: string;
126
+ colorBgBase: string;
127
+ fontFamily: string;
128
+ fontSize: string;
129
+ lineWidth: string;
130
+ borderRadius: string;
131
+ sizeUnit: string;
132
+ sizePopupArrow: string;
133
+ controlHeight: string;
134
+ opacityImage: string;
135
+ sizeStep: string;
136
+ colorPrimary: string;
137
+ colorError: string;
138
+ colorWarning: string;
139
+ colorSuccess: string;
140
+ colorInfo: string;
141
+ colorSecondary: string;
142
+ sizeXxl: string;
143
+ sizeXl: string;
144
+ sizeLg: string;
145
+ sizeMd: string;
146
+ sizeMs: string;
147
+ size: string;
148
+ sizeSm: string;
149
+ sizeXs: string;
150
+ sizeXxs: string;
151
+ controlHeightSm: string;
152
+ controlHeightXs: string;
153
+ controlHeightLg: string;
154
+ borderRadiusXs: string;
155
+ borderRadiusSm: string;
156
+ borderRadiusLg: string;
157
+ borderRadiusOuter: string;
158
+ colorText: string;
159
+ colorTextSecondary: string;
160
+ colorTextTertiary: string;
161
+ colorTextQuaternary: string;
162
+ colorFill: string;
163
+ colorFillSecondary: string;
164
+ colorFillTertiary: string;
165
+ colorBgContainer: string;
166
+ colorFillQuaternary: string;
167
+ colorBgLayout: string;
168
+ colorBgElevated: string;
169
+ colorBgSpotlight: string;
170
+ colorBorder: string;
171
+ colorBorderSecondary: string;
172
+ colorSplit: string;
173
+ colorPrimaryBg: string;
174
+ colorPrimaryBgHover: string;
175
+ colorPrimaryBorder: string;
176
+ colorPrimaryBorderHover: string;
177
+ colorPrimaryHover: string;
178
+ colorPrimaryBase: string;
179
+ colorPrimaryActive: string;
180
+ colorPrimaryTextHover: string;
181
+ colorPrimaryText: string;
182
+ colorPrimaryTextActive: string;
183
+ colorSuccessBg: string;
184
+ colorSuccessBgHover: string;
185
+ colorSuccessBorder: string;
186
+ colorSuccessBorderHover: string;
187
+ colorSuccessHover: string;
188
+ colorSuccessBase: string;
189
+ colorSuccessActive: string;
190
+ colorSuccessTextHover: string;
191
+ colorSuccessText: string;
192
+ colorSuccessTextActive: string;
193
+ colorWarningBg: string;
194
+ colorWarningBgHover: string;
195
+ colorWarningBorder: string;
196
+ colorWarningBorderHover: string;
197
+ colorWarningHover: string;
198
+ colorWarningBase: string;
199
+ colorWarningActive: string;
200
+ colorWarningTextHover: string;
201
+ colorWarningText: string;
202
+ colorWarningTextActive: string;
203
+ colorErrorBg: string;
204
+ colorErrorBgHover: string;
205
+ colorErrorBorder: string;
206
+ colorErrorBorderHover: string;
207
+ colorErrorHover: string;
208
+ colorErrorBase: string;
209
+ colorErrorActive: string;
210
+ colorErrorTextHover: string;
211
+ colorErrorText: string;
212
+ colorErrorTextActive: string;
213
+ colorInfoBg: string;
214
+ colorInfoBgHover: string;
215
+ colorInfoBorder: string;
216
+ colorInfoBorderHover: string;
217
+ colorInfoHover: string;
218
+ colorInfoBase: string;
219
+ colorInfoActive: string;
220
+ colorInfoTextHover: string;
221
+ colorInfoText: string;
222
+ colorInfoTextActive: string;
223
+ colorBgMask: string;
224
+ stepsDotSize: string;
225
+ stepsCurrentDotSize: string;
226
+ rateStarSize: string;
227
+ colorFillContent: string;
228
+ colorFillContentHover: string;
229
+ colorFillAlter: string;
230
+ colorBgContainerDisabled: string;
231
+ colorBorderBg: string;
232
+ colorTextPlaceholder: string;
233
+ colorTextDisabled: string;
234
+ colorTextHeading: string;
235
+ colorTextLabel: string;
236
+ colorTextDescription: string;
237
+ colorBgTextHover: string;
238
+ colorBgTextActive: string;
239
+ colorIcon: string;
240
+ colorIconHover: string;
241
+ colorLink: string;
242
+ colorLinkHover: string;
243
+ colorLinkActive: string;
244
+ colorHighlight: string;
245
+ controlOutline: string;
246
+ colorWarningOutline: string;
247
+ colorErrorOutline: string;
248
+ fontSizeSm: string;
249
+ fontSizeLg: string;
250
+ fontSizeXl: string;
251
+ fontSizeIcon: string;
252
+ fontSizeHeading1: string;
253
+ fontSizeHeading2: string;
254
+ fontSizeHeading3: string;
255
+ fontSizeHeading4: string;
256
+ fontSizeHeading5: string;
257
+ fontWeightNormal: string;
258
+ fontWeightStrong: string;
259
+ controlLineWidth: string;
260
+ controlOutlineWidth: string;
261
+ controlItemBgHover: string;
262
+ controlItemBgActive: string;
263
+ controlItemBgActiveHover: string;
264
+ controlInteractiveSize: string;
265
+ controlItemBgActiveDisabled: string;
266
+ controlTmpOutline: string;
267
+ opacityLoading: string;
268
+ padding: string;
269
+ paddingMd: string;
270
+ paddingSm: string;
271
+ paddingXs: string;
272
+ paddingXxs: string;
273
+ paddingLg: string;
274
+ paddingXl: string;
275
+ paddingXxl: string;
276
+ margin: string;
277
+ marginSm: string;
278
+ marginXs: string;
279
+ marginXxs: string;
280
+ marginLg: string;
281
+ marginXl: string;
282
+ controlPaddingHorizontal: string;
283
+ controlPaddingHorizontalSm: string;
284
+ baseBaseNormal: string;
285
+ baseBaseStrong: string;
286
+ baseBaseUnderline: string;
287
+ baseBaseDelete: string;
288
+ baseBaseItalic: string;
289
+ smSmNormal: string;
290
+ smSmStrong: string;
291
+ smSmUnderline: string;
292
+ smSmDelete: string;
293
+ smSmItalic: string;
294
+ lgLgNormal: string;
295
+ lgLgStrong: string;
296
+ lgLgUnderline: string;
297
+ lgLgDelete: string;
298
+ lgLgItalic: string;
299
+ xlXlNormal: string;
300
+ xlXlStrong: string;
301
+ xlXlUnderline: string;
302
+ xlXlDelete: string;
303
+ xlXlItalic: string;
304
+ headingHeading1: string;
305
+ headingHeading2: string;
306
+ headingHeading3: string;
307
+ headingHeading4: string;
308
+ headingHeading5: string;
309
+ fontWeightItalic: string;
310
+ paddingContentHorizontalLg: string;
311
+ paddingContentVerticalLg: string;
312
+ paddingContentHorizontal: string;
313
+ paddingContentVertical: string;
314
+ paddingContentHorizontalSm: string;
315
+ paddingContentVerticalSm: string;
316
+ boxShadow: string;
317
+ boxShadowSecondary: string;
318
+ boxShadowCard: string;
319
+ colorItemText: string;
320
+ colorItemTextDisabled: string;
321
+ focusPrimary: string;
322
+ focusError: string;
323
+ focusWarning: string;
324
+ tooltipBg: string;
325
+ segmentedBgColorSelected: string;
326
+ segmentedGroupBg: string;
327
+ colorMenuDarkBg: string;
328
+ colorMenuSubItemBg: string;
329
+ boxShadowButtonSolid: string;
330
+ paddingTooltipContentVertical: string;
331
+ };
332
+ };
333
+ export declare const TokenProvider: (children: any) => React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ods-component-lib",
3
- "version": "1.11.0",
3
+ "version": "1.11.2",
4
4
  "description": "Odeon desgin system component lib",
5
5
  "author": "OdeonTechnology",
6
6
  "license": "MIT",