@cloud-ru/uikit-product-config-selector 1.1.6 → 1.1.7-preview-b95fca4e.0
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.
|
@@ -79,15 +79,6 @@
|
|
|
79
79
|
border-color:var(--sys-neutral-decor-hovered, #cfd2dc);
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.configSelector{
|
|
83
|
-
position:relative;
|
|
84
|
-
min-width:0;
|
|
85
|
-
margin:0;
|
|
86
|
-
padding:0;
|
|
87
|
-
border:none;
|
|
88
|
-
outline:0;
|
|
89
|
-
outline-offset:0;
|
|
90
|
-
}
|
|
91
82
|
.configSelector .label{
|
|
92
83
|
font-family:var(--sans-label-m-font-family, SB Sans Interface);
|
|
93
84
|
font-weight:var(--sans-label-m-font-weight, Semibold);
|
|
@@ -108,6 +99,15 @@
|
|
|
108
99
|
padding-left:var(--space-chips-container-padding-s, 3px);
|
|
109
100
|
padding-right:var(--space-chips-container-padding-s, 3px);
|
|
110
101
|
}
|
|
102
|
+
.configSelector{
|
|
103
|
+
position:relative;
|
|
104
|
+
min-width:0;
|
|
105
|
+
margin:0;
|
|
106
|
+
padding:0;
|
|
107
|
+
border:none;
|
|
108
|
+
outline:0;
|
|
109
|
+
outline-offset:0;
|
|
110
|
+
}
|
|
111
111
|
.configSelector[data-available] .configSelectorInput:focus-visible + .configSelectorContent{
|
|
112
112
|
border-color:var(--sys-primary-accent-hovered, #37946e);
|
|
113
113
|
}
|
|
@@ -79,15 +79,6 @@
|
|
|
79
79
|
border-color:var(--sys-neutral-decor-hovered, #cfd2dc);
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.configSelector{
|
|
83
|
-
position:relative;
|
|
84
|
-
min-width:0;
|
|
85
|
-
margin:0;
|
|
86
|
-
padding:0;
|
|
87
|
-
border:none;
|
|
88
|
-
outline:0;
|
|
89
|
-
outline-offset:0;
|
|
90
|
-
}
|
|
91
82
|
.configSelector .label{
|
|
92
83
|
font-family:var(--sans-label-m-font-family, SB Sans Interface);
|
|
93
84
|
font-weight:var(--sans-label-m-font-weight, Semibold);
|
|
@@ -108,6 +99,15 @@
|
|
|
108
99
|
padding-left:var(--space-chips-container-padding-s, 3px);
|
|
109
100
|
padding-right:var(--space-chips-container-padding-s, 3px);
|
|
110
101
|
}
|
|
102
|
+
.configSelector{
|
|
103
|
+
position:relative;
|
|
104
|
+
min-width:0;
|
|
105
|
+
margin:0;
|
|
106
|
+
padding:0;
|
|
107
|
+
border:none;
|
|
108
|
+
outline:0;
|
|
109
|
+
outline-offset:0;
|
|
110
|
+
}
|
|
111
111
|
.configSelector[data-available] .configSelectorInput:focus-visible + .configSelectorContent{
|
|
112
112
|
border-color:var(--sys-primary-accent-hovered, #37946e);
|
|
113
113
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-config-selector",
|
|
3
3
|
"title": "Config Selector",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.7-preview-b95fca4e.0",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"@snack-uikit/utils": "3.9.0",
|
|
42
42
|
"classnames": "2.5.1"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "5e59d6341e92ce7320739df54ab7e6f6d0a7aa26"
|
|
45
45
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@use '@
|
|
2
|
-
@use '@
|
|
3
|
-
@use '@
|
|
1
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/styles-theme-variables';
|
|
2
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-chips-chipToggle';
|
|
3
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-element';
|
|
4
4
|
|
|
5
5
|
$size: 's';
|
|
6
6
|
|