@segmentify/ui 0.0.49 → 0.0.51

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/ui.css CHANGED
@@ -6,17 +6,18 @@
6
6
  --ui-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
7
7
  monospace;
8
8
  --ui-color-red-500: oklch(63.7% 0.237 25.331);
9
+ --ui-color-red-600: oklch(57.7% 0.245 27.325);
9
10
  --ui-color-orange-600: #f25847;
10
11
  --ui-color-amber-50: oklch(98.7% 0.022 95.277);
11
12
  --ui-color-amber-200: oklch(92.4% 0.12 95.746);
12
13
  --ui-color-amber-500: oklch(76.9% 0.188 70.08);
13
14
  --ui-color-amber-600: oklch(66.6% 0.179 58.318);
14
15
  --ui-color-amber-800: oklch(47.3% 0.137 46.201);
15
- --ui-color-yellow-500: oklch(79.5% 0.184 86.047);
16
16
  --ui-color-green-50: oklch(98.2% 0.018 155.826);
17
17
  --ui-color-green-200: oklch(92.5% 0.084 155.995);
18
18
  --ui-color-green-400: oklch(79.2% 0.209 151.711);
19
19
  --ui-color-green-500: oklch(72.3% 0.219 149.579);
20
+ --ui-color-green-600: oklch(62.7% 0.194 149.214);
20
21
  --ui-color-green-700: oklch(52.7% 0.154 150.069);
21
22
  --ui-color-green-800: oklch(44.8% 0.119 151.328);
22
23
  --ui-color-emerald-500: oklch(69.6% 0.17 162.48);
@@ -36,6 +37,7 @@
36
37
  --ui-color-rose-600: oklch(58.6% 0.253 17.585);
37
38
  --ui-color-slate-50: oklch(98.4% 0.003 247.858);
38
39
  --ui-color-slate-200: oklch(92.9% 0.013 255.508);
40
+ --ui-color-gray-50: #f9fafb;
39
41
  --ui-color-gray-100: #f4f5f7;
40
42
  --ui-color-gray-200: #e5e7eb;
41
43
  --ui-color-gray-300: #d2d6dc;
@@ -1215,6 +1217,10 @@
1215
1217
  border-style: var(--tw-border-style);
1216
1218
  border-width: 0px;
1217
1219
  }
