@aivenio/aquarium 1.39.0 → 1.41.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/dist/_variables.scss +1 -1
- package/dist/atoms.cjs +18 -10
- package/dist/atoms.mjs +18 -10
- package/dist/src/atoms/DataList/DataList.d.ts +7 -1
- package/dist/src/atoms/DataList/DataList.js +18 -4
- package/dist/src/atoms/Section/Section.js +2 -2
- package/dist/src/atoms/Table/Table.js +5 -3
- package/dist/src/icons/infoSign.js +2 -2
- package/dist/src/molecules/Accordion/Accordion.d.ts +36 -0
- package/dist/src/molecules/Accordion/Accordion.js +90 -0
- package/dist/src/molecules/Badge/Badge.d.ts +5 -5
- package/dist/src/molecules/Badge/Badge.js +11 -7
- package/dist/src/molecules/Chip/Chip.d.ts +14 -10
- package/dist/src/molecules/Chip/Chip.js +7 -4
- package/dist/src/molecules/DataList/DataList.d.ts +29 -2
- package/dist/src/molecules/DataList/DataList.js +93 -13
- package/dist/src/molecules/DataTable/DataTable.d.ts +6 -1
- package/dist/src/molecules/DataTable/DataTable.js +50 -12
- package/dist/src/molecules/DropdownMenu/DropdownMenu.js +2 -2
- package/dist/src/molecules/DropdownMenu/utils.js +6 -2
- package/dist/src/molecules/Input/Input.js +2 -2
- package/dist/src/molecules/Textarea/Textarea.js +2 -2
- package/dist/src/utils/table/types.d.ts +3 -3
- package/dist/styles.css +29 -7
- package/dist/system.cjs +875 -591
- package/dist/system.mjs +859 -575
- package/dist/tsconfig.module.tsbuildinfo +1 -1
- package/dist/types/tailwindGenerated.d.ts +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
@@ -994,6 +994,9 @@ input[type='number'].no-arrows {
|
|
994
994
|
.z-0{
|
995
995
|
z-index: 0;
|
996
996
|
}
|
997
|
+
.col-span-full{
|
998
|
+
grid-column: 1 / -1;
|
999
|
+
}
|
997
1000
|
.col-start-2{
|
998
1001
|
grid-column-start: 2;
|
999
1002
|
}
|
@@ -1152,6 +1155,9 @@ input[type='number'].no-arrows {
|
|
1152
1155
|
.h-5{
|
1153
1156
|
height: 16px;
|
1154
1157
|
}
|
1158
|
+
.h-6{
|
1159
|
+
height: 24px;
|
1160
|
+
}
|
1155
1161
|
.h-\[1px\]{
|
1156
1162
|
height: 1px;
|
1157
1163
|
}
|
@@ -1188,15 +1194,15 @@ input[type='number'].no-arrows {
|
|
1188
1194
|
.h-\[6px\]{
|
1189
1195
|
height: 6px;
|
1190
1196
|
}
|
1197
|
+
.h-\[9px\]{
|
1198
|
+
height: 9px;
|
1199
|
+
}
|
1191
1200
|
.h-1px{
|
1192
1201
|
height: 1px;
|
1193
1202
|
}
|
1194
1203
|
.h-3{
|
1195
1204
|
height: 8px;
|
1196
1205
|
}
|
1197
|
-
.h-6{
|
1198
|
-
height: 24px;
|
1199
|
-
}
|
1200
1206
|
.h-\[56px\]{
|
1201
1207
|
height: 56px;
|
1202
1208
|
}
|
@@ -1245,6 +1251,9 @@ input[type='number'].no-arrows {
|
|
1245
1251
|
.w-\[6px\]{
|
1246
1252
|
width: 6px;
|
1247
1253
|
}
|
1254
|
+
.w-\[9px\]{
|
1255
|
+
width: 9px;
|
1256
|
+
}
|
1248
1257
|
.w-1px{
|
1249
1258
|
width: 1px;
|
1250
1259
|
}
|
@@ -1555,15 +1564,15 @@ input[type='number'].no-arrows {
|
|
1555
1564
|
.border-2{
|
1556
1565
|
border-width: 2px;
|
1557
1566
|
}
|
1567
|
+
.border-b{
|
1568
|
+
border-bottom-width: 1px;
|
1569
|
+
}
|
1558
1570
|
.border-t-2{
|
1559
1571
|
border-top-width: 2px;
|
1560
1572
|
}
|
1561
1573
|
.border-b-\[1px\]{
|
1562
1574
|
border-bottom-width: 1px;
|
1563
1575
|
}
|
1564
|
-
.border-b{
|
1565
|
-
border-bottom-width: 1px;
|
1566
|
-
}
|
1567
1576
|
.border-b-2{
|
1568
1577
|
border-bottom-width: 2px;
|
1569
1578
|
}
|
@@ -2296,6 +2305,9 @@ input[type='number'].no-arrows {
|
|
2296
2305
|
-webkit-text-decoration-line: none;
|
2297
2306
|
text-decoration-line: none;
|
2298
2307
|
}
|
2308
|
+
.opacity-70{
|
2309
|
+
opacity: 0.7;
|
2310
|
+
}
|
2299
2311
|
.opacity-60{
|
2300
2312
|
opacity: 0.6;
|
2301
2313
|
}
|
@@ -2772,7 +2784,7 @@ input[type='number'].no-arrows {
|
|
2772
2784
|
.disabled\:ring-primary-40:disabled{
|
2773
2785
|
--tw-ring-color: var(--aquarium-colors-primary-40, #b9c5ef);
|
2774
2786
|
}
|
2775
|
-
.group:last-
|
2787
|
+
.group:last-of-type .group-last-of-type\:border-b-0{
|
2776
2788
|
border-bottom-width: 0px;
|
2777
2789
|
}
|
2778
2790
|
.group:hover .group-hover\:visible{
|
@@ -2824,6 +2836,9 @@ input[type='number'].no-arrows {
|
|
2824
2836
|
border-color: #e1e1e3;
|
2825
2837
|
border-color: var(--aquarium-colors-grey-10, #e1e1e3);
|
2826
2838
|
}
|
2839
|
+
.children\:opacity-70>*{
|
2840
|
+
opacity: 0.7;
|
2841
|
+
}
|
2827
2842
|
.children\:last\:border-b-0:last-child>*{
|
2828
2843
|
border-bottom-width: 0px;
|
2829
2844
|
}
|
@@ -2842,6 +2857,13 @@ input[type='number'].no-arrows {
|
|
2842
2857
|
stroke: #e3e9ff;
|
2843
2858
|
stroke: var(--aquarium-colors-primary-10, #e3e9ff);
|
2844
2859
|
}
|
2860
|
+
.\[\&\>\.group\>\*\]\:bg-grey-0>.group>*{
|
2861
|
+
background-color: #f7f7fa;
|
2862
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
2863
|
+
}
|
2864
|
+
.\[\&\>\.group\>\*\:first-child\]\:border-b-0>.group>*:first-child{
|
2865
|
+
border-bottom-width: 0px;
|
2866
|
+
}
|
2845
2867
|
.\[\&\>button\]\:p-0>button{
|
2846
2868
|
padding: 0;
|
2847
2869
|
}
|