@onereach/styles 0.2.11 → 0.2.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/styles",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"description": "Styles for or-ui-next",
|
|
5
5
|
"main": "./dist/index.min.css",
|
|
6
6
|
"unpkg": "./dist/index.css",
|
|
@@ -17,11 +17,6 @@
|
|
|
17
17
|
"clean": "rimraf dist",
|
|
18
18
|
"json-to-scss": "json-to-scss mock/design-tokens.json src/variables/tokens"
|
|
19
19
|
},
|
|
20
|
-
"author": {
|
|
21
|
-
"name": "Kostyantin Kostikov",
|
|
22
|
-
"email": "kostiantyn.kostikov@onereach.com",
|
|
23
|
-
"url": "https://onereach.ai/"
|
|
24
|
-
},
|
|
25
20
|
"files": [
|
|
26
21
|
"dist",
|
|
27
22
|
"src"
|
|
@@ -37,5 +32,5 @@
|
|
|
37
32
|
"sass": "^1.35.1",
|
|
38
33
|
"stylelint": "^13.13.1"
|
|
39
34
|
},
|
|
40
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "801805a17a8009fa4eef3c1b1bce0517d0bd2361"
|
|
41
36
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@mixin hover {
|
|
2
2
|
@media (hover: hover) and (pointer: fine) {
|
|
3
|
-
&:not(
|
|
3
|
+
&:not(&.is-loading):not(&.is-disabled):not(&.is-readonly):not(&:disabled):not(&.is-focused):not(&:active) {
|
|
4
4
|
&:hover {
|
|
5
5
|
@content;
|
|
6
6
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
11
|
-
&:not(
|
|
11
|
+
&:not(&.is-loading):not(&.is-disabled):not(&.is-readonly):not(&:disabled):not(&.is-focused):not(&:active) {
|
|
12
12
|
&:hover {
|
|
13
13
|
@content;
|
|
14
14
|
}
|