1220
+ .ui\:border-2 {
1221
+ border-style: var(--tw-border-style);
1222
+ border-width: 2px;
1223
+ }
1218
1224
  .ui\:border-4 {
1219
1225
  border-style: var(--tw-border-style);
1220
1226
  border-width: 4px;
@@ -1412,15 +1418,15 @@
1412
1418
  .ui\:bg-foreground {
1413
1419
  background-color: var(--ui-color-foreground);
1414
1420
  }
1421
+ .ui\:bg-gray-50 {
1422
+ background-color: var(--ui-color-gray-50);
1423
+ }
1415
1424
  .ui\:bg-gray-100 {
1416
1425
  background-color: var(--ui-color-gray-100);
1417
1426
  }
1418
1427
  .ui\:bg-gray-200 {
1419
1428
  background-color: var(--ui-color-gray-200);
1420
1429
  }
1421
- .ui\:bg-gray-500 {
1422
- background-color: var(--ui-color-gray-500);
1423
- }
1424
1430
  .ui\:bg-gray-800 {
1425
1431
  background-color: var(--ui-color-gray-800);
1426
1432
  }
@@ -1430,9 +1436,6 @@
1430
1436
  .ui\:bg-green-400 {
1431
1437
  background-color: var(--ui-color-green-400);
1432
1438
  }
1433
- .ui\:bg-green-500 {
1434
- background-color: var(--ui-color-green-500);
1435
- }
1436
1439
  .ui\:bg-indigo-600\/10 {
1437
1440
  background-color: var(--ui-color-indigo-600);
1438
1441
  @supports (color: color-mix(in lab, red, red)) {
@@ -1502,9 +1505,6 @@
1502
1505
  background-color: color-mix(in oklab, var(--ui-color-purple-500) 30%, transparent);
1503
1506
  }
1504
1507
  }
1505
- .ui\:bg-red-500 {
1506
- background-color: var(--ui-color-red-500);
1507
- }
1508
1508
  .ui\:bg-rose-500\/10 {
1509
1509
  background-color: var(--ui-color-rose-500);
1510
1510
  @supports (color: color-mix(in lab, red, red)) {
@@ -1559,9 +1559,6 @@
1559
1559
  .ui\:bg-white {
1560
1560
  background-color: var(--ui-color-white);
1561
1561
  }
1562
- .ui\:bg-yellow-500 {
1563
- background-color: var(--ui-color-yellow-500);
1564
- }
1565
1562
  .ui\:bg-whatsapp-bg {
1566
1563
  background-image: var(--image-whatsapp-bg);
1567
1564
  }
@@ -1742,6 +1739,9 @@
1742
1739
  .ui\:align-middle {
1743
1740
  vertical-align: middle;
1744
1741
  }
1742
+ .ui\:font-\[inherit\] {
1743
+ font-family: inherit;
1744
+ }
1745
1745
  .ui\:font-mono {
1746
1746
  font-family: var(--ui-font-mono);
1747
1747
  }
@@ -1794,6 +1794,9 @@
1794
1794
  .ui\:text-\[0\.70rem\] {
1795
1795
  font-size: 0.70rem;
1796
1796
  }
1797
+ .ui\:text-\[length\:inherit\] {
1798
+ font-size: inherit;
1799
+ }
1797
1800
  .ui\:leading-6 {
1798
1801
  --tw-leading: calc(var(--ui-spacing) * 6);
1799
1802
  line-height: calc(var(--ui-spacing) * 6);
@@ -1914,6 +1917,9 @@
1914
1917
  .ui\:text-gray-650 {
1915
1918
  color: var(--ui-color-gray-650);
1916
1919
  }
1920
+ .ui\:text-green-500 {
1921
+ color: var(--ui-color-green-500);
1922
+ }
1917
1923
  .ui\:text-green-700 {
1918
1924
  color: var(--ui-color-green-700);
1919
1925
  }
@@ -2831,6 +2837,13 @@
2831
2837
  }
2832
2838
  }
2833
2839
  }
2840
+ .ui\:hover\:text-black-900 {
2841
+ &:hover {
2842
+ @media (hover: hover) {
2843
+ color: var(--ui-color-black-900);
2844
+ }
2845
+ }
2846
+ }
2834
2847
  .ui\:hover\:text-black-950 {
2835
2848
  &:hover {
2836
2849
  @media (hover: hover) {
@@ -2852,6 +2865,13 @@
2852
2865
  }
2853
2866
  }
2854
2867
  }
2868
+ .ui\:hover\:text-green-600 {
2869
+ &:hover {
2870
+ @media (hover: hover) {
2871
+ color: var(--ui-color-green-600);
2872
+ }
2873
+ }
2874
+ }
2855
2875
  .ui\:hover\:text-primary {
2856
2876
  &:hover {
2857
2877
  @media (hover: hover) {
@@ -2859,6 +2879,13 @@
2859
2879
  }
2860
2880
  }
2861
2881
  }
2882
+ .ui\:hover\:text-red-600 {
2883
+ &:hover {
2884
+ @media (hover: hover) {
2885
+ color: var(--ui-color-red-600);
2886
+ }
2887
+ }
2888
+ }
2862
2889
  .ui\:hover\:text-segmentify-700 {
2863
2890
  &:hover {
2864
2891
  @media (hover: hover) {
@@ -4302,6 +4329,11 @@
4302
4329
  margin-left: calc(var(--ui-spacing) * 2);
4303
4330
  }
4304
4331
  }
4332
+ .ui\:lg\:ml-4 {
4333
+ @media (width >= 64rem) {
4334
+ margin-left: calc(var(--ui-spacing) * 4);
4335
+ }
4336
+ }
4305
4337
  .ui\:lg\:w-auto {
4306
4338
  @media (width >= 64rem) {
4307
4339
  width: auto;
@@ -4702,11 +4734,6 @@
4702
4734
  padding-bottom: calc(var(--ui-spacing) * 3);
4703
4735
  }
4704
4736
  }
4705
- .ui\:\[\.border-b\]\:pb-6 {
4706
- &:is(.border-b) {
4707
- padding-bottom: calc(var(--ui-spacing) * 6);
4708
- }
4709
- }
4710
4737
  .ui\:\[\.border-t\]\:pt-3 {
4711
4738
  &:is(.border-t) {
4712
4739
  padding-top: calc(var(--ui-spacing) * 3);
@@ -5180,6 +5207,12 @@
5180
5207
  .ql-editor {
5181
5208
  min-height: 100px;
5182
5209
  }
5210
+ .accordion-content-overflow-visible[data-state='open'] {
5211
+ overflow: visible !important;
5212
+ }
5213
+ .accordion-content-overflow-visible[data-state='closed'] {
5214
+ overflow: hidden !important;
5215
+ }
5183
5216
  .full-width-trigger {
5184
5217
  width: var(--radix-popover-trigger-width) !important;
5185
5218
  max-height: var(--radix-popover-content-available-height);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@segmentify/ui",
3
- "version": "0.0.49",
3
+ "version": "0.0.51",
4
4
  "description": "A collection of reusable React UI components built with Tailwind CSS and Radix UI",
5
5
  "repository": {
6
6
  "type": "git",