@widergy/utilitygo-smart-bill-web 2.2.1 → 2.2.3

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.
@@ -11,6 +11,7 @@
11
11
  text-align: left;
12
12
 
13
13
  @media #{$mobile} {
14
+ box-sizing: border-box;
14
15
  padding: 24px 16px;
15
16
  }
16
17
 
@@ -19,6 +19,7 @@ $icon-size: 25px;
19
19
  }
20
20
 
21
21
  @media #{$tablet-mobile} {
22
+ box-sizing: border-box;
22
23
  margin-top: 16px;
23
24
  max-width: 100%;
24
25
  padding: 24px;
@@ -2,6 +2,7 @@
2
2
 
3
3
  .container {
4
4
  align-items: center;
5
+ box-sizing: border-box;
5
6
  display: flex;
6
7
  justify-content: space-between;
7
8
  padding: 0 24px;
@@ -16,6 +16,7 @@
16
16
  }
17
17
 
18
18
  .substraction {
19
+ box-sizing: border-box;
19
20
  display: flex;
20
21
  justify-content: flex-end;
21
22
  padding-right: 124px;
@@ -53,6 +53,7 @@
53
53
  }
54
54
 
55
55
  .mobileSummary {
56
+ box-sizing: border-box;
56
57
  margin-bottom: 16px;
57
58
  width: 100%;
58
59
 
@@ -13,6 +13,7 @@
13
13
  background-color: $white;
14
14
  border: 1px solid $borders-gray;
15
15
  border-radius: $default-container-border-radius;
16
+ box-sizing: border-box;
16
17
  padding: $default-container-padding;
17
18
  width: 100%;
18
19
 
@@ -99,12 +99,6 @@
99
99
  }
100
100
  }
101
101
 
