@aotearoan/neon 19.0.2 → 20.0.0

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.
Files changed (61) hide show
  1. package/dist/components/feedback/dialog/NeonDialog.vue.cjs.js +1 -1
  2. package/dist/components/feedback/dialog/NeonDialog.vue.cjs.js.map +1 -1
  3. package/dist/components/feedback/dialog/NeonDialog.vue.es.js +6 -5
  4. package/dist/components/feedback/dialog/NeonDialog.vue.es.js.map +1 -1
  5. package/dist/components/feedback/note/NeonNote.vue.cjs.js +1 -1
  6. package/dist/components/feedback/note/NeonNote.vue.cjs.js.map +1 -1
  7. package/dist/components/feedback/note/NeonNote.vue.es.js +1 -0
  8. package/dist/components/feedback/note/NeonNote.vue.es.js.map +1 -1
  9. package/dist/components/presentation/icon/NeonIcon.cjs.js.map +1 -1
  10. package/dist/components/presentation/icon/NeonIcon.es.js.map +1 -1
  11. package/dist/components/user-input/field/NeonField.vue.cjs.js +1 -1
  12. package/dist/components/user-input/field/NeonField.vue.cjs.js.map +1 -1
  13. package/dist/components/user-input/field/NeonField.vue.es.js +1 -1
  14. package/dist/components/user-input/field/NeonField.vue.es.js.map +1 -1
  15. package/dist/components/user-input/file/NeonFile.vue.cjs.js +1 -1
  16. package/dist/components/user-input/file/NeonFile.vue.cjs.js.map +1 -1
  17. package/dist/components/user-input/file/NeonFile.vue.es.js +1 -0
  18. package/dist/components/user-input/file/NeonFile.vue.es.js.map +1 -1
  19. package/dist/src/components/feedback/linear-progress/NeonLinearProgress.d.ts +2 -6
  20. package/dist/src/components/presentation/icon/NeonIcon.d.ts +1 -1
  21. package/dist/src/components/user-input/file/NeonFile.d.ts +8 -24
  22. package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +4 -12
  23. package/dist/src/components/user-input/input/NeonInput.d.ts +8 -2
  24. package/dist/src/components/user-input/select/NeonSelect.d.ts +66 -0
  25. package/package.json +1 -1
  26. package/src/sass/color-variables.scss +6 -4
  27. package/src/sass/components/_action-menu.scss +1 -1
  28. package/src/sass/components/_alert-container.scss +2 -2
  29. package/src/sass/components/_badge.scss +2 -2
  30. package/src/sass/components/_button.scss +1 -1
  31. package/src/sass/components/_card-list.scss +2 -2
  32. package/src/sass/components/_date-picker.scss +7 -7
  33. package/src/sass/components/_dropdown-menu.scss +2 -2
  34. package/src/sass/components/_expansion-panel.scss +2 -2
  35. package/src/sass/components/_filter-list.scss +6 -6
  36. package/src/sass/components/_icon.scss +1 -1
  37. package/src/sass/components/_input.scss +2 -2
  38. package/src/sass/components/_label.scss +1 -1
  39. package/src/sass/components/_linear-progress.scss +1 -1
  40. package/src/sass/components/_list.scss +2 -2
  41. package/src/sass/components/_menu.scss +1 -1
  42. package/src/sass/components/_note.scss +1 -1
  43. package/src/sass/components/_notification-counter.scss +2 -2
  44. package/src/sass/components/_number.scss +2 -2
  45. package/src/sass/components/_range-slider.scss +1 -1
  46. package/src/sass/components/_search.scss +2 -2
  47. package/src/sass/components/_select.scss +2 -2
  48. package/src/sass/components/_slider.scss +1 -1
  49. package/src/sass/components/_stepper.scss +3 -3
  50. package/src/sass/components/_switch.scss +1 -1
  51. package/src/sass/components/_tabs.scss +5 -5
  52. package/src/sass/components/_toggle.scss +3 -3
  53. package/src/sass/components/_tooltip.scss +7 -7
  54. package/src/sass/components/_tree-menu.scss +6 -6
  55. package/src/sass/global/_base-html.scss +23 -15
  56. package/src/sass/global/_table.scss +4 -4
  57. package/src/sass/global/_typography.scss +2 -1
  58. package/src/sass/includes/_outline.scss +1 -1
  59. package/src/sass/includes/_typography.scss +1 -1
  60. package/src/sass/palette.scss +6 -9
  61. package/src/sass/variables.scss +42 -55
