@hh.ru/magritte-ui-loader 1.3.41 → 1.3.42
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-42","spin":"magritte-spin___DyLX-_1-3-42","internal_overriden":"magritte-internal_overriden___GcH9X_1-3-42","internalOverriden":"magritte-internal_overriden___GcH9X_1-3-42"};
|
|
7
7
|
|
|
8
8
|
const iconsBySize = new Map([
|
|
9
9
|
[16, LoaderOutlinedSize16],
|
package/index.css
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
.magritte-night-theme{
|
|
5
5
|
--magritte-color-component-loader-icon-content-v21-5-1:#0d63e3;
|
|
6
6
|
}
|
|
7
|
-
@keyframes magritte-spin___DyLX-_1-3-
|
|
7
|
+
@keyframes magritte-spin___DyLX-_1-3-42{
|
|
8
8
|
from{
|
|
9
9
|
transform:rotate(0deg);
|
|
10
10
|
}
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
transform:rotate(360deg);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
.magritte-loader___GSe1a_1-3-
|
|
15
|
+
.magritte-loader___GSe1a_1-3-42{
|
|
16
16
|
display:inline-flex;
|
|
17
17
|
height:max-content;
|
|
18
18
|
width:max-content;
|
|
19
19
|
}
|
|
20
|
-
.magritte-loader___GSe1a_1-3-
|
|
21
|
-
animation-name:magritte-spin___DyLX-_1-3-
|
|
20
|
+
.magritte-loader___GSe1a_1-3-42 svg{
|
|
21
|
+
animation-name:magritte-spin___DyLX-_1-3-42;
|
|
22
22
|
animation-duration:1s;
|
|
23
23
|
animation-iteration-count:infinite;
|
|
24
24
|
animation-timing-function:linear;
|
|
25
25
|
animation-fill-mode:none;
|
|
26
26
|
}
|
|
27
|
-
.magritte-internal_overriden___GcH9X_1-3-
|
|
27
|
+
.magritte-internal_overriden___GcH9X_1-3-42{
|
|
28
28
|
--magritte-ui-icon-color-override:var(--magritte-ui-loader-color-override, var(--magritte-color-component-loader-icon-content-v21-5-1));
|
|
29
29
|
}
|
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.42",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@hh.ru/magritte-design-tokens": "21.5.1",
|
|
23
|
-
"@hh.ru/magritte-ui-icon": "11.0.
|
|
23
|
+
"@hh.ru/magritte-ui-icon": "11.0.12",
|
|
24
24
|
"@hh.ru/magritte-ui-mock-component": "1.1.4"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"access": "public"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "98345837f5a81196f61f757e9cc17ed0fc6f1c65"
|
|
34
34
|
}
|