@aivenio/aquarium 5.1.0 → 5.2.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 +3 -0
- package/dist/atoms.cjs +31 -25
- package/dist/atoms.mjs +31 -25
- package/dist/charts.cjs +3 -0
- package/dist/charts.mjs +3 -0
- package/dist/src/atoms/Checkbox/Checkbox.js +1 -1
- package/dist/src/atoms/DatePicker/Calendar.js +3 -3
- package/dist/src/atoms/DatePicker/RangeCalendar.js +6 -6
- package/dist/src/atoms/DropdownMenu/DropdownMenu.js +2 -2
- package/dist/src/atoms/Filter/Filter.js +2 -2
- package/dist/src/atoms/Modal/Modal.js +2 -2
- package/dist/src/atoms/Navigation/Navigation.js +3 -3
- package/dist/src/atoms/RadioButton/RadioButton.js +1 -1
- package/dist/src/atoms/Select/Select.js +3 -3
- package/dist/src/atoms/Skeleton/Skeleton.js +2 -2
- package/dist/src/atoms/Switch/Switch.js +3 -3
- package/dist/src/atoms/Timeline/Timeline.js +2 -2
- package/dist/src/atoms/utils/index.js +2 -2
- package/dist/src/molecules/Chip/Chip.js +2 -2
- package/dist/src/molecules/ListItem/ListItem.js +2 -2
- package/dist/src/molecules/MultiInput/InputChip.js +2 -2
- package/dist/src/molecules/NativeSelect/NativeSelect.js +2 -2
- package/dist/src/molecules/TagLabel/TagLabel.js +3 -3
- package/dist/src/tokens/tokens.json +3 -0
- package/dist/src/utils/constants.js +2 -2
- package/dist/styles.css +69 -52
- package/dist/system.cjs +34 -28
- package/dist/system.mjs +34 -28
- package/dist/tailwind.theme.json +3 -0
- package/dist/tokens.json +3 -0
- package/dist/tsconfig.module.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -659,10 +659,13 @@ video {
|
|
|
659
659
|
--aquarium-background-color-popover-content: var(--aquarium-colors-white);
|
|
660
660
|
--aquarium-background-color-muted: var(--aquarium-colors-grey-0);
|
|
661
661
|
--aquarium-background-color-default: var(--aquarium-colors-grey-5);
|
|
662
|
+
--aquarium-background-color-medium: var(--aquarium-colors-grey-5);
|
|
662
663
|
--aquarium-background-color-intense: var(--aquarium-colors-grey-20);
|
|
663
664
|
--aquarium-background-color-primary-muted: var(--aquarium-colors-primary-40);
|
|
664
665
|
--aquarium-background-color-primary-default: var(--aquarium-colors-primary-80);
|
|
666
|
+
--aquarium-background-color-primary-graphic: var(--aquarium-colors-primary-80);
|
|
665
667
|
--aquarium-background-color-primary-intense: var(--aquarium-colors-primary-90);
|
|
668
|
+
--aquarium-background-color-primary-inverse: var(--aquarium-colors-primary-90);
|
|
666
669
|
--aquarium-background-color-primary-active: var(--aquarium-colors-primary-5);
|
|
667
670
|
--aquarium-background-color-primary-hover: var(--aquarium-colors-primary-5);
|
|
668
671
|
--aquarium-background-color-action-primary-button-default: var(--aquarium-colors-primary-80);
|
|
@@ -2513,6 +2516,10 @@ video {
|
|
|
2513
2516
|
background-color: white;
|
|
2514
2517
|
background-color: var(--aquarium-background-color-layer);
|
|
2515
2518
|
}
|
|
2519
|
+
.bg-medium{
|
|
2520
|
+
background-color: rgba(237,237,240,1);
|
|
2521
|
+
background-color: var(--aquarium-background-color-medium);
|
|
2522
|
+
}
|
|
2516
2523
|
.bg-muted{
|
|
2517
2524
|
background-color: rgba(247,247,250,1);
|
|
2518
2525
|
background-color: var(--aquarium-background-color-muted);
|
|
@@ -2581,6 +2588,10 @@ video {
|
|
|
2581
2588
|
background-color: rgba(53,69,190,1);
|
|
2582
2589
|
background-color: var(--aquarium-background-color-primary-default);
|
|
2583
2590
|
}
|
|
2591
|
+
.bg-primary-graphic{
|
|
2592
|
+
background-color: rgba(53,69,190,1);
|
|
2593
|
+
background-color: var(--aquarium-background-color-primary-graphic);
|
|
2594
|
+
}
|
|
2584
2595
|
.bg-primary-hover{
|
|
2585
2596
|
background-color: rgba(243,246,255,1);
|
|
2586
2597
|
background-color: var(--aquarium-background-color-primary-hover);
|
|
@@ -2589,6 +2600,10 @@ video {
|
|
|
2589
2600
|
background-color: rgba(34,47,149,1);
|
|
2590
2601
|
background-color: var(--aquarium-background-color-primary-intense);
|
|
2591
2602
|
}
|
|
2603
|
+
.bg-primary-inverse{
|
|
2604
|
+
background-color: rgba(34,47,149,1);
|
|
2605
|
+
background-color: var(--aquarium-background-color-primary-inverse);
|
|
2606
|
+
}
|
|
2592
2607
|
.bg-primary-muted{
|
|
2593
2608
|
background-color: rgba(185,197,239,1);
|
|
2594
2609
|
background-color: var(--aquarium-background-color-primary-muted);
|
|
@@ -3753,10 +3768,13 @@ input[type="number"].no-arrows{
|
|
|
3753
3768
|
--aquarium-background-color-overlay: var(--aquarium-colors-grey-90);
|
|
3754
3769
|
--aquarium-background-color-muted: var(--aquarium-colors-grey-90);
|
|
3755
3770
|
--aquarium-background-color-default: var(--aquarium-colors-grey-80);
|
|
3771
|
+
--aquarium-background-color-medium: var(--aquarium-colors-grey-80);
|
|
3756
3772
|
--aquarium-background-color-intense: var(--aquarium-colors-grey-20);
|
|
3757
3773
|
--aquarium-background-color-primary-muted: var(--aquarium-colors-primary-90);
|
|
3758
3774
|
--aquarium-background-color-primary-default: var(--aquarium-colors-primary-60);
|
|
3775
|
+
--aquarium-background-color-primary-graphic: var(--aquarium-colors-primary-60);
|
|
3759
3776
|
--aquarium-background-color-primary-intense: var(--aquarium-colors-primary-10);
|
|
3777
|
+
--aquarium-background-color-primary-inverse: var(--aquarium-colors-primary-10);
|
|
3760
3778
|
--aquarium-background-color-primary-active: var(--aquarium-colors-primary-90);
|
|
3761
3779
|
--aquarium-background-color-primary-hover: var(--aquarium-colors-primary-90);
|
|
3762
3780
|
--aquarium-background-color-action-primary-button-default: var(--aquarium-colors-primary-90);
|
|
@@ -3825,19 +3843,18 @@ input[type="number"].no-arrows{
|
|
|
3825
3843
|
}
|
|
3826
3844
|
.aquarium-theme-dark .Aquarium-Switch {
|
|
3827
3845
|
--aquarium-background-color-intense: var(--aquarium-colors-grey-70);
|
|
3828
|
-
--aquarium-background-color-primary-
|
|
3846
|
+
--aquarium-background-color-primary-inverse: var(--aquarium-colors-primary-60);
|
|
3829
3847
|
}
|
|
3830
3848
|
.aquarium-theme-dark .Aquarium-Button\.Primary:disabled {
|
|
3831
|
-
color:
|
|
3832
|
-
color: var(--aquarium-text-color-primary-intense);
|
|
3849
|
+
color: var(--aquarium-text-color-primary-inverse);
|
|
3833
3850
|
}
|
|
3834
3851
|
.aquarium-theme-dark .Aquarium-Checkbox input:disabled {
|
|
3835
3852
|
background-color: rgba(237,237,240,1);
|
|
3836
|
-
background-color: var(--aquarium-background-color-
|
|
3853
|
+
background-color: var(--aquarium-background-color-medium);
|
|
3837
3854
|
}
|
|
3838
3855
|
.aquarium-theme-dark .Aquarium-Checkbox input:disabled + svg {
|
|
3839
3856
|
background-color: rgba(237,237,240,1);
|
|
3840
|
-
background-color: var(--aquarium-background-color-
|
|
3857
|
+
background-color: var(--aquarium-background-color-medium);
|
|
3841
3858
|
border-color: rgba(247,247,250,1);
|
|
3842
3859
|
border-color: var(--aquarium-background-color-muted);
|
|
3843
3860
|
}
|
|
@@ -3850,14 +3867,14 @@ input[type="number"].no-arrows{
|
|
|
3850
3867
|
stroke: var(--aquarium-border-color-default);
|
|
3851
3868
|
}
|
|
3852
3869
|
.aquarium-theme-dark .Aquarium-Button\.Secondary {
|
|
3853
|
-
--tw-ring-color: var(--aquarium-text-color-primary-
|
|
3870
|
+
--tw-ring-color: var(--aquarium-text-color-primary-inverse);
|
|
3854
3871
|
}
|
|
3855
3872
|
.aquarium-theme-dark .Aquarium-Button\.Secondary:active,
|
|
3856
3873
|
.aquarium-theme-dark .Aquarium-Button\.Secondary:hover {
|
|
3857
3874
|
background-color: transparent;
|
|
3858
3875
|
color: rgba(34,47,149,1);
|
|
3859
|
-
color: var(--aquarium-background-color-primary-
|
|
3860
|
-
--tw-ring-color: var(--aquarium-background-color-primary-
|
|
3876
|
+
color: var(--aquarium-background-color-primary-inverse);
|
|
3877
|
+
--tw-ring-color: var(--aquarium-background-color-primary-inverse);
|
|
3861
3878
|
}
|
|
3862
3879
|
.aquarium-theme-dark .Aquarium-Button\.Secondary:focus {
|
|
3863
3880
|
--tw-ring-color: var(--aquarium-border-color-primary-default);
|
|
@@ -3889,7 +3906,7 @@ input[type="number"].no-arrows{
|
|
|
3889
3906
|
.aquarium-theme-dark .Aquarium-Select\.Item.bg-muted,
|
|
3890
3907
|
.aquarium-theme-dark .Aquarium-Select\.Item.hover\:bg-muted:hover{
|
|
3891
3908
|
background-color: rgba(237,237,240,1);
|
|
3892
|
-
background-color: var(--aquarium-background-color-
|
|
3909
|
+
background-color: var(--aquarium-background-color-medium);
|
|
3893
3910
|
}
|
|
3894
3911
|
.aquarium-theme-dark .Aquarium-Card {
|
|
3895
3912
|
--aquarium-background-color-primary-hover: color-mix(in srgb, var(--aquarium-colors-primary-100) 70%, transparent);
|
|
@@ -3923,10 +3940,10 @@ input[type="number"].no-arrows{
|
|
|
3923
3940
|
--aquarium-colors-white: var(--aquarium-background-color-muted);
|
|
3924
3941
|
}
|
|
3925
3942
|
.aquarium-theme-dark .Aquarium-Modal .Aquarium-Banner, .aquarium-theme-dark .Aquarium-Dialog .Aquarium-Banner, .aquarium-theme-dark .Aquarium-Drawer .Aquarium-Banner, .aquarium-theme-dark .Aquarium-Popover .Aquarium-Banner {
|
|
3926
|
-
--aquarium-background-color-muted: var(--aquarium-background-color-
|
|
3943
|
+
--aquarium-background-color-muted: var(--aquarium-background-color-medium);
|
|
3927
3944
|
}
|
|
3928
3945
|
.aquarium-theme-dark .Aquarium-Modal .Aquarium-InputChip, .aquarium-theme-dark .Aquarium-Dialog .Aquarium-InputChip, .aquarium-theme-dark .Aquarium-Drawer .Aquarium-InputChip, .aquarium-theme-dark .Aquarium-Popover .Aquarium-InputChip {
|
|
3929
|
-
--aquarium-background-color-muted: var(--aquarium-background-color-
|
|
3946
|
+
--aquarium-background-color-muted: var(--aquarium-background-color-medium);
|
|
3930
3947
|
}
|
|
3931
3948
|
.aquarium-theme-dark .Aquarium-Modal .Aquarium-InputChip [role="button"]:hover, .aquarium-theme-dark .Aquarium-Modal .Aquarium-InputChip [role="button"]:focus, .aquarium-theme-dark .Aquarium-Dialog .Aquarium-InputChip [role="button"]:hover, .aquarium-theme-dark .Aquarium-Dialog .Aquarium-InputChip [role="button"]:focus, .aquarium-theme-dark .Aquarium-Drawer .Aquarium-InputChip [role="button"]:hover, .aquarium-theme-dark .Aquarium-Drawer .Aquarium-InputChip [role="button"]:focus, .aquarium-theme-dark .Aquarium-Popover .Aquarium-InputChip [role="button"]:hover, .aquarium-theme-dark .Aquarium-Popover .Aquarium-InputChip [role="button"]:focus {
|
|
3932
3949
|
--aquarium-background-color-intense: var(--aquarium-background-color-inactive);
|
|
@@ -3960,7 +3977,7 @@ input[type="number"].no-arrows{
|
|
|
3960
3977
|
.aquarium-theme-dark .Aquarium-Modal .Aquarium-DataList [role="row"]:hover > *:not([role="columnheader"]),
|
|
3961
3978
|
.aquarium-theme-dark .Aquarium-Modal .Aquarium-DataTable tbody tr:hover > *:not([role="columnheader"]) {
|
|
3962
3979
|
background-color: rgba(237,237,240,1);
|
|
3963
|
-
background-color: var(--aquarium-background-color-
|
|
3980
|
+
background-color: var(--aquarium-background-color-medium);
|
|
3964
3981
|
}
|
|
3965
3982
|
.file\:typography-small-strong::file-selector-button{
|
|
3966
3983
|
font: normal 500 14px/1.42 Inter;
|
|
@@ -4132,9 +4149,9 @@ input[type="number"].no-arrows{
|
|
|
4132
4149
|
border-color: transparent;
|
|
4133
4150
|
border-color: var(--aquarium-colors-transparent);
|
|
4134
4151
|
}
|
|
4135
|
-
.checked\:bg-primary-
|
|
4152
|
+
.checked\:bg-primary-graphic:checked{
|
|
4136
4153
|
background-color: rgba(53,69,190,1);
|
|
4137
|
-
background-color: var(--aquarium-background-color-primary-
|
|
4154
|
+
background-color: var(--aquarium-background-color-primary-graphic);
|
|
4138
4155
|
}
|
|
4139
4156
|
.checked\:bg-primary-muted:checked{
|
|
4140
4157
|
background-color: rgba(185,197,239,1);
|
|
@@ -4268,10 +4285,6 @@ input[type="number"].no-arrows{
|
|
|
4268
4285
|
background-color: rgba(255,203,210,1);
|
|
4269
4286
|
background-color: var(--aquarium-background-color-danger-muted);
|
|
4270
4287
|
}
|
|
4271
|
-
.hover\:bg-default:where([data-rac])[data-hovered]{
|
|
4272
|
-
background-color: rgba(237,237,240,1);
|
|
4273
|
-
background-color: var(--aquarium-background-color-default);
|
|
4274
|
-
}
|
|
4275
4288
|
.hover\:bg-icon-button-hover:where([data-rac])[data-hovered]{
|
|
4276
4289
|
background-color: rgba(25,25,29,.05);
|
|
4277
4290
|
background-color: var(--aquarium-background-color-icon-button-hover);
|
|
@@ -4280,6 +4293,10 @@ input[type="number"].no-arrows{
|
|
|
4280
4293
|
background-color: rgba(210,210,214,1);
|
|
4281
4294
|
background-color: var(--aquarium-background-color-intense);
|
|
4282
4295
|
}
|
|
4296
|
+
.hover\:bg-medium:where([data-rac])[data-hovered]{
|
|
4297
|
+
background-color: rgba(237,237,240,1);
|
|
4298
|
+
background-color: var(--aquarium-background-color-medium);
|
|
4299
|
+
}
|
|
4283
4300
|
.hover\:bg-muted:where([data-rac])[data-hovered]{
|
|
4284
4301
|
background-color: rgba(247,247,250,1);
|
|
4285
4302
|
background-color: var(--aquarium-background-color-muted);
|
|
@@ -4300,9 +4317,9 @@ input[type="number"].no-arrows{
|
|
|
4300
4317
|
-webkit-text-decoration-line: underline;
|
|
4301
4318
|
text-decoration-line: underline;
|
|
4302
4319
|
}
|
|
4303
|
-
.hover\:checked\:bg-primary-
|
|
4320
|
+
.hover\:checked\:bg-primary-inverse:checked:where([data-rac])[data-hovered]{
|
|
4304
4321
|
background-color: rgba(34,47,149,1);
|
|
4305
|
-
background-color: var(--aquarium-background-color-primary-
|
|
4322
|
+
background-color: var(--aquarium-background-color-primary-inverse);
|
|
4306
4323
|
}
|
|
4307
4324
|
.hover\:cursor-pointer:where(:not([data-rac])):hover{
|
|
4308
4325
|
cursor: pointer;
|
|
@@ -4319,10 +4336,6 @@ input[type="number"].no-arrows{
|
|
|
4319
4336
|
background-color: rgba(255,203,210,1);
|
|
4320
4337
|
background-color: var(--aquarium-background-color-danger-muted);
|
|
4321
4338
|
}
|
|
4322
|
-
.hover\:bg-default:where(:not([data-rac])):hover{
|
|
4323
|
-
background-color: rgba(237,237,240,1);
|
|
4324
|
-
background-color: var(--aquarium-background-color-default);
|
|
4325
|
-
}
|
|
4326
4339
|
.hover\:bg-icon-button-hover:where(:not([data-rac])):hover{
|
|
4327
4340
|
background-color: rgba(25,25,29,.05);
|
|
4328
4341
|
background-color: var(--aquarium-background-color-icon-button-hover);
|
|
@@ -4331,6 +4344,10 @@ input[type="number"].no-arrows{
|
|
|
4331
4344
|
background-color: rgba(210,210,214,1);
|
|
4332
4345
|
background-color: var(--aquarium-background-color-intense);
|
|
4333
4346
|
}
|
|
4347
|
+
.hover\:bg-medium:where(:not([data-rac])):hover{
|
|
4348
|
+
background-color: rgba(237,237,240,1);
|
|
4349
|
+
background-color: var(--aquarium-background-color-medium);
|
|
4350
|
+
}
|
|
4334
4351
|
.hover\:bg-muted:where(:not([data-rac])):hover{
|
|
4335
4352
|
background-color: rgba(247,247,250,1);
|
|
4336
4353
|
background-color: var(--aquarium-background-color-muted);
|
|
@@ -4351,24 +4368,24 @@ input[type="number"].no-arrows{
|
|
|
4351
4368
|
-webkit-text-decoration-line: underline;
|
|
4352
4369
|
text-decoration-line: underline;
|
|
4353
4370
|
}
|
|
4354
|
-
.hover\:checked\:bg-primary-
|
|
4371
|
+
.hover\:checked\:bg-primary-inverse:checked:where(:not([data-rac])):hover{
|
|
4355
4372
|
background-color: rgba(34,47,149,1);
|
|
4356
|
-
background-color: var(--aquarium-background-color-primary-
|
|
4373
|
+
background-color: var(--aquarium-background-color-primary-inverse);
|
|
4357
4374
|
}
|
|
4358
4375
|
.group:where([data-rac])[data-hovered] .group-hover\:visible{
|
|
4359
4376
|
visibility: visible;
|
|
4360
4377
|
}
|
|
4361
|
-
.group:where([data-rac])[data-hovered] .group-hover\:bg-
|
|
4378
|
+
.group:where([data-rac])[data-hovered] .group-hover\:bg-medium{
|
|
4362
4379
|
background-color: rgba(237,237,240,1);
|
|
4363
|
-
background-color: var(--aquarium-background-color-
|
|
4380
|
+
background-color: var(--aquarium-background-color-medium);
|
|
4364
4381
|
}
|
|
4365
4382
|
.group:where([data-rac])[data-hovered] .group-hover\:bg-muted{
|
|
4366
4383
|
background-color: rgba(247,247,250,1);
|
|
4367
4384
|
background-color: var(--aquarium-background-color-muted);
|
|
4368
4385
|
}
|
|
4369
|
-
.group:where([data-rac])[data-hovered] .group-hover\:bg-primary-
|
|
4386
|
+
.group:where([data-rac])[data-hovered] .group-hover\:bg-primary-graphic{
|
|
4370
4387
|
background-color: rgba(53,69,190,1);
|
|
4371
|
-
background-color: var(--aquarium-background-color-primary-
|
|
4388
|
+
background-color: var(--aquarium-background-color-primary-graphic);
|
|
4372
4389
|
}
|
|
4373
4390
|
.group:where([data-rac])[data-hovered] .group-hover\:opacity-100{
|
|
4374
4391
|
opacity: 1;
|
|
@@ -4376,17 +4393,17 @@ input[type="number"].no-arrows{
|
|
|
4376
4393
|
.group:where(:not([data-rac])):hover .group-hover\:visible{
|
|
4377
4394
|
visibility: visible;
|
|
4378
4395
|
}
|
|
4379
|
-
.group:where(:not([data-rac])):hover .group-hover\:bg-
|
|
4396
|
+
.group:where(:not([data-rac])):hover .group-hover\:bg-medium{
|
|
4380
4397
|
background-color: rgba(237,237,240,1);
|
|
4381
|
-
background-color: var(--aquarium-background-color-
|
|
4398
|
+
background-color: var(--aquarium-background-color-medium);
|
|
4382
4399
|
}
|
|
4383
4400
|
.group:where(:not([data-rac])):hover .group-hover\:bg-muted{
|
|
4384
4401
|
background-color: rgba(247,247,250,1);
|
|
4385
4402
|
background-color: var(--aquarium-background-color-muted);
|
|
4386
4403
|
}
|
|
4387
|
-
.group:where(:not([data-rac])):hover .group-hover\:bg-primary-
|
|
4404
|
+
.group:where(:not([data-rac])):hover .group-hover\:bg-primary-graphic{
|
|
4388
4405
|
background-color: rgba(53,69,190,1);
|
|
4389
|
-
background-color: var(--aquarium-background-color-primary-
|
|
4406
|
+
background-color: var(--aquarium-background-color-primary-graphic);
|
|
4390
4407
|
}
|
|
4391
4408
|
.group:where(:not([data-rac])):hover .group-hover\:opacity-100{
|
|
4392
4409
|
opacity: 1;
|
|
@@ -4435,14 +4452,14 @@ input[type="number"].no-arrows{
|
|
|
4435
4452
|
background-color: rgba(255,173,179,1);
|
|
4436
4453
|
background-color: var(--aquarium-background-color-danger-default);
|
|
4437
4454
|
}
|
|
4438
|
-
.focus\:bg-default:where([data-rac])[data-focused]{
|
|
4439
|
-
background-color: rgba(237,237,240,1);
|
|
4440
|
-
background-color: var(--aquarium-background-color-default);
|
|
4441
|
-
}
|
|
4442
4455
|
.focus\:bg-intense:where([data-rac])[data-focused]{
|
|
4443
4456
|
background-color: rgba(210,210,214,1);
|
|
4444
4457
|
background-color: var(--aquarium-background-color-intense);
|
|
4445
4458
|
}
|
|
4459
|
+
.focus\:bg-medium:where([data-rac])[data-focused]{
|
|
4460
|
+
background-color: rgba(237,237,240,1);
|
|
4461
|
+
background-color: var(--aquarium-background-color-medium);
|
|
4462
|
+
}
|
|
4446
4463
|
.focus\:text-primary-intense:where([data-rac])[data-focused]{
|
|
4447
4464
|
color: rgba(53,69,190,1);
|
|
4448
4465
|
color: var(--aquarium-text-color-primary-intense);
|
|
@@ -4469,14 +4486,14 @@ input[type="number"].no-arrows{
|
|
|
4469
4486
|
background-color: rgba(255,173,179,1);
|
|
4470
4487
|
background-color: var(--aquarium-background-color-danger-default);
|
|
4471
4488
|
}
|
|
4472
|
-
.focus\:bg-default:where(:not([data-rac])):focus{
|
|
4473
|
-
background-color: rgba(237,237,240,1);
|
|
4474
|
-
background-color: var(--aquarium-background-color-default);
|
|
4475
|
-
}
|
|
4476
4489
|
.focus\:bg-intense:where(:not([data-rac])):focus{
|
|
4477
4490
|
background-color: rgba(210,210,214,1);
|
|
4478
4491
|
background-color: var(--aquarium-background-color-intense);
|
|
4479
4492
|
}
|
|
4493
|
+
.focus\:bg-medium:where(:not([data-rac])):focus{
|
|
4494
|
+
background-color: rgba(237,237,240,1);
|
|
4495
|
+
background-color: var(--aquarium-background-color-medium);
|
|
4496
|
+
}
|
|
4480
4497
|
.focus\:text-primary-intense:where(:not([data-rac])):focus{
|
|
4481
4498
|
color: rgba(53,69,190,1);
|
|
4482
4499
|
color: var(--aquarium-text-color-primary-intense);
|
|
@@ -4682,9 +4699,9 @@ input[type="number"].no-arrows{
|
|
|
4682
4699
|
background-color: rgba(210,210,214,1);
|
|
4683
4700
|
background-color: var(--aquarium-background-color-intense);
|
|
4684
4701
|
}
|
|
4685
|
-
.group[data-pressed] .group-pressed\:bg-primary-
|
|
4702
|
+
.group[data-pressed] .group-pressed\:bg-primary-inverse{
|
|
4686
4703
|
background-color: rgba(34,47,149,1);
|
|
4687
|
-
background-color: var(--aquarium-background-color-primary-
|
|
4704
|
+
background-color: var(--aquarium-background-color-primary-inverse);
|
|
4688
4705
|
}
|
|
4689
4706
|
.group:where([data-rac])[data-invalid][data-pressed] .group-invalid\:group-pressed\:bg-danger-intense{
|
|
4690
4707
|
background-color: rgba(230,39,40,1);
|
|
@@ -4694,9 +4711,9 @@ input[type="number"].no-arrows{
|
|
|
4694
4711
|
background-color: rgba(230,39,40,1);
|
|
4695
4712
|
background-color: var(--aquarium-background-color-danger-intense);
|
|
4696
4713
|
}
|
|
4697
|
-
.selected\:bg-primary-
|
|
4714
|
+
.selected\:bg-primary-graphic[data-selected]{
|
|
4698
4715
|
background-color: rgba(53,69,190,1);
|
|
4699
|
-
background-color: var(--aquarium-background-color-primary-
|
|
4716
|
+
background-color: var(--aquarium-background-color-primary-graphic);
|
|
4700
4717
|
}
|
|
4701
4718
|
.invalid\:selected\:bg-danger-default[data-selected]:where([data-rac])[data-invalid]{
|
|
4702
4719
|
background-color: rgba(255,173,179,1);
|
|
@@ -4733,9 +4750,9 @@ input[type="number"].no-arrows{
|
|
|
4733
4750
|
background-color: white;
|
|
4734
4751
|
background-color: var(--aquarium-background-color-body);
|
|
4735
4752
|
}
|
|
4736
|
-
.disabled\:bg-
|
|
4753
|
+
.disabled\:bg-medium:where([data-rac])[data-disabled]{
|
|
4737
4754
|
background-color: rgba(237,237,240,1);
|
|
4738
|
-
background-color: var(--aquarium-background-color-
|
|
4755
|
+
background-color: var(--aquarium-background-color-medium);
|
|
4739
4756
|
}
|
|
4740
4757
|
.disabled\:bg-muted:where([data-rac])[data-disabled]{
|
|
4741
4758
|
background-color: rgba(247,247,250,1);
|
|
@@ -4773,9 +4790,9 @@ input[type="number"].no-arrows{
|
|
|
4773
4790
|
background-color: white;
|
|
4774
4791
|
background-color: var(--aquarium-background-color-body);
|
|
4775
4792
|
}
|
|
4776
|
-
.disabled\:bg-
|
|
4793
|
+
.disabled\:bg-medium:where(:not([data-rac])):disabled{
|
|
4777
4794
|
background-color: rgba(237,237,240,1);
|
|
4778
|
-
background-color: var(--aquarium-background-color-
|
|
4795
|
+
background-color: var(--aquarium-background-color-medium);
|
|
4779
4796
|
}
|
|
4780
4797
|
.disabled\:bg-muted:where(:not([data-rac])):disabled{
|
|
4781
4798
|
background-color: rgba(247,247,250,1);
|
|
@@ -4860,10 +4877,10 @@ input[type="number"].no-arrows{
|
|
|
4860
4877
|
content: var(--tw-content);
|
|
4861
4878
|
height: 1px;
|
|
4862
4879
|
}
|
|
4863
|
-
.\[\&\:not\(\:first-child\)\]\:before\:bg-
|
|
4880
|
+
.\[\&\:not\(\:first-child\)\]\:before\:bg-medium:not(:first-child)::before{
|
|
4864
4881
|
content: var(--tw-content);
|
|
4865
4882
|
background-color: rgba(237,237,240,1);
|
|
4866
|
-
background-color: var(--aquarium-background-color-
|
|
4883
|
+
background-color: var(--aquarium-background-color-medium);
|
|
4867
4884
|
}
|
|
4868
4885
|
.\[\&\:not\(\:first-child\)\]\:before\:content-\[\"\"\]:not(:first-child)::before{
|
|
4869
4886
|
--tw-content: "";
|
package/dist/system.cjs
CHANGED
|
@@ -4617,7 +4617,7 @@ var inputContainerClasses = (0, import_tailwind_variants.tv)({
|
|
|
4617
4617
|
variants: {
|
|
4618
4618
|
variant: {
|
|
4619
4619
|
default: "border px-3 py-[6px] border-default hover:border-intense bg-transparent",
|
|
4620
|
-
disabled: "border px-3 py-[6px] cursor-not-allowed border-default bg-
|
|
4620
|
+
disabled: "border px-3 py-[6px] cursor-not-allowed border-default bg-medium",
|
|
4621
4621
|
error: "border px-3 py-[6px] border-danger-default bg-transparent",
|
|
4622
4622
|
focused: "border px-3 py-[6px] border-info-default bg-transparent",
|
|
4623
4623
|
readOnly: "cursor-default border-default bg-transparent"
|
|
@@ -4625,7 +4625,7 @@ var inputContainerClasses = (0, import_tailwind_variants.tv)({
|
|
|
4625
4625
|
}
|
|
4626
4626
|
});
|
|
4627
4627
|
var inputClasses = (0, import_tailwind_variants.tv)({
|
|
4628
|
-
base: "grow rounded border-0 focus:outline-none px-[1px] my-1 min-w-0 typography-small bg-transparent disabled:cursor-not-allowed disabled:bg-
|
|
4628
|
+
base: "grow rounded border-0 focus:outline-none px-[1px] my-1 min-w-0 typography-small bg-transparent disabled:cursor-not-allowed disabled:bg-medium placeholder:text-inactive",
|
|
4629
4629
|
variants: {
|
|
4630
4630
|
disabled: {
|
|
4631
4631
|
true: "text-inactive",
|
|
@@ -5561,7 +5561,9 @@ var tailwind_theme_default = {
|
|
|
5561
5561
|
"100": "var(--aquarium-colors-primary-100)",
|
|
5562
5562
|
muted: "var(--aquarium-background-color-primary-muted)",
|
|
5563
5563
|
default: "var(--aquarium-background-color-primary-default)",
|
|
5564
|
+
graphic: "var(--aquarium-background-color-primary-graphic)",
|
|
5564
5565
|
intense: "var(--aquarium-background-color-primary-intense)",
|
|
5566
|
+
inverse: "var(--aquarium-background-color-primary-inverse)",
|
|
5565
5567
|
active: "var(--aquarium-background-color-primary-active)",
|
|
5566
5568
|
hover: "var(--aquarium-background-color-primary-hover)"
|
|
5567
5569
|
},
|
|
@@ -5573,6 +5575,7 @@ var tailwind_theme_default = {
|
|
|
5573
5575
|
"popover-content": "var(--aquarium-background-color-popover-content)",
|
|
5574
5576
|
muted: "var(--aquarium-background-color-muted)",
|
|
5575
5577
|
default: "var(--aquarium-background-color-default)",
|
|
5578
|
+
medium: "var(--aquarium-background-color-medium)",
|
|
5576
5579
|
intense: "var(--aquarium-background-color-intense)",
|
|
5577
5580
|
action: {
|
|
5578
5581
|
"primary-button": {
|
|
@@ -6094,11 +6097,14 @@ var tokens_default = {
|
|
|
6094
6097
|
"popover-content": "white",
|
|
6095
6098
|
muted: "rgba(247,247,250,1)",
|
|
6096
6099
|
default: "rgba(237,237,240,1)",
|
|
6100
|
+
medium: "rgba(237,237,240,1)",
|
|
6097
6101
|
intense: "rgba(210,210,214,1)",
|
|
6098
6102
|
primary: {
|
|
6099
6103
|
muted: "rgba(185,197,239,1)",
|
|
6100
6104
|
default: "rgba(53,69,190,1)",
|
|
6105
|
+
graphic: "rgba(53,69,190,1)",
|
|
6101
6106
|
intense: "rgba(34,47,149,1)",
|
|
6107
|
+
inverse: "rgba(34,47,149,1)",
|
|
6102
6108
|
active: "rgba(243,246,255,1)",
|
|
6103
6109
|
hover: "rgba(243,246,255,1)"
|
|
6104
6110
|
},
|
|
@@ -6982,7 +6988,7 @@ var import_tailwind_variants3 = require("tailwind-variants");
|
|
|
6982
6988
|
var import_clsx3 = require("clsx");
|
|
6983
6989
|
var import_tailwind_variants2 = require("tailwind-variants");
|
|
6984
6990
|
var getCommonInputStyles = ({ readOnly, valid }) => (0, import_clsx3.clsx)(
|
|
6985
|
-
"block w-full rounded-sm disabled:cursor-not-allowed disabled:border-default disabled:bg-
|
|
6991
|
+
"block w-full rounded-sm disabled:cursor-not-allowed disabled:border-default disabled:bg-medium typography-small text-default disabled:text-inactive placeholder:text-inactive focus:outline-none",
|
|
6986
6992
|
{
|
|
6987
6993
|
"px-3 py-3 bg-transparent": !readOnly,
|
|
6988
6994
|
"border-none resize-none cursor-default bg-transparent": readOnly,
|
|
@@ -8060,7 +8066,7 @@ var import_react31 = __toESM(require("react"));
|
|
|
8060
8066
|
var import_lodash_es9 = require("lodash-es");
|
|
8061
8067
|
var import_tailwind_variants7 = require("tailwind-variants");
|
|
8062
8068
|
var skeletonStyles = (0, import_tailwind_variants7.tv)({
|
|
8063
|
-
base: "bg-
|
|
8069
|
+
base: "bg-medium",
|
|
8064
8070
|
variants: {
|
|
8065
8071
|
hasHeight: {
|
|
8066
8072
|
false: "h-auto before:content-['_'] whitespace-pre origin-[0%_45%] scale-[0.55]"
|
|
@@ -8364,7 +8370,7 @@ var getStatusClassNames = (status = "neutral") => {
|
|
|
8364
8370
|
return "text-success-intense bg-status-success";
|
|
8365
8371
|
case "neutral":
|
|
8366
8372
|
default:
|
|
8367
|
-
return "text-default bg-
|
|
8373
|
+
return "text-default bg-medium";
|
|
8368
8374
|
}
|
|
8369
8375
|
};
|
|
8370
8376
|
var Chip2 = ({
|
|
@@ -8705,7 +8711,7 @@ var checkboxClasses = (0, import_tailwind_variants11.tv)({
|
|
|
8705
8711
|
},
|
|
8706
8712
|
false: {
|
|
8707
8713
|
wrapper: "hover:border-intense peer-checked:border-primary-default",
|
|
8708
|
-
input: "cursor-pointer checked:bg-primary-
|
|
8714
|
+
input: "cursor-pointer checked:bg-primary-graphic",
|
|
8709
8715
|
icon: "border-default peer-hover:border-intense peer-checked:text-white peer-checked:[&>path]:stroke-white peer-checked:border-primary-default"
|
|
8710
8716
|
}
|
|
8711
8717
|
}
|
|
@@ -8734,7 +8740,7 @@ var Checkbox = import_react42.default.forwardRef(
|
|
|
8734
8740
|
var import_react43 = __toESM(require("react"));
|
|
8735
8741
|
var import_tailwind_variants12 = require("tailwind-variants");
|
|
8736
8742
|
var radioButtonClasses = (0, import_tailwind_variants12.tv)({
|
|
8737
|
-
base: "inline-flex justify-center items-center self-center appearance-none w-5 h-5 p-[3px] rounded-full border border-default outline-none focus:border-info-default checked:bg-primary-
|
|
8743
|
+
base: "inline-flex justify-center items-center self-center appearance-none w-5 h-5 p-[3px] rounded-full border border-default outline-none focus:border-info-default checked:bg-primary-graphic checked:shadow-bodyInset",
|
|
8738
8744
|
variants: {
|
|
8739
8745
|
disabled: {
|
|
8740
8746
|
true: "cursor-not-allowed border-muted bg-muted checked:bg-primary-muted checked:border-transparent",
|
|
@@ -11362,7 +11368,7 @@ var dropdownMenuGroupStyles = (0, import_tailwind_variants17.tv)({
|
|
|
11362
11368
|
slots: {
|
|
11363
11369
|
base: [
|
|
11364
11370
|
'[&:not(:first-child)]:before:content-[""] [&:not(:first-child)]:before:block',
|
|
11365
|
-
"[&:not(:first-child)]:before:h-[1px] [&:not(:first-child)]:before:bg-
|
|
11371
|
+
"[&:not(:first-child)]:before:h-[1px] [&:not(:first-child)]:before:bg-medium [&:not(:first-child)]:before:m-3"
|
|
11366
11372
|
],
|
|
11367
11373
|
title: "p-3 text-inactive uppercase cursor-default typography-caption"
|
|
11368
11374
|
}
|
|
@@ -11468,7 +11474,7 @@ var fieldBorder = (0, import_tailwind_variants18.tv)({
|
|
|
11468
11474
|
true: "border-danger-default"
|
|
11469
11475
|
},
|
|
11470
11476
|
isDisabled: {
|
|
11471
|
-
true: "bg-
|
|
11477
|
+
true: "bg-medium cursor-not-allowed text-inactive"
|
|
11472
11478
|
}
|
|
11473
11479
|
}
|
|
11474
11480
|
});
|
|
@@ -12566,8 +12572,8 @@ var cellStyles = (0, import_tailwind_variants21.tv)({
|
|
|
12566
12572
|
base: "w-8 h-8 typography-small cursor-default rounded-md flex items-center justify-center outside-month:hidden",
|
|
12567
12573
|
variants: {
|
|
12568
12574
|
isSelected: {
|
|
12569
|
-
false: "text-default hover:bg-
|
|
12570
|
-
true: "bg-primary-
|
|
12575
|
+
false: "text-default hover:bg-medium pressed:bg-intense",
|
|
12576
|
+
true: "bg-primary-graphic invalid:bg-danger-default text-white"
|
|
12571
12577
|
},
|
|
12572
12578
|
isUnavailable: {
|
|
12573
12579
|
true: "text-inactive"
|
|
@@ -15253,7 +15259,7 @@ var import_tailwind_variants23 = require("tailwind-variants");
|
|
|
15253
15259
|
var cellContainer = (0, import_tailwind_variants23.tv)({
|
|
15254
15260
|
base: [
|
|
15255
15261
|
"group w-8 h-8 typography-small outline outline-0 cursor-default",
|
|
15256
|
-
"outside-month:hidden selected:bg-primary-
|
|
15262
|
+
"outside-month:hidden selected:bg-primary-graphic",
|
|
15257
15263
|
"invalid:selected:bg-danger-default",
|
|
15258
15264
|
"selection-start:rounded-s-md selection-end:rounded-e-md"
|
|
15259
15265
|
]
|
|
@@ -15263,15 +15269,15 @@ var cell = (0, import_tailwind_variants23.tv)({
|
|
|
15263
15269
|
base: "w-full h-full flex items-center justify-center rounded-md text-default",
|
|
15264
15270
|
variants: {
|
|
15265
15271
|
selectionState: {
|
|
15266
|
-
none: "group-hover:bg-
|
|
15272
|
+
none: "group-hover:bg-medium group-pressed:bg-intense",
|
|
15267
15273
|
middle: [
|
|
15268
15274
|
"text-white",
|
|
15269
|
-
"group-hover:bg-primary-
|
|
15275
|
+
"group-hover:bg-primary-graphic",
|
|
15270
15276
|
"group-invalid:group-hover:bg-danger-default",
|
|
15271
|
-
"group-pressed:bg-primary-
|
|
15277
|
+
"group-pressed:bg-primary-inverse",
|
|
15272
15278
|
"group-invalid:group-pressed:bg-danger-intense"
|
|
15273
15279
|
],
|
|
15274
|
-
cap: "text-white bg-primary-
|
|
15280
|
+
cap: "text-white bg-primary-graphic group-invalid:bg-danger-default"
|
|
15275
15281
|
},
|
|
15276
15282
|
isUnavailable: {
|
|
15277
15283
|
true: "text-inactive"
|
|
@@ -15479,7 +15485,7 @@ var modalStyles = (0, import_tailwind_variants24.tv)({
|
|
|
15479
15485
|
headerImage: "object-cover"
|
|
15480
15486
|
},
|
|
15481
15487
|
false: {
|
|
15482
|
-
headerImage: "bg-
|
|
15488
|
+
headerImage: "bg-medium"
|
|
15483
15489
|
}
|
|
15484
15490
|
}
|
|
15485
15491
|
},
|
|
@@ -16305,7 +16311,7 @@ var FilterClearButton = ({ onClear }) => (
|
|
|
16305
16311
|
}
|
|
16306
16312
|
onClear();
|
|
16307
16313
|
},
|
|
16308
|
-
className: "py-[10px] pl-[6px] pr-4 inline-flex items-center hover:bg-
|
|
16314
|
+
className: "py-[10px] pl-[6px] pr-4 inline-flex items-center hover:bg-medium focus:bg-medium outline-0 outline-none rounded-r-full"
|
|
16309
16315
|
},
|
|
16310
16316
|
/* @__PURE__ */ import_react107.default.createElement(InlineIcon, { icon: import_cross7.default })
|
|
16311
16317
|
)
|
|
@@ -16376,7 +16382,7 @@ var ListItem = ({ name, icon, active = false }) => {
|
|
|
16376
16382
|
variant: active ? "small-strong" : "small",
|
|
16377
16383
|
color: "default",
|
|
16378
16384
|
htmlTag: "span",
|
|
16379
|
-
className: `px-4 py-2 rounded-full ${active ? "bg-
|
|
16385
|
+
className: `px-4 py-2 rounded-full ${active ? "bg-medium" : "hover:bg-muted"}`
|
|
16380
16386
|
},
|
|
16381
16387
|
/* @__PURE__ */ import_react110.default.createElement("img", { src: icon, alt: "", className: "inline mr-4", height: 28, width: 28 }),
|
|
16382
16388
|
name
|
|
@@ -16462,7 +16468,7 @@ var InputChip = import_react112.default.forwardRef(
|
|
|
16462
16468
|
{
|
|
16463
16469
|
"bg-status-danger": invalid,
|
|
16464
16470
|
"bg-muted": !invalid && !disabled,
|
|
16465
|
-
"bg-
|
|
16471
|
+
"bg-medium": disabled
|
|
16466
16472
|
}
|
|
16467
16473
|
)
|
|
16468
16474
|
},
|
|
@@ -16960,7 +16966,7 @@ var NativeSelectBase = import_react115.default.forwardRef(
|
|
|
16960
16966
|
className: (0, import_clsx37.clsx)(
|
|
16961
16967
|
"block w-full rounded-sm appearance-none disabled:cursor-not-allowed typography-small text-default placeholder:text-inactive focus:outline-none",
|
|
16962
16968
|
{
|
|
16963
|
-
"px-3 py-3 bg-transparent disabled:border-default disabled:bg-
|
|
16969
|
+
"px-3 py-3 bg-transparent disabled:border-default disabled:bg-medium disabled:text-inactive": !readOnly,
|
|
16964
16970
|
"px-0 py-3 border-none bg-transparent": readOnly,
|
|
16965
16971
|
"border border-danger-default": !valid && !readOnly,
|
|
16966
16972
|
"border border-default hover:border-intense focus:border-info-default": valid && !readOnly
|
|
@@ -17039,9 +17045,9 @@ var navigationClasses = (0, import_tailwind_variants26.tv)({
|
|
|
17039
17045
|
sectionList: "flex flex-col",
|
|
17040
17046
|
divider: "border-t-2 border-muted",
|
|
17041
17047
|
itemContainer: "",
|
|
17042
|
-
itemAnchor: "py-3 px-6 hover:bg-
|
|
17048
|
+
itemAnchor: "py-3 px-6 hover:bg-medium cursor-pointer flex gap-4 items-center typography-small focusable",
|
|
17043
17049
|
submenuContainer: "",
|
|
17044
|
-
submenuAnchor: "py-3 pr-6 pl-3 hover:bg-
|
|
17050
|
+
submenuAnchor: "py-3 pr-6 pl-3 hover:bg-medium cursor-pointer typography-small focusable flex items-center w-full",
|
|
17045
17051
|
submenuList: "flex flex-col",
|
|
17046
17052
|
submenuItem: "pl-[56px]"
|
|
17047
17053
|
},
|
|
@@ -17462,10 +17468,10 @@ var switchStyles = (0, import_tailwind_variants29.tv)({
|
|
|
17462
17468
|
variants: {
|
|
17463
17469
|
disabled: {
|
|
17464
17470
|
true: {
|
|
17465
|
-
input: "bg-
|
|
17471
|
+
input: "bg-medium checked:opacity-50 checked:bg-primary-muted"
|
|
17466
17472
|
},
|
|
17467
17473
|
false: {
|
|
17468
|
-
input: "bg-intense hover:bg-intense checked:bg-primary-
|
|
17474
|
+
input: "bg-intense hover:bg-intense checked:bg-primary-graphic hover:checked:bg-primary-inverse",
|
|
17469
17475
|
thumb: "shadow-4dp"
|
|
17470
17476
|
}
|
|
17471
17477
|
}
|
|
@@ -17532,14 +17538,14 @@ var import_clsx41 = require("clsx");
|
|
|
17532
17538
|
var getVariantClassNames = (variant = "primary") => {
|
|
17533
17539
|
switch (variant) {
|
|
17534
17540
|
case "neutral":
|
|
17535
|
-
return "bg-
|
|
17541
|
+
return "bg-medium";
|
|
17536
17542
|
case "danger":
|
|
17537
17543
|
return "bg-danger-intense";
|
|
17538
17544
|
case "success":
|
|
17539
17545
|
return "bg-success-intense";
|
|
17540
17546
|
case "primary":
|
|
17541
17547
|
default:
|
|
17542
|
-
return "bg-primary-
|
|
17548
|
+
return "bg-primary-graphic";
|
|
17543
17549
|
}
|
|
17544
17550
|
};
|
|
17545
17551
|
var TagLabel = ({ title, dense = false, variant, ...rest }) => /* @__PURE__ */ import_react129.default.createElement(
|
|
@@ -18017,7 +18023,7 @@ var Timeline = ({ className, ...rest }) => /* @__PURE__ */ import_react137.defau
|
|
|
18017
18023
|
var Content2 = ({ className, ...rest }) => /* @__PURE__ */ import_react137.default.createElement("div", { ...rest, className: (0, import_clsx45.clsx)("pb-6", className) });
|
|
18018
18024
|
var Separator = ({ className, ...rest }) => /* @__PURE__ */ import_react137.default.createElement("div", { ...rest, className: (0, import_clsx45.clsx)("flex items-center justify-center h-5 w-5", className) });
|
|
18019
18025
|
var LineContainer = ({ className, ...rest }) => /* @__PURE__ */ import_react137.default.createElement("div", { ...rest, className: (0, import_clsx45.clsx)("flex justify-center py-1", className) });
|
|
18020
|
-
var Line = ({ className, ...rest }) => /* @__PURE__ */ import_react137.default.createElement("div", { ...rest, className: (0, import_clsx45.clsx)("w-1 bg-
|
|
18026
|
+
var Line = ({ className, ...rest }) => /* @__PURE__ */ import_react137.default.createElement("div", { ...rest, className: (0, import_clsx45.clsx)("w-1 bg-medium h-full justify-self-center", className) });
|
|
18021
18027
|
var Dot = ({ className, ...rest }) => /* @__PURE__ */ import_react137.default.createElement("div", { ...rest, className: (0, import_clsx45.clsx)("bg-intense h-[6px] w-[6px] rounded", className) });
|
|
18022
18028
|
Separator.Dot = Dot;
|
|
18023
18029
|
LineContainer.Line = Line;
|