@progress/kendo-react-common 14.5.0-develop.7 → 14.5.0-develop.9
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/cdn/js/kendo-react-common.js +1 -1
- package/icons/BaseIconProps.d.ts +0 -2
- package/icons/Icon.js +1 -1
- package/icons/Icon.mjs +11 -13
- package/icons/SvgIcon.js +1 -1
- package/icons/SvgIcon.mjs +0 -2
- package/icons/models/theme-color.d.ts +1 -3
- package/package.json +7 -2
- package/theme.js +1 -1
- package/theme.mjs +4 -2
- package/typography/Typography.js +1 -1
- package/typography/Typography.mjs +6 -8
- package/typography/TypographyProps.d.ts +1 -3
- package/unstyled/buttons.d.ts +2 -0
- package/unstyled/buttons.js +1 -1
- package/unstyled/buttons.mjs +39 -38
- package/unstyled/icons.d.ts +2 -4
- package/unstyled/icons.js +1 -1
- package/unstyled/icons.mjs +10 -11
- package/unstyled/json-classes.js +1 -1
- package/unstyled/json-classes.mjs +13 -15
|
@@ -62,8 +62,6 @@ const e = {
|
|
|
62
62
|
success: "success",
|
|
63
63
|
warning: "warning",
|
|
64
64
|
error: "error",
|
|
65
|
-
dark: "dark",
|
|
66
|
-
light: "light",
|
|
67
65
|
inherit: "inherit",
|
|
68
66
|
inverse: "inverse"
|
|
69
67
|
}, d = {
|
|
@@ -109,7 +107,7 @@ const e = {
|
|
|
109
107
|
titlebar: "titlebar",
|
|
110
108
|
optionLabel: "optionlabel",
|
|
111
109
|
view: "view"
|
|
112
|
-
},
|
|
110
|
+
}, o = {
|
|
113
111
|
table: "table",
|
|
114
112
|
text: "text",
|
|
115
113
|
button: "button",
|
|
@@ -167,7 +165,7 @@ const e = {
|
|
|
167
165
|
vertical: "vertical",
|
|
168
166
|
fullscreen: "fullscreen",
|
|
169
167
|
bottom: "bottom"
|
|
170
|
-
},
|
|
168
|
+
}, b = {
|
|
171
169
|
prefix: "animation",
|
|
172
170
|
child: "child",
|
|
173
171
|
relative: "relative",
|
|
@@ -207,7 +205,7 @@ const e = {
|
|
|
207
205
|
textbox: "textbox",
|
|
208
206
|
prefix: "prefix",
|
|
209
207
|
suffix: "suffix"
|
|
210
|
-
},
|
|
208
|
+
}, g = {
|
|
211
209
|
week: "week",
|
|
212
210
|
weekdays: "weekdays",
|
|
213
211
|
weekend: "weekend",
|
|
@@ -249,7 +247,7 @@ const e = {
|
|
|
249
247
|
field: "field"
|
|
250
248
|
}, y = {
|
|
251
249
|
prefix: "popup"
|
|
252
|
-
},
|
|
250
|
+
}, a = {
|
|
253
251
|
prefix: "grid",
|
|
254
252
|
ariaRoot: "aria-root",
|
|
255
253
|
tableWrap: "table-wrap",
|
|
@@ -271,10 +269,10 @@ const e = {
|
|
|
271
269
|
horizontal: "h",
|
|
272
270
|
clue: "clue",
|
|
273
271
|
reorder: "reorder"
|
|
274
|
-
}, z = `${e.prefix}-${i.input}`, P = `${e.prefix}-${t.calendar}`, M = `${e.prefix}-${t.maskedtextbox}`, R = `${e.prefix}-${i.radio}`, L = `${e.prefix}-${
|
|
272
|
+
}, z = `${e.prefix}-${i.input}`, P = `${e.prefix}-${t.calendar}`, M = `${e.prefix}-${t.maskedtextbox}`, R = `${e.prefix}-${i.radio}`, L = `${e.prefix}-${o.button}`, I = `${e.prefix}-${t.menu}`, D = `${e.prefix}-${r.picker}`, H = `${e.prefix}-${t.dropdownlist}`, U = `${e.prefix}-${t.combobox}`, V = `${e.prefix}-${a.prefix}`, q = {
|
|
275
273
|
base: e,
|
|
276
274
|
actions: u,
|
|
277
|
-
animation:
|
|
275
|
+
animation: b,
|
|
278
276
|
sizeMap: l,
|
|
279
277
|
components: t,
|
|
280
278
|
cssUtils: n,
|
|
@@ -283,22 +281,22 @@ const e = {
|
|
|
283
281
|
themeColorMap: c,
|
|
284
282
|
roundedMap: d,
|
|
285
283
|
orientationMap: p,
|
|
286
|
-
elements:
|
|
284
|
+
elements: o,
|
|
287
285
|
states: x,
|
|
288
286
|
dimensions: h,
|
|
289
287
|
containers: r,
|
|
290
288
|
cursor: m,
|
|
291
289
|
inputs: i,
|
|
292
|
-
dateInputs:
|
|
290
|
+
dateInputs: g,
|
|
293
291
|
labels: w,
|
|
294
292
|
forms: k,
|
|
295
293
|
popup: y,
|
|
296
294
|
icon: v,
|
|
297
|
-
grid:
|
|
295
|
+
grid: a
|
|
298
296
|
};
|
|
299
297
|
export {
|
|
300
298
|
u as actions,
|
|
301
|
-
|
|
299
|
+
b as animationStyles,
|
|
302
300
|
e as base,
|
|
303
301
|
L as buttonPrefix,
|
|
304
302
|
P as calendarPrefix,
|
|
@@ -307,15 +305,15 @@ export {
|
|
|
307
305
|
r as containers,
|
|
308
306
|
n as cssUtils,
|
|
309
307
|
m as cursor,
|
|
310
|
-
|
|
308
|
+
g as dateInputs,
|
|
311
309
|
I as ddbPrefix,
|
|
312
310
|
h as dimensions,
|
|
313
311
|
f as directionMap,
|
|
314
312
|
H as dropDownListPrefix,
|
|
315
|
-
|
|
313
|
+
o as elements,
|
|
316
314
|
s as fillModeMap,
|
|
317
315
|
k as forms,
|
|
318
|
-
|
|
316
|
+
a as grid,
|
|
319
317
|
V as gridPrefix,
|
|
320
318
|
$ as gridRowReorder,
|
|
321
319
|
v as icon,
|