@ndwnu/design-system 14.2.1 → 14.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/CLAUDE.md +1539 -1525
  2. package/README.md +4 -4
  3. package/assets/icons.ts +83 -83
  4. package/fesm2022/ndwnu-design-system.mjs +260 -220
  5. package/fesm2022/ndwnu-design-system.mjs.map +1 -1
  6. package/package.json +1 -1
  7. package/styles/FONTS.md +46 -46
  8. package/styles/base/_colors.scss +246 -246
  9. package/styles/base/_fonts.scss +13 -13
  10. package/styles/base/_material.scss +17 -17
  11. package/styles/base/_typography.scss +133 -133
  12. package/styles/base/_variables.scss +92 -92
  13. package/styles/base/colors.stories.model.ts +85 -85
  14. package/styles/base/colors.stories.ts +24 -24
  15. package/styles/base/index.scss +5 -5
  16. package/styles/base/typography.stories.ts +111 -111
  17. package/styles/components/_button.scss +133 -133
  18. package/styles/components/_card.scss +3 -3
  19. package/styles/components/_datepicker.scss +134 -134
  20. package/styles/components/_divider.scss +10 -10
  21. package/styles/components/_dropdown.scss +8 -8
  22. package/styles/components/_edit-bar.scss +97 -97
  23. package/styles/components/_filter-button.scss +39 -39
  24. package/styles/components/_guided-tour.scss +70 -70
  25. package/styles/components/_input.scss +253 -253
  26. package/styles/components/_label.scss +23 -23
  27. package/styles/components/_link.scss +36 -36
  28. package/styles/components/_list-item.scss +7 -7
  29. package/styles/components/_map.scss +144 -114
  30. package/styles/components/_menu-button.scss +37 -37
  31. package/styles/components/_popover.scss +19 -19
  32. package/styles/components/_summary-card.scss +205 -183
  33. package/styles/components/_table.scss +8 -8
  34. package/styles/components/divider.stories.ts +80 -80
  35. package/styles/components/index.scss +17 -17
  36. package/styles/components/link.stories.ts +154 -154
  37. package/styles/index.scss +4 -4
  38. package/styles/layout/_grid.scss +165 -165
  39. package/styles/layout/_overlay.scss +7 -7
  40. package/styles/layout/grid.stories.ts +168 -168
  41. package/styles/layout/index.scss +2 -2
  42. package/styles/storybook/_core.scss +60 -60
  43. package/styles/storybook/_reset.scss +21 -21
  44. package/styles/storybook/index.scss +17 -17
  45. package/styles/storybook/overrides/_buttons.scss +95 -95
  46. package/styles/storybook/overrides/_code-previews.scss +97 -97
  47. package/styles/storybook/overrides/_content.scss +24 -24
  48. package/styles/storybook/overrides/_headers.scss +31 -31
  49. package/styles/storybook/overrides/_layout.scss +44 -44
  50. package/styles/storybook/overrides/_table.scss +112 -112
  51. package/styles/storybook/overrides/index.scss +6 -6
  52. package/styles/storybook/overrides.css +355 -355
  53. package/styles/utils/_screenreader.scss +13 -13
  54. package/styles/utils/classes.stories.ts +157 -157
  55. package/styles/utils/index.scss +1 -1
  56. package/types/ndwnu-design-system.d.ts +46 -48
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # NDW design system
2
-
3
- Ga van start om de package te gebruiken binnen jouw applicatie. De documentatie is te vinden op:
4
- [design.ndw.nu/hulp/start-als-developer/](https://design.ndw.nu/hulp/start-als-developer/)
1
+ # NDW design system
2
+
3
+ Ga van start om de package te gebruiken binnen jouw applicatie. De documentatie is te vinden op:
4
+ [design.ndw.nu/hulp/start-als-developer/](https://design.ndw.nu/hulp/start-als-developer/)
package/assets/icons.ts CHANGED
@@ -1,83 +1,83 @@
1
- export const icons = [
2
- 'account_circle',
3
- 'add',
4
- 'arrow_selector_tool',
5
- 'autorenew',
6
- 'calendar_month',
7
- 'chat',
8
- 'check',
9
- 'close',
10
- 'cloud_download',
11
- 'cloud_upload',
12
- 'collapse_all',
13
- 'delete',
14
- 'description',
15
- 'draft',
16
- 'drag_indicator',
17
- 'drag_pan',
18
- 'edit',
19
- 'file_copy',
20
- 'file_present',
21
- 'filter_alt',
22
- 'find_in_page',
23
- 'flag',
24
- 'folder_managed',
25
- 'folder_open',
26
- 'format_align_center',
27
- 'format_align_left',
28
- 'format_align_right',
29
- 'format_indent_decrease',
30
- 'format_indent_increase',
31
- 'forum',
32
- 'group',
33
- 'help',
34
- 'history',
35
- 'import_contacts',
36
- 'info',
37
- 'ios_share',
38
- 'keep',
39
- 'keep_off',
40
- 'keyboard_arrow_down',
41
- 'keyboard_arrow_left',
42
- 'keyboard_arrow_right',
43
- 'keyboard_arrow_up',
44
- 'keyboard_backspace',
45
- 'keyboard_double_arrow_down',
46
- 'keyboard_double_arrow_left',
47
- 'keyboard_double_arrow_right',
48
- 'keyboard_double_arrow_up',
49
- 'layers',
50
- 'link',
51
- 'link_off',
52
- 'lock',
53
- 'map',
54
- 'more_horiz',
55
- 'move_item',
56
- 'my_location',
57
- 'notifications',
58
- 'open_in_new',
59
- 'person',
60
- 'phone_in_talk',
61
- 'pie_chart',
62
- 'power_settings_new',
63
- 'remove',
64
- 'route',
65
- 'schedule',
66
- 'search',
67
- 'segment',
68
- 'sell',
69
- 'send',
70
- 'settings',
71
- 'share',
72
- 'signpost',
73
- 'special_character',
74
- 'speed',
75
- 'swap_vert',
76
- 'sync',
77
- 'sync_disabled',
78
- 'traffic',
79
- 'undo',
80
- 'unfold_more',
81
- 'visibility',
82
- 'warning',
83
- ];
1
+ export const icons = [
2
+ 'account_circle',
3
+ 'add',
4
+ 'arrow_selector_tool',
5
+ 'autorenew',
6
+ 'calendar_month',
7
+ 'chat',
8
+ 'check',
9
+ 'close',
10
+ 'cloud_download',
11
+ 'cloud_upload',
12
+ 'collapse_all',
13
+ 'delete',
14
+ 'description',
15
+ 'draft',
16
+ 'drag_indicator',
17
+ 'drag_pan',
18
+ 'edit',
19
+ 'file_copy',
20
+ 'file_present',
21
+ 'filter_alt',
22
+ 'find_in_page',
23
+ 'flag',
24
+ 'folder_managed',
25
+ 'folder_open',
26
+ 'format_align_center',
27
+ 'format_align_left',
28
+ 'format_align_right',
29
+ 'format_indent_decrease',
30
+ 'format_indent_increase',
31
+ 'forum',
32
+ 'group',
33
+ 'help',
34
+ 'history',
35
+ 'import_contacts',
36
+ 'info',
37
+ 'ios_share',
38
+ 'keep',
39
+ 'keep_off',
40
+ 'keyboard_arrow_down',
41
+ 'keyboard_arrow_left',
42
+ 'keyboard_arrow_right',
43
+ 'keyboard_arrow_up',
44
+ 'keyboard_backspace',
45
+ 'keyboard_double_arrow_down',
46
+ 'keyboard_double_arrow_left',
47
+ 'keyboard_double_arrow_right',
48
+ 'keyboard_double_arrow_up',
49
+ 'layers',
50
+ 'link',
51
+ 'link_off',
52
+ 'lock',
53
+ 'map',
54
+ 'more_horiz',
55
+ 'move_item',
56
+ 'my_location',
57
+ 'notifications',
58
+ 'open_in_new',
59
+ 'person',
60
+ 'phone_in_talk',
61
+ 'pie_chart',
62
+ 'power_settings_new',
63
+ 'remove',
64
+ 'route',
65
+ 'schedule',
66
+ 'search',
67
+ 'segment',
68
+ 'sell',
69
+ 'send',
70
+ 'settings',
71
+ 'share',
72
+ 'signpost',
73
+ 'special_character',
74
+ 'speed',
75
+ 'swap_vert',
76
+ 'sync',
77
+ 'sync_disabled',
78
+ 'traffic',
79
+ 'undo',
80
+ 'unfold_more',
81
+ 'visibility',
82
+ 'warning',
83
+ ];