benivo-ui-library 1.8.92 → 1.8.94

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.
@@ -1,6 +1,8 @@
1
1
  @import "../components/input/input.less";
2
2
  @import "../components/tooltip/tooltip.less";
3
3
  @import '../components/button/button.less';
4
+ @import '../components/spinner/spinner.less';
5
+ @import '../components/fantasyButton/fantasyButton.less';
4
6
  @import '../components/checkbox/checkbox.less';
5
7
  @import '../components/radiobutton/radiobutton.less';
6
8
  @import '../components/select/select.less';
package/button.less CHANGED
@@ -286,7 +286,7 @@
286
286
  &:disabled,
287
287
  &[disabled] {
288
288
  background: var(--bg-200);
289
- color: var(--text-400);
289
+ color: var(--text-600);
290
290
  }
291
291
  }
292
292
 
@@ -303,7 +303,7 @@
303
303
  &:disabled,
304
304
  &[disabled] {
305
305
  background: var(--bg-200);
306
- color: var(--text-400);
306
+ color: var(--text-600);
307
307
  }
308
308
  }
309
309
 
@@ -320,7 +320,7 @@
320
320
  &:disabled,
321
321
  &[disabled] {
322
322
  background: var(--bg-200);
323
- color: var(--text-400);
323
+ color: var(--text-600);
324
324
  }
325
325
  }
326
326
 
@@ -337,7 +337,7 @@
337
337
  &:disabled,
338
338
  &[disabled] {
339
339
  background: var(--bg-200);
340
- color: var(--text-400);
340
+ color: var(--text-600);
341
341
  }
342
342
  }
343
343
 
@@ -354,7 +354,7 @@
354
354
  &:disabled,
355
355
  &[disabled] {
356
356
  background: var(--bg-200);
357
- color: var(--text-400);
357
+ color: var(--text-600);
358
358
  }
359
359
 
360
360
  .bn-spinner {
@@ -377,7 +377,7 @@
377
377
  &:disabled,
378
378
  &[disabled] {
379
379
  background: var(--bg-200);
380
- color: var(--text-400);
380
+ color: var(--text-600);
381
381
  }
382
382
 
383
383
  .bn-spinner {
package/checkbox.less CHANGED
@@ -180,6 +180,7 @@
180
180
  outline: 1px auto Highlight;
181
181
  outline: 1px auto -webkit-focus-ring-color;
182
182
  }
183
+
183
184
  .icon-info-circle-light {
184
185
  margin-left: 0.5rem;
185
186
  vertical-align: middle;
@@ -209,8 +210,8 @@
209
210
  right: 0;
210
211
  bottom: 0;
211
212
  .border-radius(18px);
212
- background-color: var(--bg-50);
213
- border: solid 1px var(--border-200);
213
+ background-color: var(--grey-300);
214
+ border: solid 1px var(--grey-300);
214
215
  .transition(.4s);
215
216
 
216
217
  &:before {
@@ -1,4 +1,6 @@
1
1
  .fantasy-btn {
2
+ box-sizing: border-box;
3
+
2
4
  &.btn {
3
5
  padding: 0;
4
6
  border: 0 !important;
@@ -62,6 +64,7 @@
62
64
  flex-shrink: 0;
63
65
  position: relative;
64
66
  .border-radius(@btn-brd-radius 0 0 @btn-brd-radius);
67
+ box-sizing: border-box;
65
68
 
66
69
  @media @lg {
67
70
  padding-top: .8rem;