@nordcode/ui 2.2.1 → 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 (73) hide show
  1. package/CHANGELOG.md +60 -54
  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/utils/theme.css +1 -1
  6. package/.idea/copilot.data.migration.agent.xml +0 -6
  7. package/.idea/copilot.data.migration.ask.xml +0 -6
  8. package/.idea/copilot.data.migration.ask2agent.xml +0 -6
  9. package/.idea/copilot.data.migration.edit.xml +0 -6
  10. package/.idea/modules.xml +0 -8
  11. package/.idea/ui.iml +0 -9
  12. package/.idea/vcs.xml +0 -6
  13. package/out/bundle.css +0 -1469
  14. package/out/bundle_configless.css +0 -1253
  15. package/out/colors.css +0 -82
  16. package/out/complete.css +0 -2871
  17. package/out/complete_configless.css +0 -2655
  18. package/out/src/assets/fonts/DMMono-Regular.woff +0 -0
  19. package/out/src/assets/fonts/DMMono-Regular.woff2 +0 -0
  20. package/out/src/assets/fonts/fonts.css +0 -7
  21. package/out/src/assets/icons/ArrowRightSolid.svelte +0 -1
  22. package/out/src/assets/icons/arrow-right-solid.svg +0 -1
  23. package/out/src/assets/icons/favicon.png +0 -0
  24. package/out/src/assets/icons/favicon.svg +0 -8
  25. package/out/src/assets/logos/nordcode-logo-icon.svg +0 -3
  26. package/out/src/assets/logos/nordcode-logo.svg +0 -17
  27. package/out/src/modules/copyButtons/ts/copyButtons.ts +0 -9
  28. package/out/src/modules/dialogs/svelte/dialog.svelte +0 -27
  29. package/out/src/modules/dialogs/ts/LICENCE +0 -171
  30. package/out/src/modules/dialogs/ts/dialogs.ts +0 -111
  31. package/out/src/modules/notifications/js/notifications.js +0 -294
  32. package/out/src/modules/notifications/svelte/NotificationCenter.svelte +0 -18
  33. package/out/src/modules/notifications/svelte/NotificationTemplate.svelte +0 -16
  34. package/out/src/modules/sectionObserver/ts/sectionOberserver.ts +0 -34
  35. package/out/src/styles/bundle.css +0 -7
  36. package/out/src/styles/bundle_configless.css +0 -5
  37. package/out/src/styles/complete.css +0 -5
  38. package/out/src/styles/complete_configless.css +0 -5
  39. package/out/src/styles/components/alerts.css +0 -20
  40. package/out/src/styles/components/badges.css +0 -14
  41. package/out/src/styles/components/breadcrumbs.css +0 -37
  42. package/out/src/styles/components/bundle.css +0 -13
  43. package/out/src/styles/components/buttons.css +0 -260
  44. package/out/src/styles/components/card.css +0 -55
  45. package/out/src/styles/components/dialogs.css +0 -138
  46. package/out/src/styles/components/forms.css +0 -41
  47. package/out/src/styles/components/gallery.css +0 -66
  48. package/out/src/styles/components/icons.css +0 -60
  49. package/out/src/styles/components/inputs/base.css +0 -249
  50. package/out/src/styles/components/inputs/bundle.css +0 -5
  51. package/out/src/styles/components/inputs/fields.css +0 -76
  52. package/out/src/styles/components/inputs/segmented.css +0 -114
  53. package/out/src/styles/components/inputs/switch.css +0 -42
  54. package/out/src/styles/components/inputs/tag-select.css +0 -41
  55. package/out/src/styles/components/lists.css +0 -40
  56. package/out/src/styles/components/notifications.css +0 -135
  57. package/out/src/styles/components/tables.css +0 -7
  58. package/out/src/styles/config/bundle.css +0 -2
  59. package/out/src/styles/config/config.css +0 -700
  60. package/out/src/styles/config/extras.css +0 -12
  61. package/out/src/styles/exceptions/bundle.css +0 -3
  62. package/out/src/styles/exceptions/misc.css +0 -21
  63. package/out/src/styles/exceptions/spacings.css +0 -15
  64. package/out/src/styles/exceptions/typography.css +0 -57
  65. package/out/src/styles/theme/colors.css +0 -165
  66. package/out/src/styles/theme/colors_processed.css +0 -87
  67. package/out/src/styles/utils/base.css +0 -415
  68. package/out/src/styles/utils/bundle.css +0 -6
  69. package/out/src/styles/utils/easings.css +0 -364
  70. package/out/src/styles/utils/layouts.css +0 -281
  71. package/out/src/styles/utils/media.css +0 -55
  72. package/out/src/styles/utils/reset.css +0 -145
  73. package/out/src/styles/utils/theme.css +0 -125
