@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.
- package/CHANGELOG.md +65 -53
- package/package.json +79 -79
- package/src/assets/icons/ArrowRightSolid.svelte +0 -0
- package/src/assets/icons/arrow-right-solid.svg +0 -0
- package/src/styles/components/inputs/base.css +4 -0
- package/src/styles/utils/theme.css +1 -1
- package/.idea/copilot.data.migration.agent.xml +0 -6
- package/.idea/copilot.data.migration.ask.xml +0 -6
- package/.idea/copilot.data.migration.ask2agent.xml +0 -6
- package/.idea/copilot.data.migration.edit.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/ui.iml +0 -9
- package/.idea/vcs.xml +0 -6
- package/out/bundle.css +0 -1469
- package/out/bundle_configless.css +0 -1253
- package/out/colors.css +0 -82
- package/out/complete.css +0 -2867
- package/out/complete_configless.css +0 -2651
- package/out/src/assets/fonts/DMMono-Regular.woff +0 -0
- package/out/src/assets/fonts/DMMono-Regular.woff2 +0 -0
- package/out/src/assets/fonts/fonts.css +0 -7
- package/out/src/assets/icons/ArrowRightSolid.svelte +0 -1
- package/out/src/assets/icons/arrow-right-solid.svg +0 -1
- package/out/src/assets/icons/favicon.png +0 -0
- package/out/src/assets/icons/favicon.svg +0 -8
- package/out/src/assets/logos/nordcode-logo-icon.svg +0 -3
- package/out/src/assets/logos/nordcode-logo.svg +0 -17
- package/out/src/modules/copyButtons/ts/copyButtons.ts +0 -9
- package/out/src/modules/dialogs/svelte/dialog.svelte +0 -27
- package/out/src/modules/dialogs/ts/LICENCE +0 -171
- package/out/src/modules/dialogs/ts/dialogs.ts +0 -111
- package/out/src/modules/notifications/js/notifications.js +0 -294
- package/out/src/modules/notifications/svelte/NotificationCenter.svelte +0 -18
- package/out/src/modules/notifications/svelte/NotificationTemplate.svelte +0 -16
- package/out/src/modules/sectionObserver/ts/sectionOberserver.ts +0 -34
- package/out/src/styles/bundle.css +0 -7
- package/out/src/styles/bundle_configless.css +0 -5
- package/out/src/styles/complete.css +0 -5
- package/out/src/styles/complete_configless.css +0 -5
- package/out/src/styles/components/alerts.css +0 -20
- package/out/src/styles/components/badges.css +0 -14
- package/out/src/styles/components/breadcrumbs.css +0 -37
- package/out/src/styles/components/bundle.css +0 -13
- package/out/src/styles/components/buttons.css +0 -260
- package/out/src/styles/components/card.css +0 -55
- package/out/src/styles/components/dialogs.css +0 -138
- package/out/src/styles/components/forms.css +0 -41
- package/out/src/styles/components/gallery.css +0 -66
- package/out/src/styles/components/icons.css +0 -60
- package/out/src/styles/components/inputs/base.css +0 -249
- package/out/src/styles/components/inputs/bundle.css +0 -5
- package/out/src/styles/components/inputs/fields.css +0 -76
- package/out/src/styles/components/inputs/segmented.css +0 -114
- package/out/src/styles/components/inputs/switch.css +0 -42
- package/out/src/styles/components/inputs/tag-select.css +0 -41
- package/out/src/styles/components/lists.css +0 -40
- package/out/src/styles/components/notifications.css +0 -135
- package/out/src/styles/components/tables.css +0 -7
- package/out/src/styles/config/bundle.css +0 -2
- package/out/src/styles/config/config.css +0 -700
- package/out/src/styles/config/extras.css +0 -12
- package/out/src/styles/exceptions/bundle.css +0 -3
- package/out/src/styles/exceptions/misc.css +0 -21
- package/out/src/styles/exceptions/spacings.css +0 -15
- package/out/src/styles/exceptions/typography.css +0 -57
- package/out/src/styles/theme/colors.css +0 -165
- package/out/src/styles/theme/colors_processed.css +0 -87
- package/out/src/styles/utils/base.css +0 -415
- package/out/src/styles/utils/bundle.css +0 -6
- package/out/src/styles/utils/easings.css +0 -364
- package/out/src/styles/utils/layouts.css +0 -281
- package/out/src/styles/utils/media.css +0 -55
- package/out/src/styles/utils/reset.css +0 -145
- 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
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
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
|
-
-
|
|
25
|
+
- fix dialog styles
|
|
14
26
|
|
|
15
27
|
## 2.1.8 (2026-01-02)
|
|
16
28
|
|
|
17
29
|
### features
|
|
18
30
|
|
|
19
|
-
-
|
|
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
|
-
-
|
|
26
|
-
-
|
|
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
|
-
-
|
|
44
|
+
- fix required checkboxes looking broken
|
|
33
45
|
|
|
34
46
|
### features
|
|
35
47
|
|
|
36
|
-
-
|
|
48
|
+
- add style for required markers
|
|
37
49
|
|
|
38
50
|
## 2.1.5 (2025-12-12)
|
|
39
51
|
|
|
40
52
|
### fixes
|
|
41
53
|
|
|
42
|
-
-
|
|
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
|
-
-
|
|
60
|
+
- cleanup button
|
|
49
61
|
|
|
50
62
|
## 2.1.3 (2025-11-15)
|
|
51
63
|
|
|
52
64
|
### improvements
|
|
53
65
|
|
|
54
|
-
-
|
|
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
|
-
-
|
|
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
|
-
-
|
|
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
|
-
-
|
|
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
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
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
|
-
-
|
|
97
|
-
-
|
|
108
|
+
- add :active state to buttons
|
|
109
|
+
- use more accessbile emhpasis color for selections
|
|
98
110
|
|
|
99
111
|
### removals
|
|
100
112
|
|
|
101
|
-
-
|
|
113
|
+
- remove unused .buttonReset class
|
|
102
114
|
|
|
103
115
|
## 2.0.2 (2025-05-10)
|
|
104
116
|
|
|
105
117
|
### improvements
|
|
106
118
|
|
|
107
|
-
-
|
|
108
|
-
-
|
|
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
|
-
-
|
|
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
|
-
-
|
|
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
|
-
-
|
|
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
|
-
-
|
|
154
|
-
-
|
|
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
|
-
-
|
|
172
|
+
- Add clickable card class
|
|
161
173
|
|
|
162
174
|
## 1.1.6 (2025-01-09)
|
|
163
175
|
|
|
164
176
|
### Improvements
|
|
165
177
|
|
|
166
|
-
-
|
|
178
|
+
- Small changes to spacings.
|
|
167
179
|
|
|
168
180
|
## 1.1.5 (2025-01-09)
|
|
169
181
|
|
|
170
182
|
### Improvements
|
|
171
183
|
|
|
172
|
-
-
|
|
184
|
+
- Add `themed` class to apply `var(--text)` and `var(--surface)` colors
|
|
173
185
|
|
|
174
186
|
### Fixes
|
|
175
187
|
|
|
176
|
-
-
|
|
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
|
-
-
|
|
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
|
-
-
|
|
200
|
+
- Small design fixes and improvements
|
|
189
201
|
|
|
190
202
|
## 1.1.2 (2025-01-03)
|
|
191
203
|
|
|
192
204
|
### Fixes
|
|
193
205
|
|
|
194
|
-
-
|
|
206
|
+
- Fix switch component not working
|
|
195
207
|
|
|
196
208
|
## 1.1.1 (2025-01-03)
|
|
197
209
|
|
|
198
210
|
### Fixes
|
|
199
211
|
|
|
200
|
-
-
|
|
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
|
-
-
|
|
209
|
-
-
|
|
210
|
-
-
|
|
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
|
-
-
|
|
228
|
+
- Fix radius for real
|
|
217
229
|
|
|
218
230
|
## 1.0.9 (2024-12-27)
|
|
219
231
|
|
|
220
232
|
### Improvements
|
|
221
233
|
|
|
222
|
-
-
|
|
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
|
-
-
|
|
229
|
-
-
|
|
240
|
+
- Tweak Dialog Styles
|
|
241
|
+
- Disable scroll when modal dialog is open
|
|
230
242
|
|
|
231
243
|
### Fixes
|
|
232
244
|
|
|
233
|
-
-
|
|
245
|
+
- Fix user selection styles
|
|
234
246
|
|
|
235
247
|
## v1.0.5 (2024-11-28)
|
|
236
248
|
|
|
237
249
|
### Fixes
|
|
238
250
|
|
|
239
|
-
-
|
|
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
|
-
-
|
|
248
|
-
-
|
|
249
|
-
-
|
|
250
|
-
-
|
|
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
|
-
-
|
|
259
|
-
-
|
|
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
|
-
-
|
|
264
|
-
-
|
|
275
|
+
- Fixed Webkit `<detail>` style
|
|
276
|
+
- Shadows not working using `light-dark`
|
package/package.json
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
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) {
|
package/.idea/modules.xml
DELETED
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>
|