@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/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-child .group-last\:border-b-0{
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
  }