@inntechcorp/it-design 2.2.15 → 2.2.17

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
 
@@ -1934,7 +1934,7 @@ function(b,z){M.exports?M.exports=z(Fo()):z(b.moment)}(Vo,(function(M){void 0===
1934
1934
  min-height: 40px;
1935
1935
  overflow: hidden;
1936
1936
  position: absolute;
1937
- z-index: 2;
1937
+ z-index: 3;
1938
1938
  transform-box: fill-box;
1939
1939
  transform-origin: 50% 1%;
1940
1940
 
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
 
@@ -1934,7 +1934,7 @@ function(b,z){M.exports?M.exports=z(FO()):z(b.moment)}(jO,(function(M){void 0===
1934
1934
  min-height: 40px;
1935
1935
  overflow: hidden;
1936
1936
  position: absolute;
1937
- z-index: 2;
1937
+ z-index: 3;
1938
1938
  transform-box: fill-box;
1939
1939
  transform-origin: 50% 1%;
1940
1940
 
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.17",
4
4
  "description": "All in one Design library for web applications.",
5
5
  "author": "Inn.Tech",
6
6
  "license": "ISC",