unifyedx-storybook-new 0.1.24 → 0.1.26

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.
@@ -80,15 +80,6 @@
80
80
  --color-blue-900: oklch(37.9% .146 265.522);
81
81
  --color-purple-500: oklch(62.7% .265 303.9);
82
82
  --color-gray-50: oklch(98.5% .002 247.839);
83
- --color-gray-100: oklch(96.7% .003 264.542);
84
- --color-gray-200: oklch(92.8% .006 264.531);
85
- --color-gray-300: oklch(87.2% .01 258.338);
86
- --color-gray-400: oklch(70.7% .022 261.325);
87
- --color-gray-500: oklch(55.1% .027 264.364);
88
- --color-gray-600: oklch(44.6% .03 256.802);
89
- --color-gray-700: oklch(37.3% .034 259.733);
90
- --color-gray-800: oklch(27.8% .033 256.848);
91
- --color-gray-900: oklch(21% .034 264.665);
92
83
  --color-black: #000;
93
84
  --color-white: #fff;
94
85
  --spacing: .25rem;
@@ -711,7 +702,7 @@
711
702
  }
712
703
 
713
704
  :where(.divide-gray-200 > :not(:last-child)) {
714
- border-color: var(--color-gray-200);
705
+ border-color: var(--gray200);
715
706
  }
716
707
 
717
708
  .truncate {
@@ -782,15 +773,15 @@
782
773
  }
783
774
 
784
775
  .border-gray-200 {
785
- border-color: var(--color-gray-200);
776
+ border-color: var(--gray200);
786
777
  }
787
778
 
788
779
  .border-gray-300 {
789
- border-color: var(--color-gray-300);
780
+ border-color: var(--gray300);
790
781
  }
791
782
 
792
783
  .border-gray-400 {
793
- border-color: var(--color-gray-400);
784
+ border-color: var(--gray400);
794
785
  }
795
786
 
796
787
  .border-transparent {
@@ -814,11 +805,11 @@
814
805
  }
815
806
 
816
807
  .bg-gray-100 {
817
- background-color: var(--color-gray-100);
808
+ background-color: var(--gray100);
818
809
  }
819
810
 
820
811
  .bg-gray-200 {
821
- background-color: var(--color-gray-200);
812
+ background-color: var(--gray200);
822
813
  }
823
814
 
824
815
  .bg-red-100 {
@@ -849,10 +840,6 @@
849
840
  padding: calc(var(--spacing) * 4);
850
841
  }
851
842
 
852
- .p-6 {
853
- padding: calc(var(--spacing) * 6);
854
- }
855
-
856
843
  .p-8 {
857
844
  padding: calc(var(--spacing) * 8);
858
845
  }
@@ -936,10 +923,6 @@
936
923
  line-height: var(--tw-leading, var(--text-sm--line-height));
937
924
  }
938
925
 
939
- .\!text-\[1\.5rem\] {
940
- font-size: 1.5rem !important;
941
- }
942
-
943
926
  .leading-5 {
944
927
  --tw-leading: calc(var(--spacing) * 5);
945
928
  line-height: calc(var(--spacing) * 5);
@@ -977,27 +960,27 @@
977
960
  }
978
961
 
979
962
  .text-gray-400 {
980
- color: var(--color-gray-400);
963
+ color: var(--gray400);
981
964
  }
982
965
 
983
966
  .text-gray-500 {
984
- color: var(--color-gray-500);
967
+ color: var(--gray500);
985
968
  }
986
969
 
987
970
  .text-gray-600 {
988
- color: var(--color-gray-600);
971
+ color: var(--gray600);
989
972
  }
990
973
 
991
974
  .text-gray-700 {
992
- color: var(--color-gray-700);
975
+ color: var(--gray700);
993
976
  }
994
977
 
995
978
  .text-gray-800 {
996
- color: var(--color-gray-800);
979
+ color: var(--gray800);
997
980
  }
998
981
 
999
982
  .text-gray-900 {
1000
- color: var(--color-gray-900);
983
+ color: var(--darkgray200);
1001
984
  }
1002
985
 
1003
986
  .text-green-500 {
@@ -1161,7 +1144,7 @@
1161
1144
  }
1162
1145
 
1163
1146
  .hover\:bg-gray-100:hover {
1164
- background-color: var(--color-gray-100);
1147
+ background-color: var(--gray100);
1165
1148
  }
1166
1149
 
1167
1150
  .hover\:bg-white\/\[0\.6\]:hover {
@@ -1179,11 +1162,11 @@
1179
1162
  }
1180
1163
 
1181
1164
  .hover\:text-gray-800:hover {
1182
- color: var(--color-gray-800);
1165
+ color: var(--gray800);
1183
1166
  }
1184
1167
 
1185
1168
  .hover\:text-gray-900:hover {
1186
- color: var(--color-gray-900);
1169
+ color: var(--darkgray200);
1187
1170
  }
1188
1171
 
