@cloud-ru/uikit-product-config-selector 1.1.5 → 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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 1.1.6 (2025-11-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **PD-3377:** removed contributors ([121640f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/121640f7b88b20a728a6ad2c39de8841532bb308))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## 1.1.5 (2025-11-12)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -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",
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
"name": "Akhremenko Grigorii",
|
|
31
31
|
"url": "https://github.com/AGrigorii"
|
|
32
32
|
},
|
|
33
|
-
"contributors": [],
|
|
34
33
|
"license": "Apache-2.0",
|
|
35
34
|
"publishConfig": {
|
|
36
35
|
"access": "public"
|
|
@@ -42,5 +41,5 @@
|
|
|
42
41
|
"@snack-uikit/utils": "3.9.0",
|
|
43
42
|
"classnames": "2.5.1"
|
|
44
43
|
},
|
|
45
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "5e59d6341e92ce7320739df54ab7e6f6d0a7aa26"
|
|
46
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
|
|