@eclass/ui-kit 1.22.0 → 1.23.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/atoms/Label/Label.d.ts +0 -3
- package/dist/atoms/Progress/Progress.d.ts +0 -3
- package/dist/atoms/Ripples/Ripples.d.ts +0 -3
- package/dist/eclass-ui-kit.es.js +0 -3
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +30 -30
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +5 -3
package/dist/eclass-ui-kit.es.js
CHANGED
|
@@ -28405,7 +28405,6 @@ function Label({
|
|
|
28405
28405
|
children
|
|
28406
28406
|
});
|
|
28407
28407
|
}
|
|
28408
|
-
Label.displayName = "Label";
|
|
28409
28408
|
function Progress({
|
|
28410
28409
|
value = 0
|
|
28411
28410
|
}) {
|
|
@@ -28423,7 +28422,6 @@ function Progress({
|
|
|
28423
28422
|
trackColor: vars("colors-neutral-platinum")
|
|
28424
28423
|
});
|
|
28425
28424
|
}
|
|
28426
|
-
Progress.displayName = "Progress";
|
|
28427
28425
|
var __extends = globalThis && globalThis.__extends || function() {
|
|
28428
28426
|
var extendStatics2 = function(d2, b2) {
|
|
28429
28427
|
extendStatics2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d3, b3) {
|
|
@@ -28582,7 +28580,6 @@ function Ripples({
|
|
|
28582
28580
|
})
|
|
28583
28581
|
});
|
|
28584
28582
|
}
|
|
28585
|
-
Ripples.displayName = "Ripples";
|
|
28586
28583
|
function Base({
|
|
28587
28584
|
w: w2 = "1rem",
|
|
28588
28585
|
h: h2 = "1rem",
|