@nordcode/ui 2.2.0 → 2.2.2

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 (74) hide show
  1. package/CHANGELOG.md +65 -53
  2. package/package.json +79 -79
  3. package/src/assets/icons/ArrowRightSolid.svelte +0 -0
  4. package/src/assets/icons/arrow-right-solid.svg +0 -0
  5. package/src/styles/components/inputs/base.css +4 -0
  6. package/src/styles/utils/theme.css +1 -1
  7. package/.idea/copilot.data.migration.agent.xml +0 -6
  8. package/.idea/copilot.data.migration.ask.xml +0 -6
  9. package/.idea/copilot.data.migration.ask2agent.xml +0 -6
  10. package/.idea/copilot.data.migration.edit.xml +0 -6
  11. package/.idea/modules.xml +0 -8
  12. package/.idea/ui.iml +0 -9
  13. package/.idea/vcs.xml +0 -6
  14. package/out/bundle.css +0 -1469
  15. package/out/bundle_configless.css +0 -1253
  16. package/out/colors.css +0 -82
  17. package/out/complete.css +0 -2867
  18. package/out/complete_configless.css +0 -2651
  19. package/out/src/assets/fonts/DMMono-Regular.woff +0 -0
  20. package/out/src/assets/fonts/DMMono-Regular.woff2 +0 -0
  21. package/out/src/assets/fonts/fonts.css +0 -7
  22. package/out/src/assets/icons/ArrowRightSolid.svelte +0 -1
  23. package/out/src/assets/icons/arrow-right-solid.svg +0 -1
  24. package/out/src/assets/icons/favicon.png +0 -0
  25. package/out/src/assets/icons/favicon.svg +0 -8
  26. package/out/src/assets/logos/nordcode-logo-icon.svg +0 -3
  27. package/out/src/assets/logos/nordcode-logo.svg +0 -17
  28. package/out/src/modules/copyButtons/ts/copyButtons.ts +0 -9
  29. package/out/src/modules/dialogs/svelte/dialog.svelte +0 -27
  30. package/out/src/modules/dialogs/ts/LICENCE +0 -171
  31. package/out/src/modules/dialogs/ts/dialogs.ts +0 -111
  32. package/out/src/modules/notifications/js/notifications.js +0 -294
  33. package/out/src/modules/notifications/svelte/NotificationCenter.svelte +0 -18
  34. package/out/src/modules/notifications/svelte/NotificationTemplate.svelte +0 -16
  35. package/out/src/modules/sectionObserver/ts/sectionOberserver.ts +0 -34
  36. package/out/src/styles/bundle.css +0 -7
  37. package/out/src/styles/bundle_configless.css +0 -5
  38. package/out/src/styles/complete.css +0 -5
  39. package/out/src/styles/complete_configless.css +0 -5
  40. package/out/src/styles/components/alerts.css +0 -20
  41. package/out/src/styles/components/badges.css +0 -14
  42. package/out/src/styles/components/breadcrumbs.css +0 -37
  43. package/out/src/styles/components/bundle.css +0 -13
  44. package/out/src/styles/components/buttons.css +0 -260
  45. package/out/src/styles/components/card.css +0 -55
  46. package/out/src/styles/components/dialogs.css +0 -138
  47. package/out/src/styles/components/forms.css +0 -41
  48. package/out/src/styles/components/gallery.css +0 -66
  49. package/out/src/styles/components/icons.css +0 -60
  50. package/out/src/styles/components/inputs/base.css +0 -249
  51. package/out/src/styles/components/inputs/bundle.css +0 -5
  52. package/out/src/styles/components/inputs/fields.css +0 -76
  53. package/out/src/styles/components/inputs/segmented.css +0 -114
  54. package/out/src/styles/components/inputs/switch.css +0 -42
  55. package/out/src/styles/components/inputs/tag-select.css +0 -41
  56. package/out/src/styles/components/lists.css +0 -40
  57. package/out/src/styles/components/notifications.css +0 -135
  58. package/out/src/styles/components/tables.css +0 -7
  59. package/out/src/styles/config/bundle.css +0 -2
  60. package/out/src/styles/config/config.css +0 -700
  61. package/out/src/styles/config/extras.css +0 -12
  62. package/out/src/styles/exceptions/bundle.css +0 -3
  63. package/out/src/styles/exceptions/misc.css +0 -21
  64. package/out/src/styles/exceptions/spacings.css +0 -15
  65. package/out/src/styles/exceptions/typography.css +0 -57
  66. package/out/src/styles/theme/colors.css +0 -165
  67. package/out/src/styles/theme/colors_processed.css +0 -87
  68. package/out/src/styles/utils/base.css +0 -415
  69. package/out/src/styles/utils/bundle.css +0 -6
  70. package/out/src/styles/utils/easings.css +0 -364
  71. package/out/src/styles/utils/layouts.css +0 -281
  72. package/out/src/styles/utils/media.css +0 -55
  73. package/out/src/styles/utils/reset.css +0 -145
  74. package/out/src/styles/utils/theme.css +0 -125
