@driveflux/beam 2.0.11 → 2.0.12

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.
@@ -1,16 +1,11 @@
1
1
  @import "./root.css";
2
2
  @import "./datepicker/calendar.css";
3
3
 
4
- @plugin 'tailwindcss-animate';
5
-
6
4
  @custom-variant dark (&:is(.dark *));
7
5
 
8
6
  @font-face {
9
7
  font-family: "Gotham-Black";
10
- src: url("https://driveflux.com/static/fonts/Gotham-Black.woff2")
11
- format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Black.woff")
12
- format("woff"), url("https://driveflux.com/static/fonts/gotham-black.otf")
13
- format("otf");
8
+ src: url("https://driveflux.com/static/fonts/Gotham-Black.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Black.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-black.otf") format("otf");
14
9
  font-weight: 500;
15
10
  font-style: normal;
16
11
  font-display: swap;
@@ -18,10 +13,7 @@
18
13
 
19
14
  @font-face {
20
15
  font-family: "Gotham-Light";
21
- src: url("https://driveflux.com/static/fonts/Gotham-Light.woff2")
22
- format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Light.woff")
23
- format("woff"), url("https://driveflux.com/static/fonts/gotham-light.otf")
24
- format("otf");
16
+ src: url("https://driveflux.com/static/fonts/Gotham-Light.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Light.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-light.otf") format("otf");
25
17
  font-weight: 300;
26
18
  font-style: normal;
27
19
  font-display: swap;
@@ -29,8 +21,7 @@
29
21
 
30
22
  @font-face {
31
23
  font-family: "Gotham-Medium";
32
- src: url("https://driveflux.com/static/fonts/Gotham-Medium.woff2")
33
- format("woff2"),
24
+ src: url("https://driveflux.com/static/fonts/Gotham-Medium.woff2") format("woff2"),
34
25
  url("https://driveflux.com/static/fonts/Gotham-Medium.woff") format("woff"),
35
26
  url("https://driveflux.com/static/fonts/gotham-medium.otf") format("otf");
36
27
  font-weight: 500;
@@ -40,10 +31,7 @@
40
31
 
41
32
  @font-face {
42
33
  font-family: "Gotham-Bold";
43
- src: url("https://driveflux.com/static/fonts/Gotham-Bold.woff2")
44
- format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Bold.woff")
45
- format("woff"), url("https://driveflux.com/static/fonts/gotham-bold.otf")
46
- format("otf");
34
+ src: url("https://driveflux.com/static/fonts/Gotham-Bold.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Bold.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-bold.otf") format("otf");
47
35
  font-weight: bold;
48
36
  font-style: normal;
49
37
  font-display: swap;
@@ -51,10 +39,7 @@
51
39
 
52
40
  @font-face {
53
41
  font-family: "Gotham-Book";
54
- src: url("https://driveflux.com/static/fonts/Gotham-Book.woff2")
55
- format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Book.woff")
56
- format("woff"), url("https://driveflux.com/static/fonts/gotham-book.otf")
57
- format("otf");
42
+ src: url("https://driveflux.com/static/fonts/Gotham-Book.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Book.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-book.otf") format("otf");
58
43
  font-weight: normal;
59
44
  font-style: normal;
60
45
  font-display: swap;
@@ -212,6 +197,7 @@
212
197
  }
213
198
 
214
199
  @layer base {
200
+
215
201
  *,
216
202
  ::after,
217
203
  ::before,
@@ -338,4 +324,4 @@
338
324
  ::-ms-reveal {
339
325
  display: none;
340
326
  }
341
- }
327
+ }
@@ -1,155 +1,155 @@
1
1
  .react-calendar {
2
- width: 350px;
3
- max-width: 100%;
4
- background: white;
5
- border: 1px solid #a0a096;
6
- font-family: "Arial", "Helvetica", sans-serif;
7
- line-height: 1.125em;
2
+ width: 350px;
3
+ max-width: 100%;
4
+ background: white;
5
+ border: 1px solid #a0a096;
6
+ font-family: 'Arial', 'Helvetica', sans-serif;
7
+ line-height: 1.125em;
8
8
  }
9
9
 
10
10
  .react-calendar--doubleView {
11
- width: 700px;
11
+ width: 700px;
12
12
  }
13
13
 
14
14
  .react-calendar--doubleView .react-calendar__viewContainer {
15
- display: flex;
16
- margin: -0.5em;
15
+ display: flex;
16
+ margin: -0.5em;
17
17
  }
18
18
 
19
19
  .react-calendar--doubleView .react-calendar__viewContainer > * {
20
- width: 50%;
21
- margin: 0.5em;
20
+ width: 50%;
21
+ margin: 0.5em;
22
22
  }
23
23
 
24
24
  .react-calendar,
25
25
  .react-calendar *,
26
26
  .react-calendar *:before,
27
27
  .react-calendar *:after {
28
- -moz-box-sizing: border-box;
29
- -webkit-box-sizing: border-box;
30
- box-sizing: border-box;
28
+ -moz-box-sizing: border-box;
29
+ -webkit-box-sizing: border-box;
30
+ box-sizing: border-box;
31
31
  }
32
32
 
33
33
  .react-calendar button {
34
- margin: 0;
35
- border: 0;
36
- outline: none;
34
+ margin: 0;
35
+ border: 0;
36
+ outline: none;
37
37
  }
38
38
 
39
39
  .react-calendar button:enabled:hover {
40
- cursor: pointer;
40
+ cursor: pointer;
41
41
  }
42
42
 
43
43
  .react-calendar__navigation {
44
- display: flex;
45
- height: 44px;
46
- margin-bottom: 1em;
44
+ display: flex;
45
+ height: 44px;
46
+ margin-bottom: 1em;
47
47
  }
48
48
 
49
49
  .react-calendar__navigation button {
50
- min-width: 44px;
51
- background: none;
50
+ min-width: 44px;
51
+ background: none;
52
52
  }
53
53
 
54
54
  .react-calendar__navigation button:disabled {
55
- background-color: #f0f0f0;
55
+ background-color: #f0f0f0;
56
56
  }
57
57
 
58
58
  .react-calendar__navigation button:enabled:hover,
59
59
  .react-calendar__navigation button:enabled:focus {
60
- background-color: #e6e6e6;
60
+ background-color: #e6e6e6;
61
61
  }
62
62
 
63
63
  .react-calendar__month-view__weekdays {
64
- text-align: center;
65
- text-transform: uppercase;
66
- font: inherit;
67
- font-size: 0.75em;
68
- font-weight: bold;
64
+ text-align: center;
65
+ text-transform: uppercase;
66
+ font: inherit;
67
+ font-size: 0.75em;
68
+ font-weight: bold;
69
69
  }
70
70
 
71
71
  .react-calendar__month-view__weekdays__weekday {
72
- padding: 0.5em;
72
+ padding: 0.5em;
73
73
  }
74
74
 
75
75
  .react-calendar__month-view__weekNumbers .react-calendar__tile {
76
- display: flex;
77
- align-items: center;
78
- justify-content: center;
79
- font: inherit;
80
- font-size: 0.75em;
81
- font-weight: bold;
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: center;
79
+ font: inherit;
80
+ font-size: 0.75em;
81
+ font-weight: bold;
82
82
  }
83
83
 
84
84
  .react-calendar__month-view__days__day--weekend {
85
- color: #d10000;
85
+ color: #d10000;
86
86
  }
87
87
 
88
88
  .react-calendar__month-view__days__day--neighboringMonth,
89
89
  .react-calendar__decade-view__years__year--neighboringDecade,
90
90
  .react-calendar__century-view__decades__decade--neighboringCentury {
91
- color: #757575;
91
+ color: #757575;
92
92
  }
93
93
 
94
94
  .react-calendar__year-view .react-calendar__tile,
95
95
  .react-calendar__decade-view .react-calendar__tile,
96
96
  .react-calendar__century-view .react-calendar__tile {
97
- padding: 2em 0.5em;
97
+ padding: 2em 0.5em;
98
98
  }
99
99
 
100
100
  .react-calendar__tile {
101
- max-width: 100%;
102
- padding: 10px 6.6667px;
103
- background: none;
104
- text-align: center;
105
- font: inherit;
106
- font-size: 0.833em;
101
+ max-width: 100%;
102
+ padding: 10px 6.6667px;
103
+ background: none;
104
+ text-align: center;
105
+ font: inherit;
106
+ font-size: 0.833em;
107
107
  }
108
108
 
109
109
  .react-calendar__tile:disabled {
110
- background-color: #f0f0f0;
111
- color: #ababab;
110
+ background-color: #f0f0f0;
111
+ color: #ababab;
112
112
  }
113
113
 
114
114
  .react-calendar__month-view__days__day--neighboringMonth:disabled,
115
115
  .react-calendar__decade-view__years__year--neighboringDecade:disabled,
116
116
  .react-calendar__century-view__decades__decade--neighboringCentury:disabled {
117
- color: #cdcdcd;
117
+ color: #cdcdcd;
118
118
  }
119
119
 
120
120
  .react-calendar__tile:enabled:hover,
121
121
  .react-calendar__tile:enabled:focus {
122
- background-color: #e6e6e6;
122
+ background-color: #e6e6e6;
123
123
  }
124
124
 
125
125
  .react-calendar__tile--now {
126
- background: #ffff76;
126
+ background: #ffff76;
127
127
  }
128
128
 
129
129
  .react-calendar__tile--now:enabled:hover,
130
130
  .react-calendar__tile--now:enabled:focus {
131
- background: #ffffa9;
131
+ background: #ffffa9;
132
132
  }
133
133
 
134
134
  .react-calendar__tile--hasActive {
135
- background: #76baff;
135
+ background: #76baff;
136
136
  }
137
137
 
138
138
  .react-calendar__tile--hasActive:enabled:hover,
139
139
  .react-calendar__tile--hasActive:enabled:focus {
140
- background: #a9d4ff;
140
+ background: #a9d4ff;
141
141
  }
142
142
 
143
143
  .react-calendar__tile--active {
144
- background: #006edc;
145
- color: white;
144
+ background: #006edc;
145
+ color: white;
146
146
  }
147
147
 
148
148
  .react-calendar__tile--active:enabled:hover,
149
149
  .react-calendar__tile--active:enabled:focus {
150
- background: #1087ff;
150
+ background: #1087ff;
151
151
  }
152
152
 
153
153
  .react-calendar--selectRange .react-calendar__tile--hover {
154
- background-color: #e6e6e6;
154
+ background-color: #e6e6e6;
155
155
  }
package/dist/styles.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -253,7 +253,7 @@
253
253
  padding: 0 !important;
254
254
  margin: -1px !important;
255
255
  overflow: hidden !important;
256
- clip: rect(0, 0, 0, 0) !important;
256
+ clip-path: inset(50%) !important;
257
257
  white-space: nowrap !important;
258
258
  border-width: 0 !important;
259
259
  }
@@ -1278,15 +1278,6 @@
1278
1278
  --tw-ease: var(--ease-out) !important;
1279
1279
  transition-timing-function: var(--ease-out) !important;
1280
1280
  }
1281
- .animate-in {
1282
- animation-name: enter !important;
1283
- animation-duration: 150ms !important;
1284
- --tw-enter-opacity: initial !important;
1285
- --tw-enter-scale: initial !important;
1286
- --tw-enter-rotate: initial !important;
1287
- --tw-enter-translate-x: initial !important;
1288
- --tw-enter-translate-y: initial !important;
1289
- }
1290
1281
  .outline-none {
1291
1282
  --tw-outline-style: none !important;
1292
1283
  outline-style: none !important;
@@ -1295,27 +1286,6 @@
1295
1286
  -webkit-user-select: none !important;
1296
1287
  user-select: none !important;
1297
1288
  }
1298
- .duration-200 {
1299
- animation-duration: 200ms !important;
1300
- }
1301
- .duration-300 {
1302
- animation-duration: 300ms !important;
1303
- }
1304
- .duration-500 {
1305
- animation-duration: 500ms !important;
1306
- }
1307
- .ease-in-out {
1308
- animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
1309
- }
1310
- .ease-out {
1311
- animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
1312
- }
1313
- .fade-in-0 {
1314
- --tw-enter-opacity: 0 !important;
1315
- }
1316
- .zoom-in-95 {
1317
- --tw-enter-scale: .95 !important;
1318
- }
1319
1289
  .group-data-\[state\=closed\]\:block {
1320
1290
  &:is(:where(.group)[data-state="closed"] *) {
1321
1291
  display: block !important;
@@ -1803,44 +1773,24 @@
1803
1773
  translate: var(--tw-translate-x) var(--tw-translate-y) !important;
1804
1774
  }
1805
1775
  }
1806
- .data-\[side\=bottom\]\:slide-in-from-top-2 {
1807
- &[data-side="bottom"] {
1808
- --tw-enter-translate-y: -0.5rem !important;
1809
- }
1810
- }
1811
1776
  .data-\[side\=left\]\:-translate-x-1 {
1812
1777
  &[data-side="left"] {
1813
1778
  --tw-translate-x: calc(var(--spacing) * -1) !important;
1814
1779
  translate: var(--tw-translate-x) var(--tw-translate-y) !important;
1815
1780
  }
1816
1781
  }
1817
- .data-\[side\=left\]\:slide-in-from-right-2 {
1818
- &[data-side="left"] {
1819
- --tw-enter-translate-x: 0.5rem !important;
1820
- }
1821
- }
1822
1782
  .data-\[side\=right\]\:translate-x-1 {
1823
1783
  &[data-side="right"] {
1824
1784
  --tw-translate-x: calc(var(--spacing) * 1) !important;
1825
1785
  translate: var(--tw-translate-x) var(--tw-translate-y) !important;
1826
1786
  }
1827
1787
  }
1828
- .data-\[side\=right\]\:slide-in-from-left-2 {
1829
- &[data-side="right"] {
1830
- --tw-enter-translate-x: -0.5rem !important;
1831
- }
1832
- }
1833
1788
  .data-\[side\=top\]\:-translate-y-1 {
1834
1789
  &[data-side="top"] {
1835
1790
  --tw-translate-y: calc(var(--spacing) * -1) !important;
1836
1791
  translate: var(--tw-translate-x) var(--tw-translate-y) !important;
1837
1792
  }
1838
1793
  }
1839
- .data-\[side\=top\]\:slide-in-from-bottom-2 {
1840
- &[data-side="top"] {
1841
- --tw-enter-translate-y: 0.5rem !important;
1842
- }
1843
- }
1844
1794
  .data-\[state\=active\]\:border-b-2 {
1845
1795
  &[data-state="active"] {
1846
1796
  border-bottom-style: var(--tw-border-style) !important;
@@ -1878,37 +1828,6 @@
1878
1828
  animation: var(--animate-accordion-up) !important;
1879
1829
  }
1880
1830
  }
1881
- .data-\[state\=closed\]\:animate-out {
1882
- &[data-state="closed"] {
1883
- animation-name: exit !important;
1884
- animation-duration: 150ms !important;
1885
- --tw-exit-opacity: initial !important;
1886
- --tw-exit-scale: initial !important;
1887
- --tw-exit-rotate: initial !important;
1888
- --tw-exit-translate-x: initial !important;
1889
- --tw-exit-translate-y: initial !important;
1890
- }
1891
- }
1892
- .data-\[state\=closed\]\:fade-out-0 {
1893
- &[data-state="closed"] {
1894
- --tw-exit-opacity: 0 !important;
1895
- }
1896
- }
1897
- .data-\[state\=closed\]\:slide-out-to-left-1\/2 {
1898
- &[data-state="closed"] {
1899
- --tw-exit-translate-x: -50% !important;
1900
- }
1901
- }
1902
- .data-\[state\=closed\]\:slide-out-to-top-\[48\%\] {
1903
- &[data-state="closed"] {
1904
- --tw-exit-translate-y: -48% !important;
1905
- }
1906
- }
1907
- .data-\[state\=closed\]\:zoom-out-95 {
1908
- &[data-state="closed"] {
1909
- --tw-exit-scale: .95 !important;
1910
- }
1911
- }
1912
1831
  .data-\[state\=open\]\:animate-accordion-down {
1913
1832
  &[data-state="open"] {
1914
1833
  animation: var(--animate-accordion-down) !important;
@@ -1919,37 +1838,6 @@
1919
1838
  background-color: var(--color-zinc-100) !important;
1920
1839
  }
1921
1840
  }
1922
- .data-\[state\=open\]\:animate-in {
1923
- &[data-state="open"] {
1924
- animation-name: enter !important;
1925
- animation-duration: 150ms !important;
1926
- --tw-enter-opacity: initial !important;
1927
- --tw-enter-scale: initial !important;
1928
- --tw-enter-rotate: initial !important;
1929
- --tw-enter-translate-x: initial !important;
1930
- --tw-enter-translate-y: initial !important;
1931
- }
1932
- }
1933
- .data-\[state\=open\]\:fade-in-0 {
1934
- &[data-state="open"] {
1935
- --tw-enter-opacity: 0 !important;
1936
- }
1937
- }
1938
- .data-\[state\=open\]\:slide-in-from-left-1\/2 {
1939
- &[data-state="open"] {
1940
- --tw-enter-translate-x: -50% !important;
1941
- }
1942
- }
1943
- .data-\[state\=open\]\:slide-in-from-top-\[48\%\] {
1944
- &[data-state="open"] {
1945
- --tw-enter-translate-y: -48% !important;
1946
- }
1947
- }
1948
- .data-\[state\=open\]\:zoom-in-95 {
1949
- &[data-state="open"] {
1950
- --tw-enter-scale: .95 !important;
1951
- }
1952
- }
1953
1841
  .data-\[state\=selected\]\:bg-zinc-100 {
1954
1842
  &[data-state="selected"] {
1955
1843
  background-color: var(--color-zinc-100) !important;
@@ -2550,35 +2438,35 @@
2550
2438
  }
2551
2439
  @font-face {
2552
2440
  font-family: "Gotham-Black";
2553
- src: url("https://driveflux.com/static/fonts/Gotham-Black.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Black.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-black.otf") format("otf");
2441
+ src: url("https://driveflux.com/static/fonts/Gotham-Black.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Black.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-black.otf") format("otf");
2554
2442
  font-weight: 500;
2555
2443
  font-style: normal;
2556
2444
  font-display: swap;
2557
2445
  }
2558
2446
  @font-face {
2559
2447
  font-family: "Gotham-Light";
2560
- src: url("https://driveflux.com/static/fonts/Gotham-Light.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Light.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-light.otf") format("otf");
2448
+ src: url("https://driveflux.com/static/fonts/Gotham-Light.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Light.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-light.otf") format("otf");
2561
2449
  font-weight: 300;
2562
2450
  font-style: normal;
2563
2451
  font-display: swap;
2564
2452
  }
2565
2453
  @font-face {
2566
2454
  font-family: "Gotham-Medium";
2567
- src: url("https://driveflux.com/static/fonts/Gotham-Medium.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Medium.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-medium.otf") format("otf");
2455
+ src: url("https://driveflux.com/static/fonts/Gotham-Medium.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Medium.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-medium.otf") format("otf");
2568
2456
  font-weight: 500;
2569
2457
  font-style: normal;
2570
2458
  font-display: swap;
2571
2459
  }
2572
2460
  @font-face {
2573
2461
  font-family: "Gotham-Bold";
2574
- src: url("https://driveflux.com/static/fonts/Gotham-Bold.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Bold.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-bold.otf") format("otf");
2462
+ src: url("https://driveflux.com/static/fonts/Gotham-Bold.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Bold.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-bold.otf") format("otf");
2575
2463
  font-weight: bold;
2576
2464
  font-style: normal;
2577
2465
  font-display: swap;
2578
2466
  }
2579
2467
  @font-face {
2580
2468
  font-family: "Gotham-Book";
2581
- src: url("https://driveflux.com/static/fonts/Gotham-Book.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Book.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-book.otf") format("otf");
2469
+ src: url("https://driveflux.com/static/fonts/Gotham-Book.woff2") format("woff2"), url("https://driveflux.com/static/fonts/Gotham-Book.woff") format("woff"), url("https://driveflux.com/static/fonts/gotham-book.otf") format("otf");
2582
2470
  font-weight: normal;
2583
2471
  font-style: normal;
2584
2472
  font-display: swap;
@@ -2671,18 +2559,6 @@
2671
2559
  display: none;
2672
2560
  }
2673
2561
  }
2674
- @keyframes enter {
2675
- from {
2676
- opacity: var(--tw-enter-opacity, 1);
2677
- transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
2678
- }
2679
- }
2680
- @keyframes exit {
2681
- to {
2682
- opacity: var(--tw-exit-opacity, 1);
2683
- transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
2684
- }
2685
- }
2686
2562
  @property --tw-translate-x {
2687
2563
  syntax: "*";
2688
2564
  inherits: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/beam",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./accordion": {
@@ -248,8 +248,8 @@
248
248
  "@storybook/test": "^8.6.12",
249
249
  "@swc/cli": "0.7.5",
250
250
  "@swc/core": "1.11.24",
251
- "@tailwindcss/cli": "^4.1.12",
252
- "@tailwindcss/postcss": "^4.1.12",
251
+ "@tailwindcss/cli": "^4.1.13",
252
+ "@tailwindcss/postcss": "^4.1.13",
253
253
  "@types/lodash": "^4.17.16",
254
254
  "@types/node": "^22.15.16",
255
255
  "@types/react": "^19.1.3",
@@ -257,7 +257,7 @@
257
257
  "react": "19.1.0",
258
258
  "react-dom": "19.1.0",
259
259
  "storybook": "^8.6.12",
260
- "tailwindcss": "^4.1.12",
260
+ "tailwindcss": "^4.1.13",
261
261
  "typescript": "^5.8.3"
262
262
  },
263
263
  "eslintConfig": {