@hazelcast/ui 1.3.3-next.5 → 1.3.3-next.6
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/lib/Checkbox.module.scss
CHANGED
package/lib/Slider.module.scss
CHANGED
|
@@ -111,12 +111,6 @@ ul.markDescriptions {
|
|
|
111
111
|
margin: $thumbWidth 0;
|
|
112
112
|
|
|
113
113
|
input[type='range'] {
|
|
114
|
-
&::-webkit-slider-runnable-track,
|
|
115
|
-
&::-webkit-slider-thumb,
|
|
116
|
-
& {
|
|
117
|
-
appearance: none;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
114
|
z-index: c.$zIndex100;
|
|
121
115
|
outline: none;
|
|
122
116
|
background: none;
|
|
@@ -132,6 +126,12 @@ ul.markDescriptions {
|
|
|
132
126
|
margin: 0;
|
|
133
127
|
justify-self: center;
|
|
134
128
|
|
|
129
|
+
&::-webkit-slider-runnable-track,
|
|
130
|
+
&::-webkit-slider-thumb,
|
|
131
|
+
& {
|
|
132
|
+
appearance: none;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
135
|
// Style the track
|
|
136
136
|
&::-webkit-slider-runnable-track {
|
|
137
137
|
@include track;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazelcast/ui",
|
|
3
|
-
"version": "1.3.3-next.
|
|
3
|
+
"version": "1.3.3-next.6+60cfe73",
|
|
4
4
|
"description": "Hazelcast design system components",
|
|
5
5
|
"author": "",
|
|
6
6
|
"homepage": "https://github.com/hazelcast/frontend-shared#readme",
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
"react": "^17 || ^18",
|
|
116
116
|
"react-dom": "^17 || ^18"
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "60cfe733e8d65e625fb88db0a3b6be489e48301f"
|
|
119
119
|
}
|