@db-ux/core-components 4.5.4-tailwind-inline-5d37a00 → 4.6.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.
- package/CHANGELOG.md +32 -15
- package/README.md +13 -22
- package/agent/Best-Practise_Common-AI-Mistakes.md +4 -0
- package/agent/_instructions.md +19 -0
- package/build/components/accordion/accordion.css +0 -34
- package/build/components/accordion-item/accordion-item.css +3 -94
- package/build/components/badge/badge.css +6 -102
- package/build/components/brand/brand.css +3 -94
- package/build/components/button/button.css +6 -100
- package/build/components/card/card.css +0 -34
- package/build/components/checkbox/checkbox.css +6 -100
- package/build/components/custom-button/custom-button.css +6 -100
- package/build/components/custom-select/custom-select.css +453 -566
- package/build/components/custom-select-dropdown/custom-select-dropdown.css +147 -238
- package/build/components/custom-select-form-field/custom-select-form-field.css +0 -88
- package/build/components/custom-select-list/custom-select-list.css +0 -88
- package/build/components/custom-select-list-item/custom-select-list-item.css +3 -94
- package/build/components/divider/divider.css +0 -34
- package/build/components/drawer/drawer.css +4 -38
- package/build/components/drawer/drawer.scss +4 -4
- package/build/components/header/header.css +255 -373
- package/build/components/icon/icon.css +0 -34
- package/build/components/infotext/infotext.css +6 -100
- package/build/components/input/input.css +306 -416
- package/build/components/link/link.css +6 -100
- package/build/components/navigation/navigation.css +0 -88
- package/build/components/navigation-item/navigation-item.css +3 -95
- package/build/components/notification/notification.css +741 -868
- package/build/components/page/page.css +0 -34
- package/build/components/popover/popover.css +0 -34
- package/build/components/radio/radio.css +6 -100
- package/build/components/section/section.css +0 -34
- package/build/components/select/select.css +306 -416
- package/build/components/stack/stack-web-component.css +0 -34
- package/build/components/stack/stack.css +0 -34
- package/build/components/switch/switch.css +9 -106
- package/build/components/tab-item/tab-item.css +0 -88
- package/build/components/tab-list/tab-list.css +3 -94
- package/build/components/tab-panel/tab-panel.css +0 -34
- package/build/components/tabs/tabs.css +0 -88
- package/build/components/tag/tag.css +741 -854
- package/build/components/textarea/textarea.css +12 -116
- package/build/components/tooltip/tooltip.css +3 -94
- package/build/styles/absolute.css +1636 -1636
- package/build/styles/absolute.scss +2 -4
- package/build/styles/bundle.css +1989 -0
- package/build/styles/bundle.scss +15 -0
- package/build/styles/dialog-init.css +1 -1
- package/build/styles/index.css +482 -482
- package/build/styles/relative.css +1636 -1636
- package/build/styles/relative.scss +2 -15
- package/build/styles/rollup.css +1636 -1636
- package/build/styles/rollup.scss +2 -4
- package/build/styles/visually-hidden.css +1 -1
- package/build/styles/webpack.css +1636 -1636
- package/build/styles/webpack.scss +2 -4
- package/package.json +4 -4
|
@@ -1,38 +1,4 @@
|
|
|
1
1
|
/* Variants for adaptive components like input, select, notification, ... */
|
|
2
|
-
@layer variables {}
|
|
3
|
-
|
|
4
|
-
@layer variables {}
|
|
5
|
-
|
|
6
|
-
@layer variables {}
|
|
7
|
-
|
|
8
|
-
@layer variables {}
|
|
9
|
-
|
|
10
|
-
@layer variables {}
|
|
11
|
-
|
|
12
|
-
@layer variables {}
|
|
13
|
-
|
|
14
|
-
@layer variables {}
|
|
15
|
-
|
|
16
|
-
@layer variables {}
|
|
17
|
-
|
|
18
|
-
@layer variables {}
|
|
19
|
-
|
|
20
|
-
@layer variables {}
|
|
21
|
-
|
|
22
|
-
@layer variables {}
|
|
23
|
-
|
|
24
|
-
@layer variables {}
|
|
25
|
-
|
|
26
|
-
@layer variables {}
|
|
27
|
-
|
|
28
|
-
@layer variables {}
|
|
29
|
-
|
|
30
|
-
@layer variables {}
|
|
31
|
-
|
|
32
|
-
@layer variables {}
|
|
33
|
-
|
|
34
|
-
@layer variables {}
|
|
35
|
-
|
|
36
2
|
.db-icon {
|
|
37
3
|
font-size: 0 !important;
|
|
38
4
|
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
@@ -1,112 +1,18 @@
|
|
|
1
1
|
/* Variants for adaptive components like input, select, notification, ... */
|
|
2
|
-
@layer variables {}
|
|
3
|
-
|
|
4
|
-
@layer variables {}
|
|
5
|
-
|
|
6
|
-
@layer variables {}
|
|
7
|
-
|
|
8
|
-
@layer variables {}
|
|
9
|
-
|
|
10
|
-
@layer variables {}
|
|
11
|
-
|
|
12
|
-
@layer variables {}
|
|
13
|
-
|
|
14
|
-
@layer variables {}
|
|
15
|
-
|
|
16
|
-
@layer variables {}
|
|
17
|
-
|
|
18
|
-
@layer variables {}
|
|
19
|
-
|
|
20
|
-
@layer variables {}
|
|
21
|
-
|
|
22
|
-
@layer variables {}
|
|
23
|
-
|
|
24
|
-
@layer variables {}
|
|
25
|
-
|
|
26
|
-
@layer variables {}
|
|
27
|
-
|
|
28
|
-
@layer variables {}
|
|
29
|
-
|
|
30
|
-
@layer variables {}
|
|
31
|
-
|
|
32
|
-
@layer variables {}
|
|
33
|
-
|
|
34
|
-
@layer variables {}
|
|
35
|
-
|
|
36
|
-
@layer variables {}
|
|
37
|
-
|
|
38
|
-
@layer variables {}
|
|
39
|
-
|
|
40
|
-
@layer variables {}
|
|
41
|
-
|
|
42
|
-
@layer variables {}
|
|
43
|
-
|
|
44
|
-
@layer variables {}
|
|
45
|
-
|
|
46
|
-
@layer variables {}
|
|
47
|
-
|
|
48
|
-
@layer variables {}
|
|
49
|
-
|
|
50
|
-
@layer variables {}
|
|
51
|
-
|
|
52
|
-
@layer variables {}
|
|
53
|
-
|
|
54
|
-
@layer variables {}
|
|
55
|
-
|
|
56
|
-
@layer variables {}
|
|
57
|
-
|
|
58
|
-
@layer variables {}
|
|
59
|
-
|
|
60
|
-
@layer variables {}
|
|
61
|
-
|
|
62
|
-
@layer variables {}
|
|
63
|
-
|
|
64
|
-
@layer variables {}
|
|
65
|
-
|
|
66
|
-
@layer variables {}
|
|
67
|
-
|
|
68
2
|
.db-infotext {
|
|
69
3
|
font: var(--db-type-body-sm);
|
|
70
|
-
/*
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
.db-infotext {
|
|
74
|
-
/* Those variables are only for components to calculate heights and change icons */
|
|
75
|
-
--db-icon-font-weight: var(--db-base-body-icon-weight-sm);
|
|
76
|
-
--db-icon-font-size: var(--db-base-body-icon-font-size-sm);
|
|
77
|
-
}
|
|
4
|
+
/* Those variables are only for components to calculate heights and change icons */
|
|
5
|
+
--db-icon-font-weight: var(--db-base-body-icon-weight-sm);
|
|
6
|
+
--db-icon-font-size: var(--db-base-body-icon-font-size-sm);
|
|
78
7
|
}
|
|
79
8
|
|
|
80
|
-
@layer variables {}
|
|
81
|
-
|
|
82
|
-
@layer variables {}
|
|
83
|
-
|
|
84
9
|
.db-infotext[data-size=small] {
|
|
85
10
|
font: var(--db-type-body-xs);
|
|
86
|
-
/*
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
.db-infotext[data-size=small] {
|
|
90
|
-
/* Those variables are only for components to calculate heights and change icons */
|
|
91
|
-
--db-icon-font-weight: var(--db-base-body-icon-weight-xs);
|
|
92
|
-
--db-icon-font-size: var(--db-base-body-icon-font-size-xs);
|
|
93
|
-
}
|
|
11
|
+
/* Those variables are only for components to calculate heights and change icons */
|
|
12
|
+
--db-icon-font-weight: var(--db-base-body-icon-weight-xs);
|
|
13
|
+
--db-icon-font-size: var(--db-base-body-icon-font-size-xs);
|
|
94
14
|
}
|
|
95
15
|
|
|
96
|
-
@layer variables {}
|
|
97
|
-
|
|
98
|
-
@layer variables {}
|
|
99
|
-
|
|
100
|
-
@layer variables {}
|
|
101
|
-
|
|
102
|
-
@layer variables {}
|
|
103
|
-
|
|
104
|
-
@layer variables {}
|
|
105
|
-
|
|
106
|
-
@layer variables {}
|
|
107
|
-
|
|
108
|
-
@layer variables {}
|
|
109
|
-
|
|
110
16
|
.db-infotext:not([data-icon]):not([data-show-icon-leading=false])::before {
|
|
111
17
|
color: var(--db-icon-color, inherit);
|
|
112
18
|
display: inline-block;
|