package/CHANGELOG.md CHANGED
@@ -1,81 +1,93 @@
1
+ ## 2.2.1 (2026-01-03)
2
+
3
+ ## 2.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix for nc-button -muted (no transparent bg on hover)
8
+
9
+ ### fixes
10
+
11
+ - fix non input label font weights
12
+
1
13
  ## 2.2.0 (2026-01-03)
2
14
 
3
15
  ### features
4
16
 
5
- - simplify dialog styles
6
- - use ch/lh in few select places (measures, tracking)
7
- - extend `nc-segmented-control` to be usable for button groups, tabgroups and horizontal controls
17
+ - simplify dialog styles
18
+ - use ch/lh in few select places (measures, tracking)
19
+ - extend `nc-segmented-control` to be usable for button groups, tabgroups and horizontal controls
8
20
 
9
21
  ## 2.1.9 (2026-01-02)
10
22
 
11
23
  ### fixes
12
24
 
13
- - fix dialog styles
25
+ - fix dialog styles
14
26
 
15
27
  ## 2.1.8 (2026-01-02)
16
28
 
17
29
  ### features
18
30
 
19
- - use starting style & new animation for dialogs
31
+ - use starting style & new animation for dialogs
20
32
 
21
33
  ## 2.1.7 (2025-12-18)
22
34
 
23
35
  ### features
24
36
 
25
- - add subtle transitions to buttons and clickable cards
26
- - update old transitions for active buttons and radios and checkboxes
37
+ - add subtle transitions to buttons and clickable cards
38
+ - update old transitions for active buttons and radios and checkboxes
27
39
 
28
40
  ## 2.1.6 (2025-12-12)
29
41
 
30
42
  ### fixes
31
43
 
32
- - fix required checkboxes looking broken
44
+ - fix required checkboxes looking broken
33
45
 
34
46
  ### features
35
47
 
36
- - add style for required markers
48
+ - add style for required markers
37
49
 
38
50
  ## 2.1.5 (2025-12-12)
39
51
 
40
52
  ### fixes
41
53
 
42
- - fix selection styles not being readable
54
+ - fix selection styles not being readable
43
55
 
44
56
  ## 2.1.4 (2025-11-15)
45
57
 
46
58
  ### fixes
47
59
 
48
- - cleanup button
60
+ - cleanup button
49
61
 
50
62
  ## 2.1.3 (2025-11-15)
51
63
 
52
64
  ### improvements
53
65
 
54
- - update checkbox, radio and switch hover styles
66
+ - update checkbox, radio and switch hover styles
55
67
 
56
68
  ## 2.1.2 (2025-11-15)
57
69
 
58
70
  ### fixes
59
71
 
