@hazelcast/ui 1.3.2-next.66 → 1.3.2-next.67

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.
@@ -44,8 +44,8 @@
44
44
  }
45
45
 
46
46
  & > input:checked ~ .checkmark {
47
- background-color: c.$colorSuccessLight;
48
- border-color: c.$colorSuccessLight;
47
+ background-color: c.$colorSuccess;
48
+ border-color: c.$colorSuccess;
49
49
  }
50
50
 
51
51
  /**
@@ -17,7 +17,7 @@
17
17
 
18
18
  .progressCircle {
19
19
  fill: none;
20
- stroke: c.$colorSuccessLight;
20
+ stroke: c.$colorSuccess;
21
21
  stroke-linecap: round;
22
22
  transition: stroke-dashoffset 750ms ease-in-out;
23
23
  }
@@ -48,8 +48,8 @@
48
48
  }
49
49
 
50
50
  & > input:checked ~ .checkmark {
51
- background-color: c.$colorSuccessLight;
52
- border-color: c.$colorSuccessLight;
51
+ background-color: c.$colorSuccess;
52
+ border-color: c.$colorSuccess;
53
53
  }
54
54
 
55
55
  /**
@@ -33,7 +33,7 @@
33
33
 
34
34
  &.checked {
35
35
  color: c.$colorText;
36
- border-bottom-color: c.$colorSuccessLight;
36
+ border-bottom-color: c.$colorSuccess;
37
37
  }
38
38
 
39
39
  &:first-of-type {
@@ -74,8 +74,8 @@
74
74
 
75
75
  &.checked {
76
76
  color: c.$colorNeutralWhite;
77
- background-color: c.$colorSuccessLight;
78
- border-color: c.$colorSuccessLight;
77
+ background-color: c.$colorSuccess;
78
+ border-color: c.$colorSuccess;
79
79
  }
80
80
  }
81
81
 
@@ -23,7 +23,7 @@ $currentValueIndicatorHeight: c.$grid * 6;
23
23
 
24
24
  @mixin thumb() {
25
25
  box-shadow: 0 c.$sliderThumbShadowSize c.$sliderThumbShadowBlur c.$colorShadow;
26
- background: c.$colorSuccessLight; // background will represent the dot inside
26
+ background: c.$colorSuccess; // background will represent the dot inside
27
27
  border: c.$sliderThumbBorderSize solid c.$colorNeutralWhite; // the white part will be done by the border
28
28
  box-sizing: content-box; /* and because of all of this, we need content-box */
29
29
  border-radius: 50%;
@@ -8,7 +8,7 @@ $labelMargin: c.$grid * 2.5;
8
8
  /* doiuse-disable calc */
9
9
  $trackBr: calc(#{$height} - #{c.$borderWidth * 2});
10
10
  /* doiuse-enable calc */
11
- $trackBgOn: c.$colorSuccessLight;
11
+ $trackBgOn: c.$colorSuccess;
12
12
  $trackBgOff: c.$colorNeutral;
13
13
  $knobBgOn: c.$colorNeutralWhite;
14
14
  $knobBgOff: c.$colorNeutralLighter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazelcast/ui",
3
- "version": "1.3.2-next.66+920caff",
3
+ "version": "1.3.2-next.67+67b20de",
4
4
  "description": "Hazelcast design system components",
5
5
  "author": "",
6
6
  "homepage": "https://github.com/hazelcast/frontend-shared#readme",
@@ -117,5 +117,5 @@
117
117
  "react": "^17 || ^18",
118
118
  "react-dom": "^17 || ^18"
119
119
  },
120
- "gitHead": "920caff8e6e12d9d0695afbe10cf78dbf08a2e3c"
120
+ "gitHead": "67b20dec3ddfbfdc3709c940c7304018e0c60ae6"
121
121
  }