@db-ux/core-foundations 4.3.0 → 4.3.1

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 (38) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/assets/icons/LICENCES.json +72 -0
  3. package/assets/icons/chat.svg +1 -0
  4. package/assets/icons/circle_small.svg +1 -0
  5. package/assets/icons/copy.svg +1 -0
  6. package/assets/icons/double_chevron_down.svg +1 -0
  7. package/assets/icons/double_chevron_left.svg +1 -0
  8. package/assets/icons/double_chevron_right.svg +1 -0
  9. package/assets/icons/double_chevron_up.svg +1 -0
  10. package/assets/icons/eye.svg +1 -0
  11. package/assets/icons/eye_disabled.svg +1 -0
  12. package/assets/icons/fonts/all/db-ux.woff2 +0 -0
  13. package/assets/icons/fonts/default/db-ux.woff2 +0 -0
  14. package/assets/icons/fonts/default_12/db-ux.woff2 +0 -0
  15. package/assets/icons/fonts/default_14/db-ux.woff2 +0 -0
  16. package/assets/icons/fonts/default_16/db-ux.woff2 +0 -0
  17. package/assets/icons/fonts/default_20/db-ux.woff2 +0 -0
  18. package/assets/icons/fonts/default_24/db-ux.woff2 +0 -0
  19. package/assets/icons/fonts/default_28/db-ux.woff2 +0 -0
  20. package/assets/icons/fonts/default_32/db-ux.woff2 +0 -0
  21. package/assets/icons/fonts/default_48/db-ux.woff2 +0 -0
  22. package/assets/icons/fonts/default_64/db-ux.woff2 +0 -0
  23. package/assets/icons/fonts/filled/db-ux.woff2 +0 -0
  24. package/assets/icons/fonts/filled_12/db-ux.woff2 +0 -0
  25. package/assets/icons/fonts/filled_14/db-ux.woff2 +0 -0
  26. package/assets/icons/fonts/filled_16/db-ux.woff2 +0 -0
  27. package/assets/icons/fonts/filled_20/db-ux.woff2 +0 -0
  28. package/assets/icons/fonts/filled_24/db-ux.woff2 +0 -0
  29. package/assets/icons/fonts/filled_28/db-ux.woff2 +0 -0
  30. package/assets/icons/fonts/filled_32/db-ux.woff2 +0 -0
  31. package/assets/icons/fonts/filled_48/db-ux.woff2 +0 -0
  32. package/assets/icons/fonts/filled_64/db-ux.woff2 +0 -0
  33. package/assets/icons/house.svg +1 -0
  34. package/assets/icons/moon.svg +1 -0
  35. package/assets/icons/sun.svg +1 -0
  36. package/build/all-icons.js +12 -1
  37. package/build/base-icon-types.d.ts +1 -1
  38. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @db-ux/core-foundations
2
2
 
3
+ ## 4.3.1
4
+
5
+ _version bump_
6
+
7
+
3
8
  ## 4.3.0
4
9
 
5
10
  ### Minor Changes
@@ -83,6 +83,78 @@
83
83
  "licence": "https://lucide.dev/license#lucide-license",
84
84
  "origin": "plus"
85
85
  },
