@seeqdev/qomponents 0.0.146 → 0.0.148

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
@@ -100,6 +100,10 @@
100
100
  width: 1.25em;
101
101
  }
102
102
 
103
+ .fc-genai-agent-q:before {
104
+ content: "\e9bb" !important;
105
+ }
106
+
103
107
  .fc-vantage-lock::before {
104
108
  content: '\e9b9' !important;
105
109
  }
@@ -1574,6 +1578,10 @@ video {
1574
1578
  --sq-colored-hover-dark: 40, 42, 42;
1575
1579
  --sq-multi-gray-dark: 66, 69, 69;
1576
1580
  --sq-field-disabled-gray: 239, 239, 239;
1581
+ --sq-overlay-gray: 238, 237, 238;
1582
+ --sq-overlay-gray-dark: 36, 37, 37;
1583
+ --sq-worksheetspanel-gray: 241, 243, 244;
1584
+ --sq-worksheetspanel-gray-dark: 42, 44, 44;
1577
1585
  }
1578
1586
 
1579
1587
  .color_topic {
@@ -2726,6 +2734,11 @@ ol,
2726
2734
  background-color: rgb(var(--sq-light-gray));
2727
2735
  }
2728
2736
 
2737
+ .tw-bg-sq-overlay-gray {
2738
+ --tw-bg-opacity: 1;
2739
+ background-color: rgb(var(--sq-overlay-gray));
2740
+ }
2741
+
2729
2742
  .tw-bg-sq-text-color {
2730
2743
  --tw-bg-opacity: 1;
2731
2744
  background-color: rgb(var(--sq-text-color));
@@ -2909,44 +2922,48 @@ ol,
2909
2922
  text-align: center;
2910
2923
  }
2911
2924
 
