@inntechcorp/it-design 2.2.15 → 2.2.16
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.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
position: absolute;
|
|
37
37
|
width: 100%;
|
|
38
38
|
height: 100%;
|
|
39
|
-
border: 3px solid #
|
|
39
|
+
border: 3px solid #000000;
|
|
40
40
|
border-radius: 50%;
|
|
41
41
|
animation: ${C} 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
|
|
42
|
-
border-color: #
|
|
42
|
+
border-color: #000000 transparent transparent transparent;
|
|
43
43
|
|
|
44
44
|
}
|
|
45
45
|
|
package/dist/index.esm.js
CHANGED
|
@@ -36,10 +36,10 @@ import M from"i18next";import{useTranslation as b,initReactI18next as z}from"rea
|
|
|
36
36
|
position: absolute;
|
|
37
37
|
width: 100%;
|
|
38
38
|
height: 100%;
|
|
39
|
-
border: 3px solid #
|
|
39
|
+
border: 3px solid #000000;
|
|
40
40
|
border-radius: 50%;
|
|
41
41
|
animation: ${uM} 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
|
|
42
|
-
border-color: #
|
|
42
|
+
border-color: #000000 transparent transparent transparent;
|
|
43
43
|
|
|
44
44
|
}
|
|
45
45
|
|