@seeqdev/qomponents 0.0.141 → 0.0.142
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/FontCustom.woff +0 -0
- package/dist/FontCustom.woff2 +0 -0
- package/dist/ToolbarButton/ToolbarButton.types.d.ts +1 -0
- package/dist/index.esm.js +32 -31
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +32 -31
- package/dist/index.js.map +1 -1
- package/dist/styles.css +47 -35
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -100,10 +100,6 @@
|
|
|
100
100
|
width: 1.25em;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.fc-genai-agent-q:before {
|
|
104
|
-
content: "\e9bb" !important;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
103
|
.fc-vantage-lock::before {
|
|
108
104
|
content: '\e9b9' !important;
|
|
109
105
|
}
|
|
@@ -1942,6 +1938,11 @@ ol,
|
|
|
1942
1938
|
margin: 1.25rem;
|
|
1943
1939
|
}
|
|
1944
1940
|
|
|
1941
|
+
.tw-mx-\[1\.5px\] {
|
|
1942
|
+
margin-left: 1.5px;
|
|
1943
|
+
margin-right: 1.5px;
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1945
1946
|
.tw-mx-auto {
|
|
1946
1947
|
margin-left: auto;
|
|
1947
1948
|
margin-right: auto;
|
|
@@ -2509,11 +2510,6 @@ ol,
|
|
|
2509
2510
|
border-bottom-left-radius: 15px;
|
|
2510
2511
|
}
|
|
2511
2512
|
|
|
2512
|
-
.tw-rounded-l-none {
|
|
2513
|
-
border-top-left-radius: 0px;
|
|
2514
|
-
border-bottom-left-radius: 0px;
|
|
2515
|
-
}
|
|
2516
|
-
|
|
2517
2513
|
.tw-rounded-r-\[15px\] {
|
|
2518
2514
|
border-top-right-radius: 15px;
|
|
2519
2515
|
border-bottom-right-radius: 15px;
|
|
@@ -2630,10 +2626,6 @@ ol,
|
|
|
2630
2626
|
border-color: rgb(var(--sq-warning-color));
|
|
2631
2627
|
}
|
|
2632
2628
|
|
|
2633
|
-
.tw-border-transparent {
|
|
2634
|
-
border-color: transparent;
|
|
2635
|
-
}
|
|
2636
|
-
|
|
2637
2629
|
.tw-border-b-sq-color-dark {
|
|
2638
2630
|
--tw-border-opacity: 1;
|
|
2639
2631
|
border-bottom-color: rgb(var(--sq-color-dark));
|
|
@@ -2838,11 +2830,6 @@ ol,
|
|
|
2838
2830
|
padding-right: 19px;
|
|
2839
2831
|
}
|
|
2840
2832
|
|
|
2841
|
-
.tw-px-\[5px\] {
|
|
2842
|
-
padding-left: 5px;
|
|
2843
|
-
padding-right: 5px;
|
|
2844
|
-
}
|
|
2845
|
-
|
|
2846
2833
|
.tw-py-0 {
|
|
2847
2834
|
padding-top: 0px;
|
|
2848
2835
|
padding-bottom: 0px;
|
|
@@ -3370,11 +3357,19 @@ ol,
|
|
|
3370
3357
|
content: var(--tw-content);
|
|
3371
3358
|
}
|
|
3372
3359
|
|
|
3360
|
+
.first\:tw-ml-0:first-child {
|
|
3361
|
+
margin-left: 0px;
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3373
3364
|
.first\:tw-rounded-l-md:first-child {
|
|
3374
3365
|
border-top-left-radius: 15px;
|
|
3375
3366
|
border-bottom-left-radius: 15px;
|
|
3376
3367
|
}
|
|
3377
3368
|
|
|
3369
|
+
.last\:tw-mr-0:last-child {
|
|
3370
|
+
margin-right: 0px;
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3378
3373
|
.last\:tw-rounded-r-md:last-child {
|
|
3379
3374
|
border-top-right-radius: 15px;
|
|
3380
3375
|
border-bottom-right-radius: 15px;
|
|
@@ -3403,18 +3398,6 @@ ol,
|
|
|
3403
3398
|
cursor: pointer;
|
|
3404
3399
|
}
|
|
3405
3400
|
|
|
3406
|
-
.hover\:tw-rounded-\[10px\]:hover {
|
|
3407
|
-
border-radius: 10px;
|
|
3408
|
-
}
|
|
3409
|
-
|
|
3410
|
-
.hover\:tw-border:hover {
|
|
3411
|
-
border-width: 1px;
|
|
3412
|
-
}
|
|
3413
|
-
|
|
3414
|
-
.hover\:tw-border-solid:hover {
|
|
3415
|
-
border-style: solid;
|
|
3416
|
-
}
|
|
3417
|
-
|
|
3418
3401
|
.hover\:tw-border-sq-color-dark:hover {
|
|
3419
3402
|
--tw-border-opacity: 1;
|
|
3420
3403
|
border-color: rgb(var(--sq-color-dark));
|
|
@@ -3430,11 +3413,6 @@ ol,
|
|
|
3430
3413
|
border-color: rgb(212 59 55 / var(--tw-border-opacity));
|
|
3431
3414
|
}
|
|
3432
3415
|
|
|
3433
|
-
.hover\:tw-border-sq-darkish-gray:hover {
|
|
3434
|
-
--tw-border-opacity: 1;
|
|
3435
|
-
border-color: rgb(var(--sq-darkish-gray));
|
|
3436
|
-
}
|
|
3437
|
-
|
|
3438
3416
|
.hover\:tw-border-sq-link:hover {
|
|
3439
3417
|
--tw-border-opacity: 1;
|
|
3440
3418
|
border-color: rgb(var(--sq-link));
|
|
@@ -3455,6 +3433,11 @@ ol,
|
|
|
3455
3433
|
background-color: rgb(212 59 55 / var(--tw-bg-opacity));
|
|
3456
3434
|
}
|
|
3457
3435
|
|
|
3436
|
+
.hover\:tw-bg-sq-dark-gray:hover {
|
|
3437
|
+
--tw-bg-opacity: 1;
|
|
3438
|
+
background-color: rgb(var(--sq-dark-gray));
|
|
3439
|
+
}
|
|
3440
|
+
|
|
3458
3441
|
.hover\:tw-bg-sq-gray-highlight:hover {
|
|
3459
3442
|
--tw-bg-opacity: 1;
|
|
3460
3443
|
background-color: rgb(var(--sq-gray-highlight));
|
|
@@ -3585,6 +3568,11 @@ ol,
|
|
|
3585
3568
|
background-color: rgb(var(--sq-dark-gray));
|
|
3586
3569
|
}
|
|
3587
3570
|
|
|
3571
|
+
.active\:tw-bg-sq-light-gray:active {
|
|
3572
|
+
--tw-bg-opacity: 1;
|
|
3573
|
+
background-color: rgb(var(--sq-light-gray));
|
|
3574
|
+
}
|
|
3575
|
+
|
|
3588
3576
|
.active\:tw-text-sq-color-dark:active {
|
|
3589
3577
|
--tw-text-opacity: 1;
|
|
3590
3578
|
color: rgb(var(--sq-color-dark));
|
|
@@ -3822,6 +3810,11 @@ ol,
|
|
|
3822
3810
|
background-color: rgb(var(--sq-dark-disabled-gray));
|
|
3823
3811
|
}
|
|
3824
3812
|
|
|
3813
|
+
.tw-dark .dark\:tw-bg-sq-field-disabled-gray {
|
|
3814
|
+
--tw-bg-opacity: 1;
|
|
3815
|
+
background-color: rgba(var(--sq-field-disabled-gray), 0.3);
|
|
3816
|
+
}
|
|
3817
|
+
|
|
3825
3818
|
.tw-dark .dark\:tw-bg-sq-icon-dark {
|
|
3826
3819
|
--tw-bg-opacity: 1;
|
|
3827
3820
|
background-color: rgb(var(--sq-icon-dark));
|
|
@@ -3832,6 +3825,10 @@ ol,
|
|
|
3832
3825
|
background-color: rgb(var(--sq-multi-gray-dark));
|
|
3833
3826
|
}
|
|
3834
3827
|
|
|
3828
|
+
.tw-dark .dark\:tw-bg-transparent {
|
|
3829
|
+
background-color: transparent;
|
|
3830
|
+
}
|
|
3831
|
+
|
|
3835
3832
|
.tw-dark .dark\:tw-text-sq-color-dark-dark {
|
|
3836
3833
|
--tw-text-opacity: 1;
|
|
3837
3834
|
color: rgb(var(--sq-color-dark-dark));
|
|
@@ -3897,6 +3894,11 @@ ol,
|
|
|
3897
3894
|
border-color: rgb(var(--sq-color-highlight));
|
|
3898
3895
|
}
|
|
3899
3896
|
|
|
3897
|
+
.tw-dark .dark\:hover\:tw-border-sq-field-disabled-gray:hover {
|
|
3898
|
+
--tw-border-opacity: 1;
|
|
3899
|
+
border-color: rgba(var(--sq-field-disabled-gray), 0.3);
|
|
3900
|
+
}
|
|
3901
|
+
|
|
3900
3902
|
.tw-dark .dark\:hover\:tw-border-sq-link-dark:hover {
|
|
3901
3903
|
--tw-border-opacity: 1;
|
|
3902
3904
|
border-color: rgb(var(--sq-link-dark));
|
|
@@ -3912,6 +3914,11 @@ ol,
|
|
|
3912
3914
|
background-color: rgb(var(--sq-dark-background));
|
|
3913
3915
|
}
|
|
3914
3916
|
|
|
3917
|
+
.tw-dark .dark\:hover\:tw-bg-sq-field-disabled-gray:hover {
|
|
3918
|
+
--tw-bg-opacity: 1;
|
|
3919
|
+
background-color: rgba(var(--sq-field-disabled-gray), 0.3);
|
|
3920
|
+
}
|
|
3921
|
+
|
|
3915
3922
|
.tw-dark .dark\:hover\:tw-bg-sq-gray-highlight-dark:hover {
|
|
3916
3923
|
--tw-bg-opacity: 1;
|
|
3917
3924
|
background-color: rgb(var(--sq-gray-highlight-dark));
|
|
@@ -3972,6 +3979,11 @@ ol,
|
|
|
3972
3979
|
border-color: rgb(var(--sq-color-dark-dark));
|
|
3973
3980
|
}
|
|
3974
3981
|
|
|
3982
|
+
.tw-dark .dark\:active\:tw-bg-sq-field-disabled-gray:active {
|
|
3983
|
+
--tw-bg-opacity: 1;
|
|
3984
|
+
background-color: rgba(var(--sq-field-disabled-gray), 0.3);
|
|
3985
|
+
}
|
|
3986
|
+
|
|
3975
3987
|
.tw-dark .dark\:active\:tw-bg-sq-multi-gray-dark:active {
|
|
3976
3988
|
--tw-bg-opacity: 1;
|
|
3977
3989
|
background-color: rgb(var(--sq-multi-gray-dark));
|