@@ -318,6 +318,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
318
318
  default: null;
319
319
  };
320
320
  inverse: {
321
+ /**
322
+ * A list of options to render in the select.
323
+ */
321
324
  type: BooleanConstructor;
322
325
  default: boolean;
323
326
  };
@@ -342,6 +345,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
342
345
  default: null;
343
346
  };
344
347
  inverse: {
348
+ /**
349
+ * A list of options to render in the select.
350
+ */
345
351
  type: BooleanConstructor;
346
352
  default: boolean;
347
353
  };
@@ -601,6 +607,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
601
607
  default: null;
602
608
  };
603
609
  inverse: {
610
+ /**
611
+ * A list of options to render in the select.
612
+ */
604
613
  type: BooleanConstructor;
605
614
  default: boolean;
606
615
  };
@@ -625,6 +634,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
625
634
  default: null;
626
635
  };
627
636
  inverse: {
637
+ /**
638
+ * A list of options to render in the select.
639
+ */
628
640
  type: BooleanConstructor;
629
641
  default: boolean;
630
642
  };
@@ -700,6 +712,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
700
712
  default: null;
701
713
  };
702
714
  inverse: {
715
+ /**
716
+ * A list of options to render in the select.
717
+ */
703
718
  type: BooleanConstructor;
704
719
  default: boolean;
705
720
  };
@@ -724,6 +739,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
724
739
  default: null;
725
740
  };
726
741
  inverse: {
742
+ /**
743
+ * A list of options to render in the select.
744
+ */
727
745
  type: BooleanConstructor;
728
746
  default: boolean;
729
747
  };
@@ -1108,6 +1126,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1108
1126
  default: null;
1109
1127
  };
1110
1128
  inverse: {
1129
+ /**
1130
+ * A list of options to render in the select.
1131
+ */
1111
1132
  type: BooleanConstructor;
1112
1133
  default: boolean;
1113
1134
  };
@@ -1132,6 +1153,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1132
1153
  default: null;
1133
1154
  };
1134
1155
  inverse: {
1156
+ /**
1157
+ * A list of options to render in the select.
1158
+ */
1135
1159
  type: BooleanConstructor;
1136
1160
  default: boolean;
1137
1161
  };
@@ -1391,6 +1415,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1391
1415
  default: null;
1392
1416
  };
1393
1417
  inverse: {
1418
+ /**
1419
+ * A list of options to render in the select.
1420
+ */
1394
1421
  type: BooleanConstructor;
1395
1422
  default: boolean;
1396
1423
  };
@@ -1415,6 +1442,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1415
1442
  default: null;
1416
1443
  };
1417
1444
  inverse: {
1445
+ /**
1446
+ * A list of options to render in the select.
1447
+ */
1418
1448
  type: BooleanConstructor;
1419
1449
  default: boolean;
1420
1450
  };
@@ -1490,6 +1520,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1490
1520
  default: null;
1491
1521
  };
1492
1522
  inverse: {
1523
+ /**
1524
+ * A list of options to render in the select.
1525
+ */
1493
1526
  type: BooleanConstructor;
1494
1527
  default: boolean;
1495
1528
  };
@@ -1514,6 +1547,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1514
1547
  default: null;
1515
1548
  };
1516
1549
  inverse: {
1550
+ /**
1551
+ * A list of options to render in the select.
1552
+ */
1517
1553
  type: BooleanConstructor;
1518
1554
  default: boolean;
1519
1555
  };
@@ -2082,6 +2118,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2082
2118
  default: null;
2083
2119
  };
2084
2120
  inverse: {
2121
+ /**
2122
+ * A list of options to render in the select.
2123
+ */
2085
2124
  type: BooleanConstructor;
2086
2125
  default: boolean;
2087
2126
  };
@@ -2106,6 +2145,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2106
2145
  default: null;
2107
2146
  };
2108
2147
  inverse: {
2148
+ /**
2149
+ * A list of options to render in the select.
2150
+ */
2109
2151
  type: BooleanConstructor;
2110
2152
  default: boolean;
2111
2153
  };
@@ -2365,6 +2407,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2365
2407
  default: null;
