@hh.ru/magritte-ui-loader 1.3.11 → 1.3.12
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/Loader.js +1 -1
- package/index.css +5 -5
- package/package.json +3 -3
package/Loader.js
CHANGED
|
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import { LoaderOutlinedSize16, LoaderOutlinedSize24, LoaderOutlinedSize64, LoaderOutlinedSize96 } from '@hh.ru/magritte-ui-icon/icon';
|
|
5
5
|
|
|
6
|
-
var styles = {"loader":"magritte-loader___GSe1a_1-3-
|
|
6
|
+
var styles = {"loader":"magritte-loader___GSe1a_1-3-12","spin":"magritte-spin___DyLX-_1-3-12","internal_overriden":"magritte-internal_overriden___GcH9X_1-3-12","internalOverriden":"magritte-internal_overriden___GcH9X_1-3-12"};
|
|
7
7
|
|
|
8
8
|
const iconsBySize = new Map([
|
|
9
9
|
[16, LoaderOutlinedSize16],
|
package/index.css
CHANGED
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
--magritte-typography-_custom-5-italic-text-transform-v20-0-1:none;
|
|
537
537
|
--magritte-typography-_custom-5-italic-text-decoration-v20-0-1:none;
|
|
538
538
|
}
|
|
539
|
-
@keyframes magritte-spin___DyLX-_1-3-
|
|
539
|
+
@keyframes magritte-spin___DyLX-_1-3-12{
|
|
540
540
|
from{
|
|
541
541
|
transform:rotate(0deg);
|
|
542
542
|
}
|
|
@@ -544,18 +544,18 @@
|
|
|
544
544
|
transform:rotate(360deg);
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
|
-
.magritte-loader___GSe1a_1-3-
|
|
547
|
+
.magritte-loader___GSe1a_1-3-12{
|
|
548
548
|
display:inline-flex;
|
|
549
549
|
height:max-content;
|
|
550
550
|
width:max-content;
|
|
551
551
|
}
|
|
552
|
-
.magritte-loader___GSe1a_1-3-
|
|
553
|
-
animation-name:magritte-spin___DyLX-_1-3-
|
|
552
|
+
.magritte-loader___GSe1a_1-3-12 svg{
|
|
553
|
+
animation-name:magritte-spin___DyLX-_1-3-12;
|
|
554
554
|
animation-duration:1s;
|
|
555
555
|
animation-iteration-count:infinite;
|
|
556
556
|
animation-timing-function:linear;
|
|
557
557
|
animation-fill-mode:none;
|
|
558
558
|
}
|
|
559
|
-
.magritte-internal_overriden___GcH9X_1-3-
|
|
559
|
+
.magritte-internal_overriden___GcH9X_1-3-12{
|
|
560
560
|
--magritte-ui-icon-color-override:var(--magritte-ui-loader-color-override, var(--magritte-color-component-loader-icon-content-v20-0-1));
|
|
561
561
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui-loader",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.12",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@hh.ru/magritte-design-tokens": "20.0.1",
|
|
24
|
-
"@hh.ru/magritte-ui-icon": "7.9.
|
|
24
|
+
"@hh.ru/magritte-ui-icon": "7.9.7",
|
|
25
25
|
"@hh.ru/magritte-ui-mock-component": "1.0.11"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "0cba1a0b8d618df338719bc996e2f5535af80e79"
|
|
35
35
|
}
|