60
- - fix checkbox, radio and switch styles
72
+ - fix checkbox, radio and switch styles
61
73
 
62
74
  ## 2.1.1 (2025-11-15)
63
75
 
64
76
  ### fixes
65
77
 
66
- - properly disable animations for users who prefer reduced motion
78
+ - properly disable animations for users who prefer reduced motion
67
79
 
68
80
  ## 2.1.0 (2025-11-15)
69
81
 
70
82
  ### changes
71
83
 
72
- - remove not([class]) from buttons and inputs to slim down CSS, increase CSS performance and simplify stylings
84
+ - remove not([class]) from buttons and inputs to slim down CSS, increase CSS performance and simplify stylings
73
85
 
74
86
  ### improvements
75
87
 
76
- - add `-validate` class to automatically style inputs using :user-valid & :user-invalid pseudo classes
77
- - Add `--border-radius-cond-*` tokens for conditional border-radius
78
- - Update transition timings
88
+ - add `-validate` class to automatically style inputs using :user-valid & :user-invalid pseudo classes
89
+ - Add `--border-radius-cond-*` tokens for conditional border-radius
90
+ - Update transition timings
79
91
 
80
92
  ## 2.0.5 (2025-10-11)
81
93
 
@@ -93,25 +105,25 @@
93
105
 
94
106
  ### improvements
95
107
 
96
- - add :active state to buttons
97
- - use more accessbile emhpasis color for selections
108
+ - add :active state to buttons
109
+ - use more accessbile emhpasis color for selections
98
110
 
99
111
  ### removals
100
112
 
101
- - remove unused .buttonReset class
113
+ - remove unused .buttonReset class
102
114
 
103
115
  ## 2.0.2 (2025-05-10)
104
116
 
105
117
  ### improvements
106
118
 
107
- - increase focus-visible visibility
108
- - small utility tweaks
119
+ - increase focus-visible visibility
120
+ - small utility tweaks
109
121
 
110
122
  ## 2.0.1 (2025-05-04)
111
123
 
112
124
  ### improvements
113
125
 
114
- - change theme default surface to --color-surface-base instead of transparent to fix contrast issue over colored backgrounds
126
+ - change theme default surface to --color-surface-base instead of transparent to fix contrast issue over colored backgrounds
115
127
 
116
128
  ## 2.0.0 (2025-05-02)
117
129
 
@@ -138,66 +150,66 @@ These tokens are `em` based and are used to style the control elements, mostly i
138
150
 
139
151
  ### improvements
140
152
 
141
- - Tweak measure to better resemble old ch measurements in `.nc-flow`
153
+ - Tweak measure to better resemble old ch measurements in `.nc-flow`
142
154
 
143
155
  ## 1.3.1 (2025-04-18)
144
156
 
145
157
  ### improvements
146
158
 
147
- - Tweak measure to better resemble old ch measurements
159
+ - Tweak measure to better resemble old ch measurements
148
160
 
149
161
  ## 1.3.0 (2025-04-18)
150
162
 
151
163
  ### improvements
152
164
 
153
- - Switch from ch (and in some cases lh) to em for more consistent sizing and to prevent possible CLS due to font switching
154
- - Add new typography token: `--font-size-medium` to provide a token for slightly larger text
165
+ - Switch from ch (and in some cases lh) to em for more consistent sizing and to prevent possible CLS due to font switching
166
+ - Add new typography token: `--font-size-medium` to provide a token for slightly larger text
155
167
 
156
168
  ## 1.2.0 (2025-04-03)
157
169
 
158
170
  ### Improvements
159
171
 
160
- - Add clickable card class
172
+ - Add clickable card class
161
173
 
162
174
  ## 1.1.6 (2025-01-09)
163
175
 
164
176
  ### Improvements
165
177
 
166
- - Small changes to spacings.
178
+ - Small changes to spacings.
167
179
 
