@widergy/energy-ui 3.125.0 → 3.125.1

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
@@ -1,3 +1,10 @@
1
+ ## [3.125.1](https://github.com/widergy/energy-ui/compare/v3.125.0...v3.125.1) (2025-12-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [CX-1653] wizard-header-size-error ([#738](https://github.com/widergy/energy-ui/issues/738)) ([02f6b86](https://github.com/widergy/energy-ui/commit/02f6b864aefdc6d673f15105c2b475f36b2fd182))
7
+
1
8
  # [3.125.0](https://github.com/widergy/energy-ui/compare/v3.124.0...v3.125.0) (2025-12-09)
2
9
 
3
10
 
@@ -15,19 +15,19 @@ $introjs-show-element: 'introjs-showElement';
15
15
  $introjs-tooltipbuttons: 'introjs-tooltipbuttons';
16
16
 
17
17
  %tooltipContainer {
18
- box-sizing: border-box;
19
- color: var(--light01);
20
- margin: 0;
18
+ box-sizing: border-box !important;
19
+ color: var(--light01) !important;
20
+ margin: 0 !important;
21
21
  padding: 16px !important;
22
- width: 296px;
23
- z-index: 1290;
22
+ width: 296px !important;
23
+ z-index: 1290 !important;
24
24
  [class*='#{$introjs-skipbutton}'] {
25
- font-size: 30px;
26
- font-weight: 400;
27
- height: fit-content;
28
- line-height: 32px;
29
- position: relative;
30
- top: -3px;
25
+ font-size: 30px !important;
26
+ font-weight: 400 !important;
27
+ height: fit-content !important;
28
+ line-height: 32px !important;
29
+ position: relative !important;
30
+ top: -3px !important;
31
31
  }
32
32
  }
33
33
 
@@ -41,15 +41,15 @@ $introjs-tooltipbuttons: 'introjs-tooltipbuttons';
41
41
 
42
42
  .button {
43
43
  background-color: var(--dark05) !important;
44
- border-radius: 4px;
45
- box-shadow: none;
44
+ border-radius: 4px !important;
45
+ box-shadow: none !important;
46
46
  color: var(--actionNegative04) !important;
47
- cursor: pointer;
48
- font-family: 'Inter', sans-serif;
49
- font-size: 14px;
50
- font-weight: 500;
51
- line-height: 1.375rem;
52
- padding: 4px 8px;
47
+ cursor: pointer !important;
48
+ font-family: 'Inter', sans-serif !important;
49
+ font-size: 14px !important;
50
+ font-weight: 500 !important;
51
+ line-height: 1.375rem !important;
52
+ padding: 4px 8px !important;
53
53
  transition:
54
54
  background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
55
55
  border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
@@ -74,7 +74,7 @@ $introjs-tooltipbuttons: 'introjs-tooltipbuttons';
74
74
  }
75
75
 
76
76
  .button:hover {
77
- opacity: 0.5;
77
+ opacity: 0.5 !important;
78
78
  }
79
79
 
80
80
  [class*='#{$intro-js-disabled-button-class}'] {
@@ -82,38 +82,38 @@ $introjs-tooltipbuttons: 'introjs-tooltipbuttons';
82
82
  cursor: auto;
83
83
  }
84
84
  [class*='#{$introjs-tooltip-header}'] {
85
- display: flex;
86
- padding: 0;
85
+ display: flex !important;
86
+ padding: 0 !important;
87
87
  }
88
88
 
89
89
  [class*='#{$introjs-tooltiptext}'] {
90
- padding: 0;
90
+ padding: 0 !important;
91
91
  }
92
92
 
93
93
  [class*='#{$introjs-tooltip-title}'] {
94
- font-family: 'Inter', sans-serif;
95
- font-size: 16px;
96
- font-weight: 500;
97
- place-self: center;
94
+ font-family: 'Inter', sans-serif !important;
95
+ font-size: 16px !important;
96
+ font-weight: 500 !important;
97
+ place-self: center !important;
98
98
  }
99
99
 
100
100
  [class*='#{$introjs-overlay}'] {
101
- z-index: 1280;
101
+ z-index: 1280 !important;
102
102
  }
103
103
 
104
104
  [class*='#{$introjs-nextbutton}'] {
105
105
  &:focus {
106
- outline: none;
106
+ outline: none !important;
107
107
  }
108
108
  }
109
109
 
110
110
  [class*='#{$introjs-tooltip-reference-layer}'] {
111
- margin: 16px;
112
- z-index: 1290;
111
+ margin: 16px !important;
112
+ z-index: 1290 !important;
113
113
  }
114
114
 
115
115
  [class*='#{$introjs-helper-layer}'] {
116
- z-index: 1275;
116
+ z-index: 1275 !important;
117
117
  }
118
118
 
119
119
  [class*='#{$introjs-show-element}'] {
@@ -131,19 +131,19 @@ $introjs-tooltipbuttons: 'introjs-tooltipbuttons';
131
131
 
132
132
  .tooltipSuggestionContainer {
133
133
  @extend %tooltipContainer;
134
- background-color: var(--actionNeutral05);
135
- color: var(--light01);
134
+ background-color: var(--actionNeutral05) !important;
135
+ color: var(--light01) !important;
136
136
 
137
137
  [class*='#{$introjs-skipbutton}'] {
138
- border-radius: 4px;
139
- color: var(--light01);
138
+ border-radius: 4px !important;
139
+ color: var(--light01) !important;
140
140
  &:hover {
141
141
  background-color: var(--actionAccent03) !important;
142
142
  }
143
143
  }
144
144
  }
145
145
  [class*='#{$introjs-arrow}'] {
146
- border: none;
146
+ border: none !important;
147
147
  }
148
148
  .suggestionReference {
149
149
  height: unset !important;
@@ -158,19 +158,19 @@ $introjs-tooltipbuttons: 'introjs-tooltipbuttons';
158
158
  }
159
159
 
160
160
  [class*='#{$introjs-tooltipbuttons}'] {
161
- border-top: none;
162
- display: flex;
163
- grid-gap: 8px;
164
- justify-content: flex-end;
165
- padding: 0;
161
+ border-top: none !important;
162
+ display: flex !important;
163
+ grid-gap: 8px !important;
164
+ justify-content: flex-end !important;
165
+ padding: 0 !important;
166
166
  padding-top: 16px !important;
167
167
  }
168
168
 
169
169
  .highlight {
170
- border-radius: 0;
170
+ border-radius: 0 !important;
171
171
  box-shadow:
172
172
  inset 0px 0px 0px 4px #17f455,
173
173
  rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px !important;
174
- box-sizing: border-box;
175
- z-index: 1290;
174
+ box-sizing: border-box !important;
175
+ z-index: 1290 !important;
176
176
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.125.0",
3
+ "version": "3.125.1",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",