@segmentify/ui 0.0.40 → 0.0.42

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.
Files changed (2) hide show
  1. package/dist/ui.css +39 -16
  2. package/package.json +1 -1
package/dist/ui.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  :root, :host {
4
4
  --ui-font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
@@ -93,6 +93,7 @@
93
93
  --ui-aspect-video: 16 / 9;
94
94
  --ui-default-transition-duration: 150ms;
95
95
  --ui-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
96
+ --ui-default-font-family: var(--ui-font-sans);
96
97
  --ui-animate-accordion-down: accordion-down 0.2s ease-out;
97
98
  --ui-animate-accordion-up: accordion-up 0.6s ease-out;
98
99
  --ui-color-background: hsl(var(--ui-background));
@@ -352,6 +353,9 @@
352
353
  .ui\:mb-2 {
353
354
  margin-bottom: calc(var(--ui-spacing) * 2);
354
355
  }
356
+ .ui\:mb-2\.5 {
357
+ margin-bottom: calc(var(--ui-spacing) * 2.5);
358
+ }
355
359
  .ui\:mb-4 {
356
360
  margin-bottom: calc(var(--ui-spacing) * 4);
357
361
  }
@@ -361,6 +365,9 @@
361
365
  .ui\:mb-8 {
362
366
  margin-bottom: calc(var(--ui-spacing) * 8);
363
367
  }
368
+ .ui\:mb-16 {
369
+ margin-bottom: calc(var(--ui-spacing) * 16);
370
+ }
364
371
  .ui\:-ml-1 {
365
372
  margin-left: calc(var(--ui-spacing) * -1);
366
373
  }
@@ -528,9 +535,6 @@
528
535
  .ui\:h-\[calc\(--spacing\(5\.5\)\)\] {
529
536
  height: calc(calc(var(--ui-spacing) * 5.5));
530
537
  }
531
- .ui\:h-\[calc\(100\%-1px\)\] {
532
- height: calc(100% - 1px);
533
- }
534
538
  .ui\:h-auto {
535
539
  height: auto;
536
540
  }
@@ -989,13 +993,6 @@
989
993
  margin-block-end: calc(calc(var(--ui-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
990
994
  }
991
995
  }
992
- .ui\:space-y-2\.5 {
993
- :where(& > :not(:last-child)) {
994
- --tw-space-y-reverse: 0;
995
- margin-block-start: calc(calc(var(--ui-spacing) * 2.5) * var(--tw-space-y-reverse));
996
- margin-block-end: calc(calc(var(--ui-spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
997
- }
998
- }
999
996
  .ui\:space-y-3 {
1000
997
  :where(& > :not(:last-child)) {
1001
998
  --tw-space-y-reverse: 0;
@@ -1114,6 +1111,14 @@
1114
1111
  border-top-right-radius: var(--ui-radius-md);
1115
1112
  border-bottom-right-radius: var(--ui-radius-md);
1116
1113
  }
1114
+ .ui\:rounded-b-lg {
1115
+ border-bottom-right-radius: var(--ui-radius-lg);
1116
+ border-bottom-left-radius: var(--ui-radius-lg);
1117
+ }
1118
+ .ui\:rounded-b-none {
1119
+ border-bottom-right-radius: 0;
1120
+ border-bottom-left-radius: 0;
1121
+ }
1117
1122
  .ui\:border {
1118
1123
  border-style: var(--tw-border-style);
1119
1124
  border-width: 1px;
@@ -1138,6 +1143,10 @@
1138
1143
  border-top-style: var(--tw-border-style);
1139
1144
  border-top-width: 1px;
1140
1145
  }
1146
+ .ui\:border-t-0 {
1147
+ border-top-style: var(--tw-border-style);
1148
+ border-top-width: 0px;
1149
+ }
1141
1150
  .ui\:border-r {
1142
1151
  border-right-style: var(--tw-border-style);
1143
1152
  border-right-width: 1px;
@@ -1497,9 +1506,6 @@
1497
1506
  .ui\:p-8 {
1498
1507
  padding: calc(var(--ui-spacing) * 8);
1499
1508
  }
1500
- .ui\:p-\[3px\] {
1501
- padding: 3px;
1502
- }
1503
1509
  .ui\:p-px {
1504
1510
  padding: 1px;
1505
1511
  }
@@ -1554,6 +1560,9 @@
1554
1560
  .ui\:py-6 {
1555
1561
  padding-block: calc(var(--ui-spacing) * 6);
1556
1562
  }
1563
+ .ui\:py-7 {
1564
+ padding-block: calc(var(--ui-spacing) * 7);
1565
+ }
1557
1566
  .ui\:py-8 {
1558
1567
  padding-block: calc(var(--ui-spacing) * 8);
1559
1568
  }
@@ -3614,9 +3623,14 @@
3614
3623
  }
3615
3624
  }
3616
3625
  }
3617
- .ui\:data-\[state\=active\]\:bg-background {
3626
+ .ui\:data-\[state\=active\]\:bg-segmentify-200 {
3618
3627
  &[data-state="active"] {
3619
- background-color: var(--ui-color-background);
3628
+ background-color: var(--ui-color-segmentify-200);
3629
+ }
3630
+ }
3631
+ .ui\:data-\[state\=active\]\:text-primary {
3632
+ &[data-state="active"] {
3633
+ color: var(--ui-color-primary);
3620
3634
  }
3621
3635
  }
3622
3636
  .ui\:data-\[state\=active\]\:shadow-sm {
@@ -4874,6 +4888,10 @@
4874
4888
  .ui-lib-root {
4875
4889
  background-color: var(--ui-color-background);
4876
4890
  color: var(--ui-color-foreground);
4891
+ line-height: 1.5;
4892
+ -webkit-text-size-adjust: 100%;
4893
+ tab-size: 4;
4894
+ font-family: var(--ui-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
4877
4895
  }
4878
4896
  }
4879
4897
  @property --tw-animation-delay {
@@ -5056,6 +5074,11 @@
5056
5074
  background-color: var(--ui-color-background);
5057
5075
  color: var(--ui-color-foreground);
5058
5076
  }
5077
+ [data-radix-popper-content-wrapper], [data-radix-select-viewport], [data-slot="select-content"], [data-slot="dialog-portal"], [data-slot="alert-dialog-portal"], [data-slot="drawer-portal"], [data-slot="dropdown-menu-portal"], [data-slot="sheet-portal"], [data-slot="hover-card-portal"] {
5078
+ font-family: var(--ui-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
5079
+ line-height: 1.5;
5080
+ -webkit-text-size-adjust: 100%;
5081
+ }
5059
5082
  }
5060
5083
  @property --tw-translate-x {
5061
5084
  syntax: "*";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@segmentify/ui",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "description": "A collection of reusable React UI components built with Tailwind CSS and Radix UI",
5
5
  "repository": {
6
6
  "type": "git",