168
180
  ## 1.1.5 (2025-01-09)
169
181
 
170
182
  ### Improvements
171
183
 
172
- - Add `themed` class to apply `var(--text)` and `var(--surface)` colors
184
+ - Add `themed` class to apply `var(--text)` and `var(--surface)` colors
173
185
 
174
186
  ### Fixes
175
187
 
176
- - Fix text colors for `<ins>` and `<del>`
188
+ - Fix text colors for `<ins>` and `<del>`
177
189
 
178
190
  ## 1.1.4 (2025-01-04)
179
191
 
180
192
  ### Fixes
181
193
 
182
- - Fix summary border-radius by using a border-radius token
194
+ - Fix summary border-radius by using a border-radius token
183
195
 
184
196
  ## 1.1.3 (2025-01-04)
185
197
 
186
198
  ### Fixes
187
199
 
188
- - Small design fixes and improvements
200
+ - Small design fixes and improvements
189
201
 
190
202
  ## 1.1.2 (2025-01-03)
191
203
 
192
204
  ### Fixes
193
205
 
194
- - Fix switch component not working
206
+ - Fix switch component not working
195
207
 
196
208
  ## 1.1.1 (2025-01-03)
197
209
 
198
210
  ### Fixes
199
211
 
200
- - Made details full width again
212
+ - Made details full width again
201
213
 
202
214
  ## 1.1.0 (2025-01-03)
203
215
 
@@ -205,38 +217,38 @@ Lots of spring cleaning
205
217
 
206
218
  ### Improvements
207
219
 
208
- - Line height tokens now use unitless values to allow proper inheritance
209
- - Changed default styling for details
210
- - Cleanup unused styles
220
+ - Line height tokens now use unitless values to allow proper inheritance
221
+ - Changed default styling for details
222
+ - Cleanup unused styles
211
223
 
212
224
  ## 1.0.10 (2024-12-27)
213
225
 
214
226
  ### Fixes
215
227
 
216
- - Fix radius for real
228
+ - Fix radius for real
217
229
 
218
230
  ## 1.0.9 (2024-12-27)
219
231
 
220
232
  ### Improvements
221
233
 
222
- - Tweak Dialog Radius and mobile styles
234
+ - Tweak Dialog Radius and mobile styles
223
235
 
224
236
  ## 1.0.8 (2024-12-27)
225
237
 
226
238
  ### Improvements
227
239
 
228
- - Tweak Dialog Styles
229
- - Disable scroll when modal dialog is open
240
+ - Tweak Dialog Styles
241
+ - Disable scroll when modal dialog is open
230
242
 
231
243
  ### Fixes
232
244
 
233
- - Fix user selection styles
245
+ - Fix user selection styles
234
246
 
235
247
  ## v1.0.5 (2024-11-28)
236
248
 
237
249
  ### Fixes
238
250
 
239
- - Fix fields not compiling
251
+ - Fix fields not compiling
240
252
 
241
253
  ## v1.0.5 (2024-11-28)
242
254
 
@@ -244,10 +256,10 @@ Lots of spring cleaning
244
256
 
245
257
  Make fieldset-based inputs more accessible by adding legends. This affects:
246
258
 
247
- - `nc-tag-select`
248
- - `nc-segmented-control`
249
- - `nc-radio-field`
250
- - `nc-checkbox-field`
259
+ - `nc-tag-select`
260
+ - `nc-segmented-control`
261
+ - `nc-radio-field`
262
+ - `nc-checkbox-field`
251
263
 
252
264
  Be sure to checkout the updated markup for these components in the documentation.
253
265
 
@@ -255,10 +267,10 @@ Be sure to checkout the updated markup for these components in the documentation
255
267
 
256
268
  ### New Features
257
269
 