package/CHANGELOG.md CHANGED
@@ -1,87 +1,93 @@
1
1
  ## 2.2.1 (2026-01-03)
2
2
 
3
+ ## 2.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix for nc-button -muted (no transparent bg on hover)
8
+
3
9
  ### fixes
4
10
 
5
- - fix non input label font weights
11
+ - fix non input label font weights
6
12
 
7
13
  ## 2.2.0 (2026-01-03)
8
14
 
9
15
  ### features
10
16
 
11
- - simplify dialog styles
12
- - use ch/lh in few select places (measures, tracking)
13
- - 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
14
20
 
15
21
  ## 2.1.9 (2026-01-02)
16
22
 
17
23
  ### fixes
18
24
 
19
- - fix dialog styles
25
+ - fix dialog styles
20
26
 
21
27
  ## 2.1.8 (2026-01-02)
22
28
 
23
29
  ### features
24
30
 
25
- - use starting style & new animation for dialogs
31
+ - use starting style & new animation for dialogs
26
32
 
27
33
  ## 2.1.7 (2025-12-18)
28
34
 
29
35
  ### features
30
36
 
31
- - add subtle transitions to buttons and clickable cards
32
- - 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
33
39
 
34
40
  ## 2.1.6 (2025-12-12)
35
41
 
36
42
  ### fixes
37
43
 
38
- - fix required checkboxes looking broken
44
+ - fix required checkboxes looking broken
39
45
 
40
46
  ### features
41
47
 
42
- - add style for required markers
48
+ - add style for required markers
43
49
 
44
50
  ## 2.1.5 (2025-12-12)
45
51
 
46
52
  ### fixes
47
53
 
48
- - fix selection styles not being readable
54
+ - fix selection styles not being readable
49
55
 
50
56
  ## 2.1.4 (2025-11-15)
51
57
 
52
58
  ### fixes
53
59
 
54
- - cleanup button
60
+ - cleanup button
55
61
 
56
62
  ## 2.1.3 (2025-11-15)
57
63
 
58
64
  ### improvements
59
65
 
60
- - update checkbox, radio and switch hover styles
66
+ - update checkbox, radio and switch hover styles
61
67
 
62
68
  ## 2.1.2 (2025-11-15)
63
69
 
64
70
  ### fixes
65
71
 
66
- - fix checkbox, radio and switch styles
72
+ - fix checkbox, radio and switch styles
67
73
 
68
74
  ## 2.1.1 (2025-11-15)
69
75
 
70
76
  ### fixes
71
77
 
72
- - properly disable animations for users who prefer reduced motion
78
+ - properly disable animations for users who prefer reduced motion
73
79
 
74
80
  ## 2.1.0 (2025-11-15)
75
81
 
76
82
  ### changes
77
83
 
78
- - 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
79
85
 
80
86
  ### improvements
81
87
 
82
- - add `-validate` class to automatically style inputs using :user-valid & :user-invalid pseudo classes
83
- - Add `--border-radius-cond-*` tokens for conditional border-radius
84
- - 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
85
91
 
86
92
  ## 2.0.5 (2025-10-11)
87
93
 
@@ -99,25 +105,25 @@
99
105
 
100
106
  ### improvements
101
107
 
102
- - add :active state to buttons
103
- - use more accessbile emhpasis color for selections
108
+ - add :active state to buttons
109
+ - use more accessbile emhpasis color for selections
104
110
 
105
111
  ### removals
106
112
 
107
- - remove unused .buttonReset class
113
+ - remove unused .buttonReset class
108
114
 
109
115
  ## 2.0.2 (2025-05-10)
110
116
 
111
117
  ### improvements
112
118
 
113
- - increase focus-visible visibility
114
- - small utility tweaks
119
+ - increase focus-visible visibility
120
+ - small utility tweaks
115
121
 
116
122
  ## 2.0.1 (2025-05-04)
117
123
 
118
124
  ### improvements
119
125
 
120
- - 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
121
127
 
122
128
  ## 2.0.0 (2025-05-02)
123
129
 
@@ -144,66 +150,66 @@ These tokens are `em` based and are used to style the control elements, mostly i
144
150
 
145
151
  ### improvements
146
152
 
147
- - Tweak measure to better resemble old ch measurements in `.nc-flow`
153
+ - Tweak measure to better resemble old ch measurements in `.nc-flow`
148
154
 
149
155
  ## 1.3.1 (2025-04-18)
150
156
 
151
157
  ### improvements
