@db-ux/core-foundations 3.0.2-copilot2-e7bf98b → 3.0.2-shell2-badc28f
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/assets/icons/LICENCES.json +24 -0
- package/assets/icons/double_chevron_left.svg +1 -0
- package/assets/icons/double_chevron_right.svg +1 -0
- package/assets/icons/fonts/all/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_12/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_14/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_16/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_20/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_24/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_28/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_32/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_48/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_64/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_12/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_14/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_16/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_20/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_24/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_28/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_32/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_48/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_64/db-ux.woff2 +0 -0
- package/assets/icons/house.svg +1 -0
- package/assets/icons/intermediary_stop.svg +1 -0
- package/build/all-icons.js +4 -0
- package/build/base-icon-types.d.ts +1 -1
- package/build/index.d.ts +3 -3
- package/build/index.js +3 -3
- package/build/styles/absolute.css +9 -0
- package/build/styles/animation/_transitions.scss +0 -1
- package/build/styles/defaults/default-required.css +1 -1
- package/build/styles/defaults/default-required.scss +9 -0
- package/build/styles/helpers/_divider.scss +29 -7
- package/build/styles/helpers/classes/all.css +32 -32
- package/build/styles/helpers/classes/divider.css +32 -32
- package/build/styles/index.css +9 -0
- package/build/styles/relative.css +9 -0
- package/build/styles/rollup.css +9 -0
- package/build/styles/webpack.css +9 -0
- package/package.json +3 -4
- package/agent/_instructions.md +0 -15
- package/agent/css/Variables.md +0 -130
- package/agent/scss/Variables.md +0 -131
- package/agent/tailwind/Variables.md +0 -75
|
@@ -17,6 +17,18 @@
|
|
|
17
17
|
"licence": "https://lucide.dev/license#lucide-license",
|
|
18
18
|
"origin": "arrow-right"
|
|
19
19
|
},
|
|
20
|
+
{
|
|
21
|
+
"name": "house.svg",
|
|
22
|
+
"type": "lucide",
|
|
23
|
+
"licence": "https://lucide.dev/license#lucide-license",
|
|
24
|
+
"origin": "house"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "intermediary_stop.svg",
|
|
28
|
+
"type": "lucide",
|
|
29
|
+
"licence": "https://lucide.dev/license#lucide-license",
|
|
30
|
+
"origin": "circle-small"
|
|
31
|
+
},
|
|
20
32
|
{
|
|
21
33
|
"name": "arrow_up.svg",
|
|
22
34
|
"type": "lucide",
|
|
@@ -53,6 +65,18 @@
|
|
|
53
65
|
"licence": "https://lucide.dev/license#lucide-license",
|
|
54
66
|
"origin": "chevron-up"
|
|
55
67
|
},
|
|
68
|
+
{
|
|
69
|
+
"name": "double_chevron_left.svg",
|
|
70
|
+
"type": "lucide",
|
|
71
|
+
"licence": "https://lucide.dev/license#lucide-license",
|
|
72
|
+
"origin": "chevrons_left"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "double_chevron_right.svg",
|
|
76
|
+
"type": "lucide",
|
|
77
|
+
"licence": "https://lucide.dev/license#lucide-license",
|
|
78
|
+
"origin": "chevrons-right"
|
|
79
|
+
},
|
|
56
80
|
{
|
|
57
81
|
"name": "clock.svg",
|
|
58
82
|
"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-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>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
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-circle-small-icon lucide-circle-small"><circle cx="12" cy="12" r="6"/></svg>
|
package/build/all-icons.js
CHANGED
|
@@ -19,9 +19,13 @@ export const ALL_ICONS = [
|
|
|
19
19
|
'clock',
|
|
20
20
|
'cross',
|
|
21
21
|
'cross_circle',
|
|
22
|
+
'double_chevron_left',
|
|
23
|
+
'double_chevron_right',
|
|
22
24
|
'exclamation_mark_circle',
|
|
23
25
|
'exclamation_mark_triangle',
|
|
26
|
+
'house',
|
|
24
27
|
'information_circle',
|
|
28
|
+
'intermediary_stop',
|
|
25
29
|
'magnifying_glass',
|
|
26
30
|
'menu',
|
|
27
31
|
'minus',
|
|
@@ -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' | 'check-circle' | 'check' | 'check_circle' | 'chevron_down' | 'chevron_left' | 'chevron_right' | 'chevron_up' | 'circle' | 'circular_arrows' | 'clock' | 'cross' | 'cross_circle' | 'double_chevron_left' | 'double_chevron_right' | 'exclamation_mark_circle' | 'exclamation_mark_triangle' | 'house' | 'information_circle' | 'intermediary_stop' | 'magnifying_glass' | 'menu' | 'minus' | 'plus' | 'resize_handle_corner' | 'x_placeholder';
|
package/build/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from "./base-icon-types.js";
|
|
2
|
+
export * from "./all-icons.js";
|
|
3
|
+
export * from "./icon-types.js";
|
package/build/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from "./base-icon-types.js";
|
|
2
|
+
export * from "./all-icons.js";
|
|
3
|
+
export * from "./icon-types.js";
|
|
@@ -10415,6 +10415,15 @@ html:not(:has(> head > meta[name=color-scheme])) {
|
|
|
10415
10415
|
color-scheme: dark;
|
|
10416
10416
|
}
|
|
10417
10417
|
|
|
10418
|
+
[data-pride=true] {
|
|
10419
|
+
--db-pride-red: var(--db-red-origin-default);
|
|
10420
|
+
--db-pride-orange: var(--db-orange-origin-default);
|
|
10421
|
+
--db-pride-yellow: var(--db-yellow-origin-default);
|
|
10422
|
+
--db-pride-green: var(--db-light-green-origin-default);
|
|
10423
|
+
--db-pride-blue: var(--db-blue-origin-default);
|
|
10424
|
+
--db-pride-violet: var(--db-violet-origin-default);
|
|
10425
|
+
}
|
|
10426
|
+
|
|
10418
10427
|
html,
|
|
10419
10428
|
body {
|
|
10420
10429
|
margin: 0;
|