86
+ {
87
+ "name": "eye.svg",
88
+ "type": "lucide",
89
+ "licence": "https://lucide.dev/license#lucide-license",
90
+ "origin": "eye"
91
+ },
92
+ {
93
+ "name": "eye_disabled.svg",
94
+ "type": "lucide",
95
+ "licence": "https://lucide.dev/license#lucide-license",
96
+ "origin": "eye-off"
97
+ },
98
+ {
99
+ "name": "double_chevron_down.svg",
100
+ "type": "lucide",
101
+ "licence": "https://lucide.dev/license#lucide-license",
102
+ "origin": "chevrons-down"
103
+ },
104
+ {
105
+ "name": "double_chevron_up.svg",
106
+ "type": "lucide",
107
+ "licence": "https://lucide.dev/license#lucide-license",
108
+ "origin": "chevrons-up"
109
+ },
110
+ {
111
+ "name": "double_chevron_left.svg",
112
+ "type": "lucide",
113
+ "licence": "https://lucide.dev/license#lucide-license",
114
+ "origin": "chevrons-left"
115
+ },
116
+ {
117
+ "name": "double_chevron_right.svg",
118
+ "type": "lucide",
119
+ "licence": "https://lucide.dev/license#lucide-license",
120
+ "origin": "chevrons-right"
121
+ },
122
+ {
123
+ "name": "copy.svg",
124
+ "type": "lucide",
125
+ "licence": "https://lucide.dev/license#lucide-license",
126
+ "origin": "copy"
127
+ },
128
+ {
129
+ "name": "house.svg",
130
+ "type": "lucide",
131
+ "licence": "https://lucide.dev/license#lucide-license",
132
+ "origin": "house"
133
+ },
134
+ {
135
+ "name": "circle_small.svg",
136
+ "type": "lucide",
137
+ "licence": "https://lucide.dev/license#lucide-license",
138
+ "origin": "circle-small"
139
+ },
140
+ {
141
+ "name": "chat.svg",
142
+ "type": "lucide",
143
+ "licence": "https://lucide.dev/license#lucide-license",
144
+ "origin": "message-square-text"
145
+ },
146
+ {
147
+ "name": "sun.svg",
148
+ "type": "lucide",
149
+ "licence": "https://lucide.dev/license#lucide-license",
150
+ "origin": "sun"
151
+ },
152
+ {
153
+ "name": "moon.svg",
154
+ "type": "lucide",
155
+ "licence": "https://lucide.dev/license#lucide-license",
156
+ "origin": "moon"
157
+ },
86
158
  {
87
159
  "name": "minus.svg",
88
160
  "type": "lucide",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-square-text-icon lucide-message-square-text"><path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"/><path d="M7 11h10"/><path d="M7 15h6"/><path d="M7 7h8"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-small-icon lucide-circle-small"><circle cx="12" cy="12" r="6"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-copy-icon lucide-copy"><rect width="14" height="14" x="8" y="8" rx="2" ry="2"/><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-down-icon lucide-chevrons-down"><path d="m7 6 5 5 5-5"/><path d="m7 13 5 5 5-5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-left-icon lucide-chevrons-left"><path d="m11 17-5-5 5-5"/><path d="m18 17-5-5 5-5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-right-icon lucide-chevrons-right"><path d="m6 17 5-5-5-5"/><path d="m13 17 5-5-5-5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-up-icon lucide-chevrons-up"><path d="m17 11-5-5-5 5"/><path d="m17 18-5-5-5 5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-eye-icon lucide-eye"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"/><circle cx="12" cy="12" r="3"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-eye-off-icon lucide-eye-off"><path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"/><path d="M14.084 14.158a3 3 0 0 1-4.242-4.242"/><path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"/><path d="m2 2 20 20"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-house-icon lucide-house"><path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"/><path d="M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon-icon lucide-moon"><path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sun-icon lucide-sun"><circle cx="12" cy="12" r="4"/><path d="M12 2v2"/><path d="M12 20v2"/><path d="m4.93 4.93 1.41 1.41"/><path d="m17.66 17.66 1.41 1.41"/><path d="M2 12h2"/><path d="M20 12h2"/><path d="m6.34 17.66-1.41 1.41"/><path d="m19.07 4.93-1.41 1.41"/></svg>
@@ -7,7 +7,7 @@ export const ALL_ICONS = [
7
7
  'arrow_up_right',
8
8
  'brand',
9
9
  'calendar',
10
- 'check-circle',
10
+ 'chat',
11
11
  'check',
12
12
  'check_circle',
13
13
  'chevron_down',
@@ -15,17 +15,28 @@ export const ALL_ICONS = [
15
15
  'chevron_right',
16
16
  'chevron_up',
17
17
  'circle',
18
+ 'circle_small',
18
19
  'circular_arrows',
19
20
  'clock',
21
+ 'copy',
20
22
  'cross',
21
23
  'cross_circle',
24
+ 'double_chevron_down',
25
+ 'double_chevron_left',
26
+ 'double_chevron_right',
27
+ 'double_chevron_up',
22
28
  'exclamation_mark_circle',
23
29
  'exclamation_mark_triangle',
30
+ 'eye',
31
+ 'eye_disabled',
32
+ 'house',
24
33
  'information_circle',
25
34
  'magnifying_glass',
26
35
  'menu',
27
36
  'minus',
37
+ 'moon',
28
38
  'plus',
29
39
  'resize_handle_corner',
40
+ 'sun',
30
41
  'x_placeholder'
31
42
  ];
@@ -1 +1 @@
1
- export type BaseIconTypes = 'arrow_down' | 'arrow_left' | 'arrow_right' | 'arrow_up' | 'arrow_up_right' | 'brand' | 'calendar' | 'check-circle' | 'check' | 'check_circle' | 'chevron_down' | 'chevron_left' | 'chevron_right' | 'chevron_up' | 'circle' | 'circular_arrows' | 'clock' | 'cross' | 'cross_circle' | 'exclamation_mark_circle' | 'exclamation_mark_triangle' | 'information_circle' | 'magnifying_glass' | 'menu' | 'minus' | 'plus' | 'resize_handle_corner' | 'x_placeholder';
1
+ export type BaseIconTypes = 'arrow_down' | 'arrow_left' | 'arrow_right' | 'arrow_up' | 'arrow_up_right' | 'brand' | 'calendar' | 'chat' | 'check' | 'check_circle' | 'chevron_down' | 'chevron_left' | 'chevron_right' | 'chevron_up' | 'circle' | 'circle_small' | 'circular_arrows' | 'clock' | 'copy' | 'cross' | 'cross_circle' | 'double_chevron_down' | 'double_chevron_left' | 'double_chevron_right' | 'double_chevron_up' | 'exclamation_mark_circle' | 'exclamation_mark_triangle' | 'eye' | 'eye_disabled' | 'house' | 'information_circle' | 'magnifying_glass' | 'menu' | 'minus' | 'moon' | 'plus' | 'resize_handle_corner' | 'sun' | 'x_placeholder';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-foundations",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "type": "module",
5
5
  "description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
6
6
  "repository": {
@@ -54,10 +54,9 @@
54
54
  "@playwright/test": "1.57.0",
55
55
  "cpr": "3.0.1",
56
56
  "cssnano": "7.1.2",
57
- "dotenv": "17.2.3",
58
57
  "glob": "13.0.0",
59
58
  "nodemon": "3.1.11",
60
- "prettier": "3.7.4",
59
+ "prettier": "3.8.0",
61
60
  "sass": "1.85.1",
62
61
  "tsx": "4.21.0",
63
62
  "typescript": "5.9.3",