@segmentify/ui 0.0.54 → 0.0.56

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
@@ -367,6 +367,9 @@
367
367
  .ui\:mt-auto {
368
368
  margin-top: auto;
369
369
  }
370
+ .ui\:-mr-2 {
371
+ margin-right: calc(var(--ui-spacing) * -2);
372
+ }
370
373
  .ui\:mr-1\! {
371
374
  margin-right: calc(var(--ui-spacing) * 1) !important;
372
375
  }
@@ -409,6 +412,9 @@
409
412
  .ui\:ml-auto {
410
413
  margin-left: auto;
411
414
  }
415
+ .ui\:box-border {
416
+ box-sizing: border-box;
417
+ }
412
418
  .ui\:line-clamp-1 {
413
419
  overflow: hidden;
414
420
  display: -webkit-box;
@@ -682,6 +688,9 @@
682
688
  .ui\:w-5 {
683
689
  width: calc(var(--ui-spacing) * 5);
684
690
  }
691
+ .ui\:w-6 {
692
+ width: calc(var(--ui-spacing) * 6);
693
+ }
685
694
  .ui\:w-8 {
686
695
  width: calc(var(--ui-spacing) * 8);
687
696
  }
@@ -1181,10 +1190,18 @@
1181
1190
  border-start-start-radius: var(--ui-radius-lg);
1182
1191
  border-end-start-radius: var(--ui-radius-lg);
1183
1192
  }
1193
+ .ui\:rounded-s-none {
1194
+ border-start-start-radius: 0;
1195
+ border-end-start-radius: 0;
1196
+ }
1184
1197
  .ui\:rounded-e-lg {
1185
1198
  border-start-end-radius: var(--ui-radius-lg);
1186
1199
  border-end-end-radius: var(--ui-radius-lg);
1187
1200
  }
1201
+ .ui\:rounded-e-none {
1202
+ border-start-end-radius: 0;
1203
+ border-end-end-radius: 0;
1204
+ }
1188
1205
  .ui\:rounded-t-\[10px\] {
1189
1206
  border-top-left-radius: 10px;
1190
1207
  border-top-right-radius: 10px;
@@ -1252,6 +1269,10 @@
1252
1269
  border-right-style: var(--tw-border-style);
1253
1270
  border-right-width: 1px;
1254
1271
  }
1272
+ .ui\:border-r-0 {
1273
+ border-right-style: var(--tw-border-style);
1274
+ border-right-width: 0px;
1275
+ }
1255
1276
  .ui\:border-b {
1256
1277
  border-bottom-style: var(--tw-border-style);
1257
1278
  border-bottom-width: 1px;
@@ -1421,6 +1442,12 @@
1421
1442
  .ui\:bg-foreground {
1422
1443
  background-color: var(--ui-color-foreground);
1423
1444
  }
1445
+ .ui\:bg-foreground\/20 {
1446
+ background-color: var(--ui-color-foreground);
1447
+ @supports (color: color-mix(in lab, red, red)) {
1448
+ background-color: color-mix(in oklab, var(--ui-color-foreground) 20%, transparent);
1449
+ }
1450
+ }
1424
1451
  .ui\:bg-gray-50 {
1425
1452
  background-color: var(--ui-color-gray-50);
1426
1453
  }
@@ -1908,6 +1935,12 @@
1908
1935
  .ui\:text-foreground {
1909
1936
  color: var(--ui-color-foreground);
1910
1937
  }
1938
+ .ui\:text-foreground\/50 {
1939
+ color: var(--ui-color-foreground);
1940
+ @supports (color: color-mix(in lab, red, red)) {
1941
+ color: color-mix(in oklab, var(--ui-color-foreground) 50%, transparent);
1942
+ }
1943
+ }
1911
1944
  .ui\:text-gray-400 {
1912
1945
  color: var(--ui-color-gray-400);
1913
1946
  }
@@ -2026,6 +2059,9 @@
2026
2059
  .ui\:opacity-70 {
2027
2060
  opacity: 70%;
2028
2061
  }
2062
+ .ui\:opacity-100 {
2063
+ opacity: 100%;
2064
+ }
2029
2065
  .ui\:shadow {
2030
2066
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2031
2067
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -3010,6 +3046,11 @@
3010
3046
  outline-style: none;
3011
3047
  }
3012
3048
  }
