@ndwnu/design-system 14.2.0 → 14.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/CLAUDE.md +1525 -1525
- package/README.md +4 -4
- package/assets/icons.ts +83 -83
- package/fesm2022/ndwnu-design-system.mjs +161 -158
- package/fesm2022/ndwnu-design-system.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/FONTS.md +46 -46
- package/styles/base/_colors.scss +246 -246
- package/styles/base/_fonts.scss +13 -13
- package/styles/base/_material.scss +17 -17
- package/styles/base/_typography.scss +133 -133
- package/styles/base/_variables.scss +92 -92
- package/styles/base/colors.stories.model.ts +85 -85
- package/styles/base/colors.stories.ts +24 -24
- package/styles/base/index.scss +5 -5
- package/styles/base/typography.stories.ts +111 -111
- package/styles/components/_button.scss +133 -133
- package/styles/components/_card.scss +3 -3
- package/styles/components/_datepicker.scss +134 -134
- package/styles/components/_divider.scss +10 -10
- package/styles/components/_dropdown.scss +8 -8
- package/styles/components/_edit-bar.scss +97 -97
- package/styles/components/_filter-button.scss +39 -39
- package/styles/components/_guided-tour.scss +70 -70
- package/styles/components/_input.scss +253 -253
- package/styles/components/_label.scss +23 -23
- package/styles/components/_link.scss +36 -36
- package/styles/components/_list-item.scss +7 -7
- package/styles/components/_map.scss +137 -114
- package/styles/components/_menu-button.scss +37 -37
- package/styles/components/_popover.scss +19 -19
- package/styles/components/_summary-card.scss +183 -183
- package/styles/components/_table.scss +8 -8
- package/styles/components/divider.stories.ts +80 -80
- package/styles/components/index.scss +17 -17
- package/styles/components/link.stories.ts +154 -154
- package/styles/index.scss +4 -4
- package/styles/layout/_grid.scss +165 -165
- package/styles/layout/_overlay.scss +7 -7
- package/styles/layout/grid.stories.ts +168 -168
- package/styles/layout/index.scss +2 -2
- package/styles/storybook/_core.scss +60 -60
- package/styles/storybook/_reset.scss +21 -21
- package/styles/storybook/index.scss +17 -17
- package/styles/storybook/overrides/_buttons.scss +95 -95
- package/styles/storybook/overrides/_code-previews.scss +97 -97
- package/styles/storybook/overrides/_content.scss +24 -24
- package/styles/storybook/overrides/_headers.scss +31 -31
- package/styles/storybook/overrides/_layout.scss +44 -44
- package/styles/storybook/overrides/_table.scss +112 -112
- package/styles/storybook/overrides/index.scss +6 -6
- package/styles/storybook/overrides.css +355 -355
- package/styles/utils/_screenreader.scss +13 -13
- package/styles/utils/classes.stories.ts +157 -157
- package/styles/utils/index.scss +1 -1
- package/types/ndwnu-design-system.d.ts +6 -3
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
|
+
];
|