152
158
 
153
- - Tweak measure to better resemble old ch measurements
159
+ - Tweak measure to better resemble old ch measurements
154
160
 
155
161
  ## 1.3.0 (2025-04-18)
156
162
 
157
163
  ### improvements
158
164
 
159
- - Switch from ch (and in some cases lh) to em for more consistent sizing and to prevent possible CLS due to font switching
160
- - 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
161
167
 
162
168
  ## 1.2.0 (2025-04-03)
163
169
 
164
170
  ### Improvements
165
171
 
166
- - Add clickable card class
172
+ - Add clickable card class
167
173
 
168
174
  ## 1.1.6 (2025-01-09)
169
175
 
170
176
  ### Improvements
171
177
 
172
- - Small changes to spacings.
178
+ - Small changes to spacings.
173
179
 
174
180
  ## 1.1.5 (2025-01-09)
175
181
 
176
182
  ### Improvements
177
183
 
178
- - Add `themed` class to apply `var(--text)` and `var(--surface)` colors
184
+ - Add `themed` class to apply `var(--text)` and `var(--surface)` colors
179
185
 
180
186
  ### Fixes
181
187
 
182
- - Fix text colors for `<ins>` and `<del>`
188
+ - Fix text colors for `<ins>` and `<del>`
183
189
 
184
190
  ## 1.1.4 (2025-01-04)
185
191
 
186
192
  ### Fixes
187
193
 
188
- - Fix summary border-radius by using a border-radius token
194
+ - Fix summary border-radius by using a border-radius token
189
195
 
190
196
  ## 1.1.3 (2025-01-04)
191
197
 
192
198
  ### Fixes
193
199
 
194
- - Small design fixes and improvements
200
+ - Small design fixes and improvements
195
201
 
196
202
  ## 1.1.2 (2025-01-03)
197
203
 
198
204
  ### Fixes
199
205
 
200
- - Fix switch component not working
206
+ - Fix switch component not working
201
207
 
202
208
  ## 1.1.1 (2025-01-03)
203
209
 
204
210
  ### Fixes
205
211
 
206
- - Made details full width again
212
+ - Made details full width again
207
213
 
208
214
  ## 1.1.0 (2025-01-03)
209
215
 
@@ -211,38 +217,38 @@ Lots of spring cleaning
211
217
 
212
218
  ### Improvements
213
219
 
214
- - Line height tokens now use unitless values to allow proper inheritance
215
- - Changed default styling for details
216
- - 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
217
223
 
218
224
  ## 1.0.10 (2024-12-27)
219
225
 
220
226
  ### Fixes
221
227
 
222
- - Fix radius for real
228
+ - Fix radius for real
223
229
 
224
230
  ## 1.0.9 (2024-12-27)
225
231
 
226
232
  ### Improvements
227
233
 
228
- - Tweak Dialog Radius and mobile styles
234
+ - Tweak Dialog Radius and mobile styles
229
235
 
230
236
  ## 1.0.8 (2024-12-27)
231
237
 
232
238
  ### Improvements
233
239
 
234
- - Tweak Dialog Styles
235
- - Disable scroll when modal dialog is open
240
+ - Tweak Dialog Styles
241
+ - Disable scroll when modal dialog is open
236
242
 
237
243
  ### Fixes
238
244
 
239
- - Fix user selection styles
245
+ - Fix user selection styles
240
246
 
241
247
  ## v1.0.5 (2024-11-28)
242
248
 
243
249
  ### Fixes
244
250
 
245
- - Fix fields not compiling
251
+ - Fix fields not compiling
246
252
 
247
253
  ## v1.0.5 (2024-11-28)
248
254
 
@@ -250,10 +256,10 @@ Lots of spring cleaning
250
256
 
251
257
  Make fieldset-based inputs more accessible by adding legends. This affects:
252
258
 
253
- - `nc-tag-select`
254
- - `nc-segmented-control`
255
- - `nc-radio-field`
256
- - `nc-checkbox-field`
259
+ - `nc-tag-select`
260
+ - `nc-segmented-control`
261
+ - `nc-radio-field`
262
+ - `nc-checkbox-field`
257
263
 
258
264
  Be sure to checkout the updated markup for these components in the documentation.
259
265
 
@@ -261,10 +267,10 @@ Be sure to checkout the updated markup for these components in the documentation
261
267
 
262
268
  ### New Features
263
269
 
264
- - Added `.nc-alert` class, an alert and utility class for notifications.
265
- - 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
266
272
 
267
273
  ### Fixes
268
274
 
269
- - Fixed Webkit `<detail>` style
270
- - 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.1",
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
@@ -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>