@aivenio/aquarium 1.65.2 → 1.67.0-rc1
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/README.md +11 -3
- package/dist/_variables.scss +69 -3
- package/dist/atoms.cjs +821 -325
- package/dist/atoms.mjs +816 -325
- package/dist/charts.cjs +1 -1
- package/dist/charts.mjs +1 -1
- package/dist/src/atoms/Alert/Alert.js +15 -15
- package/dist/src/atoms/Banner/Banner.js +3 -3
- package/dist/src/atoms/Card/Card.js +6 -6
- package/dist/src/atoms/Checkbox/Checkbox.d.ts +1 -1
- package/dist/src/atoms/Checkbox/Checkbox.js +7 -7
- package/dist/src/atoms/DataList/DataList.js +5 -5
- package/dist/src/atoms/Dialog/Dialog.d.ts +2 -2
- package/dist/src/atoms/Dialog/Dialog.js +4 -4
- package/dist/src/atoms/DropdownMenu/DropdownMenu.js +8 -10
- package/dist/src/atoms/Modal/Modal.js +4 -4
- package/dist/src/atoms/Navigation/Navigation.js +5 -5
- package/dist/src/atoms/Popover/Popover.js +2 -2
- package/dist/src/atoms/ProgressBar/ProgressBar.js +6 -6
- package/dist/src/atoms/RadioButton/RadioButton.d.ts +1 -1
- package/dist/src/atoms/RadioButton/RadioButton.js +4 -4
- package/dist/src/atoms/Section/Section.js +2 -2
- package/dist/src/atoms/Select/Select.js +16 -19
- package/dist/src/atoms/Stepper/Stepper.js +12 -11
- package/dist/src/atoms/Switch/Switch.d.ts +1 -1
- package/dist/src/atoms/Switch/Switch.js +5 -5
- package/dist/src/atoms/Table/Table.js +6 -6
- package/dist/src/atoms/Timeline/Timeline.js +3 -3
- package/dist/src/atoms/Toast/Toast.js +5 -5
- package/dist/src/atoms/Typography/Typography.d.ts +2 -2
- package/dist/src/atoms/Typography/Typography.js +2 -2
- package/dist/src/atoms/index.d.ts +5 -0
- package/dist/src/atoms/index.js +6 -1
- package/dist/src/charts/PieChart/ChartValue.js +1 -1
- package/dist/src/js/resolveTheme.js +2 -14
- package/dist/src/molecules/Accordion/Accordion.js +2 -2
- package/dist/src/molecules/Badge/Badge.d.ts +10 -4
- package/dist/src/molecules/Badge/Badge.js +6 -5
- package/dist/src/molecules/Banner/Banner.d.ts +1 -1
- package/dist/src/molecules/Breadcrumbs/Breadcrumbs.js +4 -4
- package/dist/src/molecules/Button/Button.d.ts +9 -9
- package/dist/src/molecules/Button/Button.js +6 -6
- package/dist/src/molecules/Chip/Chip.js +10 -10
- package/dist/src/molecules/ChoiceChip/ChoiceChip.js +3 -3
- package/dist/src/molecules/ControlLabel/ControlLabel.js +2 -2
- package/dist/src/molecules/DataList/DataList.d.ts +5 -1
- package/dist/src/molecules/DataList/DataList.js +7 -6
- package/dist/src/molecules/DataList/DataListGroup.d.ts +1 -1
- package/dist/src/molecules/DataList/DataListGroup.js +4 -3
- package/dist/src/molecules/DataTable/DataTable.js +1 -1
- package/dist/src/molecules/Divider/Divider.js +2 -2
- package/dist/src/molecules/Drawer/Drawer.js +7 -9
- package/dist/src/molecules/Dropdown/Dropdown.js +6 -6
- package/dist/src/molecules/DropdownMenu/DropdownMenu.js +10 -2
- package/dist/src/molecules/Icon/Icon.d.ts +2 -2
- package/dist/src/molecules/Icon/Icon.js +3 -3
- package/dist/src/molecules/Input/Input.d.ts +4 -3
- package/dist/src/molecules/Input/Input.js +10 -4
- package/dist/src/molecules/List/List.js +2 -2
- package/dist/src/molecules/ListItem/ListItem.js +2 -2
- package/dist/src/molecules/MultiInput/InputChip.js +10 -11
- package/dist/src/molecules/NativeSelect/NativeSelect.js +6 -6
- package/dist/src/molecules/Pagination/Pagination.js +2 -2
- package/dist/src/molecules/Section/Section.js +2 -2
- package/dist/src/molecules/SegmentedControl/SegmentedControl.js +12 -12
- package/dist/src/molecules/Skeleton/Skeleton.js +2 -2
- package/dist/src/molecules/Tabs/Tabs.js +9 -9
- package/dist/src/molecules/TagLabel/TagLabel.js +4 -4
- package/dist/src/molecules/Timeline/Timeline.js +2 -2
- package/dist/src/molecules/Tooltip/Tooltip.js +3 -3
- package/dist/src/utils/constants.js +6 -6
- package/dist/src/utils/form/CharCounter/CharCounter.js +2 -2
- package/dist/src/utils/form/HelperText/HelperText.js +2 -2
- package/dist/src/utils/form/InputAdornment/InputAdornment.js +6 -6
- package/dist/src/utils/form/Label/Label.js +6 -6
- package/dist/styles.css +355 -240
- package/dist/system.cjs +496 -235
- package/dist/system.mjs +502 -241
- package/dist/tailwind/tailwind.backgroundColor.d.ts +43 -0
- package/dist/tailwind/tailwind.backgroundColor.js +44 -0
- package/dist/tailwind/tailwind.borderColor.d.ts +44 -0
- package/dist/tailwind/tailwind.borderColor.js +32 -0
- package/dist/tailwind/tailwind.borderRadius.d.ts +1 -0
- package/dist/tailwind/tailwind.borderRadius.js +5 -0
- package/dist/tailwind/tailwind.colors.d.ts +102 -0
- package/dist/tailwind/tailwind.colors.js +106 -0
- package/dist/tailwind/tailwind.elevations.d.ts +8 -0
- package/dist/tailwind/tailwind.elevations.js +9 -0
- package/dist/tailwind/tailwind.margin.d.ts +22 -0
- package/dist/tailwind/tailwind.margin.js +23 -0
- package/dist/tailwind/tailwind.spacing.d.ts +21 -0
- package/dist/tailwind/tailwind.spacing.js +22 -0
- package/dist/tailwind/tailwind.textColor.d.ts +56 -0
- package/dist/tailwind/tailwind.textColor.js +39 -0
- package/dist/tailwind/tailwind.typography.d.ts +14 -0
- package/dist/tailwind/tailwind.typography.js +15 -0
- package/dist/tailwind/textColor.d.ts +219 -0
- package/dist/tailwind/textColor.js +651 -0
- package/dist/tailwind/typography.d.ts +219 -0
- package/dist/tailwind/typography.js +651 -0
- package/dist/tailwind.config.js +74 -5
- package/dist/tailwind.theme.json +253 -1
- package/dist/tsconfig.module.tsbuildinfo +1 -1
- package/dist/types/designTokens.d.ts +2 -0
- package/dist/types/tailwindGenerated.d.ts +1 -1
- package/package.json +2 -2
@@ -0,0 +1,219 @@
|
|
1
|
+
/**
|
2
|
+
* Do not edit directly
|
3
|
+
* Generated on Mon, 20 May 2024 13:04:10 GMT
|
4
|
+
*/
|
5
|
+
export declare const background: any;
|
6
|
+
export declare const background: any;
|
7
|
+
export declare const background: any;
|
8
|
+
export declare const background: any;
|
9
|
+
export declare const background: any;
|
10
|
+
export declare const background: any;
|
11
|
+
export declare const background: any;
|
12
|
+
export declare const background: any;
|
13
|
+
export declare const background: any;
|
14
|
+
export declare const background: any;
|
15
|
+
export declare const background: any;
|
16
|
+
export declare const background: any;
|
17
|
+
export declare const background: any;
|
18
|
+
export declare const background: any;
|
19
|
+
export declare const background: any;
|
20
|
+
export declare const background: any;
|
21
|
+
export declare const background: any;
|
22
|
+
export declare const background: any;
|
23
|
+
export declare const background: any;
|
24
|
+
export declare const background: any;
|
25
|
+
export declare const background: any;
|
26
|
+
export declare const background: any;
|
27
|
+
export declare const background: any;
|
28
|
+
export declare const background: any;
|
29
|
+
export declare const background: any;
|
30
|
+
export declare const background: any;
|
31
|
+
export declare const background: any;
|
32
|
+
export declare const background: any;
|
33
|
+
export declare const border: any;
|
34
|
+
export declare const border: any;
|
35
|
+
export declare const border: any;
|
36
|
+
export declare const border: any;
|
37
|
+
export declare const border: any;
|
38
|
+
export declare const border: any;
|
39
|
+
export declare const border: any;
|
40
|
+
export declare const border: any;
|
41
|
+
export declare const border: any;
|
42
|
+
export declare const border: any;
|
43
|
+
export declare const border: any;
|
44
|
+
export declare const border: any;
|
45
|
+
export declare const border: any;
|
46
|
+
export declare const border: any;
|
47
|
+
export declare const border: any;
|
48
|
+
export declare const border: any;
|
49
|
+
export declare const border: any;
|
50
|
+
export declare const border: any;
|
51
|
+
export declare const colors: any;
|
52
|
+
export declare const colors: any;
|
53
|
+
export declare const colors: any;
|
54
|
+
export declare const colors: any;
|
55
|
+
export declare const colors: any;
|
56
|
+
export declare const colors: any;
|
57
|
+
export declare const colors: any;
|
58
|
+
export declare const colors: any;
|
59
|
+
export declare const colors: any;
|
60
|
+
export declare const colors: any;
|
61
|
+
export declare const colors: any;
|
62
|
+
export declare const colors: any;
|
63
|
+
export declare const colors: any;
|
64
|
+
export declare const colors: any;
|
65
|
+
export declare const colors: any;
|
66
|
+
export declare const colors: any;
|
67
|
+
export declare const colors: any;
|
68
|
+
export declare const colors: any;
|
69
|
+
export declare const colors: any;
|
70
|
+
export declare const colors: any;
|
71
|
+
export declare const colors: any;
|
72
|
+
export declare const colors: any;
|
73
|
+
export declare const colors: any;
|
74
|
+
export declare const colors: any;
|
75
|
+
export declare const colors: any;
|
76
|
+
export declare const colors: any;
|
77
|
+
export declare const colors: any;
|
78
|
+
export declare const colors: any;
|
79
|
+
export declare const colors: any;
|
80
|
+
export declare const colors: any;
|
81
|
+
export declare const colors: any;
|
82
|
+
export declare const colors: any;
|
83
|
+
export declare const colors: any;
|
84
|
+
export declare const colors: any;
|
85
|
+
export declare const colors: any;
|
86
|
+
export declare const colors: any;
|
87
|
+
export declare const colors: any;
|
88
|
+
export declare const colors: any;
|
89
|
+
export declare const colors: any;
|
90
|
+
export declare const colors: any;
|
91
|
+
export declare const colors: any;
|
92
|
+
export declare const colors: any;
|
93
|
+
export declare const colors: any;
|
94
|
+
export declare const colors: any;
|
95
|
+
export declare const colors: any;
|
96
|
+
export declare const colors: any;
|
97
|
+
export declare const colors: any;
|
98
|
+
export declare const colors: any;
|
99
|
+
export declare const colors: any;
|
100
|
+
export declare const colors: any;
|
101
|
+
export declare const colors: any;
|
102
|
+
export declare const colors: any;
|
103
|
+
export declare const colors: any;
|
104
|
+
export declare const colors: any;
|
105
|
+
export declare const colors: any;
|
106
|
+
export declare const colors: any;
|
107
|
+
export declare const colors: any;
|
108
|
+
export declare const colors: any;
|
109
|
+
export declare const colors: any;
|
110
|
+
export declare const colors: any;
|
111
|
+
export declare const colors: any;
|
112
|
+
export declare const colors: any;
|
113
|
+
export declare const colors: any;
|
114
|
+
export declare const colors: any;
|
115
|
+
export declare const colors: any;
|
116
|
+
export declare const colors: any;
|
117
|
+
export declare const colors: any;
|
118
|
+
export declare const colors: any;
|
119
|
+
export declare const colors: any;
|
120
|
+
export declare const colors: any;
|
121
|
+
export declare const colors: any;
|
122
|
+
export declare const colors: any;
|
123
|
+
export declare const colors: any;
|
124
|
+
export declare const colors: any;
|
125
|
+
export declare const colors: any;
|
126
|
+
export declare const colors: any;
|
127
|
+
export declare const colors: any;
|
128
|
+
export declare const colors: any;
|
129
|
+
export declare const colors: any;
|
130
|
+
export declare const colors: any;
|
131
|
+
export declare const colors: any;
|
132
|
+
export declare const colors: any;
|
133
|
+
export declare const colors: any;
|
134
|
+
export declare const colors: any;
|
135
|
+
export declare const colors: any;
|
136
|
+
export declare const colors: any;
|
137
|
+
export declare const colors: any;
|
138
|
+
export declare const colors: any;
|
139
|
+
export declare const text: any;
|
140
|
+
export declare const text: any;
|
141
|
+
export declare const text: any;
|
142
|
+
export declare const text: any;
|
143
|
+
export declare const text: any;
|
144
|
+
export declare const text: any;
|
145
|
+
export declare const text: any;
|
146
|
+
export declare const text: any;
|
147
|
+
export declare const text: any;
|
148
|
+
export declare const text: any;
|
149
|
+
export declare const text: any;
|
150
|
+
export declare const text: any;
|
151
|
+
export declare const text: any;
|
152
|
+
export declare const text: any;
|
153
|
+
export declare const text: any;
|
154
|
+
export declare const text: any;
|
155
|
+
export declare const text: any;
|
156
|
+
export declare const text: any;
|
157
|
+
export declare const text: any;
|
158
|
+
export declare const text: any;
|
159
|
+
export declare const text: any;
|
160
|
+
export declare const text: any;
|
161
|
+
export declare const text: any;
|
162
|
+
export declare const text: any;
|
163
|
+
export declare const text: any;
|
164
|
+
export declare const margin: any;
|
165
|
+
export declare const margin: any;
|
166
|
+
export declare const margin: any;
|
167
|
+
export declare const margin: any;
|
168
|
+
export declare const margin: any;
|
169
|
+
export declare const margin: any;
|
170
|
+
export declare const margin: any;
|
171
|
+
export declare const margin: any;
|
172
|
+
export declare const margin: any;
|
173
|
+
export declare const margin: any;
|
174
|
+
export declare const margin: any;
|
175
|
+
export declare const margin: any;
|
176
|
+
export declare const margin: any;
|
177
|
+
export declare const margin: any;
|
178
|
+
export declare const margin: any;
|
179
|
+
export declare const margin: any;
|
180
|
+
export declare const margin: any;
|
181
|
+
export declare const margin: any;
|
182
|
+
export declare const margin: any;
|
183
|
+
export declare const spacing: any;
|
184
|
+
export declare const spacing: any;
|
185
|
+
export declare const spacing: any;
|
186
|
+
export declare const spacing: any;
|
187
|
+
export declare const spacing: any;
|
188
|
+
export declare const spacing: any;
|
189
|
+
export declare const spacing: any;
|
190
|
+
export declare const spacing: any;
|
191
|
+
export declare const spacing: any;
|
192
|
+
export declare const spacing: any;
|
193
|
+
export declare const spacing: any;
|
194
|
+
export declare const spacing: any;
|
195
|
+
export declare const spacing: any;
|
196
|
+
export declare const spacing: any;
|
197
|
+
export declare const spacing: any;
|
198
|
+
export declare const spacing: any;
|
199
|
+
export declare const spacing: any;
|
200
|
+
export declare const spacing: any;
|
201
|
+
export declare const typography: any;
|
202
|
+
export declare const typography: any;
|
203
|
+
export declare const typography: any;
|
204
|
+
export declare const typography: any;
|
205
|
+
export declare const typography: any;
|
206
|
+
export declare const typography: any;
|
207
|
+
export declare const typography: any;
|
208
|
+
export declare const typography: any;
|
209
|
+
export declare const typography: any;
|
210
|
+
export declare const typography: any;
|
211
|
+
export declare const typography: any;
|
212
|
+
export declare const typography: any;
|
213
|
+
export declare const typography: any;
|
214
|
+
export declare const border: any;
|
215
|
+
export declare const elevations: any;
|
216
|
+
export declare const elevations: any;
|
217
|
+
export declare const elevations: any;
|
218
|
+
export declare const elevations: any;
|
219
|
+
export declare const elevations: any;
|