3049
+ .ui\:focus-visible\:z-10 {
3050
+ &:focus-visible {
3051
+ z-index: 10;
3052
+ }
3053
+ }
3013
3054
  .ui\:focus-visible\:border-destructive\! {
3014
3055
  &:focus-visible {
3015
3056
  border-color: var(--ui-color-destructive) !important;
@@ -4703,6 +4744,12 @@
4703
4744
  height: calc(var(--ui-spacing) * 6);
4704
4745
  }
4705
4746
  }
4747
+ .ui\:\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-full {
4748
+ & svg:not([class*='size-']) {
4749
+ width: 100%;
4750
+ height: 100%;
4751
+ }
4752
+ }
4706
4753
  .ui\:\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground {
4707
4754
  & svg:not([class*='text-']) {
4708
4755
  color: var(--ui-color-muted-foreground);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@segmentify/ui",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
4
4
  "description": "A collection of reusable React UI components built with Tailwind CSS and Radix UI",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,13 +27,13 @@
27
27
  "dist"
28
28
  ],
29
29
  "peerDependencies": {
30
+ "@tanstack/react-query": "^5.90.19",
31
+ "lucide-react": ">=0.562.0",
30
32
  "react": "^18.0.0 || ^19.0.0",
31
33
  "react-dom": "^18.0.0 || ^19.0.0",
32
34
  "react-hook-form": "^7.0.0",
33
- "@tanstack/react-query": "^5.90.19",
34
- "lucide-react": ">=0.562.0",
35
- "sonner": "^2.0.7",
36
- "recharts": "^2.15.0"
35
+ "recharts": "^2.15.0",
36
+ "sonner": "^2.0.7"
37
37
  },
38
38
  "dependencies": {
39
39
  "@base-ui/react": "^1.1.0",
@@ -67,6 +67,7 @@
67
67
  "quill": "^2.0.3",
68
68
  "radix-ui": "^1.4.3",
69
69
  "react-day-picker": "^9.13.0",
70
+ "react-phone-number-input": "^3.4.16",
70
71
  "react-select": "^5.10.2",
71
72
  "tailwind-merge": "^3.4.0",
72
73
  "vaul": "^1.1.2"
@@ -82,6 +83,7 @@
82
83
  "@storybook/react-vite": "^10.1.10",
83
84
  "@tailwindcss/cli": "^4.1.18",
84
85
  "@tailwindcss/vite": "^4.1.18",
86
+ "@tanstack/react-query": "^5.90.19",
85
87
  "@types/node": "^25.0.3",
86
88
  "@types/react": "^19.2.7",
87
89
  "@types/react-dom": "^19.2.3",
@@ -102,15 +104,14 @@
102
104
  "husky": "^9.1.7",
103
105
  "knip": "^5.76.1",
104
106
  "lint-staged": "^16.2.7",
107
+ "lucide-react": "^0.562.0",
105
108
  "playwright": "^1.57.0",
106
109
  "prettier": "3.7.4",
107
110
  "react": "^19.2.0",
108
111
  "react-dom": "^19.2.0",
109
- "react-hook-form": "7.69.0",
110
- "@tanstack/react-query": "^5.90.19",
111
- "lucide-react": "^0.562.0",
112
- "sonner": "^2.0.7",
112
+ "react-hook-form": "7.71.2",
113
113
  "recharts": "2.15.4",
114
+ "sonner": "^2.0.7",
114
115
  "storybook": "^10.1.10",
115
116
  "tailwindcss": "^4.1.18",
116
117
  "ts-toolbelt": "^9.6.0",
@@ -1 +0,0 @@
1
- export declare const usePopupLayerZIndex: () => number | undefined;