2366
2408
  };
2367
2409
  inverse: {
2410
+ /**
2411
+ * A list of options to render in the select.
2412
+ */
2368
2413
  type: BooleanConstructor;
2369
2414
  default: boolean;
2370
2415
  };
@@ -2389,6 +2434,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2389
2434
  default: null;
2390
2435
  };
2391
2436
  inverse: {
2437
+ /**
2438
+ * A list of options to render in the select.
2439
+ */
2392
2440
  type: BooleanConstructor;
2393
2441
  default: boolean;
2394
2442
  };
@@ -2464,6 +2512,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2464
2512
  default: null;
2465
2513
  };
2466
2514
  inverse: {
2515
+ /**
2516
+ * A list of options to render in the select.
2517
+ */
2467
2518
  type: BooleanConstructor;
2468
2519
  default: boolean;
2469
2520
  };
@@ -2488,6 +2539,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2488
2539
  default: null;
2489
2540
  };
2490
2541
  inverse: {
2542
+ /**
2543
+ * A list of options to render in the select.
2544
+ */
2491
2545
  type: BooleanConstructor;
2492
2546
  default: boolean;
2493
2547
  };
@@ -2555,6 +2609,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2555
2609
  default: null;
2556
2610
  };
2557
2611
  inverse: {
2612
+ /**
2613
+ * A list of options to render in the select.
2614
+ */
2558
2615
  type: BooleanConstructor;
2559
2616
  default: boolean;
2560
2617
  };
@@ -2579,6 +2636,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2579
2636
  default: null;
2580
2637
  };
2581
2638
  inverse: {
2639
+ /**
2640
+ * A list of options to render in the select.
2641
+ */
2582
2642
  type: BooleanConstructor;
2583
2643
  default: boolean;
2584
2644
  };
@@ -2687,6 +2747,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2687
2747
  default: null;
2688
2748
  };
2689
2749
  inverse: {
2750
+ /**
2751
+ * A list of options to render in the select.
2752
+ */
2690
2753
  type: BooleanConstructor;
2691
2754
  default: boolean;
2692
2755
  };
@@ -2711,6 +2774,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2711
2774
  default: null;
2712
2775
  };