258
- - Added `.nc-alert` class, an alert and utility class for notifications.
259
- - Added `-aligned` variant to `.nc-button`, which applies negative margin, so you can visually align stealth buttons
270
+ - Added `.nc-alert` class, an alert and utility class for notifications.
271
+ - Added `-aligned` variant to `.nc-button`, which applies negative margin, so you can visually align stealth buttons
260
272
 
261
273
  ### Fixes
262
274
 
263
- - Fixed Webkit `<detail>` style
264
- - Shadows not working using `light-dark`
275
+ - Fixed Webkit `<detail>` style
276
+ - Shadows not working using `light-dark`
package/package.json CHANGED
@@ -1,80 +1,80 @@
1
1
  {
2
- "name": "@nordcode/ui",
3
- "description": "Nordcode UI Design System",
4
- "keywords": [
5
- "nordcode",
6
- "CSS",
7
- "Design System",
8
- "Boneless UI"
9
- ],
10
- "license": "AGPL-3.0-or-later",
11
- "repository": {
12
- "type": "git",
13
- "url": "https://github.com/nordcode-agency/nordcode/tree/main/packages/ui"
14
- },
15
- "version": "2.2.0",
16
- "publishConfig": {
17
- "access": "public"
18
- },
19
- "type": "module",
20
- "exports": {
21
- "./bundle": "./src/styles/bundle.css",
22
- "./bundle-configless": "./src/styles/bundle_configless.css",
23
- "./complete": "./src/styles/complete.css",
24
- "./complete-configless": "./src/styles/complete_configless.css",
25
- "./compiled/bundle": "./out/bundle.css",
26
- "./compiled/bundle-configless": "./out/bundle-configless.css",
27
- "./compiled/complete": "./out/complete.css",
28
- "./compiled/complete-configless": "./out/complete_configless.css",
29
- "./compiled/colors": "./out/colors.css",
30
- "./utils": "./src/styles/utils/bundle.css",
31
- "./utils/reset": "./src/styles/utils/reset.css",
32
- "./utils/base": "./src/styles/utils/base.css",
33
- "./utils/media": "./src/styles/utils/media.css",
34
- "./utils/easings": "./src/styles/utils/easings.css",
35
- "./utils/layouts": "./src/styles/utils/layouts.css",
36
- "./utils/theme": "./src/styles/utils/theme.css",
37
- "./components": "./src/styles/components/bundle.css",
38
- "./components/alerts": "./src/styles/components/alerts.css",
39
- "./components/badges": "./src/styles/components/badges.css",
40
- "./components/breadcrumbs": "./src/styles/components/breadcrumbs.css",
41
- "./components/buttons": "./src/styles/components/buttons.css",
42
- "./components/card": "./src/styles/components/card.css",
43
- "./components/dialogs": "./src/styles/components/dialogs.css",
44
- "./components/forms": "./src/styles/components/forms.css",
45
- "./components/gallery": "./src/styles/components/gallery.css",
46
- "./components/icons": "./src/styles/components/icons.css",
47
- "./components/lists": "./src/styles/components/lists.css",
48
- "./components/notifications": "./src/styles/components/notifications.css",
49
- "./components/tables": "./src/styles/components/tables.css",
50
- "./components/inputs": "./src/styles/components/inputs/bundle.css",
51
- "./components/inputs/base": "./src/styles/components/inputs/base.css",
52
- "./components/inputs/fields": "./src/styles/components/inputs/fields.css",
53
- "./components/inputs/segmented": "./src/styles/components/inputs/segmented.css",
54
- "./components/inputs/switch": "./src/styles/components/inputs/switch.css",
55
- "./components/inputs/tag-select": "./src/styles/components/inputs/tag-select.css",
56
- "./exceptions": "./src/styles/exceptions/bundle.css",
57
- "./exceptions/spacings": "./src/styles/exceptions/spacings.css",
58
- "./exceptions/typography": "./src/styles/exceptions/typography.css",
59
- "./exceptions/misc": "./src/styles/exceptions/misc.css",
60
- "./colors": "./src/styles/theme/colors.css",
61
- "./config": "./src/styles/config.css",
62
- "./logo": "./src/assets/logos/nordcode-logo.svg",
63
- "./ArrowRightSolid": "./src/assets/icons/ArrowRightSolid.svelte",
64
- "./src/modules/dialogs/": "./src/modules/dialogs/",
65
- "./src/modules/copyButtons/": "./src/modules/copyButtons/",
66
- "./src/modules/notifications/": "./src/modules/notifications/",
67
- "./src/modules/sectionObserver/": "./src/modules/sectionObserver/",
68
- "./fonts": "./src/assets/fonts/fonts.css"
69
- },
70
- "devDependencies": {
71
- "baseline-browser-mapping": "^2.9.6",
72
- "browserslist": "^4.28.0",
73
- "browserslist-config-baseline": "^0.5.0",
74
- "lightningcss": "^1.30.2"
75
- },
76
- "scripts": {
77
- "lib:transform": "node transform.js",
78
- "build": "pnpm run '/^lib:.*/'"
79
- }
80
- }
2
+ "name": "@nordcode/ui",
3
+ "description": "Nordcode UI Design System",
4
+ "keywords": [
5
+ "nordcode",
6
+ "CSS",
7
+ "Design System",
8
+ "Boneless UI"
9
+ ],
10
+ "license": "AGPL-3.0-or-later",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/nordcode-agency/nordcode/tree/main/packages/ui"
14
+ },
15
+ "version": "2.2.2",
16
+ "publishConfig": {
17
+ "access": "public"
18
+ },
19
+ "type": "module",
20
+ "exports": {
21
+ "./bundle": "./src/styles/bundle.css",
22
+ "./bundle-configless": "./src/styles/bundle_configless.css",
23
+ "./complete": "./src/styles/complete.css",
24
+ "./complete-configless": "./src/styles/complete_configless.css",
25
+ "./compiled/bundle": "./out/bundle.css",
26
+ "./compiled/bundle-configless": "./out/bundle-configless.css",
27
+ "./compiled/complete": "./out/complete.css",
28
+ "./compiled/complete-configless": "./out/complete_configless.css",
29
+ "./compiled/colors": "./out/colors.css",
30
+ "./utils": "./src/styles/utils/bundle.css",
31
+ "./utils/reset": "./src/styles/utils/reset.css",
32
+ "./utils/base": "./src/styles/utils/base.css",
33
+ "./utils/media": "./src/styles/utils/media.css",
34
+ "./utils/easings": "./src/styles/utils/easings.css",
35
+ "./utils/layouts": "./src/styles/utils/layouts.css",
36
+ "./utils/theme": "./src/styles/utils/theme.css",
37
+ "./components": "./src/styles/components/bundle.css",
38
+ "./components/alerts": "./src/styles/components/alerts.css",
39
+ "./components/badges": "./src/styles/components/badges.css",
40
+ "./components/breadcrumbs": "./src/styles/components/breadcrumbs.css",
41
+ "./components/buttons": "./src/styles/components/buttons.css",
42
+ "./components/card": "./src/styles/components/card.css",
43
+ "./components/dialogs": "./src/styles/components/dialogs.css",
44
+ "./components/forms": "./src/styles/components/forms.css",
45
+ "./components/gallery": "./src/styles/components/gallery.css",
46
+ "./components/icons": "./src/styles/components/icons.css",
47
+ "./components/lists": "./src/styles/components/lists.css",
48
+ "./components/notifications": "./src/styles/components/notifications.css",
49
+ "./components/tables": "./src/styles/components/tables.css",
50
+ "./components/inputs": "./src/styles/components/inputs/bundle.css",
51
+ "./components/inputs/base": "./src/styles/components/inputs/base.css",
52
+ "./components/inputs/fields": "./src/styles/components/inputs/fields.css",
53
+ "./components/inputs/segmented": "./src/styles/components/inputs/segmented.css",
54
+ "./components/inputs/switch": "./src/styles/components/inputs/switch.css",
55
+ "./components/inputs/tag-select": "./src/styles/components/inputs/tag-select.css",
56
+ "./exceptions": "./src/styles/exceptions/bundle.css",
57
+ "./exceptions/spacings": "./src/styles/exceptions/spacings.css",
58
+ "./exceptions/typography": "./src/styles/exceptions/typography.css",
59
+ "./exceptions/misc": "./src/styles/exceptions/misc.css",
60
+ "./colors": "./src/styles/theme/colors.css",
61
+ "./config": "./src/styles/config.css",
62
+ "./logo": "./src/assets/logos/nordcode-logo.svg",
63
+ "./ArrowRightSolid": "./src/assets/icons/ArrowRightSolid.svelte",
64
+ "./src/modules/dialogs/": "./src/modules/dialogs/",
65
+ "./src/modules/copyButtons/": "./src/modules/copyButtons/",
66
+ "./src/modules/notifications/": "./src/modules/notifications/",
67
+ "./src/modules/sectionObserver/": "./src/modules/sectionObserver/",
68
+ "./fonts": "./src/assets/fonts/fonts.css"
69
+ },
70
+ "scripts": {
71
+ "lib:transform": "node transform.js",
72
+ "build": "pnpm run '/^lib:.*/'"
73
+ },
74
+ "devDependencies": {
75
+ "baseline-browser-mapping": "^2.9.6",
76
+ "browserslist": "^4.28.0",
77
+ "browserslist-config-baseline": "^0.5.0",
78
+ "lightningcss": "^1.30.2"
79
+ }
80
+ }
File without changes
File without changes
@@ -8,6 +8,10 @@
8
8
  font-size: inherit;
