@feathery/react 1.1.85 → 1.1.87

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/main.css CHANGED
@@ -1,49 +1 @@
1
- /*!******************************************************************************************************************************!*\
2
- !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/elements/components/Spinner.css ***!
3
- \******************************************************************************************************************************/
4
- .feathery-spinner {
5
- --spinner-size: 4 ;
6
- --line-color: #333849;
7
- --line-alpha: 1;
8
- --ring-color: #DBDFE8;
9
- --ring-alpha: 1;
10
- --ring-size: 2;
11
- font-size: calc(var(--spinner-size) * 1em);
12
- width: 1em;
13
- height: 1em;
14
- border-radius: 50%;
15
- }
16
-
17
- .feathery-spinner .feathery-spinner-line {
18
- fill: none;
19
- stroke: var(--line-color);
20
- stroke-width: var(--ring-size);
21
- opacity: var(--line-alpha);
22
- stroke-linecap: round;
23
- transform-origin: 50% 50%;
24
- transform: rotate3d(0, 0, 1, 0deg);
25
- animation: 2156ms feathery-spinner-arc ease-in-out infinite, 1829ms feathery-spinner-rotate linear infinite;
26
- }
27
-
28
- .feathery-spinner .feathery-spinner-ring {
29
- fill: none;
30
- stroke: var(--ring-color);
31
- stroke-width: var(--ring-size);
32
- opacity: var(--ring-alpha);
33
- }
34
-
35
- @keyframes feathery-spinner-rotate {
36
- to {
37
- transform: rotate3d(0, 0, 1, 360deg);
38
- }
39
- }
40
- @keyframes feathery-spinner-arc {
41
- from {
42
- stroke-dasharray: 0 150;
43
- stroke-dashoffset: 0;
44
- }
45
- to {
46
- stroke-dasharray: 100 150;
47
- stroke-dashoffset: -140;
48
- }
49
- }
1
+ .feathery-spinner{--spinner-size: 4 ;--line-color: #333849;--line-alpha: 1;--ring-color: #DBDFE8;--ring-alpha: 1;--ring-size: 2;font-size:calc(var(--spinner-size)*1em);width:1em;height:1em;border-radius:50%}.feathery-spinner .feathery-spinner-line{fill:none;stroke:var(--line-color);stroke-width:var(--ring-size);opacity:var(--line-alpha);stroke-linecap:round;transform-origin:50% 50%;transform:rotate3d(0, 0, 1, 0deg);animation:2156ms feathery-spinner-arc ease-in-out infinite,1829ms feathery-spinner-rotate linear infinite}.feathery-spinner .feathery-spinner-ring{fill:none;stroke:var(--ring-color);stroke-width:var(--ring-size);opacity:var(--ring-alpha)}@keyframes feathery-spinner-rotate{to{transform:rotate3d(0, 0, 1, 360deg)}}@keyframes feathery-spinner-arc{from{stroke-dasharray:0 150;stroke-dashoffset:0}to{stroke-dasharray:100 150;stroke-dashoffset:-140}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feathery/react",
3
- "version": "1.1.85",
3
+ "version": "1.1.87",
4
4
  "description": "React library for Feathery",
5
5
  "author": "Boyang Dun",
6
6
  "license": "MIT",