@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 CHANGED
@@ -36,10 +36,10 @@
36
36
  position: absolute;
37
37
  width: 100%;
38
38
  height: 100%;
39
- border: 3px solid #fff;
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: #fff transparent transparent transparent;
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 #fff;
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: #fff transparent transparent transparent;
42
+ border-color: #000000 transparent transparent transparent;
43
43
 
44
44
  }
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inntechcorp/it-design",
3
- "version": "2.2.15",
3
+ "version": "2.2.16",
4
4
  "description": "All in one Design library for web applications.",
5
5
  "author": "Inn.Tech",
6
6
  "license": "ISC",