@ardium-ui/ui 5.0.0-alpha.77 → 5.0.0-alpha.78

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 (90) hide show
  1. package/fesm2022/ardium-ui-ui.mjs +106 -106
  2. package/fesm2022/ardium-ui-ui.mjs.map +1 -1
  3. package/package.json +1 -1
  4. package/prebuilt-themes/default/badge.css +3 -3
  5. package/prebuilt-themes/default/buttons/button.css +16 -16
  6. package/prebuilt-themes/default/buttons/fab.css +16 -16
  7. package/prebuilt-themes/default/buttons/icon-button.css +18 -18
  8. package/prebuilt-themes/default/calendar.css +10 -10
  9. package/prebuilt-themes/default/card.css +1 -1
  10. package/prebuilt-themes/default/checkbox-list.css +1 -1
  11. package/prebuilt-themes/default/checkbox.css +1 -1
  12. package/prebuilt-themes/default/chips.css +13 -13
  13. package/prebuilt-themes/default/color-display.css +1 -1
  14. package/prebuilt-themes/default/color-picker.css +1 -1
  15. package/prebuilt-themes/default/core.css +1 -1
  16. package/prebuilt-themes/default/dialog.css +1 -1
  17. package/prebuilt-themes/default/divider.css +1 -1
  18. package/prebuilt-themes/default/dropdown-panel.css +1 -1
  19. package/prebuilt-themes/default/file-drop-area.css +4 -4
  20. package/prebuilt-themes/default/form-field-frame.css +1 -1
  21. package/prebuilt-themes/default/form-field.css +1 -1
  22. package/prebuilt-themes/default/inputs/autocomplete-input.css +1 -1
  23. package/prebuilt-themes/default/inputs/color-input.css +1 -1
  24. package/prebuilt-themes/default/inputs/date-input.css +1 -1
  25. package/prebuilt-themes/default/inputs/digit-input.css +1 -1
  26. package/prebuilt-themes/default/inputs/file-input.css +2 -2
  27. package/prebuilt-themes/default/inputs/hex-input.css +1 -1
  28. package/prebuilt-themes/default/inputs/input.css +1 -1
  29. package/prebuilt-themes/default/inputs/number-input.css +1 -1
  30. package/prebuilt-themes/default/inputs/password-input.css +1 -1
  31. package/prebuilt-themes/default/kbd-shortcut.css +1 -1
  32. package/prebuilt-themes/default/kbd.css +1 -1
  33. package/prebuilt-themes/default/modal.css +1 -1
  34. package/prebuilt-themes/default/progress-bar.css +7 -7
  35. package/prebuilt-themes/default/progress-circle.css +3 -3
  36. package/prebuilt-themes/default/radio.css +4 -4
  37. package/prebuilt-themes/default/segment.css +15 -15
  38. package/prebuilt-themes/default/select.css +1 -1
  39. package/prebuilt-themes/default/slide-toggle.css +7 -7
  40. package/prebuilt-themes/default/slider.css +4 -4
  41. package/prebuilt-themes/default/snackbar.css +2 -2
  42. package/prebuilt-themes/default/spinner.css +2 -2
  43. package/prebuilt-themes/default/stars.css +2 -2
  44. package/prebuilt-themes/default/tabber.css +2 -2
  45. package/prebuilt-themes/default/table-pagination.css +1 -1
  46. package/prebuilt-themes/default/table.css +8 -8
  47. package/themes/default/badge.scss +3 -3
  48. package/themes/default/buttons/_button-mixins.scss +15 -15
  49. package/themes/default/buttons/button.scss +1 -1
  50. package/themes/default/buttons/fab.scss +1 -1
  51. package/themes/default/buttons/icon-button.scss +3 -3
  52. package/themes/default/calendar.scss +10 -10
  53. package/themes/default/card.scss +1 -1
  54. package/themes/default/checkbox-list.scss +1 -1
  55. package/themes/default/checkbox.scss +1 -1
  56. package/themes/default/chips.scss +13 -13
  57. package/themes/default/color-display.scss +1 -1
  58. package/themes/default/color-picker.scss +1 -1
  59. package/themes/default/core.scss +1 -1
  60. package/themes/default/dialog.scss +1 -1
  61. package/themes/default/divider.scss +1 -1
  62. package/themes/default/dropdown-panel.scss +1 -1
  63. package/themes/default/file-drop-area.scss +4 -4
  64. package/themes/default/form-field-frame.scss +1 -1
  65. package/themes/default/form-field.scss +1 -1
  66. package/themes/default/inputs/autocomplete-input.scss +1 -1
  67. package/themes/default/inputs/color-input.scss +1 -1
  68. package/themes/default/inputs/date-input.scss +1 -1
  69. package/themes/default/inputs/digit-input.scss +1 -1
  70. package/themes/default/inputs/file-input.scss +2 -2
  71. package/themes/default/inputs/hex-input.scss +1 -1
  72. package/themes/default/inputs/input.scss +1 -1
  73. package/themes/default/inputs/number-input.scss +1 -1
  74. package/themes/default/inputs/password-input.scss +1 -1
  75. package/themes/default/kbd-shortcut.scss +1 -1
  76. package/themes/default/kbd.scss +1 -1
  77. package/themes/default/modal.scss +1 -1
  78. package/themes/default/progress-bar.scss +7 -7
  79. package/themes/default/progress-circle.scss +3 -3
  80. package/themes/default/radio.scss +4 -4
  81. package/themes/default/segment.scss +15 -15
  82. package/themes/default/select.scss +1 -1
  83. package/themes/default/slide-toggle.scss +7 -7
  84. package/themes/default/slider.scss +4 -4
  85. package/themes/default/snackbar.scss +2 -2
  86. package/themes/default/spinner.scss +2 -2
  87. package/themes/default/stars.scss +2 -2
  88. package/themes/default/tabber.scss +2 -2
  89. package/themes/default/table-pagination.scss +1 -1
  90. package/themes/default/table.scss +8 -8