102
- .periodLabel {
103
- @media #{$tablet-mobile} {
104
- margin-bottom: 6px;
105
- }
106
- }
107
-
108
102
  .debtState {
109
103
  width: fit-content;
110
104
 
@@ -61,7 +61,6 @@ $substage-spacing-responsive: 2px;
61
61
 
62
62
  .substageValue {
63
63
  display: flex;
64
- font-family: 'Swiss';
65
64
  justify-content: center;
66
65
  padding: 12px 0;
67
66
  text-align: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/utilitygo-smart-bill-web",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "description": "UtilityGO SmartBill Web",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
package/CHANGELOG.md DELETED
@@ -1,262 +0,0 @@
1
- ## [2.2.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v2.2.0...v2.2.1) (2023-09-07)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * lock web utils and energy ui ([#31](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/31)) ([33334bf](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/33334bfcca45298e8b34075e2bfd347a545014af))
7
-
8
- # [2.2.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v2.1.1...v2.2.0) (2023-09-07)
9
-
10
-
11
- ### Features
12
-
13
- * node upgrade ([#32](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/32)) ([de9dc25](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/de9dc25915c4a0299c85ceaf573a06319d63b809))
14
-
15
- ## [2.1.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v2.1.0...v2.1.1) (2023-06-27)
16
-
17
-
18
- ### Bug Fixes
19
-
20
- * delete auto-assign config ([f9501d3](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/f9501d3f6e7bc8fcc6b977d6ba68688786796e73))
21
- * update energybot config ([e56852e](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/e56852e67e772a89aaeb39cb6a13f8774884a99d))
22
-
23
- # [2.1.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v2.0.2...v2.1.0) (2023-05-19)
24
-
25
-
26
- ### Bug Fixes
27
-
28
- * small fixes ([7d68c4a](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/7d68c4a01c14148f2ce3cb510b3089a5c7eaac7d))
29
-
30
-
31
- ### Features
32
-
33
- * standardizes smart bill flow ([d07a26f](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/d07a26f1cc03a0dbe72239db7fa9cc0d732727da))
34
-
35
- ## [2.0.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v2.0.1...v2.0.2) (2023-03-10)
36
-
37
-
38
- ### Bug Fixes
39
-
40
- * update energy-bot.yml ([0e947e8](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/0e947e8ca5e7e21af5b8e39fe033feb47c543ac0))
41
-
42
- ## [2.0.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v2.0.0...v2.0.1) (2023-03-10)
43
-
44
-
45
- ### Bug Fixes
46
-
47
- * create auto_assign.yml ([71a7115](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/71a71158c8305d4af743986e2903e9d4a986a944))
48
- * delete semantic.yml ([e7240c4](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/e7240c46ffb2fc6d8c5597a8a6bce1efc43bb3a5))
49
- * update pull_request_template.md ([aaaf94a](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/aaaf94ad2a150b8d54868377efc3d1781a42e7d7))
50
-
51
- # [2.0.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.13.4...v2.0.0) (2023-01-28)
52
-
53
-
54
- ### Features
55
-
56
- * labels & buttons ([#29](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/29)) ([78f3875](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/78f38751da0e49b62298768b114a102d78613d41))
57
-
58
-
59
- ### BREAKING CHANGES
60
-
61
- * Using new components
62
-
63
- ## [1.13.4](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.13.3...v1.13.4) (2022-09-16)
64
-
65
-
66
- ### Bug Fixes
67
-
68
- * markdown problem in smarttbill ([#28](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/28)) ([13b9b30](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/13b9b30315ae0449dc8009d978ab2cb84d1e11bc))
69
-
70
- ## [1.13.3](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.13.2...v1.13.3) (2022-04-06)
71
-
72
-
73
- ### Bug Fixes
74
-
75
- * adjust visual bugs by gap ([#27](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/27)) ([c140016](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/c14001678a4881812290da716101d0d9b8666e5d))
76
-
77
- ## [1.13.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.13.1...v1.13.2) (2022-03-14)
78
-
79
-
80
- ### Bug Fixes
81
-
82
- * markdown fixes ([#26](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/26)) ([2249e67](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/2249e6763bd9d5b7005699da912a9ec76afdc2fe))
83
-
84
- ## [1.13.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.13.0...v1.13.1) (2022-02-21)
85
-
86
-
87
- ### Bug Fixes
88
-
89
- * adding flex-wrap to expiration dates, keeping text in container ([#25](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/25)) ([fc34ecf](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/fc34ecf04a4f7b515cf5eb1410e9317875a1996f))
90
-
91
- # [1.13.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.12.0...v1.13.0) (2022-01-17)
92
-
93
-
94
- ### Features
95
-
96
- * glossary modal ([#23](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/23)) ([408df2e](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/408df2ee1f48ba1c5d18e96de6dfee81c3d16f14))
97
-
98
- # [1.12.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.11.0...v1.12.0) (2022-01-17)
99
-
100
-
101
- ### Features
102
-
103
- * rate stages step redesign and refactor ([#24](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/24)) ([3ac585b](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/3ac585b57ce1e426979cac80bcf4980978399339))
104
-
105
- # [1.11.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.10.2...v1.11.0) (2022-01-04)
106
-
107
-
108
- ### Features
109
-
110
- * 🌟 Migrated hooks to library 🌟 ([#17](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/17)) ([464d5c8](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/464d5c8f32de3d1b2255fd8a458a0bee540862bb))
111
-
112
- ## [1.10.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.10.1...v1.10.2) (2022-01-04)
113
-
114
-
115
- ### Bug Fixes
116
-
117
- * color priority in rate stages ([#22](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/22)) ([7062efa](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/7062efa3dcc0f6ff792e822e0dabf8fa8cd1b5da))
118
-
119
- ## [1.10.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.10.0...v1.10.1) (2021-12-10)
120
-
121
-
122
- ### Bug Fixes
123
-
124
- * removed recharts ([#20](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/20)) ([01a9e74](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/01a9e74da24ae7788f92c20719690450559985a8))
125
-
126
- # [1.10.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.9.0...v1.10.0) (2021-11-17)
127
-
128
-
129
- ### Features
130
-
131
- * single settlement days and some fixes ([#19](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/19)) ([4122d95](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/4122d955e005e9c6631785dbf608ec68c9402e0a))
132
-
133
- # [1.9.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.8.0...v1.9.0) (2021-11-08)
134
-
135
-
136
- ### Features
137
-
138
- * added dayjs ([f1c9d68](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/f1c9d68b5e967211e82a3ac892d554903c9aa4fb))
139
-
140
- # [1.8.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.7.3...v1.8.0) (2021-10-26)
141
-
142
-
143
- ### Features
144
-
145
- * nextgen design updates ([#16](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/16)) ([6355edd](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/6355edd755c239b55f8842fcf30278232028649d))
146
-
147
- ## [1.7.3](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.7.2...v1.7.3) (2021-10-01)
148
-
149
-
150
- ### Bug Fixes
151
-
152
- * bug ([#15](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/15)) ([9a7a03b](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/9a7a03b09d35c3f85646048be9b6e9280ddbe0cc))
153
-
154
- ## [1.7.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.7.1...v1.7.2) (2021-09-22)
155
-
156
-
157
- ### Bug Fixes
158
-
159
- * colors handling in zero concepts ([#13](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/13)) ([5d073bb](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/5d073bb42571fb6aa0e1ae842f62d04f70d7741f))
160
-
161
- ## [1.7.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.7.0...v1.7.1) (2021-09-22)
162
-
163
-
164
- ### Bug Fixes
165
-
166
- * string comparison ([b3957d2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/b3957d2cffae69211c566686af9a824f45a4af2f))
167
-
168
- # [1.7.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.6.0...v1.7.0) (2021-09-08)
169
-
170
-
171
- ### Features
172
-
173
- * added remaining settlement handle ([#12](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/12)) ([ebaa0ee](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/ebaa0eec1fa127f4e782201fa927de042d8ad8f1))
174
-
175
- # [1.6.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.5.0...v1.6.0) (2021-08-26)
176
-
177
-
178
- ### Bug Fixes
179
-
180
- * update config yml ([06af1aa](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/06af1aac78341ad71fb51744a9fa2a4e840b5512))
181
-
182
-
183
- ### Features
184
-
185
- * smartbill validations and fixes ([#11](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/11)) ([3b37ed9](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/3b37ed90fb9e6a288793a34ec8401614a251b051))
186
-
187
- # [1.5.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.4.2...v1.5.0) (2021-07-22)
188
-
189
-
190
- ### Features
191
-
192
- * improved smart bill compatibility ([#10](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/10)) ([14be01a](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/14be01a357e025d250ad6ba5c23119415642bba9))
193
-
194
- ## [1.4.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.4.1...v1.4.2) (2021-06-17)
195
-
196
-
197
- ### Bug Fixes
198
-
199
- * fix savings percentage ([#9](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/9)) ([3698430](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/3698430003300f8dfa7efc13dbeea7c15ab6a6d1))
200
-
201
- ## [1.4.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.4.0...v1.4.1) (2021-06-14)
202
-
203
-
204
- ### Bug Fixes
205
-
206
- * change-invoice-details-banners ([#8](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/8)) ([091e195](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/091e1957ae326d08b6b4663d8926a87b24a7c8af))
207
-
208
- # [1.4.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.3.1...v1.4.0) (2021-06-01)
209
-
210
-
211
- ### Features
212
-
213
- * particular conditions adjustment ([#7](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/7)) ([e3f5378](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/e3f5378b1300d2936b2be4b45f8c482ef6ee7c6e))
214
-
215
- ## [1.3.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.3.0...v1.3.1) (2021-05-14)
216
-
217
-
218
- ### Bug Fixes
219
-
220
- * changes in CT and ALIM ([#6](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/6)) ([9df5c8b](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/9df5c8b15c557dc4b2621eb2e081d8a66267d08b))
221
-
222
- # [1.3.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.2.0...v1.3.0) (2021-05-05)
223
-
224
-
225
- ### Features
226
-
227
- * added thousand separator ([#5](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/5)) ([738a9f9](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/738a9f9fdd5206930e37bf9b168433b7c4dba058))
228
-
229
- # [1.2.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.1.0...v1.2.0) (2021-04-27)
230
-
231
-
232
- ### Features
233
-
234
- * change banners + fix url ([#4](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/4)) ([cdbad24](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/cdbad24eb0fd70574ad304d3364552a97cdbb552))
235
-
236
- # [1.1.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.0.2...v1.1.0) (2021-04-23)
237
-
238
-
239
- ### Features
240
-
241
- * t2 adjustment + t3 implementation ([#2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/2)) ([c9bee56](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/c9bee56cb23d50bd3932739dd09f9a8090873fb7))
242
-
243
- ## [1.0.2](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.0.1...v1.0.2) (2021-04-23)
244
-
245
-
246
- ### Bug Fixes
247
-
248
- * add banners to simulator ([#3](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/3)) ([a7b8fae](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/a7b8fae3e2adbf6e40d5d52064471fd8872263b1))
249
-
250
- ## [1.0.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v1.0.0...v1.0.1) (2021-04-15)
251
-
252
-
253
- ### Bug Fixes
254
-
255
- * fix injection point ([#1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/1)) ([e8dd4d5](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/e8dd4d520f89bba91565087bc8a79882b4755ebd))
256
-
257
- # 1.0.0 (2021-03-25)
258
-
259
-
260
- ### Features
261
-
262
- * initial version on new isolated repository ([6994cc1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/6994cc11adf49fcf08fb54ddc3c4f965c72b7499))