2912
- .tw-text-\[10px\] {
2913
- font-size: 10px;
2925
+ .tw-text-\[0\.5rem\] {
2926
+ font-size: 0.5rem;
2914
2927
  }
2915
2928
 
2916
- .tw-text-\[11px\] {
2917
- font-size: 11px;
2929
+ .tw-text-\[0\.625rem\] {
2930
+ font-size: 0.625rem;
2918
2931
  }
2919
2932
 
2920
- .tw-text-\[12px\] {
2921
- font-size: 12px;
2933
+ .tw-text-\[0\.6875rem\] {
2934
+ font-size: 0.6875rem;
2922
2935
  }
2923
2936
 
2924
- .tw-text-\[13px\] {
2925
- font-size: 13px;
2937
+ .tw-text-\[0\.75rem\] {
2938
+ font-size: 0.75rem;
2926
2939
  }
2927
2940
 
2928
- .tw-text-\[14px\] {
2929
- font-size: 14px;
2941
+ .tw-text-\[0\.8125rem\] {
2942
+ font-size: 0.8125rem;
2930
2943
  }
2931
2944
 
2932
- .tw-text-\[15px\] {
2933
- font-size: 15px;
2945
+ .tw-text-\[0\.875rem\] {
2946
+ font-size: 0.875rem;
2934
2947
  }
2935
2948
 
2936
- .tw-text-\[16px\] {
2937
- font-size: 16px;
2949
+ .tw-text-\[0\.9375rem\] {
2950
+ font-size: 0.9375rem;
2938
2951
  }
2939
2952
 
2940
- .tw-text-\[20px\] {
2941
- font-size: 20px;
2953
+ .tw-text-\[1\.25rem\] {
2954
+ font-size: 1.25rem;
2942
2955
  }
2943
2956
 
2944
- .tw-text-\[22px\] {
2945
- font-size: 22px;
2957
+ .tw-text-\[1\.375rem\] {
2958
+ font-size: 1.375rem;
2946
2959
  }
2947
2960
 
2948
- .tw-text-\[8px\] {
2949
- font-size: 8px;
2961
+ .tw-text-\[1rem\] {
2962
+ font-size: 1rem;
2963
+ }
2964
+
2965
+ .tw-text-\[22px\] {
2966
+ font-size: 22px;
2950
2967
  }
2951
2968
 
2952
2969
  .tw-text-base {
@@ -3433,11 +3450,6 @@ ol,
3433
3450
  background-color: rgb(212 59 55 / var(--tw-bg-opacity));
3434
3451
  }
3435
3452
 
3436
- .hover\:tw-bg-sq-dark-gray:hover {
3437
- --tw-bg-opacity: 1;
3438
- background-color: rgb(var(--sq-dark-gray));
3439
- }
3440
-
3441
3453
  .hover\:tw-bg-sq-gray-highlight:hover {
3442
3454
  --tw-bg-opacity: 1;
3443
3455
  background-color: rgb(var(--sq-gray-highlight));
@@ -3453,6 +3465,16 @@ ol,
3453
3465
  background-color: rgb(var(--sq-link));
3454
3466
  }
3455
3467
 
3468
+ .hover\:tw-bg-sq-overlay-gray:hover {
3469
+ --tw-bg-opacity: 1;
3470
+ background-color: rgb(var(--sq-overlay-gray));
3471
+ }
3472
+
3473
+ .hover\:tw-bg-sq-worksheetspanel-gray:hover {
3474
+ --tw-bg-opacity: 1;
3475
+ background-color: rgb(var(--sq-worksheetspanel-gray));
3476
+ }
3477
+
3456
3478
  .hover\:tw-text-sq-color-dark:hover {
3457
3479
  --tw-text-opacity: 1;
3458
3480
  color: rgb(var(--sq-color-dark));
@@ -3568,9 +3590,14 @@ ol,
3568
3590
  background-color: rgb(var(--sq-dark-gray));
3569
3591
  }
3570
3592
 
3571
- .active\:tw-bg-sq-light-gray:active {
3593
+ .active\:tw-bg-sq-overlay-gray:active {
3572
3594
  --tw-bg-opacity: 1;
3573
- background-color: rgb(var(--sq-light-gray));
3595
+ background-color: rgb(var(--sq-overlay-gray));
3596
+ }
3597
+
3598
+ .active\:tw-bg-sq-worksheetspanel-gray:active {
3599
+ --tw-bg-opacity: 1;
3600
+ background-color: rgb(var(--sq-worksheetspanel-gray));
3574
3601
  }
3575
3602
 
3576
3603
  .active\:tw-text-sq-color-dark:active {
@@ -3810,11 +3837,6 @@ ol,
3810
3837
  background-color: rgb(var(--sq-dark-disabled-gray));
3811
3838
  }
3812
3839
 
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
-
3818
3840
  .tw-dark .dark\:tw-bg-sq-icon-dark {
3819
3841
  --tw-bg-opacity: 1;
3820
3842
  background-color: rgb(var(--sq-icon-dark));
@@ -3894,9 +3916,9 @@ ol,
3894
3916
  border-color: rgb(var(--sq-color-highlight));
3895
3917
  }
3896
3918
 
3897
- .tw-dark .dark\:hover\:tw-border-sq-field-disabled-gray:hover {
3919
+ .tw-dark .dark\:hover\:tw-border-sq-dark-disabled-gray:hover {
3898
3920
  --tw-border-opacity: 1;
3899
- border-color: rgba(var(--sq-field-disabled-gray), 0.3);
3921
+ border-color: rgb(var(--sq-dark-disabled-gray));
3900
3922
  }
3901
3923
 
3902
3924
  .tw-dark .dark\:hover\:tw-border-sq-link-dark:hover {
@@ -3979,6 +4001,11 @@ ol,
3979
4001
  border-color: rgb(var(--sq-color-dark-dark));
3980
4002
  }
3981
4003
 
4004
+ .tw-dark .dark\:active\:tw-bg-sq-dark-disabled-gray:active {
4005
+ --tw-bg-opacity: 1;
4006
+ background-color: rgb(var(--sq-dark-disabled-gray));
4007
+ }
4008
+
3982
4009
  .tw-dark .dark\:active\:tw-bg-sq-field-disabled-gray:active {
3983
4010
  --tw-bg-opacity: 1;
3984
4011
  background-color: rgba(var(--sq-field-disabled-gray), 0.3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.146",
3
+ "version": "0.0.148",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",