2713
2776
  inverse: {
2777
+ /**
2778
+ * A list of options to render in the select.
2779
+ */
2714
2780
  type: BooleanConstructor;
2715
2781
  default: boolean;
2716
2782
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aotearoan/neon",
3
3
  "description": "Neon is a lightweight design library of Vue 3 components with minimal dependencies.",
4
- "version": "19.0.2",
4
+ "version": "20.0.0",
5
5
  "main": "./dist/neon.cjs.js",
6
6
  "module": "./dist/neon.es.js",
7
7
  "types": "./dist/src/neon.d.ts",
@@ -1,9 +1,11 @@
1
1
  .neon {
2
- --neon-color-text-dark: rgb(var(--neon-rgb-text-dark));
3
- --neon-color-text-strong-dark: rgb(var(--neon-rgb-text-strong-dark));
2
+ --neon-color-text-primary-light: rgb(var(--neon-rgb-text-primary-light));
3
+ --neon-color-text-secondary-light: rgb(var(--neon-rgb-text-secondary-light));
4
+ --neon-color-text-tertiary-light: rgb(var(--neon-rgb-text-tertiary-light));
4
5
 
5
- --neon-color-text-light: rgb(var(--neon-rgb-text-light));
6
- --neon-color-text-strong-light: rgb(var(--neon-rgb-text-strong-light));
6
+ --neon-color-text-primary-dark: rgb(var(--neon-rgb-text-primary-dark));
7
+ --neon-color-text-secondary-dark: rgb(var(--neon-rgb-text-secondary-dark));
8
+ --neon-color-text-tertiary-dark: rgb(var(--neon-rgb-text-tertiary-dark));
7
9
 
8
10
  --neon-color-disabled-background-dark: rgb(var(--neon-rgb-disabled-background-dark));
9
11
  --neon-color-disabled-border-dark: rgb(var(--neon-rgb-disabled-border-dark));
@@ -50,7 +50,7 @@
50
50
 
51
51
  &-count {
52
52
  font-variant: tabular-nums;
53
- font-weight: var(--neon-font-weight-bold);
53
+ font-weight: var(--neon-font-weight-semi-bold);
54
54
  }
55
55
 
56
56
  .neon-link__label {
@@ -129,7 +129,7 @@
129
129
  &__title {
130
130
  line-height: var(--neon-line-height-one);
131
131
  font-size: var(--neon-font-size-m);
132
- font-weight: var(--neon-font-weight-bold);
132
+ font-weight: var(--neon-font-weight-semi-bold);
133
133
  font-family: var(--neon-font-family-heading);
134
134
  letter-spacing: var(--neon-letter-spacing-m);
135
135
  }
@@ -151,7 +151,7 @@
151
151
  align-items: center;
152
152
  width: var(--neon-width-alert-action);
153
153
  justify-content: center;
154
- font-weight: var(--neon-font-weight-bold);
154
+ font-weight: var(--neon-font-weight-semi-bold);
155
155
 
156
156
  &:focus {
157
157
  border-radius: 0;
@@ -9,7 +9,7 @@
9
9
  $neon-badge-color: var(--neon-color-#{$color});
10
10
  color: var(--neon-color-inverse);
11
11
  @if ($color == high-contrast) {
12
- $neon-badge-color: var(--neon-color-text);
12
+ $neon-badge-color: var(--neon-color-text-secondary);
13
13
  }
14
14
 
15
15
  background: $neon-badge-color;
@@ -79,7 +79,7 @@
79
79
  }
80
80
 
81
81
  text-transform: uppercase;
82
- font-weight: var(--neon-font-weight-semi-bold);
82
+ font-weight: var(--neon-font-weight-medium);
83
83
  letter-spacing: var(--neon-letter-spacing-m);
84
84
  display: flex;
85
85
  justify-content: center;
@@ -57,7 +57,7 @@
57
57
  &:hover:not(:disabled),
58
58
  &:active:not(:disabled) {
59
59
  @if ($color == 'inverse') {
60
- @include svg.color-with-svg(var(--neon-color-text));
60
+ @include svg.color-with-svg(var(--neon-color-text-secondary));
61
61
  } @else {
62
62
  @include svg.color-with-svg(var(--neon-color-inverse));
63
63
  }
@@ -52,14 +52,14 @@
52
52
  white-space: nowrap;
53
53
  user-select: none;
54
54
  font-size: var(--neon-font-size-l);
55
- font-weight: var(--neon-font-weight-semi-bold);
55
+ font-weight: var(--neon-font-weight-medium);
56
56
  width: 30%;
57
57
  text-align: right;
58
58
  margin-left: auto;
59
59
  }
60
60
 
61
61
  &__card {
62
- color: var(--neon-color-text);
62
+ color: var(--neon-color-text-secondary);
63
63
  --neon-border-radius-card: var(--neon-border-radius-card-list);
64
64
  user-select: none;
65
65
  box-shadow: var(--neon-box-shadow-card-list);
@@ -114,7 +114,7 @@
114
114
  border-radius: 50%;
115
115
  font-size: var(--neon-font-size-s);
116
116
  cursor: pointer;
117
- color: var(--neon-color-text-strong);
117
+ color: var(--neon-color-text-primary);
118
118
  background-color: transparent;
119
119
 
120
120
  &--empty {
@@ -140,7 +140,7 @@
140
140
  max-width: 88rem;
141
141
  font-size: var(--neon-font-size-s);
142
142
  cursor: pointer;
143
- color: var(--neon-color-text-strong);
143
+ color: var(--neon-color-text-primary);
144
144
  background-color: transparent;
145
145
 
146
146
  &.neon-date-picker__calendar-option--disabled {
@@ -152,7 +152,7 @@
152
152
 
153
153
  .neon-date-picker__calendar-title-readonly {
154
154
  align-self: center;
155
- font-weight: var(--neon-font-weight-semi-bold);
155
+ font-weight: var(--neon-font-weight-medium);
156
156
  }
157
157
 
158
158
  @each $color in palettes.$neon-functional-colors {
@@ -161,7 +161,7 @@
161
161
  .neon-date-picker__calendar-options .neon-date-picker__calendar-option--today {
162
162
  color: var(--neon-color-#{$color});
163
163
  background-color: rgba(var(--neon-rgb-#{$color}), 0.125);
164
- font-weight: var(--neon-font-weight-bold);
164
+ font-weight: var(--neon-font-weight-semi-bold);
165
165
  }
166
166
 
167
167
  .neon-date-picker__calendar-date--selected:not(:disabled) {
@@ -171,7 +171,7 @@
171
171
  &.neon-date-picker__calendar-date--selected:hover {
172
172
  color: var(--neon-color-inverse);
173
173
  background-color: var(--neon-color-#{$color});
174
- font-weight: var(--neon-font-weight-bold);
174
+ font-weight: var(--neon-font-weight-semi-bold);
175
175
  }
176
176
  }
177
177
 
@@ -182,7 +182,7 @@
182
182
  &.neon-date-picker__calendar-option--selected:hover {
183
183
  color: var(--neon-color-inverse);
184
184
  background-color: var(--neon-color-#{$color});
185
- font-weight: var(--neon-font-weight-bold);
185
+ font-weight: var(--neon-font-weight-semi-bold);
186
186
  }
187
187
  }
188
188
 
@@ -202,7 +202,7 @@
202
202
  &:active {
203
203
  color: var(--neon-color-#{$color});
204
204
  background-color: rgba(var(--neon-rgb-#{$color}), 0.25);
205
- font-weight: var(--neon-font-weight-bold);
205
+ font-weight: var(--neon-font-weight-semi-bold);
206
206
  }
207
207
  }
208
208
 
@@ -54,7 +54,7 @@
54
54
 
55
55
  .neon-link {
56
56
  text-decoration: none;
57
- color: var(--neon-color-text);
57
+ color: var(--neon-color-text-secondary);
58
58
  }
59
59
 
60
60
  .neon-link,
@@ -81,7 +81,7 @@
81
81
 
82
82
  &--group-title {
83
83
  .neon-dropdown-menu__item-container {
84
- font-weight: var(--neon-font-weight-semi-bold);
84
+ font-weight: var(--neon-font-weight-medium);
85
85
  letter-spacing: var(--neon-letter-spacing-s);
86
86
  cursor: default;
87
87
 
@@ -28,7 +28,7 @@
28
28
  align-items: center;
29
29
  cursor: pointer;
30
30
  letter-spacing: var(--neon-letter-spacing-s);
31
- font-weight: var(--neon-font-weight-light);
31
+ font-weight: var(--neon-font-weight-extra-light);
32
32
  @include layout.padding-horizontal(0.75, 0.75);
33
33
  padding-top: 0;
34
34
  padding-bottom: 0;
@@ -148,7 +148,7 @@
148
148
  }
149
149
 
150
150
  .neon-expansion-indicator {
151
- margin-right: -3rem;
151
+ margin-right: -2rem;
152
152
  }
153
153
 
154
154
  &--full-width {
@@ -38,14 +38,14 @@
38
38
  }
39
39
  }
40
40
  } @else {
41
- color: rgba(var(--neon-rgb-text), 0.75);
41
+ color: rgba(var(--neon-rgb-text-secondary), 0.75);
42
42
 
43
43
  &:hover,
44
44
  &:focus {
45
- color: var(--neon-color-text);
45
+ color: var(--neon-color-text-secondary);
46
46
 
47
47
  &:after {
48
- background-color: var(--neon-color-text);
48
+ background-color: var(--neon-color-text-secondary);
49
49
  }
50
50
  }
51
51
  }
@@ -65,7 +65,7 @@
65
65
  min-width: fit-content;
66
66
  margin-right: var(--neon-space-24);
67
67
  font-size: var(--neon-font-size-xs);
68
- font-weight: var(--neon-font-weight-bold);
68
+ font-weight: var(--neon-font-weight-semi-bold);
69
69
  font-variant: tabular-nums;
70
70
  line-height: 1;
71
71
  }
@@ -77,12 +77,12 @@
77
77
  }
78
78
 
79
79
  &:not(.neon-filter-list__item--disabled) {
80
- color: rgba(var(--neon-rgb-text), 0.75);
80
+ color: rgba(var(--neon-rgb-text-secondary), 0.75);
81
81
 
82
82
  &.neon-filter-list__item--selected,
83
83
  &.neon-filter-list__item:hover,
84
84
  &.neon-filter-list__item:focus {
85
- color: var(--neon-color-text);
85
+ color: var(--neon-color-text-secondary);
86
86
  }
87
87
 
88
88
  &.neon-filter-list__item:hover,
@@ -13,7 +13,7 @@
13
13
 
14
14
  @each $neon-icon-type in $neon-icon-types {
15
15
  .#{$neon-icon-type} {
16
- @include svg.svg-colors(var(--neon-color-text));
16
+ @include svg.svg-colors(var(--neon-color-text-secondary));
17
17
 
18
18
  @each $color in palettes.$neon-functional-colors {
19
19
  &--#{$color}:not(.#{$neon-icon-type}--disabled):not(.#{$neon-icon-type}--inverse) {
@@ -130,7 +130,7 @@
130
130
  font-family: var(--neon-font-family-body);
131
131
  width: 100%;
132
132
  border-color: var(--neon-border-color-input);
133
- color: var(--neon-color-text);
133
+ olor: var(--neon-color-text-secondary);
134
134
  background-color: var(--neon-background-color-input);
135
135
  box-shadow: var(--neon-inset-shadow);
136
136
 
@@ -153,7 +153,7 @@
153
153
 
154
154
  &:not(.neon-input--placeholder-visible) {
155
155
  input[type='password'] {
156
- font-weight: bold;
156
+ font-weight: var(--neon-font-weight-semi-bold);
157
157
  letter-spacing: calc(2 * var(--neon-letter-spacing-m));
158
158
  }
159
159
  }
@@ -77,7 +77,7 @@
77
77
  user-select: none;
78
78
  min-width: fit-content;
79
79
  width: fit-content;
80
- font-weight: var(--neon-font-weight-semi-bold);
80
+ font-weight: var(--neon-font-weight-medium);
81
81
 
82
82
  &__label {
83
83
  white-space: nowrap;
@@ -89,7 +89,7 @@
89
89
 
90
90
  &__output {
91
91
  margin-left: var(--neon-space-8);
92
- font-weight: var(--neon-font-weight-bold);
92
+ font-weight: var(--neon-font-weight-semi-bold);
93
93
  font-variant: tabular-nums;
94
94
  }
95
95
  }
@@ -14,7 +14,7 @@
14
14
  @if (not($color == 'low-contrast' or $color == 'neutral')) {
15
15
  @include svg.color-with-svg(rgba($list-foreground-rgb, 0.75));
16
16
  } @else {
17
- @include svg.color-with-svg(rgba(var(--neon-rgb-text), 0.75));
17
+ @include svg.color-with-svg(rgba(var(--neon-rgb-text-secondary), 0.75));
18
18
  }
19
19
 
20
20
  &:hover,
@@ -23,7 +23,7 @@
23
23
  @if (not($color == 'low-contrast' or $color == 'neutral')) {
24
24
  @include svg.color-with-svg(rgba($list-foreground-rgb));
25
25
  } @else {
26
- @include svg.color-with-svg(var(--neon-color-text));
26
+ @include svg.color-with-svg(var(--neon-color-text-secondary));
27
27
  }
28
28
  }
29
29
  }
@@ -78,7 +78,7 @@
78
78
 
79
79
  & > .neon-link:not(.router-link-active),
80
80
  .neon-button:not(.router-link-active) {
81
- @include svg.color-with-svg(var(--neon-color-text));
81
+ @include svg.color-with-svg(var(--neon-color-text-secondary));
82
82
  }
83
83
  }
84
84
  }
@@ -43,7 +43,7 @@
43
43
 
44
44
  .neon-note__title {
45
45
  @if ($color == low-contrast or $color == high-contrast or $color == neutral) {
46
- color: var(--neon-color-text-strong);
46
+ color: var(--neon-color-text-primary);
47
47
  } @else {
48
48
  color: var(--neon-color-#{$color});
49
49
  }
@@ -15,13 +15,13 @@
15
15
  top: -10rem;
16
16
  right: -10rem;
17
17
  user-select: none;
18
- font-weight: var(--neon-font-weight-semi-bold);
18
+ font-weight: var(--neon-font-weight-medium);
19
19
 
20
20
  @each $color in palettes.$neon-functional-colors {
21
21
  &--#{$color} {
22
22
  color: var(--neon-color-inverse);
23
23
  @if ($color == high-contrast) {
24
- background-color: var(--neon-color-text);
24
+ background-color: var(--neon-color-text-secondary);
25
25
  } @else {
26
26
  background-color: var(--neon-color-#{$color});
27
27
  }
@@ -32,7 +32,7 @@
32
32
  @if (not index(palettes.$neon-neutral-colors, $color)) {
33
33
  @include svg.color-with-svg(rgb($number-component-rgb));
34
34
  } @else {
35
- @include svg.color-with-svg(var(--neon-color-text));
35
+ @include svg.color-with-svg(var(--neon-color-text-secondary));
36
36
  }
37
37
 
38
38
  &:hover,
@@ -43,7 +43,7 @@
43
43
  @if (not index(palettes.$neon-neutral-colors, $color)) {
44
44
  @include svg.color-with-svg(rgb($number-component-rgb));
45
45
  } @else {
46
- @include svg.color-with-svg(var(--neon-color-text));
46
+ @include svg.color-with-svg(var(--neon-color-text-secondary));
47
47
  }
48
48
  }
49
49
  }
@@ -102,7 +102,7 @@
102
102
  &.neon-range-slider__output-range-separator {
103
103
  margin-left: var(--neon-space-6);
104
104
  margin-right: var(--neon-space-6);
105
- font-weight: var(--neon-font-weight-bold);
105
+ font-weight: var(--neon-font-weight-semi-bold);
106
106
  opacity: 0.25;
107
107
  top: -1rem;
108
108
  position: relative;
@@ -172,7 +172,7 @@
172
172
  }
173
173
 
174
174
  .neon-link {
175
- color: var(--neon-color-text);
175
+ color: var(--neon-color-text-secondary);
176
176
  }
177
177
 
178
178
  &-container {
@@ -191,7 +191,7 @@
191
191
  flex: 1 0 auto;
192
192
  user-select: none;
193
193
  align-items: center;
194
- font-weight: var(--neon-font-weight-bold);
194
+ font-weight: var(--neon-font-weight-semi-bold);
195
195
  font-size: var(--neon-font-size-xs);
196
196
  text-transform: uppercase;
197
197
  padding: var(--neon-space-12) var(--neon-space-16) var(--neon-space-4);
@@ -54,7 +54,7 @@
54
54
  }
55
55
 
56
56
  .neon-link {
57
- color: var(--neon-color-text);
57
+ color: var(--neon-color-text-secondary);
58
58
  }
59
59
 
60
60
  &--disabled {
@@ -86,7 +86,7 @@
86
86
  flex: 1 0 auto;
87
87
  user-select: none;
88
88
  align-items: center;
89
- font-weight: var(--neon-font-weight-bold);
89
+ font-weight: var(--neon-font-weight-semi-bold);
90
90
  font-size: var(--neon-font-size-xs);
91
91
  text-transform: uppercase;
92
92
  padding: var(--neon-space-12) var(--neon-space-16) var(--neon-space-4);
@@ -107,7 +107,7 @@ $neon-width-slider-tooltip: 201rem;
107
107
  font-size: var(--neon-font-size-s);
108
108
  font-variant: tabular-nums;
109
109
  line-height: 1;
110
- font-weight: var(--neon-font-weight-bold);
110
+ font-weight: var(--neon-font-weight-semi-bold);
111
111
  letter-spacing: 0;
112
112
  padding: var(--neon-space-8);
113
113
  border-radius: var(--neon-border-radius-slider-tooltip);
@@ -90,7 +90,7 @@
90
90
  &--active,
91
91
  &--has-value {
92
92
  .neon-stepper__step-title {
93
- color: var(--neon-color-text-strong);
93
+ color: var(--neon-color-text-primary);
94
94
  }
95
95
  }
96
96
 
@@ -102,7 +102,7 @@
102
102
  }
103
103
 
104
104
  .neon-stepper__step-title {
105
- font-weight: var(--neon-font-weight-bold);
105
+ font-weight: var(--neon-font-weight-semi-bold);
106
106
  }
107
107
  }
108
108
  }
@@ -118,7 +118,7 @@
118
118
 
119
119
  .neon-stepper__step--active, {
120
120
  .neon-stepper__step-title {
121
- font-weight: var(--neon-font-weight-bold);
121
+ font-weight: var(--neon-font-weight-semi-bold);
122
122
  color: var(--neon-color-#{$color});
123
123
  }
124
124
  }