@ssa-ui-kit/core 2.23.0 → 2.23.1
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/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -6378,11 +6378,11 @@ const ProgressCircleOuter = /*#__PURE__*/base_default()("div", true ? {
|
|
|
6378
6378
|
size
|
|
6379
6379
|
}) => size, "px;height:", ({
|
|
6380
6380
|
size
|
|
6381
|
-
}) => size, "px;border
|
|
6381
|
+
}) => size, "px;border:", ({
|
|
6382
6382
|
size
|
|
6383
|
-
}) => size / 10, "px
|
|
6383
|
+
}) => size / 10, "px solid ", ({
|
|
6384
6384
|
theme
|
|
6385
|
-
}) => theme.colors.greyLighter, ";" + ( true ? "" : 0));
|
|
6385
|
+
}) => theme.colors.greyLighter, ";border-radius:50%;background:none;" + ( true ? "" : 0));
|
|
6386
6386
|
;// ./src/components/ProgressCircle/ProgressCircleInner.tsx
|
|
6387
6387
|
|
|
6388
6388
|
const ProgressCircleInner = /*#__PURE__*/base_default()("div", true ? {
|
|
@@ -6391,7 +6391,7 @@ const ProgressCircleInner = /*#__PURE__*/base_default()("div", true ? {
|
|
|
6391
6391
|
size
|
|
6392
6392
|
}) => size - size / 10 * 2, "px;height:", ({
|
|
6393
6393
|
size
|
|
6394
|
-
}) => size - size / 10 * 2, "px;display:flex;align-items:center;justify-content:center;border-radius:50%;background
|
|
6394
|
+
}) => size - size / 10 * 2, "px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:none;" + ( true ? "" : 0));
|
|
6395
6395
|
;// ./src/components/ProgressCircle/ProgressCircle.tsx
|
|
6396
6396
|
|
|
6397
6397
|
|