9
9
  gap: 0;
10
10
  align-items: center;
11
+
12
+ & .nc-hint, & .nc-input-error {
13
+ font-weight: var(--font-weight-default);
14
+ }
11
15
  }
12
16
 
13
17
  :where(input, textarea, select, .nc-input, .nc-select, .nc-textarea, .nc-input-checkbox, .nc-input-radio, .nc-input-label, .nc-input-color, .nc-input-field, .nc-input-error, .nc-checkbox-wrapper, .nc-input-switch, .nc-radio-field, .nc-checkbox-field) {
@@ -50,7 +50,7 @@
50
50
  .-muted {
51
51
  --text: var(--color-text-muted);
52
52
  --color: var(--color-text-muted);
53
- --surface: transparent;
53
+ --surface: var(--color-surface-base);
54
54
 
55
55
  --text-hover: var(--color-text-base);
56
56
  --color-hover: var(--color-text-base);
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="AgentMigrationStateService">
4
- <option name="migrationStatus" value="COMPLETED" />
5
- </component>
6
- </project>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="AskMigrationStateService">
4
- <option name="migrationStatus" value="COMPLETED" />
5
- </component>
6
- </project>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="Ask2AgentMigrationStateService">
4
- <option name="migrationStatus" value="COMPLETED" />
5
- </component>
6
- </project>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="EditMigrationStateService">
4
- <option name="migrationStatus" value="COMPLETED" />
5
- </component>
6
- </project>
package/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/ui.iml" filepath="$PROJECT_DIR$/.idea/ui.iml" />
6
- </modules>
7
- </component>
8
- </project>
package/.idea/ui.iml DELETED
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="JAVA_MODULE" version="4">
3
- <component name="NewModuleRootManager" inherit-compiler-output="true">
4
- <exclude-output />
5
- <content url="file://$MODULE_DIR$" />
6
- <orderEntry type="inheritedJdk" />
7
- <orderEntry type="sourceFolder" forTests="false" />
8
- </component>
9
- </module>
package/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
5
- </component>
6
- </project>