@@ -3,7 +3,7 @@
3
3
  @use './clear-button' as clearButton;
4
4
  @use '../variables' as ARD;
5
5
 
6
- @layer ard-theme {
6
+ @layer ard-ui {
7
7
  // the variables are commented out intentionally
8
8
  // read more in docs/dev/css-variables.md
9
9
  :root {
@@ -111,24 +111,24 @@
111
111
  background-color var(--ard-chip-transition, 0.15s ease);
112
112
 
113
113
  &.ard-chip-selected {
114
- color: var(--ard-cmpcl--on-bg-colored);
115
- background: var(--ard-cmpcl--bg-colored);
114
+ color: var(--ard-uicl--on-bg-colored);
115
+ background: var(--ard-uicl--bg-colored);
116
116
  }
117
117
  }
118
118
  }
119
119
  &.ard-appearance-filled {
120
- background: var(--ard-cmpcl--bg-colored-light);
121
- color: var(--ard-cmpcl--on-bg-colored-light);
120
+ background: var(--ard-uicl--bg-colored-light);
121
+ color: var(--ard-uicl--on-bg-colored-light);
122
122
  }
123
123
  &.ard-appearance-filled-strong {
124
- background: var(--ard-cmpcl--bg-colored);
125
- color: var(--ard-cmpcl--on-bg-colored);
124
+ background: var(--ard-uicl--bg-colored);
125
+ color: var(--ard-uicl--on-bg-colored);
126
126
  }
127
127
  &.ard-appearance-outlined,
128
128
  &.ard-appearance-outlined-strong {
129
129
  background: transparent;
130
- color: var(--ard-cmpcl--content);
131
- border: 1px solid var(--ard-cmpcl--bg-colored);
130
+ color: var(--ard-uicl--content);
131
+ border: 1px solid var(--ard-uicl--bg-colored);
132
132
  border-radius: var(--ard-variant-border-radius);
133
133
  font-weight: 600;
134
134
 
@@ -139,7 +139,7 @@
139
139
 
140
140
  > .ard-focus-overlay {
141
141
  opacity: 0;
142
- background: var(--ard-cmpcl--bg-colored);
142
+ background: var(--ard-uicl--bg-colored);
143
143
  }
144
144
  &:hover,
145
145
  &:focus {
@@ -154,8 +154,8 @@
154
154
  }
155
155
 
156
156
  &.ard-chip-selected {
157
- color: var(--ard-cmpcl--content);
158
- border-color: var(--ard-cmpcl--content);
157
+ color: var(--ard-uicl--content);
158
+ border-color: var(--ard-uicl--content);
159
159
 
160
160
  > .ard-focus-overlay {
161
161
  opacity: var(--ard-chip-outlined-selected-overlay-opacity, 12%);
@@ -186,7 +186,7 @@
186
186
  &.ard-appearance-outlined-strong {
187
187
  > .ard-focus-overlay {
188
188
  opacity: var(--ard-chip-outlined-selected-overlay-opacity, 12%);
189
- background: var(--ard-cmpcl--bg-colored);
189
+ background: var(--ard-uicl--bg-colored);
190
190
  }
191
191
  &.ard-chip-selectable {
192
192
  color: var(--ard-chip-outlined-strong-selectable-color, var(--ard-text2));
@@ -1,7 +1,7 @@
1
1
  @use 'sass:math';
2
2
  @use '../variables' as ARD;
3
3
 
4
- @layer ard-theme {
4
+ @layer ard-ui {
5
5
  // the variables are commented out intentionally
6
6
  // read more in docs/dev/css-variables.md
7
7
  :root {
@@ -1,6 +1,6 @@
1
1
  @use '../variables' as ARD;
2
2
 
3
- @layer ard-theme {
3
+ @layer ard-ui {
4
4
  .ard-color-picker {
5
5
  width: 15rem;
6
6
  padding: 0.5rem;
@@ -3,7 +3,7 @@
3
3
  @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
4
4
  @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
5
5
 
6
- @layer ard-theme {
6
+ @layer ard-ui {
7
7
  :root {
8
8
  --ard-bg: white;
9
9
  --ard-bg-alt: black;
@@ -1,4 +1,4 @@
1
- @layer ard-theme {
1
+ @layer ard-ui {
2
2
  // the variables are commented out intentionally
3
3
  // read more in docs/dev/css-variables.md
4
4
  :root {
@@ -1,6 +1,6 @@
1
1
  @use '../variables' as ARD;
2
2
 
3
- @layer ard-theme {
3
+ @layer ard-ui {
4
4
  // the variables are commented out intentionally
5
5
  // read more in docs/dev/css-variables.md
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  @use '../variables' as ARD;
2
2
 
3
- @layer ard-theme {
3
+ @layer ard-ui {
4
4
  // the variables are commented out intentionally
5
5
  // read more in docs/dev/css-variables.md
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  @use './coloring' as CM;
2
2
 
3
- @layer ard-theme {
3
+ @layer ard-ui {
4
4
  // the variables are commented out intentionally
5
5
  // read more in docs/dev/css-variables.md
6
6
  :root {
@@ -65,7 +65,7 @@
65
65
  min-height: var(--ard-file-drop-area-min-height, 10rem);
66
66
  padding: var(--ard-file-drop-area-padding, 0.625rem);
67
67
  box-sizing: border-box;
68
- background: var(--ard-cmpcl--bg-colored-verylight);
68
+ background: var(--ard-uicl--bg-colored-verylight);
69
69
  display: flex;
70
70
 
71
71
  .ard-file-drop-area-outline {
@@ -73,7 +73,7 @@
73
73
  min-height: 100%;
74
74
  box-sizing: border-box;
75
75
  border: var(--ard-file-drop-area-outline-border-width, 2px) var(--ard-file-drop-area-outline-border-style, dashed)
76
- var(--ard-cmpcl--border);
76
+ var(--ard-uicl--border);
77
77
  padding: var(--ard-file-drop-area-outline-padding, 0.375rem);
78
78
  pointer-events: none;
79
79
 
@@ -111,7 +111,7 @@
111
111
  font-size: var(--ard-file-drop-area-or-text-font-size, 95%);
112
112
  }
113
113
  .ard-file-drop-area-browse-button > button {
114
- border: 1px solid var(--ard-cmpcl--border);
114
+ border: 1px solid var(--ard-uicl--border);
115
115
  pointer-events: all;
116
116
  }
117
117
  //dragover
@@ -1,7 +1,7 @@
1
1
  @use './mixins' as defaultMixins;
2
2
  @use '../variables' as ARD;
3
3
 
4
- @layer ard-theme {
4
+ @layer ard-ui {
5
5
  .ard-form-field-frame {
6
6
  box-sizing: border-box;
7
7
  min-height: ARD.$form-field-height;
@@ -1,6 +1,6 @@
1
1
  @use '../variables' as ARD;
2
2
 
3
- @layer ard-theme {
3
+ @layer ard-ui {
4
4
  // the variables are commented out intentionally
5
5
  // read more in docs/dev/css-variables.md
6
6
  :root {
@@ -3,7 +3,7 @@
3
3
  @use '../clear-button' as CB;
4
4
  @use '../../variables' as ARD;
5
5
 
6
- @layer ard-theme {
6
+ @layer ard-ui {
7
7
  // the variables are commented out intentionally
8
8
  // read more in docs/dev/css-variables.md
9
9
  :root {
@@ -2,7 +2,7 @@
2
2
  @use '../mixins' as defaultMixins;
3
3
  @use '../clear-button' as CB;
4
4
 
5
- @layer ard-theme {
5
+ @layer ard-ui {
6
6
  .ard-color-input {
7
7
  // @include inputMixin.genericInput();
8
8
  padding: 0 0.375rem;
@@ -1,7 +1,7 @@
1
1
  @use './shared' as S;
2
2
  @use '../../variables' as ARD;
3
3
 
4
- @layer ard-theme {
4
+ @layer ard-ui {
5
5
  // the variables are commented out intentionally
6
6
  // read more in docs/dev/css-variables.md
7
7
  :root {
@@ -2,7 +2,7 @@
2
2
  @use '../../variables' as ARD;
3
3
  @use '../mixins' as defaultMixins;
4
4
 
5
- @layer ard-theme {
5
+ @layer ard-ui {
6
6
  // the variables are commented out intentionally
7
7
  // read more in docs/dev/css-variables.md
8
8
  :root {
@@ -4,7 +4,7 @@
4
4
  @use '../coloring' as CM;
5
5
  @use '../../variables' as ARD;
6
6
 
7
- @layer ard-theme {
7
+ @layer ard-ui {
8
8
  // the variables are commented out intentionally
9
9
  // read more in docs/dev/css-variables.md
10
10
  :root {
@@ -94,7 +94,7 @@
94
94
 
95
95
  &.ard-state-dragover {
96
96
  outline: var(--ard-file-input-dragover-outline-width, 2px) var(--ard-file-input-dragover-outline-style, solid)
97
- var(--ard-cmpcl--content-light);
97
+ var(--ard-uicl--content-light);
98
98
  }
99
99
 
100
100
  .ard-file-input__value {
@@ -3,7 +3,7 @@
3
3
  @use '../clear-button' as CB;
4
4
  @use '../../variables' as ARD;
5
5
 
6
- @layer ard-theme {
6
+ @layer ard-ui {
7
7
  // the variables are commented out intentionally
8
8
  // read more in docs/dev/css-variables.md
9
9
  :root {
@@ -3,7 +3,7 @@
3
3
  @use '../clear-button' as CB;
4
4
  @use '../../variables' as ARD;
5
5
 
6
- @layer ard-theme {
6
+ @layer ard-ui {
7
7
  // the variables are commented out intentionally
8
8
  // read more in docs/dev/css-variables.md
9
9
  :root {
@@ -2,7 +2,7 @@
2
2
  @use '../mixins' as defaultMixins;
3
3
  @use '../../variables' as ARD;
4
4
 
5
- @layer ard-theme {
5
+ @layer ard-ui {
6
6
  // the variables are commented out intentionally
7
7
  // read more in docs/dev/css-variables.md
8
8
  :root {
@@ -3,7 +3,7 @@
3
3
  @use '../clear-button' as CB;
4
4
  @use '../../variables' as ARD;
5
5
 
6
- @layer ard-theme {
6
+ @layer ard-ui {
7
7
  // the variables are commented out intentionally
8
8
  // read more in docs/dev/css-variables.md
9
9
  :root {
@@ -1,6 +1,6 @@
1
1
  @use '../variables' as ARD;
2
2
 
3
- @layer ard-theme {
3
+ @layer ard-ui {
4
4
  // the variables are commented out intentionally
5
5
  // read more in docs/dev/css-variables.md
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  @use '../variables' as ARD;
2
2
 
3
- @layer ard-theme {
3
+ @layer ard-ui {
4
4
  // the variables are commented out intentionally
5
5
  // read more in docs/dev/css-variables.md
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  @use '../variables' as ARD;
2
2
 
3
- @layer ard-theme {
3
+ @layer ard-ui {
4
4
  // the variables are commented out intentionally
5
5
  // read more in docs/dev/css-variables.md
6
6
  :root {
@@ -1,7 +1,7 @@
1
1
  @use './coloring' as CM;
2
2
  @use '../variables' as ARD;
3
3
 
4
- @layer ard-theme {
4
+ @layer ard-ui {
5
5
  // the variables are commented out intentionally
6
6
  // read more in docs/dev/css-variables.md
7
7
  :root {
@@ -30,13 +30,13 @@
30
30
  .ard-progress-bar__background,
31
31
  .ard-progress-bar__overlay {
32
32
  position: absolute;
33
- background-color: var(--ard-progress-bar-foreground-color, var(--ard-cmpcl--bg-colored));
33
+ background-color: var(--ard-progress-bar-foreground-color, var(--ard-uicl--bg-colored));
34
34
  top: 0;
35
35
  bottom: 0;
36
36
  left: 0;
37
37
  }
38
38
  .ard-progress-bar__background {
39
- background-color: var(--ard-progress-bar-background-color, var(--ard-cmpcl--bg-colored-light));
39
+ background-color: var(--ard-progress-bar-background-color, var(--ard-uicl--bg-colored-light));
40
40
  top: 0;
41
41
  bottom: 0;
42
42
  left: 0;
@@ -112,11 +112,11 @@
112
112
  bottom: 0;
113
113
  width: 9999px;
114
114
  animation: buffer var(--ard-progress-bar-buffer-animation-duration, 0.4s) linear infinite;
115
- border-bottom: var(--ard-progress-bar-height, 0.25rem) dotted var(--ard-cmpcl--bg-colored);
115
+ border-bottom: var(--ard-progress-bar-height, 0.25rem) dotted var(--ard-uicl--bg-colored);
116
116
  }
117
117
  }
118
118
  .ard-progress-bar__overlay-buffer {
119
- background: var(--ard-progress-bar-buffer-color, var(--ard-cmpcl--bg-colored-light));
119
+ background: var(--ard-progress-bar-buffer-color, var(--ard-uicl--bg-colored-light));
120
120
  opacity: var(--ard-progress-bar-buffer-opacity, 100%);
121
121
  position: absolute;
122
122
  left: 0;
@@ -140,11 +140,11 @@
140
140
  &.ard-color-currentColor {
141
141
  .ard-progress-bar__background {
142
142
  opacity: var(--ard-progress-bar-currentColor-background-opacity, 22.5%);
143
- background: var(--ard-cmpcl--bg-colored);
143
+ background: var(--ard-uicl--bg-colored);
144
144
  }
145
145
  .ard-progress-bar__overlay-buffer {
146
146
  opacity: var(--ard-progress-bar-currentColor-overlay-buffer-opacity, 30%);
147
- background: var(--ard-cmpcl--bg-colored);
147
+ background: var(--ard-uicl--bg-colored);
148
148
  }
149
149
  }
150
150
  }
@@ -1,7 +1,7 @@
1
1
  @use './coloring' as coloringMixins;
2
2
  @use '../variables' as ARD;
3
3
 
4
- @layer ard-theme {
4
+ @layer ard-ui {
5
5
  // the variables are commented out intentionally
6
6
  // read more in docs/dev/css-variables.md
7
7
  :root {
@@ -17,7 +17,7 @@
17
17
  width: var(--ard-progress-circle-size, 3em);
18
18
  height: var(--ard-progress-circle-size, 3em);
19
19
 
20
- --ard-_progress-circle-fill-color: var(--ard-cmpcl--bg-colored);
20
+ --ard-_progress-circle-fill-color: var(--ard-uicl--bg-colored);
21
21
 
22
22
  //! appearances
23
23
  &.ard-appearance-transparent {
@@ -34,7 +34,7 @@
34
34
  &.ard-appearance-colored {
35
35
  .ard-progress-circle-background {
36
36
  opacity: var(--ard-progress-circle-colored-background-opacity, 100%);
37
- background: var(--ard-cmpcl--bg-colored);
37
+ background: var(--ard-uicl--bg-colored);
38
38
  }
39
39
  }
40
40
  //! ring variant
@@ -2,7 +2,7 @@
2
2
  @use './mixins' as GM;
3
3
  @use '../variables' as ARD;
4
4
 
5
- @layer ard-theme {
5
+ @layer ard-ui {
6
6
  // the variables are commented out intentionally
7
7
  // read more in docs/dev/css-variables.md
8
8
  :root {
@@ -66,7 +66,7 @@
66
66
  right: var(--ard-radio-inner-circle-inset, 25%);
67
67
  top: var(--ard-radio-inner-circle-inset, 25%);
68
68
  bottom: var(--ard-radio-inner-circle-inset, 25%);
69
- background: var(--ard-cmpcl--bg-colored);
69
+ background: var(--ard-uicl--bg-colored);
70
70
  border-radius: var(--ard-radio-border-radius, 9999px);
71
71
  transform: scale(0);
72
72
  transition: transform var(--ard-radio-transition-duration, 0.2s) ARD.$timing-fn;
@@ -99,13 +99,13 @@
99
99
  &.ard-radio-selected {
100
100
  > .ard-radio-circles {
101
101
  > .ard-radio-outer-circle {
102
- border-color: var(--ard-cmpcl--bg-colored);
102
+ border-color: var(--ard-uicl--bg-colored);
103
103
  }
104
104
  > .ard-radio-inner-circle {
105
105
  transform: scale(1);
106
106
  }
107
107
  > .ard-focus-overlay {
108
- background-color: var(--ard-cmpcl--bg-colored);
108
+ background-color: var(--ard-uicl--bg-colored);
109
109
  }
110
110
  }
111
111
  }
@@ -2,7 +2,7 @@
2
2
  @use './coloring' as coloringMixins;
3
3
  @use '../variables' as ARD;
4
4
 
5
- @layer ard-theme {
5
+ @layer ard-ui {
6
6
  // the variables are commented out intentionally
7
7
  // read more in docs/dev/css-variables.md
8
8
  :root {
@@ -44,7 +44,7 @@
44
44
  //! button focus inficator
45
45
  .ard-focus-overlay {
46
46
  @include defaultMixins.focus-overlay;
47
- background-color: var(--ard-cmpcl--content);
47
+ background-color: var(--ard-uicl--content);
48
48
  }
49
49
 
50
50
  //! row & option styling
@@ -134,11 +134,11 @@
134
134
  .ard-segment-row {
135
135
  .ard-segment-option {
136
136
  .ard-focus-overlay {
137
- background-color: var(--ard-cmpcl--content);
137
+ background-color: var(--ard-uicl--content);
138
138
  }
139
139
 
140
140
  &.ard-option-selected {
141
- color: var(--ard-cmpcl--content);
141
+ color: var(--ard-uicl--content);
142
142
  }
143
143
  }
144
144
  }
@@ -152,8 +152,8 @@
152
152
  border: 1px solid var(--ard-segment-border-color, ARD.$border-light);
153
153
 
154
154
  &.ard-option-selected {
155
- border-color: var(--ard-cmpcl--content);
156
- color: var(--ard-cmpcl--content);
155
+ border-color: var(--ard-uicl--content);
156
+ color: var(--ard-uicl--content);
157
157
  }
158
158
  }
159
159
  &.ard-variant-rounded-connected,
@@ -237,8 +237,8 @@
237
237
  }
238
238
  &.ard-appearance-outlined-strong {
239
239
  .ard-segment-option.ard-option-selected {
240
- background-color: var(--ard-cmpcl--bg);
241
- color: var(--ard-cmpcl--on-bg);
240
+ background-color: var(--ard-uicl--bg);
241
+ color: var(--ard-uicl--on-bg);
242
242
  }
243
243
  }
244
244
  &.ard-appearance-filled {
@@ -252,20 +252,20 @@
252
252
  left: 0;
253
253
  right: 0;
254
254
  border-radius: inherit;
255
- background: var(--ard-cmpcl--bg);
255
+ background: var(--ard-uicl--bg);
256
256
  opacity: 15%;
257
257
  }
258
258
  }
259
259
  &.ard-appearance-filled-strong {
260
- background: var(--ard-cmpcl--bg);
260
+ background: var(--ard-uicl--bg);
261
261
  border-radius: var(--ard-_variant-border-radius);
262
262
 
263
263
  .ard-segment-row {
264
264
  .ard-segment-option {
265
- color: var(--ard-cmpcl--on-bg);
265
+ color: var(--ard-uicl--on-bg);
266
266
 
267
267
  .ard-focus-overlay {
268
- background-color: var(--ard-cmpcl--on-bg);
268
+ background-color: var(--ard-uicl--on-bg);
269
269
  }
270
270
  &.ard-option-highlighted {
271
271
  .ard-focus-overlay {
@@ -273,8 +273,8 @@
273
273
  }
274
274
  }
275
275
  &.ard-option-selected {
276
- color: var(--ard-cmpcl--content);
277
- background: var(--ard-cmpcl--on-bg);
276
+ color: var(--ard-uicl--content);
277
+ background: var(--ard-uicl--on-bg);
278
278
 
279
279
  .ard-focus-overlay {
280
280
  opacity: 0;
@@ -362,7 +362,7 @@
362
362
  opacity: calc(var(--ard-segment-option-disabled-opacity, 50%) * 1.2);
363
363
  }
364
364
  .ard-focus-overlay {
365
- background: var(--ard-cmpcl--overlay);
365
+ background: var(--ard-uicl--overlay);
366
366
  }
367
367
  }
368
368
  }
@@ -2,7 +2,7 @@
2
2
  @use './mixins' as defaultMixins;
3
3
  @use '../variables' as ARD;
4
4
 
5
- @layer ard-theme {
5
+ @layer ard-ui {
6
6
  // the variables are commented out intentionally
7
7
  // read more in docs/dev/css-variables.md
8
8
  :root {
@@ -2,7 +2,7 @@
2
2
  @use './coloring' as coloringMixins;
3
3
  @use '../variables' as ARD;
4
4
 
5
- @layer ard-theme {
5
+ @layer ard-ui {
6
6
  // the variables are commented out intentionally
7
7
  // read more in docs/dev/css-variables.md
8
8
  :root {
@@ -89,7 +89,7 @@
89
89
 
90
90
  .ard-focus-overlay {
91
91
  @include defaultMixins.focus-overlay;
92
- background: var(--ard-cmpcl--overlay-colored);
92
+ background: var(--ard-uicl--overlay-colored);
93
93
  }
94
94
 
95
95
  .ard-slide-toggle-icon {
@@ -133,17 +133,17 @@
133
133
  //! selected state
134
134
  &.ard-slide-toggle-selected {
135
135
  .ard-slide-toggle-track-overlay {
136
- background: var(--ard-cmpcl--content);
136
+ background: var(--ard-uicl--content);
137
137
  opacity: var(--ard-slide-toggle-track-selected-opacity, 40%);
138
138
  }
139
139
 
140
140
  .ard-slide-toggle-handle {
141
141
  left: 100%;
142
142
  transform: translateX(-100%);
143
- background: var(--ard-cmpcl--bg);
143
+ background: var(--ard-uicl--bg);
144
144
 
145
145
  .ard-slide-toggle-icon {
146
- color: var(--ard-cmpcl--on-bg);
146
+ color: var(--ard-uicl--on-bg);
147
147
 
148
148
  &.ard-icon-for-selected {
149
149
  display: block;
@@ -170,7 +170,7 @@
170
170
  box-sizing: border-box;
171
171
 
172
172
  .ard-slide-toggle-track-overlay {
173
- background: var(--ard-cmpcl--content);
173
+ background: var(--ard-uicl--content);
174
174
  opacity: 0;
175
175
  }
176
176
  }
@@ -189,7 +189,7 @@
189
189
 
190
190
  &.ard-slide-toggle-selected {
191
191
  .ard-slide-toggle-track {
192
- border-color: var(--ard-cmpcl--content);
192
+ border-color: var(--ard-uicl--content);
193
193
  }
194
194
 
195
195
  .ard-slide-toggle-track-overlay {
@@ -3,7 +3,7 @@
3
3
  @use 'sass:math';
4
4
  @use '../variables' as ARD;
5
5
 
6
- @layer ard-theme {
6
+ @layer ard-ui {
7
7
  // the variables are commented out intentionally
8
8
  // read more in docs/dev/css-variables.md
9
9
  :root {
@@ -83,7 +83,7 @@
83
83
  position: absolute;
84
84
  width: 100%;
85
85
  height: 100%;
86
- background: var(--ard-slider-track-color, var(--ard-cmpcl--bg-colored));
86
+ background: var(--ard-slider-track-color, var(--ard-uicl--bg-colored));
87
87
  opacity: var(--ard-slider-track-opacity, 20%);
88
88
  border-radius: var(--ard-slider-track-border-radius, 9999px);
89
89
 
@@ -92,7 +92,7 @@
92
92
  height: var(--ard-slider-active-track-height, calc(100% + 0.125em));
93
93
  top: 50%;
94
94
  transform: translateY(-50%);
95
- background: var(--ard-slider-active-color, var(--ard-cmpcl--bg-colored));
95
+ background: var(--ard-slider-active-color, var(--ard-uicl--bg-colored));
96
96
  opacity: var(--ard-slider-active-track-opacity, 100%);
97
97
  transition:
98
98
  width var(--_ard-slider-transition) ease,
@@ -126,7 +126,7 @@
126
126
  width: var(--ard-slider-handle-size, 1.25em);
127
127
  height: var(--ard-slider-handle-size, 1.25em);
128
128
  color: inherit;
129
- background: var(--ard-slider-handle-bg, var(--ard-cmpcl--bg-colored));
129
+ background: var(--ard-slider-handle-bg, var(--ard-uicl--bg-colored));
130
130
  border-radius: var(--ard-slider-handle-border-radius, 9999px);
131
131
  border: var(--ard-slider-handle-border, none);
132
132
  z-index: 1;
@@ -1,7 +1,7 @@
1
1
  @use './coloring' as C;
2
2
  @use '../variables' as ARD;
3
3
 
4
- @layer ard-theme {
4
+ @layer ard-ui {
5
5
  // the variables are commented out intentionally
6
6
  // read more in docs/dev/css-variables.md
7
7
  :root {
@@ -49,7 +49,7 @@
49
49
  color: var(--ard-snackbar-content-color, #{ARD.$text2-alt});
50
50
 
51
51
  ard-icon {
52
- color: var(--ard-cmpcl--content-light);
52
+ color: var(--ard-uicl--content-light);
53
53
  }
54
54
  }
55
55
 
@@ -1,6 +1,6 @@
1
1
  @use './coloring' as CM;
2
2
 
3
- @layer ard-theme {
3
+ @layer ard-ui {
4
4
  // the variables are commented out intentionally
5
5
  // read more in docs/dev/css-variables.md
6
6
  :root {
@@ -25,7 +25,7 @@
25
25
  scale: 2.3; //magic number
26
26
 
27
27
  > circle {
28
- stroke: var(--ard-cmpcl--content);
28
+ stroke: var(--ard-uicl--content);
29
29
  }
30
30
  }
31
31
  }