@eightshift/ui-components 1.7.0 → 1.7.2
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/icons/icons.js +152 -1
- package/dist/utilities/text-helpers.js +6 -0
- package/package.json +20 -20
package/dist/icons/icons.js
CHANGED
|
@@ -29517,6 +29517,154 @@ const icons = {
|
|
|
29517
29517
|
)
|
|
29518
29518
|
]
|
|
29519
29519
|
}
|
|
29520
|
+
),
|
|
29521
|
+
webVideo: /* @__PURE__ */ jsxs(
|
|
29522
|
+
"svg",
|
|
29523
|
+
{
|
|
29524
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29525
|
+
viewBox: "0 0 20 20",
|
|
29526
|
+
width: "20",
|
|
29527
|
+
height: "20",
|
|
29528
|
+
fill: "none",
|
|
29529
|
+
children: [
|
|
29530
|
+
/* @__PURE__ */ jsx(
|
|
29531
|
+
"circle",
|
|
29532
|
+
{
|
|
29533
|
+
cx: "14.5",
|
|
29534
|
+
cy: "14.5",
|
|
29535
|
+
r: "4.5",
|
|
29536
|
+
stroke: "currentColor",
|
|
29537
|
+
fill: "none"
|
|
29538
|
+
}
|
|
29539
|
+
),
|
|
29540
|
+
/* @__PURE__ */ jsx(
|
|
29541
|
+
"ellipse",
|
|
29542
|
+
{
|
|
29543
|
+
cx: "14.5",
|
|
29544
|
+
cy: "14.5",
|
|
29545
|
+
rx: "1.75",
|
|
29546
|
+
ry: "4.5",
|
|
29547
|
+
stroke: "currentColor",
|
|
29548
|
+
fill: "none"
|
|
29549
|
+
}
|
|
29550
|
+
),
|
|
29551
|
+
/* @__PURE__ */ jsx(
|
|
29552
|
+
"path",
|
|
29553
|
+
{
|
|
29554
|
+
d: "M10.5 13h8m-8 3h8",
|
|
29555
|
+
stroke: "currentColor",
|
|
29556
|
+
strokeLinecap: "round",
|
|
29557
|
+
strokeLinejoin: "round",
|
|
29558
|
+
fill: "none"
|
|
29559
|
+
}
|
|
29560
|
+
),
|
|
29561
|
+
/* @__PURE__ */ jsx(
|
|
29562
|
+
"path",
|
|
29563
|
+
{
|
|
29564
|
+
d: "M11 9V2.5A1.5 1.5 0 0 0 9.5 1h-7A1.5 1.5 0 0 0 1 2.5v9A1.5 1.5 0 0 0 2.5 13h6",
|
|
29565
|
+
stroke: "currentColor",
|
|
29566
|
+
strokeLinecap: "round",
|
|
29567
|
+
fill: "none"
|
|
29568
|
+
}
|
|
29569
|
+
),
|
|
29570
|
+
/* @__PURE__ */ jsx(
|
|
29571
|
+
"path",
|
|
29572
|
+
{
|
|
29573
|
+
d: "M4 1.5v11M1 4h3M1 7h3m-3 3h3",
|
|
29574
|
+
stroke: "currentColor",
|
|
29575
|
+
fill: "none"
|
|
29576
|
+
}
|
|
29577
|
+
),
|
|
29578
|
+
/* @__PURE__ */ jsx(
|
|
29579
|
+
"path",
|
|
29580
|
+
{
|
|
29581
|
+
d: "M8 4h3M8 7h3m-3 3h1.5",
|
|
29582
|
+
stroke: "currentColor",
|
|
29583
|
+
strokeLinecap: "round",
|
|
29584
|
+
fill: "none"
|
|
29585
|
+
}
|
|
29586
|
+
),
|
|
29587
|
+
/* @__PURE__ */ jsx(
|
|
29588
|
+
"path",
|
|
29589
|
+
{
|
|
29590
|
+
d: "M8 1.5v11",
|
|
29591
|
+
stroke: "currentColor",
|
|
29592
|
+
fill: "none"
|
|
29593
|
+
}
|
|
29594
|
+
),
|
|
29595
|
+
/* @__PURE__ */ jsx(
|
|
29596
|
+
"path",
|
|
29597
|
+
{
|
|
29598
|
+
d: "M5.25 7.896V5.604a.25.25 0 0 1 .427-.177l1.146 1.146a.25.25 0 0 1 0 .354L5.677 8.073a.25.25 0 0 1-.427-.177Z",
|
|
29599
|
+
fill: "currentColor"
|
|
29600
|
+
}
|
|
29601
|
+
)
|
|
29602
|
+
]
|
|
29603
|
+
}
|
|
29604
|
+
),
|
|
29605
|
+
media: /* @__PURE__ */ jsxs(
|
|
29606
|
+
"svg",
|
|
29607
|
+
{
|
|
29608
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29609
|
+
viewBox: "0 0 20 20",
|
|
29610
|
+
width: "20",
|
|
29611
|
+
height: "20",
|
|
29612
|
+
fill: "none",
|
|
29613
|
+
children: [
|
|
29614
|
+
/* @__PURE__ */ jsx(
|
|
29615
|
+
"path",
|
|
29616
|
+
{
|
|
29617
|
+
d: "m9 17 1.666-1.48a1.183 1.183 0 0 1 1.623.047c.478.478 1.258.46 1.713-.04l.837-.922a1.5 1.5 0 0 1 2.216-.005L19 16.722M10.5 9h7a1.5 1.5 0 0 1 1.5 1.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 9 17.5v-7A1.5 1.5 0 0 1 10.5 9Z",
|
|
29618
|
+
stroke: "currentColor",
|
|
29619
|
+
fill: "none"
|
|
29620
|
+
}
|
|
29621
|
+
),
|
|
29622
|
+
/* @__PURE__ */ jsx(
|
|
29623
|
+
"circle",
|
|
29624
|
+
{
|
|
29625
|
+
cx: "12",
|
|
29626
|
+
cy: "12",
|
|
29627
|
+
r: "1",
|
|
29628
|
+
fill: "currentColor",
|
|
29629
|
+
fillOpacity: "0.12",
|
|
29630
|
+
stroke: "currentColor"
|
|
29631
|
+
}
|
|
29632
|
+
),
|
|
29633
|
+
/* @__PURE__ */ jsx(
|
|
29634
|
+
"path",
|
|
29635
|
+
{
|
|
29636
|
+
d: "M12 7.5v-5A1.5 1.5 0 0 0 10.5 1h-8A1.5 1.5 0 0 0 1 2.5v9A1.5 1.5 0 0 0 2.5 13h5",
|
|
29637
|
+
stroke: "currentColor",
|
|
29638
|
+
strokeLinecap: "round",
|
|
29639
|
+
fill: "none"
|
|
29640
|
+
}
|
|
29641
|
+
),
|
|
29642
|
+
/* @__PURE__ */ jsx(
|
|
29643
|
+
"path",
|
|
29644
|
+
{
|
|
29645
|
+
d: "M4 1.5v11M1 4h3M1 7h3m-3 3h3",
|
|
29646
|
+
stroke: "currentColor",
|
|
29647
|
+
fill: "none"
|
|
29648
|
+
}
|
|
29649
|
+
),
|
|
29650
|
+
/* @__PURE__ */ jsx(
|
|
29651
|
+
"path",
|
|
29652
|
+
{
|
|
29653
|
+
d: "M9 4h3M9 7h3M9 1v7",
|
|
29654
|
+
stroke: "currentColor",
|
|
29655
|
+
strokeLinecap: "round",
|
|
29656
|
+
fill: "none"
|
|
29657
|
+
}
|
|
29658
|
+
),
|
|
29659
|
+
/* @__PURE__ */ jsx(
|
|
29660
|
+
"path",
|
|
29661
|
+
{
|
|
29662
|
+
d: "M5.75 7.896V5.604a.25.25 0 0 1 .427-.177l1.146 1.146a.25.25 0 0 1 0 .354L6.177 8.073a.25.25 0 0 1-.427-.177Z",
|
|
29663
|
+
fill: "currentColor"
|
|
29664
|
+
}
|
|
29665
|
+
)
|
|
29666
|
+
]
|
|
29667
|
+
}
|
|
29520
29668
|
)
|
|
29521
29669
|
};
|
|
29522
29670
|
const illustrations = {
|
|
@@ -31428,7 +31576,10 @@ const blockIcons = {
|
|
|
31428
31576
|
"esf-success-output": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 18.5a1.5 1.5 0 0 0 1.5 1.5h5a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.5-1.5h-5a1.5 1.5 0 0 0-1.5 1.5v5Zm6.354-2.146a.5.5 0 0 0 0-.708l-2-2a.5.5 0 0 0-.708.708l1.147 1.146H14a.5.5 0 0 0 0 1h2.793l-1.147 1.146a.5.5 0 0 0 .708.708l2-2Z' fill='currentColor'/><circle cx='8.5' cy='8.5' r='7.5' fill='currentColor' fill-opacity='0.12' stroke='currentColor'/><path d='M4.5 9.292 7.167 12 12.5 5.5' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>",
|
|
31429
31577
|
"esf-form-output": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M12.5 16h-10A1.5 1.5 0 0 1 1 14.5v-12A1.5 1.5 0 0 1 2.5 1h11A1.5 1.5 0 0 1 15 2.5v10' stroke='currentColor' stroke-opacity='0.3' fill='none'/><rect x='3' y='3' width='10' height='2.5' rx='1' stroke='currentColor' stroke-linejoin='round' fill='none'/><rect x='3' y='7.5' width='10' height='2.5' rx='1' stroke='currentColor' stroke-linejoin='round' fill='none'/><rect x='7' y='11.75' width='6' height='2.5' rx='1' fill='currentColor' fill-opacity='0.5'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 18.5a1.5 1.5 0 0 0 1.5 1.5h5a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.5-1.5h-5a1.5 1.5 0 0 0-1.5 1.5v5Zm6.354-2.146a.5.5 0 0 0 0-.708l-2-2a.5.5 0 0 0-.708.708l1.147 1.146H14a.5.5 0 0 0 0 1h2.793l-1.147 1.146a.5.5 0 0 0 .708.708l2-2Z' fill='currentColor'/></svg>",
|
|
31430
31578
|
"esf-variable-output": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M12.5 15h-10A1.5 1.5 0 0 1 1 13.5v-11A1.5 1.5 0 0 1 2.5 1h13A1.5 1.5 0 0 1 17 2.5v10' stroke='currentColor' stroke-opacity='0.3' fill='none'/><path fill-rule='evenodd' clip-rule='evenodd' d='M12 18.5a1.5 1.5 0 0 0 1.5 1.5h5a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.5-1.5h-5a1.5 1.5 0 0 0-1.5 1.5v5Zm6.354-2.146a.5.5 0 0 0 0-.708l-2-2a.5.5 0 0 0-.708.708l1.147 1.146H14a.5.5 0 0 0 0 1h2.793l-1.147 1.146a.5.5 0 0 0 .708.708l2-2Z' fill='currentColor'/><path d='M6.946 4.734c-.3-1.018-.988-1.087-1.73-1.087-.741 0-1.53.426-1.53 1.168 0 .594.186.87 1.06 1.227l1.206.456c.874.357 1.111.622 1.138 1.21.045 1.015-1.055 1.223-1.796 1.223-.742 0-1.528-.102-1.794-1.007M5.284 3l.01 6.753' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' fill='none'/><path d='m13 5 2 1.5m0 0L13 8m2-1.5H7.5m0 0c1 0 2.5 1 2.5 3.5v2.5m-2.5-6h-2m6 4-1.5 2m0 0-1.5-2' stroke='currentColor' stroke-opacity='0.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>",
|
|
31431
|
-
"esf-block-filter": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M14.5 10 10 12.5V19l4.5-2.5V10Z' fill='currentColor' fill-opacity='0.3'/><path d='M5.209 2.886 8.674 6.99a.5.5 0 0 1 .118.323v2.813a.5.5 0 0 0 .754.43l1.212-.715a.5.5 0 0 0 .246-.43V7.323a.5.5 0 0 1 .13-.337l3.762-4.11' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' fill='none'/><path d='M15.111 2.444c0 .798-2.263 1.445-5.055 1.445C7.263 3.889 5 3.242 5 2.444 5 1.647 7.263 1 10.056 1c2.792 0 5.055.647 5.055 1.444Z' stroke='currentColor' fill='none'/><path d='m9.941 19-4.563-2.608a.75.75 0 0 1-.378-.65V9.823l4.941 2.823V19Z' fill='currentColor' fill-opacity='0.12' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/><path d='m9.94 19 4.564-2.608a.75.75 0 0 0 .378-.65V9.823L9.94 12.647V19Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' fill='none'/><path d='M8.664 7.73 5 9.824l4.941 2.823 4.941-2.823L11 7.605' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>"
|
|
31579
|
+
"esf-block-filter": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M14.5 10 10 12.5V19l4.5-2.5V10Z' fill='currentColor' fill-opacity='0.3'/><path d='M5.209 2.886 8.674 6.99a.5.5 0 0 1 .118.323v2.813a.5.5 0 0 0 .754.43l1.212-.715a.5.5 0 0 0 .246-.43V7.323a.5.5 0 0 1 .13-.337l3.762-4.11' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' fill='none'/><path d='M15.111 2.444c0 .798-2.263 1.445-5.055 1.445C7.263 3.889 5 3.242 5 2.444 5 1.647 7.263 1 10.056 1c2.792 0 5.055.647 5.055 1.444Z' stroke='currentColor' fill='none'/><path d='m9.941 19-4.563-2.608a.75.75 0 0 1-.378-.65V9.823l4.941 2.823V19Z' fill='currentColor' fill-opacity='0.12' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/><path d='m9.94 19 4.564-2.608a.75.75 0 0 0 .378-.65V9.823L9.94 12.647V19Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' fill='none'/><path d='M8.664 7.73 5 9.824l4.941 2.823 4.941-2.823L11 7.605' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>",
|
|
31580
|
+
"esf-talentlyft": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M16.25 7.25c0 3.452-3.447 7.75-6.25 7.75-3 0-6.25-4.298-6.25-7.75a6.25 6.25 0 1 1 12.5 0Z' stroke='currentColor' fill='none'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.773 4.851a6.239 6.239 0 0 0-.791-1.375c-3.441.906-5.608-.832-6.447-2.303a6.208 6.208 0 0 0-1.508.578c1 2.032 3.495 4.383 8.746 3.1Z' fill='currentColor' fill-opacity='0.3'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16.023 8.904a6.688 6.688 0 0 0 .224-1.856C10.32 9.046 6.139 5.864 5.187 3.262a6.247 6.247 0 0 0-.983 1.644c3.411 4.884 8.474 4.763 11.82 3.998Z' fill='currentColor' fill-opacity='0.3'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4.637 10.783c-.553-1.18-.887-2.426-.887-3.533v-.04c1.816 2.592 5.492 5.397 11.464 3.788a11.89 11.89 0 0 1-1.335 2.054c-2.324.14-6.525-.168-9.242-2.269Z' fill='currentColor' fill-opacity='0.3'/><path d='M10 17c-.402 0-.767-.158-1.036-.415a.292.292 0 0 0-.2-.085.264.264 0 0 0-.264.264v.736c.013.827.68 1.5 1.5 1.5s1.487-.673 1.5-1.5v-.736a.264.264 0 0 0-.264-.264.292.292 0 0 0-.2.085c-.27.257-.634.415-1.036.415Z' stroke='currentColor' fill='none'/></svg>",
|
|
31581
|
+
"esf-corvus-pay": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M4.884 10.004c-.372-4.092-2.17-3.72-3.255-3.255 1.085-1.24 3.255-3.72 5.58-1.396 2.326-4.65 8.61-3.459 11.162-2.325v3.256c-1.86-1.86-6.494-1.418-7.906.465-1.395 1.86-1.395 6.975 1.86 7.905 2.28.652 5.115-.155 6.046-.93v2.79c-2.233 2.233-6.511 1.706-8.371.93-1.55-.774-4.744-3.348-5.116-7.44Z' stroke='currentColor' stroke-linejoin='round' fill='none'/><path d='M8.605 14.19C6.67 11.356 6.589 7.368 7.209 5.352l.466-.93 1.86-1.395 1.86-.93h2.325l2.79.465c-3.166.327-5.688 2.825-6.393 4.08l-.582 3.36.93 3.721 1.86.93h3.72l2.322-.928c.002-.413.003-.6.003-.002 0 .505-.006.863-.012 1.15a7.042 7.042 0 0 1-.008.37c.089.452-1.756 1.111-3.805 1.281-2.352.097-4.319.039-5.94-2.336Z' fill='currentColor' fill-opacity='0.3'/></svg>",
|
|
31582
|
+
"esf-paycek": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M2.733 10.688 1.5 18.5h1.54a3 3 0 0 0 2.942-2.412L6.5 13.5h5.143A6.857 6.857 0 0 0 18.5 6.643 5.143 5.143 0 0 0 13.357 1.5h-2.474a4 4 0 0 0-3.795 2.735L6.5 6H13a1.5 1.5 0 0 1 0 3H4.709a2 2 0 0 0-1.976 1.688Z' stroke='currentColor' fill='none'/><path d='M12.495 13.5c3.6-1.2 3.107-4.926 2.44-6.426l-.94 1.426-1 .5h-3c-2.8 0-3.698 2.817-3.981 4.39l6.481.11Z' fill='currentColor' fill-opacity='0.3'/></svg>"
|
|
31432
31583
|
};
|
|
31433
31584
|
export {
|
|
31434
31585
|
blockIcons,
|
|
@@ -21,6 +21,9 @@
|
|
|
21
21
|
* @preserve
|
|
22
22
|
*/
|
|
23
23
|
const truncateMiddle = (input, maxLength, separator = "...") => {
|
|
24
|
+
if (!input) {
|
|
25
|
+
return null;
|
|
26
|
+
}
|
|
24
27
|
if ((input == null ? void 0 : input.length) <= maxLength) {
|
|
25
28
|
return input;
|
|
26
29
|
}
|
|
@@ -75,6 +78,9 @@ const unescapeHTML = (input = "") => new DOMParser().parseFromString(input, "tex
|
|
|
75
78
|
* @preserve
|
|
76
79
|
*/
|
|
77
80
|
const truncate = (input, maxLength, separator = "...") => {
|
|
81
|
+
if (!input) {
|
|
82
|
+
return null;
|
|
83
|
+
}
|
|
78
84
|
if ((input == null ? void 0 : input.length) <= maxLength) {
|
|
79
85
|
return input;
|
|
80
86
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eightshift/ui-components",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -42,52 +42,52 @@
|
|
|
42
42
|
"@dnd-kit/react": "^0.0.5",
|
|
43
43
|
"react": "^18.3.1",
|
|
44
44
|
"react-dom": "^18.3.1",
|
|
45
|
-
"react-jsx-parser": "^2.2.
|
|
45
|
+
"react-jsx-parser": "^2.2.2",
|
|
46
46
|
"react-movable": "^3.3.1",
|
|
47
47
|
"svg-to-jsx-string": "^0.1.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@adobe/react-spectrum": "^3.37.
|
|
50
|
+
"@adobe/react-spectrum": "^3.37.1",
|
|
51
51
|
"@dnd-kit/core": "^6.1.0",
|
|
52
52
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
53
53
|
"@dnd-kit/sortable": "^8.0.0",
|
|
54
54
|
"@dnd-kit/utilities": "^3.2.2",
|
|
55
|
-
"@eslint/compat": "^1.2.
|
|
55
|
+
"@eslint/compat": "^1.2.3",
|
|
56
56
|
"@react-stately/collections": "^3.11.0",
|
|
57
|
-
"@stylistic/eslint-plugin-js": "^2.
|
|
58
|
-
"@types/react": "^18.3.
|
|
59
|
-
"@types/react-dom": "^18.3.
|
|
57
|
+
"@stylistic/eslint-plugin-js": "^2.10.1",
|
|
58
|
+
"@types/react": "^18.3.12",
|
|
59
|
+
"@types/react-dom": "^18.3.1",
|
|
60
60
|
"@vitejs/plugin-react-swc": "^3.7.1",
|
|
61
|
-
"@wordpress/i18n": "^5.
|
|
61
|
+
"@wordpress/i18n": "^5.11.0",
|
|
62
62
|
"autoprefixer": "^10.4.20",
|
|
63
63
|
"clsx": "^2.1.1",
|
|
64
64
|
"css-gradient-parser": "^0.0.16",
|
|
65
|
-
"eslint": "^9.
|
|
65
|
+
"eslint": "^9.14.0",
|
|
66
66
|
"eslint-config-prettier": "^9.1.0",
|
|
67
|
-
"eslint-plugin-jsdoc": "^50.
|
|
67
|
+
"eslint-plugin-jsdoc": "^50.5.0",
|
|
68
68
|
"eslint-plugin-prettier": "^5.2.1",
|
|
69
|
-
"framer-motion": "^11.11.
|
|
69
|
+
"framer-motion": "^11.11.17",
|
|
70
70
|
"glob": "^11.0.0",
|
|
71
|
-
"globals": "^15.
|
|
71
|
+
"globals": "^15.12.0",
|
|
72
72
|
"just-camel-case": "^6.2.0",
|
|
73
73
|
"just-debounce-it": "^3.2.0",
|
|
74
74
|
"just-has": "^2.3.0",
|
|
75
75
|
"just-is-empty": "^3.4.1",
|
|
76
76
|
"just-kebab-case": "^4.2.0",
|
|
77
77
|
"just-throttle": "^4.2.0",
|
|
78
|
-
"lightningcss": "^1.
|
|
79
|
-
"postcss": "^8.4.
|
|
78
|
+
"lightningcss": "^1.28.1",
|
|
79
|
+
"postcss": "^8.4.49",
|
|
80
80
|
"prettier": "^3.3.3",
|
|
81
81
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
|
82
|
-
"react-aria": "^3.35.
|
|
83
|
-
"react-aria-components": "^1.4.
|
|
84
|
-
"react-select": "^5.8.
|
|
82
|
+
"react-aria": "^3.35.1",
|
|
83
|
+
"react-aria-components": "^1.4.1",
|
|
84
|
+
"react-select": "^5.8.3",
|
|
85
85
|
"react-stately": "^3.33.0",
|
|
86
|
-
"tailwindcss": "^3.4.
|
|
86
|
+
"tailwindcss": "^3.4.15",
|
|
87
87
|
"tailwindcss-animate": "^1.0.7",
|
|
88
88
|
"tailwindcss-react-aria-components": "^1.1.6",
|
|
89
|
-
"tailwindcss-scoped-preflight": "^3.4.
|
|
90
|
-
"vite": "^5.4.
|
|
89
|
+
"tailwindcss-scoped-preflight": "^3.4.9",
|
|
90
|
+
"vite": "^5.4.11",
|
|
91
91
|
"vite-plugin-lib-inject-css": "^2.1.1"
|
|
92
92
|
},
|
|
93
93
|
"scripts": {
|