@db-ux/core-foundations 3.0.2-copilot2-e7bf98b → 3.0.2-shell-ed0ed7c
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 +18 -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/build/all-icons.js +1 -30
- 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
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
```html
|
|
2
|
-
<div class="flex flex-col gap-md">
|
|
3
|
-
<div class="grid grid-cols-2 md:grid-cols-3 gap-xs">
|
|
4
|
-
<div class="w-siz-md h-siz-lg p-fix-md m-res-sm border-sm radius-md">
|
|
5
|
-
Example
|
|
6
|
-
</div>
|
|
7
|
-
</div>
|
|
8
|
-
</div>
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Available Variables
|
|
12
|
-
|
|
13
|
-
```css
|
|
14
|
-
--spacing-fix-3xs: var(--db-spacing-fixed-3xs);
|
|
15
|
-
--spacing-fix-2xs: var(--db-spacing-fixed-2xs);
|
|
16
|
-
--spacing-fix-xs: var(--db-spacing-fixed-xs);
|
|
17
|
-
--spacing-fix-sm: var(--db-spacing-fixed-sm);
|
|
18
|
-
--spacing-fix-md: var(--db-spacing-fixed-md);
|
|
19
|
-
--spacing-fix-lg: var(--db-spacing-fixed-lg);
|
|
20
|
-
--spacing-fix-xl: var(--db-spacing-fixed-xl);
|
|
21
|
-
--spacing-fix-2xl: var(--db-spacing-fixed-2xl);
|
|
22
|
-
--spacing-fix-3xl: var(--db-spacing-fixed-3xl);
|
|
23
|
-
--spacing-res-3xs: var(--db-spacing-responsive-3xs);
|
|
24
|
-
--spacing-res-2xs: var(--db-spacing-responsive-2xs);
|
|
25
|
-
--spacing-res-xs: var(--db-spacing-responsive-xs);
|
|
26
|
-
--spacing-res-sm: var(--db-spacing-responsive-sm);
|
|
27
|
-
--spacing-res-md: var(--db-spacing-responsive-md);
|
|
28
|
-
--spacing-res-lg: var(--db-spacing-responsive-lg);
|
|
29
|
-
--spacing-res-xl: var(--db-spacing-responsive-xl);
|
|
30
|
-
--spacing-res-2xl: var(--db-spacing-responsive-2xl);
|
|
31
|
-
--spacing-res-3xl: var(--db-spacing-responsive-3xl);
|
|
32
|
-
--spacing-siz-3xs: var(--db-sizing-3xs);
|
|
33
|
-
--spacing-siz-2xs: var(--db-sizing-2xs);
|
|
34
|
-
--spacing-siz-xs: var(--db-sizing-xs);
|
|
35
|
-
--spacing-siz-sm: var(--db-sizing-sm);
|
|
36
|
-
--spacing-siz-md: var(--db-sizing-md);
|
|
37
|
-
--spacing-siz-lg: var(--db-sizing-lg);
|
|
38
|
-
--spacing-siz-xl: var(--db-sizing-xl);
|
|
39
|
-
--spacing-siz-2xl: var(--db-sizing-2xl);
|
|
40
|
-
--spacing-siz-3xl: var(--db-sizing-3xl);
|
|
41
|
-
--gap-3xs: var(--db-spacing-fixed-3xs);
|
|
42
|
-
--gap-2xs: var(--db-spacing-fixed-2xs);
|
|
43
|
-
--gap-xs: var(--db-spacing-fixed-xs);
|
|
44
|
-
--gap-sm: var(--db-spacing-fixed-sm);
|
|
45
|
-
--gap-md: var(--db-spacing-fixed-md);
|
|
46
|
-
--gap-lg: var(--db-spacing-fixed-lg);
|
|
47
|
-
--gap-xl: var(--db-spacing-fixed-xl);
|
|
48
|
-
--gap-2xl: var(--db-spacing-fixed-2xl);
|
|
49
|
-
--gap-3xl: var(--db-spacing-fixed-3xl);
|
|
50
|
-
--border: var(--db-border-width-3xs);
|
|
51
|
-
--border-3xs: var(--db-border-width-3xs);
|
|
52
|
-
--border-2xs: var(--db-border-width-2xs);
|
|
53
|
-
--border-xs: var(--db-border-width-xs);
|
|
54
|
-
--border-sm: var(--db-border-width-sm);
|
|
55
|
-
--border-md: var(--db-border-width-md);
|
|
56
|
-
--border-lg: var(--db-border-width-lg);
|
|
57
|
-
--border-xl: var(--db-border-width-xl);
|
|
58
|
-
--border-2xl: var(--db-border-width-2xl);
|
|
59
|
-
--border-3xl: var(--db-border-width-3xl);
|
|
60
|
-
--radius: var(--db-border-radius-xs);
|
|
61
|
-
--radius-3xs: var(--db-border-radius-3xs);
|
|
62
|
-
--radius-2xs: var(--db-border-radius-2xs);
|
|
63
|
-
--radius-xs: var(--db-border-radius-xs);
|
|
64
|
-
--radius-sm: var(--db-border-radius-sm);
|
|
65
|
-
--radius-md: var(--db-border-radius-md);
|
|
66
|
-
--radius-lg: var(--db-border-radius-lg);
|
|
67
|
-
--radius-xl: var(--db-border-radius-xl);
|
|
68
|
-
--radius-2xl: var(--db-border-radius-2xl);
|
|
69
|
-
--radius-3xl: var(--db-border-radius-3xl);
|
|
70
|
-
--radius-full: var(--db-border-radius-full);
|
|
71
|
-
--shadow: var(--db-elevation-md);
|
|
72
|
-
--shadow-sm: var(--db-elevation-sm);
|
|
73
|
-
--shadow-md: var(--db-elevation-md);
|
|
74
|
-
--shadow-lg: var(--db-elevation-lg);
|
|
75
|
-
```
|