1189
1172
  .hover\:text-red-500:hover {
@@ -1250,6 +1233,11 @@
1250
1233
 
1251
1234
  :root {
1252
1235
  --font-primary: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
1236
+ --primaryColor: #525252;
1237
+ --secondaryColor: #1e1e1e;
1238
+ --secondaryTextColor: #1e1e1e;
1239
+ --textColor: #fff;
1240
+ --linkColor: #1c61a5;
1253
1241
  --color-text-primary: #1a1a1a;
1254
1242
  --color-text-secondary: #4d4d4d;
1255
1243
  --color-text-tertiary: gray;
@@ -3930,22 +3918,35 @@ body {
3930
3918
  }
3931
3919
 
3932
3920
  .btn-primary {
3933
- color: #fff;
3934
- background-color: #2563eb;
3921
+ background-color: var(--primaryColor);
3922
+ color: var(--textColor);
3923
+ border-color: var(--primaryColor);
3924
+ }
3925
+
3926
+ .btn-primary span {
3927
+ color: var(--textColor);
3935
3928
  }
3936
3929
 
3937
3930
  .btn-primary:hover {
3938
- background-color: #1d4ed8;
3931
+ background-color: var(--primaryColor);
3932
+ }
3933
+
3934
+ .btn-primary:hover:not([disabled]) {
3935
+ filter: brightness(90%);
3939
3936
  }
3940
3937
 
3941
3938
  .btn-secondary {
3942
- color: #1f2937;
3943
- background-color: #e5e7eb;
3944
- border-color: #d1d5db;
3939
+ border-color: var(--secondaryColor);
3940
+ color: var(--secondaryTextColor);
3941
+ background-color: #fff;
3945
3942
  }
3946
3943
 
3947
3944
  .btn-secondary:hover {
3948
- background-color: #d1d5db;
3945
+ background-color: #fff;
3946
+ }
3947
+
3948
+ .btn-secondary:hover:not([disabled]) {
3949
+ background-color: #f9fafb;
3949
3950
  }
3950
3951
 
3951
3952
  .btn-base[disabled] {
@@ -4887,23 +4888,36 @@ body {
4887
4888
 
4888
4889
  /* Primary Button */
4889
4890
  .btn-primary {
4890
- background-color: #2563eb; /* blue-600 */
4891
- color: white;
4891
+ background-color: var(--primaryColor);
4892
+ color: var(--textColor);
4893
+ border-color: var(--primaryColor);
4892
4894
  }
4895
+ .btn-primary span {
4896
+ color: var(--textColor);
4897
+ }
4898
+
4893
4899
  .btn-primary:hover {
4894
- background-color: #1d4ed8; /* blue-700 */
4900
+ background-color:var(--primaryColor); /* blue-700 */
4901
+ }
4902
+ .btn-primary:hover:not([disabled]) {
4903
+ filter: brightness(90%);
4895
4904
  }
4896
4905
 
4897
4906
  /* Secondary Button */
4898
4907
  .btn-secondary {
4899
- background-color: #e5e7eb; /* gray-200 */
4900
- color: #1f2937; /* gray-800 */
4901
- border-color: #d1d5db; /* gray-300 */
4908
+ background-color: #ffffff;
4909
+ border-color: var(--secondaryColor);
4910
+ color:var(--secondaryTextColor)
4902
4911
  }
4903
4912
  .btn-secondary:hover {
4904
- background-color: #d1d5db; /* gray-300 */
4913
+ background-color: #ffffff; /* gray-300 */
4905
4914
  }
4906
4915
 
4916
+ .btn-secondary:hover:not([disabled]) {
4917
+ background-color: #f9fafb;
4918
+ }
4919
+
4920
+
4907
4921
  /* --- State Styles --- */
4908
4922
 
4909
4923
  /* Disabled State (works for all variants) */
@@ -7955,6 +7969,41 @@ body {
7955
7969
  width: 1rem;
7956
7970
  height: 1rem;
7957
7971
  }
7972
+ /* Minimal, robust positioning rules */
7973
+ .filter-modal-overlay {
7974
+ position: fixed;
7975
+ inset: 0;
7976
+ background: rgba(0, 0, 0, 0.5);
7977
+ backdrop-filter: blur(2px);
7978
+ }
7979
+
7980
+ .filter-modal-container {
7981
+ position: fixed;
7982
+ inset: 0;
7983
+ z-index: 50; /* sits on top */
7984
+ display: flex;
7985
+ justify-content: flex-end; /* slide-over from right */
7986
+ pointer-events: none; /* allow clicks to pass except panel */
7987
+ }
7988
+
7989
+ .filter-modal-positioner {
7990
+ height: 100%;
7991
+ width: 100%;
7992
+ display: flex;
7993
+ justify-content: flex-end;
7994
+ }
7995
+
7996
+ .filter-modal-panel {
7997
+ pointer-events: auto; /* clickable */
7998
+ height: 100vh;
7999
+ width: 680px; /* your preferred width */
8000
+ max-width: 90vw;
8001
+ box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
8002
+ border-radius: 1rem 0 0 1rem;
8003
+ background: #fff;
8004
+ position: relative;
8005
+ overflow: hidden;
8006
+ }
7958
8007
  .invite-flow-wrapper {
7959
8008
  display: flex;
7960
8009
  flex-direction: column;
@@ -8193,38 +8242,3 @@ body {
8193
8242
  font-size: 0.875rem;
8194
8243
  color: #dc2626;
8195
8244
  }
8196
- /* Minimal, robust positioning rules */
8197
- .filter-modal-overlay {
8198
- position: fixed;
8199
- inset: 0;
8200
- background: rgba(0, 0, 0, 0.5);
8201
- backdrop-filter: blur(2px);
8202
- }
8203
-
8204
- .filter-modal-container {
8205
- position: fixed;
8206
- inset: 0;
8207
- z-index: 50; /* sits on top */
8208
- display: flex;
8209
- justify-content: flex-end; /* slide-over from right */
8210
- pointer-events: none; /* allow clicks to pass except panel */
8211
- }
8212
-
8213
- .filter-modal-positioner {
8214
- height: 100%;
8215
- width: 100%;
8216
- display: flex;
8217
- justify-content: flex-end;
8218
- }
8219
-
8220
- .filter-modal-panel {
8221
- pointer-events: auto; /* clickable */
8222
- height: 100vh;
8223
- width: 680px; /* your preferred width */
8224
- max-width: 90vw;
8225
- box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
8226
- border-radius: 1rem 0 0 1rem;
8227
- background: #fff;
8228
- position: relative;
8229
- overflow: hidden;
8230
- }