create-bluecopa-react-app 1.0.11 → 1.0.13

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 (29) hide show
  1. package/bin/create-bluecopa-react-app.js +1 -1
  2. package/package.json +1 -1
  3. package/templates/latest/.dockerignore +5 -1
  4. package/templates/latest/Agent.md +621 -0
  5. package/templates/latest/Dockerfile +2 -2
  6. package/templates/latest/app/app.tsx +3 -1
  7. package/templates/latest/app/components/app-sidebar.tsx +14 -16
  8. package/templates/latest/app/components/nav-main.tsx +6 -22
  9. package/templates/latest/app/data/mock-payments.json +122 -0
  10. package/templates/latest/app/data/mock-transactions.json +128 -0
  11. package/templates/latest/app/routes/comments.tsx +552 -0
  12. package/templates/latest/app/routes/{home.tsx → dashboard.tsx} +1 -1
  13. package/templates/latest/app/routes/payments.tsx +342 -0
  14. package/templates/latest/app/routes/websocket.tsx +450 -0
  15. package/templates/latest/app/routes.tsx +8 -5
  16. package/templates/latest/dist/assets/{__federation_expose_App-C8_sl1dD.js → __federation_expose_App-BIH7hwj_.js} +12 -2
  17. package/templates/latest/dist/assets/{home-DhyEFlEc.js → client-CsvW46cT.js} +18530 -983
  18. package/templates/latest/dist/assets/{index-DkyIpbj3.js → index-CFECuPSy.js} +1 -1
  19. package/templates/latest/dist/assets/remoteEntry.css +155 -23
  20. package/templates/latest/dist/assets/remoteEntry.js +1 -1
  21. package/templates/latest/dist/favicon.ico +0 -0
  22. package/templates/latest/dist/index.html +2 -2
  23. package/templates/latest/package-lock.json +203 -203
  24. package/templates/latest/package.json +1 -1
  25. package/templates/latest/public/favicon.ico +0 -0
  26. package/templates/latest/dist/assets/client-Hh38T4k9.js +0 -12660
  27. package/templates/latest/dist/avatars/shadcn.svg +0 -6
  28. package/templates/latest/public/avatars/shadcn.svg +0 -6
  29. /package/templates/latest/app/{dashboard → data}/data.json +0 -0
@@ -6,7 +6,7 @@
6
6
  "": {
7
7
  "name": "boilerplate-copa",
8
8
  "dependencies": {
9
- "@bluecopa/react": "0.1.8",
9
+ "@bluecopa/react": "0.1.14",
10
10
  "@dnd-kit/core": "^6.3.1",
11
11
  "@dnd-kit/modifiers": "^9.0.0",
12
12
  "@dnd-kit/sortable": "^10.0.0",
@@ -65,9 +65,9 @@
65
65
  }
66
66
  },
67
67
  "node_modules/@bluecopa/core": {
68
- "version": "0.1.8",
69
- "resolved": "https://registry.npmjs.org/@bluecopa/core/-/core-0.1.8.tgz",
70
- "integrity": "sha512-3Bma775+Rwm52RLNsj6U/7yv5G1jxzAZEtQulwAqnIgrB128FjgX8z+62Dkw2XkbqbEwCwV1N0NUFO4uI7hUvw==",
68
+ "version": "0.1.14",
69
+ "resolved": "https://registry.npmjs.org/@bluecopa/core/-/core-0.1.14.tgz",
70
+ "integrity": "sha512-vcXRReqfXmZ5yR+nZrLsZth3rTU717Z4WsCsaPNR8+mlcCZ/zMqdi9hPREmOJg5ZN59yD+R22Y2juzTKiRjThg==",
71
71
  "license": "MIT",
72
72
  "dependencies": {
73
73
  "axios": "1.12.0",
@@ -79,12 +79,12 @@
79
79
  }
80
80
  },
81
81
  "node_modules/@bluecopa/react": {
82
- "version": "0.1.8",
83
- "resolved": "https://registry.npmjs.org/@bluecopa/react/-/react-0.1.8.tgz",
84
- "integrity": "sha512-3//lFeQF8bVcmhzPVPRRjjFbUrHl5gr2FioGAHI3xNI0tggswSfmP3pBSZIdrDzVgMUaoR9GRpxnPI0Gj3tkLw==",
82
+ "version": "0.1.14",
83
+ "resolved": "https://registry.npmjs.org/@bluecopa/react/-/react-0.1.14.tgz",
84
+ "integrity": "sha512-K90UtYPGy2whGlxVdObR8BYZ888r/UAqAEwDCztfOx5gmfG0VltBIwLdx3MgdKWdMFspUbArv8qujxMGAO99qg==",
85
85
  "license": "MIT",
86
86
  "dependencies": {
87
- "@bluecopa/core": "0.1.8",
87
+ "@bluecopa/core": "0.1.14",
88
88
  "@tanstack/react-query": "5.59.0",
89
89
  "@tanstack/react-query-devtools": "5.59.0"
90
90
  },
@@ -1661,9 +1661,9 @@
1661
1661
  "license": "MIT"
1662
1662
  },
1663
1663
  "node_modules/@rollup/rollup-android-arm-eabi": {
1664
- "version": "4.52.3",
1665
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.3.tgz",
1666
- "integrity": "sha512-h6cqHGZ6VdnwliFG1NXvMPTy/9PS3h8oLh7ImwR+kl+oYnQizgjxsONmmPSb2C66RksfkfIxEVtDSEcJiO0tqw==",
1664
+ "version": "4.52.4",
1665
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.4.tgz",
1666
+ "integrity": "sha512-BTm2qKNnWIQ5auf4deoetINJm2JzvihvGb9R6K/ETwKLql/Bb3Eg2H1FBp1gUb4YGbydMA3jcmQTR73q7J+GAA==",
1667
1667
  "cpu": [
1668
1668
  "arm"
1669
1669
  ],
@@ -1674,9 +1674,9 @@
1674
1674
  ]
1675
1675
  },
1676
1676
  "node_modules/@rollup/rollup-android-arm64": {
1677
- "version": "4.52.3",
1678
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.3.tgz",
1679
- "integrity": "sha512-wd+u7SLT/u6knklV/ifG7gr5Qy4GUbH2hMWcDauPFJzmCZUAJ8L2bTkVXC2niOIxp8lk3iH/QX8kSrUxVZrOVw==",
1677
+ "version": "4.52.4",
1678
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.4.tgz",
1679
+ "integrity": "sha512-P9LDQiC5vpgGFgz7GSM6dKPCiqR3XYN1WwJKA4/BUVDjHpYsf3iBEmVz62uyq20NGYbiGPR5cNHI7T1HqxNs2w==",
1680
1680
  "cpu": [
1681
1681
  "arm64"
1682
1682
  ],
@@ -1687,9 +1687,9 @@
1687
1687
  ]
1688
1688
  },
1689
1689
  "node_modules/@rollup/rollup-darwin-arm64": {
1690
- "version": "4.52.3",
1691
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.3.tgz",
1692
- "integrity": "sha512-lj9ViATR1SsqycwFkJCtYfQTheBdvlWJqzqxwc9f2qrcVrQaF/gCuBRTiTolkRWS6KvNxSk4KHZWG7tDktLgjg==",
1690
+ "version": "4.52.4",
1691
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.4.tgz",
1692
+ "integrity": "sha512-QRWSW+bVccAvZF6cbNZBJwAehmvG9NwfWHwMy4GbWi/BQIA/laTIktebT2ipVjNncqE6GLPxOok5hsECgAxGZg==",
1693
1693
  "cpu": [
1694
1694
  "arm64"
1695
1695
  ],
@@ -1700,9 +1700,9 @@
1700
1700
  ]
1701
1701
  },
1702
1702
  "node_modules/@rollup/rollup-darwin-x64": {
1703
- "version": "4.52.3",
1704
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.3.tgz",
1705
- "integrity": "sha512-+Dyo7O1KUmIsbzx1l+4V4tvEVnVQqMOIYtrxK7ncLSknl1xnMHLgn7gddJVrYPNZfEB8CIi3hK8gq8bDhb3h5A==",
1703
+ "version": "4.52.4",
1704
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.4.tgz",
1705
+ "integrity": "sha512-hZgP05pResAkRJxL1b+7yxCnXPGsXU0fG9Yfd6dUaoGk+FhdPKCJ5L1Sumyxn8kvw8Qi5PvQ8ulenUbRjzeCTw==",
1706
1706
  "cpu": [
1707
1707
  "x64"
1708
1708
  ],
@@ -1713,9 +1713,9 @@
1713
1713
  ]
1714
1714
  },
1715
1715
  "node_modules/@rollup/rollup-freebsd-arm64": {
1716
- "version": "4.52.3",
1717
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.3.tgz",
1718
- "integrity": "sha512-u9Xg2FavYbD30g3DSfNhxgNrxhi6xVG4Y6i9Ur1C7xUuGDW3banRbXj+qgnIrwRN4KeJ396jchwy9bCIzbyBEQ==",
1716
+ "version": "4.52.4",
1717
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.4.tgz",
1718
+ "integrity": "sha512-xmc30VshuBNUd58Xk4TKAEcRZHaXlV+tCxIXELiE9sQuK3kG8ZFgSPi57UBJt8/ogfhAF5Oz4ZSUBN77weM+mQ==",
1719
1719
  "cpu": [
1720
1720
  "arm64"
1721
1721
  ],
@@ -1726,9 +1726,9 @@
1726
1726
  ]
1727
1727
  },
1728
1728
  "node_modules/@rollup/rollup-freebsd-x64": {
1729
- "version": "4.52.3",
1730
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.3.tgz",
1731
- "integrity": "sha512-5M8kyi/OX96wtD5qJR89a/3x5x8x5inXBZO04JWhkQb2JWavOWfjgkdvUqibGJeNNaz1/Z1PPza5/tAPXICI6A==",
1729
+ "version": "4.52.4",
1730
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.4.tgz",
1731
+ "integrity": "sha512-WdSLpZFjOEqNZGmHflxyifolwAiZmDQzuOzIq9L27ButpCVpD7KzTRtEG1I0wMPFyiyUdOO+4t8GvrnBLQSwpw==",
1732
1732
  "cpu": [
1733
1733
  "x64"
1734
1734
  ],
@@ -1739,9 +1739,9 @@
1739
1739
  ]
1740
1740
  },
1741
1741
  "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1742
- "version": "4.52.3",
1743
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.3.tgz",
1744
- "integrity": "sha512-IoerZJ4l1wRMopEHRKOO16e04iXRDyZFZnNZKrWeNquh5d6bucjezgd+OxG03mOMTnS1x7hilzb3uURPkJ0OfA==",
1742
+ "version": "4.52.4",
1743
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.4.tgz",
1744
+ "integrity": "sha512-xRiOu9Of1FZ4SxVbB0iEDXc4ddIcjCv2aj03dmW8UrZIW7aIQ9jVJdLBIhxBI+MaTnGAKyvMwPwQnoOEvP7FgQ==",
1745
1745
  "cpu": [
1746
1746
  "arm"
1747
1747
  ],
@@ -1752,9 +1752,9 @@
1752
1752
  ]
1753
1753
  },
1754
1754
  "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1755
- "version": "4.52.3",
1756
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.3.tgz",
1757
- "integrity": "sha512-ZYdtqgHTDfvrJHSh3W22TvjWxwOgc3ThK/XjgcNGP2DIwFIPeAPNsQxrJO5XqleSlgDux2VAoWQ5iJrtaC1TbA==",
1755
+ "version": "4.52.4",
1756
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.4.tgz",
1757
+ "integrity": "sha512-FbhM2p9TJAmEIEhIgzR4soUcsW49e9veAQCziwbR+XWB2zqJ12b4i/+hel9yLiD8pLncDH4fKIPIbt5238341Q==",
1758
1758
  "cpu": [
1759
1759
  "arm"
1760
1760
  ],
@@ -1765,9 +1765,9 @@
1765
1765
  ]
1766
1766
  },
1767
1767
  "node_modules/@rollup/rollup-linux-arm64-gnu": {
1768
- "version": "4.52.3",
1769
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.3.tgz",
1770
- "integrity": "sha512-NcViG7A0YtuFDA6xWSgmFb6iPFzHlf5vcqb2p0lGEbT+gjrEEz8nC/EeDHvx6mnGXnGCC1SeVV+8u+smj0CeGQ==",
1768
+ "version": "4.52.4",
1769
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.4.tgz",
1770
+ "integrity": "sha512-4n4gVwhPHR9q/g8lKCyz0yuaD0MvDf7dV4f9tHt0C73Mp8h38UCtSCSE6R9iBlTbXlmA8CjpsZoujhszefqueg==",
1771
1771
  "cpu": [
1772
1772
  "arm64"
1773
1773
  ],
@@ -1778,9 +1778,9 @@
1778
1778
  ]
1779
1779
  },
1780
1780
  "node_modules/@rollup/rollup-linux-arm64-musl": {
1781
- "version": "4.52.3",
1782
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.3.tgz",
1783
- "integrity": "sha512-d3pY7LWno6SYNXRm6Ebsq0DJGoiLXTb83AIPCXl9fmtIQs/rXoS8SJxxUNtFbJ5MiOvs+7y34np77+9l4nfFMw==",
1781
+ "version": "4.52.4",
1782
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.4.tgz",
1783
+ "integrity": "sha512-u0n17nGA0nvi/11gcZKsjkLj1QIpAuPFQbR48Subo7SmZJnGxDpspyw2kbpuoQnyK+9pwf3pAoEXerJs/8Mi9g==",
1784
1784
  "cpu": [
1785
1785
  "arm64"
1786
1786
  ],
@@ -1791,9 +1791,9 @@
1791
1791
  ]
1792
1792
  },
1793
1793
  "node_modules/@rollup/rollup-linux-loong64-gnu": {
1794
- "version": "4.52.3",
1795
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.3.tgz",
1796
- "integrity": "sha512-3y5GA0JkBuirLqmjwAKwB0keDlI6JfGYduMlJD/Rl7fvb4Ni8iKdQs1eiunMZJhwDWdCvrcqXRY++VEBbvk6Eg==",
1794
+ "version": "4.52.4",
1795
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.4.tgz",
1796
+ "integrity": "sha512-0G2c2lpYtbTuXo8KEJkDkClE/+/2AFPdPAbmaHoE870foRFs4pBrDehilMcrSScrN/fB/1HTaWO4bqw+ewBzMQ==",
1797
1797
  "cpu": [
1798
1798
  "loong64"
1799
1799
  ],
@@ -1804,9 +1804,9 @@
1804
1804
  ]
1805
1805
  },
1806
1806
  "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1807
- "version": "4.52.3",
1808
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.3.tgz",
1809
- "integrity": "sha512-AUUH65a0p3Q0Yfm5oD2KVgzTKgwPyp9DSXc3UA7DtxhEb/WSPfbG4wqXeSN62OG5gSo18em4xv6dbfcUGXcagw==",
1807
+ "version": "4.52.4",
1808
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.4.tgz",
1809
+ "integrity": "sha512-teSACug1GyZHmPDv14VNbvZFX779UqWTsd7KtTM9JIZRDI5NUwYSIS30kzI8m06gOPB//jtpqlhmraQ68b5X2g==",
1810
1810
  "cpu": [
1811
1811
  "ppc64"
1812
1812
  ],
@@ -1817,9 +1817,9 @@
1817
1817
  ]
1818
1818
  },
1819
1819
  "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1820
- "version": "4.52.3",
1821
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.3.tgz",
1822
- "integrity": "sha512-1makPhFFVBqZE+XFg3Dkq+IkQ7JvmUrwwqaYBL2CE+ZpxPaqkGaiWFEWVGyvTwZace6WLJHwjVh/+CXbKDGPmg==",
1820
+ "version": "4.52.4",
1821
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.4.tgz",
1822
+ "integrity": "sha512-/MOEW3aHjjs1p4Pw1Xk4+3egRevx8Ji9N6HUIA1Ifh8Q+cg9dremvFCUbOX2Zebz80BwJIgCBUemjqhU5XI5Eg==",
1823
1823
  "cpu": [
1824
1824
  "riscv64"
1825
1825
  ],
@@ -1830,9 +1830,9 @@
1830
1830
  ]
1831
1831
  },
1832
1832
  "node_modules/@rollup/rollup-linux-riscv64-musl": {
1833
- "version": "4.52.3",
1834
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.3.tgz",
1835
- "integrity": "sha512-OOFJa28dxfl8kLOPMUOQBCO6z3X2SAfzIE276fwT52uXDWUS178KWq0pL7d6p1kz7pkzA0yQwtqL0dEPoVcRWg==",
1833
+ "version": "4.52.4",
1834
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.4.tgz",
1835
+ "integrity": "sha512-1HHmsRyh845QDpEWzOFtMCph5Ts+9+yllCrREuBR/vg2RogAQGGBRC8lDPrPOMnrdOJ+mt1WLMOC2Kao/UwcvA==",
1836
1836
  "cpu": [
1837
1837
  "riscv64"
1838
1838
  ],
@@ -1843,9 +1843,9 @@
1843
1843
  ]
1844
1844
  },
1845
1845
  "node_modules/@rollup/rollup-linux-s390x-gnu": {
1846
- "version": "4.52.3",
1847
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.3.tgz",
1848
- "integrity": "sha512-jMdsML2VI5l+V7cKfZx3ak+SLlJ8fKvLJ0Eoa4b9/vCUrzXKgoKxvHqvJ/mkWhFiyp88nCkM5S2v6nIwRtPcgg==",
1846
+ "version": "4.52.4",
1847
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.4.tgz",
1848
+ "integrity": "sha512-seoeZp4L/6D1MUyjWkOMRU6/iLmCU2EjbMTyAG4oIOs1/I82Y5lTeaxW0KBfkUdHAWN7j25bpkt0rjnOgAcQcA==",
1849
1849
  "cpu": [
1850
1850
  "s390x"
1851
1851
  ],
@@ -1856,9 +1856,9 @@
1856
1856
  ]
1857
1857
  },
1858
1858
  "node_modules/@rollup/rollup-linux-x64-gnu": {
1859
- "version": "4.52.3",
1860
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.3.tgz",
1861
- "integrity": "sha512-tPgGd6bY2M2LJTA1uGq8fkSPK8ZLYjDjY+ZLK9WHncCnfIz29LIXIqUgzCR0hIefzy6Hpbe8Th5WOSwTM8E7LA==",
1859
+ "version": "4.52.4",
1860
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.4.tgz",
1861
+ "integrity": "sha512-Wi6AXf0k0L7E2gteNsNHUs7UMwCIhsCTs6+tqQ5GPwVRWMaflqGec4Sd8n6+FNFDw9vGcReqk2KzBDhCa1DLYg==",
1862
1862
  "cpu": [
1863
1863
  "x64"
1864
1864
  ],
@@ -1869,9 +1869,9 @@
1869
1869
  ]
1870
1870
  },
1871
1871
  "node_modules/@rollup/rollup-linux-x64-musl": {
1872
- "version": "4.52.3",
1873
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.3.tgz",
1874
- "integrity": "sha512-BCFkJjgk+WFzP+tcSMXq77ymAPIxsX9lFJWs+2JzuZTLtksJ2o5hvgTdIcZ5+oKzUDMwI0PfWzRBYAydAHF2Mw==",
1872
+ "version": "4.52.4",
1873
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.4.tgz",
1874
+ "integrity": "sha512-dtBZYjDmCQ9hW+WgEkaffvRRCKm767wWhxsFW3Lw86VXz/uJRuD438/XvbZT//B96Vs8oTA8Q4A0AfHbrxP9zw==",
1875
1875
  "cpu": [
1876
1876
  "x64"
1877
1877
  ],
@@ -1882,9 +1882,9 @@
1882
1882
  ]
1883
1883
  },
1884
1884
  "node_modules/@rollup/rollup-openharmony-arm64": {
1885
- "version": "4.52.3",
1886
- "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.3.tgz",
1887
- "integrity": "sha512-KTD/EqjZF3yvRaWUJdD1cW+IQBk4fbQaHYJUmP8N4XoKFZilVL8cobFSTDnjTtxWJQ3JYaMgF4nObY/+nYkumA==",
1885
+ "version": "4.52.4",
1886
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.4.tgz",
1887
+ "integrity": "sha512-1ox+GqgRWqaB1RnyZXL8PD6E5f7YyRUJYnCqKpNzxzP0TkaUh112NDrR9Tt+C8rJ4x5G9Mk8PQR3o7Ku2RKqKA==",
1888
1888
  "cpu": [
1889
1889
  "arm64"
1890
1890
  ],
@@ -1895,9 +1895,9 @@
1895
1895
  ]
1896
1896
  },
1897
1897
  "node_modules/@rollup/rollup-win32-arm64-msvc": {
1898
- "version": "4.52.3",
1899
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.3.tgz",
1900
- "integrity": "sha512-+zteHZdoUYLkyYKObGHieibUFLbttX2r+58l27XZauq0tcWYYuKUwY2wjeCN9oK1Um2YgH2ibd6cnX/wFD7DuA==",
1898
+ "version": "4.52.4",
1899
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.4.tgz",
1900
+ "integrity": "sha512-8GKr640PdFNXwzIE0IrkMWUNUomILLkfeHjXBi/nUvFlpZP+FA8BKGKpacjW6OUUHaNI6sUURxR2U2g78FOHWQ==",
1901
1901
  "cpu": [
1902
1902
  "arm64"
1903
1903
  ],
@@ -1908,9 +1908,9 @@
1908
1908
  ]
1909
1909
  },
1910
1910
  "node_modules/@rollup/rollup-win32-ia32-msvc": {
1911
- "version": "4.52.3",
1912
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.3.tgz",
1913
- "integrity": "sha512-of1iHkTQSo3kr6dTIRX6t81uj/c/b15HXVsPcEElN5sS859qHrOepM5p9G41Hah+CTqSh2r8Bm56dL2z9UQQ7g==",
1911
+ "version": "4.52.4",
1912
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.4.tgz",
1913
+ "integrity": "sha512-AIy/jdJ7WtJ/F6EcfOb2GjR9UweO0n43jNObQMb6oGxkYTfLcnN7vYYpG+CN3lLxrQkzWnMOoNSHTW54pgbVxw==",
1914
1914
  "cpu": [
1915
1915
  "ia32"
1916
1916
  ],
@@ -1921,9 +1921,9 @@
1921
1921
  ]
1922
1922
  },
1923
1923
  "node_modules/@rollup/rollup-win32-x64-gnu": {
1924
- "version": "4.52.3",
1925
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.3.tgz",
1926
- "integrity": "sha512-s0hybmlHb56mWVZQj8ra9048/WZTPLILKxcvcq+8awSZmyiSUZjjem1AhU3Tf4ZKpYhK4mg36HtHDOe8QJS5PQ==",
1924
+ "version": "4.52.4",
1925
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.4.tgz",
1926
+ "integrity": "sha512-UF9KfsH9yEam0UjTwAgdK0anlQ7c8/pWPU2yVjyWcF1I1thABt6WXE47cI71pGiZ8wGvxohBoLnxM04L/wj8mQ==",
1927
1927
  "cpu": [
1928
1928
  "x64"
1929
1929
  ],
@@ -1934,9 +1934,9 @@
1934
1934
  ]
1935
1935
  },
1936
1936
  "node_modules/@rollup/rollup-win32-x64-msvc": {
1937
- "version": "4.52.3",
1938
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.3.tgz",
1939
- "integrity": "sha512-zGIbEVVXVtauFgl3MRwGWEN36P5ZGenHRMgNw88X5wEhEBpq0XrMEZwOn07+ICrwM17XO5xfMZqh0OldCH5VTA==",
1937
+ "version": "4.52.4",
1938
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.4.tgz",
1939
+ "integrity": "sha512-bf9PtUa0u8IXDVxzRToFQKsNCRz9qLYfR/MpECxl4mRoWYjAeFjgxj1XdZr2M/GNVpT05p+LgQOHopYDlUu6/w==",
1940
1940
  "cpu": [
1941
1941
  "x64"
1942
1942
  ],
@@ -2186,19 +2186,19 @@
2186
2186
  }
2187
2187
  },
2188
2188
  "node_modules/@tailwindcss/node": {
2189
- "version": "4.1.13",
2190
- "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.13.tgz",
2191
- "integrity": "sha512-eq3ouolC1oEFOAvOMOBAmfCIqZBJuvWvvYWh5h5iOYfe1HFC6+GZ6EIL0JdM3/niGRJmnrOc+8gl9/HGUaaptw==",
2189
+ "version": "4.1.14",
2190
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.14.tgz",
2191
+ "integrity": "sha512-hpz+8vFk3Ic2xssIA3e01R6jkmsAhvkQdXlEbRTk6S10xDAtiQiM3FyvZVGsucefq764euO/b8WUW9ysLdThHw==",
2192
2192
  "dev": true,
2193
2193
  "license": "MIT",
2194
2194
  "dependencies": {
2195
2195
  "@jridgewell/remapping": "^2.3.4",
2196
2196
  "enhanced-resolve": "^5.18.3",
2197
- "jiti": "^2.5.1",
2197
+ "jiti": "^2.6.0",
2198
2198
  "lightningcss": "1.30.1",
2199
- "magic-string": "^0.30.18",
2199
+ "magic-string": "^0.30.19",
2200
2200
  "source-map-js": "^1.2.1",
2201
- "tailwindcss": "4.1.13"
2201
+ "tailwindcss": "4.1.14"
2202
2202
  }
2203
2203
  },
2204
2204
  "node_modules/@tailwindcss/node/node_modules/magic-string": {
@@ -2212,38 +2212,38 @@
2212
2212
  }
2213
2213
  },
2214
2214
  "node_modules/@tailwindcss/oxide": {
2215
- "version": "4.1.13",
2216
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.13.tgz",
2217
- "integrity": "sha512-CPgsM1IpGRa880sMbYmG1s4xhAy3xEt1QULgTJGQmZUeNgXFR7s1YxYygmJyBGtou4SyEosGAGEeYqY7R53bIA==",
2215
+ "version": "4.1.14",
2216
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.14.tgz",
2217
+ "integrity": "sha512-23yx+VUbBwCg2x5XWdB8+1lkPajzLmALEfMb51zZUBYaYVPDQvBSD/WYDqiVyBIo2BZFa3yw1Rpy3G2Jp+K0dw==",
2218
2218
  "dev": true,
2219
2219
  "hasInstallScript": true,
2220
2220
  "license": "MIT",
2221
2221
  "dependencies": {
2222
2222
  "detect-libc": "^2.0.4",
2223
- "tar": "^7.4.3"
2223
+ "tar": "^7.5.1"
2224
2224
  },
2225
2225
  "engines": {
2226
2226
  "node": ">= 10"
2227
2227
  },
2228
2228
  "optionalDependencies": {
2229
- "@tailwindcss/oxide-android-arm64": "4.1.13",
2230
- "@tailwindcss/oxide-darwin-arm64": "4.1.13",
2231
- "@tailwindcss/oxide-darwin-x64": "4.1.13",
2232
- "@tailwindcss/oxide-freebsd-x64": "4.1.13",
2233
- "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.13",
2234
- "@tailwindcss/oxide-linux-arm64-gnu": "4.1.13",
2235
- "@tailwindcss/oxide-linux-arm64-musl": "4.1.13",
2236
- "@tailwindcss/oxide-linux-x64-gnu": "4.1.13",
2237
- "@tailwindcss/oxide-linux-x64-musl": "4.1.13",
2238
- "@tailwindcss/oxide-wasm32-wasi": "4.1.13",
2239
- "@tailwindcss/oxide-win32-arm64-msvc": "4.1.13",
2240
- "@tailwindcss/oxide-win32-x64-msvc": "4.1.13"
2229
+ "@tailwindcss/oxide-android-arm64": "4.1.14",
2230
+ "@tailwindcss/oxide-darwin-arm64": "4.1.14",
2231
+ "@tailwindcss/oxide-darwin-x64": "4.1.14",
2232
+ "@tailwindcss/oxide-freebsd-x64": "4.1.14",
2233
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.14",
2234
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.1.14",
2235
+ "@tailwindcss/oxide-linux-arm64-musl": "4.1.14",
2236
+ "@tailwindcss/oxide-linux-x64-gnu": "4.1.14",
2237
+ "@tailwindcss/oxide-linux-x64-musl": "4.1.14",
2238
+ "@tailwindcss/oxide-wasm32-wasi": "4.1.14",
2239
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.1.14",
2240
+ "@tailwindcss/oxide-win32-x64-msvc": "4.1.14"
2241
2241
  }
2242
2242
  },
2243
2243
  "node_modules/@tailwindcss/oxide-android-arm64": {
2244
- "version": "4.1.13",
2245
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.13.tgz",
2246
- "integrity": "sha512-BrpTrVYyejbgGo57yc8ieE+D6VT9GOgnNdmh5Sac6+t0m+v+sKQevpFVpwX3pBrM2qKrQwJ0c5eDbtjouY/+ew==",
2244
+ "version": "4.1.14",
2245
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.14.tgz",
2246
+ "integrity": "sha512-a94ifZrGwMvbdeAxWoSuGcIl6/DOP5cdxagid7xJv6bwFp3oebp7y2ImYsnZBMTwjn5Ev5xESvS3FFYUGgPODQ==",
2247
2247
  "cpu": [
2248
2248
  "arm64"
2249
2249
  ],
@@ -2258,9 +2258,9 @@
2258
2258
  }
2259
2259
  },
2260
2260
  "node_modules/@tailwindcss/oxide-darwin-arm64": {
2261
- "version": "4.1.13",
2262
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.13.tgz",
2263
- "integrity": "sha512-YP+Jksc4U0KHcu76UhRDHq9bx4qtBftp9ShK/7UGfq0wpaP96YVnnjFnj3ZFrUAjc5iECzODl/Ts0AN7ZPOANQ==",
2261
+ "version": "4.1.14",
2262
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.14.tgz",
2263
+ "integrity": "sha512-HkFP/CqfSh09xCnrPJA7jud7hij5ahKyWomrC3oiO2U9i0UjP17o9pJbxUN0IJ471GTQQmzwhp0DEcpbp4MZTA==",
2264
2264
  "cpu": [
2265
2265
  "arm64"
2266
2266
  ],
@@ -2275,9 +2275,9 @@
2275
2275
  }
2276
2276
  },
2277
2277
  "node_modules/@tailwindcss/oxide-darwin-x64": {
2278
- "version": "4.1.13",
2279
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.13.tgz",
2280
- "integrity": "sha512-aAJ3bbwrn/PQHDxCto9sxwQfT30PzyYJFG0u/BWZGeVXi5Hx6uuUOQEI2Fa43qvmUjTRQNZnGqe9t0Zntexeuw==",
2278
+ "version": "4.1.14",
2279
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.14.tgz",
2280
+ "integrity": "sha512-eVNaWmCgdLf5iv6Qd3s7JI5SEFBFRtfm6W0mphJYXgvnDEAZ5sZzqmI06bK6xo0IErDHdTA5/t7d4eTfWbWOFw==",
2281
2281
  "cpu": [
2282
2282
  "x64"
2283
2283
  ],
@@ -2292,9 +2292,9 @@
2292
2292
  }
2293
2293
  },
2294
2294
  "node_modules/@tailwindcss/oxide-freebsd-x64": {
2295
- "version": "4.1.13",
2296
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.13.tgz",
2297
- "integrity": "sha512-Wt8KvASHwSXhKE/dJLCCWcTSVmBj3xhVhp/aF3RpAhGeZ3sVo7+NTfgiN8Vey/Fi8prRClDs6/f0KXPDTZE6nQ==",
2295
+ "version": "4.1.14",
2296
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.14.tgz",
2297
+ "integrity": "sha512-QWLoRXNikEuqtNb0dhQN6wsSVVjX6dmUFzuuiL09ZeXju25dsei2uIPl71y2Ic6QbNBsB4scwBoFnlBfabHkEw==",
2298
2298
  "cpu": [
2299
2299
  "x64"
2300
2300
  ],
@@ -2309,9 +2309,9 @@
2309
2309
  }
2310
2310
  },
2311
2311
  "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
2312
- "version": "4.1.13",
2313
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.13.tgz",
2314
- "integrity": "sha512-mbVbcAsW3Gkm2MGwA93eLtWrwajz91aXZCNSkGTx/R5eb6KpKD5q8Ueckkh9YNboU8RH7jiv+ol/I7ZyQ9H7Bw==",
2312
+ "version": "4.1.14",
2313
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.14.tgz",
2314
+ "integrity": "sha512-VB4gjQni9+F0VCASU+L8zSIyjrLLsy03sjcR3bM0V2g4SNamo0FakZFKyUQ96ZVwGK4CaJsc9zd/obQy74o0Fw==",
2315
2315
  "cpu": [
2316
2316
  "arm"
2317
2317
  ],
@@ -2326,9 +2326,9 @@
2326
2326
  }
2327
2327
  },
2328
2328
  "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
2329
- "version": "4.1.13",
2330
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.13.tgz",
2331
- "integrity": "sha512-wdtfkmpXiwej/yoAkrCP2DNzRXCALq9NVLgLELgLim1QpSfhQM5+ZxQQF8fkOiEpuNoKLp4nKZ6RC4kmeFH0HQ==",
2329
+ "version": "4.1.14",
2330
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.14.tgz",
2331
+ "integrity": "sha512-qaEy0dIZ6d9vyLnmeg24yzA8XuEAD9WjpM5nIM1sUgQ/Zv7cVkharPDQcmm/t/TvXoKo/0knI3me3AGfdx6w1w==",
2332
2332
  "cpu": [
2333
2333
  "arm64"
2334
2334
  ],
@@ -2343,9 +2343,9 @@
2343
2343
  }
2344
2344
  },
2345
2345
  "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
2346
- "version": "4.1.13",
2347
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.13.tgz",
2348
- "integrity": "sha512-hZQrmtLdhyqzXHB7mkXfq0IYbxegaqTmfa1p9MBj72WPoDD3oNOh1Lnxf6xZLY9C3OV6qiCYkO1i/LrzEdW2mg==",
2346
+ "version": "4.1.14",
2347
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.14.tgz",
2348
+ "integrity": "sha512-ISZjT44s59O8xKsPEIesiIydMG/sCXoMBCqsphDm/WcbnuWLxxb+GcvSIIA5NjUw6F8Tex7s5/LM2yDy8RqYBQ==",
2349
2349
  "cpu": [
2350
2350
  "arm64"
2351
2351
  ],
@@ -2360,9 +2360,9 @@
2360
2360
  }
2361
2361
  },
2362
2362
  "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
2363
- "version": "4.1.13",
2364
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.13.tgz",
2365
- "integrity": "sha512-uaZTYWxSXyMWDJZNY1Ul7XkJTCBRFZ5Fo6wtjrgBKzZLoJNrG+WderJwAjPzuNZOnmdrVg260DKwXCFtJ/hWRQ==",
2363
+ "version": "4.1.14",
2364
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.14.tgz",
2365
+ "integrity": "sha512-02c6JhLPJj10L2caH4U0zF8Hji4dOeahmuMl23stk0MU1wfd1OraE7rOloidSF8W5JTHkFdVo/O7uRUJJnUAJg==",
2366
2366
  "cpu": [
2367
2367
  "x64"
2368
2368
  ],
@@ -2377,9 +2377,9 @@
2377
2377
  }
2378
2378
  },
2379
2379
  "node_modules/@tailwindcss/oxide-linux-x64-musl": {
2380
- "version": "4.1.13",
2381
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.13.tgz",
2382
- "integrity": "sha512-oXiPj5mi4Hdn50v5RdnuuIms0PVPI/EG4fxAfFiIKQh5TgQgX7oSuDWntHW7WNIi/yVLAiS+CRGW4RkoGSSgVQ==",
2380
+ "version": "4.1.14",
2381
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.14.tgz",
2382
+ "integrity": "sha512-TNGeLiN1XS66kQhxHG/7wMeQDOoL0S33x9BgmydbrWAb9Qw0KYdd8o1ifx4HOGDWhVmJ+Ul+JQ7lyknQFilO3Q==",
2383
2383
  "cpu": [
2384
2384
  "x64"
2385
2385
  ],
@@ -2394,9 +2394,9 @@
2394
2394
  }
2395
2395
  },
2396
2396
  "node_modules/@tailwindcss/oxide-wasm32-wasi": {
2397
- "version": "4.1.13",
2398
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.13.tgz",
2399
- "integrity": "sha512-+LC2nNtPovtrDwBc/nqnIKYh/W2+R69FA0hgoeOn64BdCX522u19ryLh3Vf3F8W49XBcMIxSe665kwy21FkhvA==",
2397
+ "version": "4.1.14",
2398
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.14.tgz",
2399
+ "integrity": "sha512-uZYAsaW/jS/IYkd6EWPJKW/NlPNSkWkBlaeVBi/WsFQNP05/bzkebUL8FH1pdsqx4f2fH/bWFcUABOM9nfiJkQ==",
2400
2400
  "bundleDependencies": [
2401
2401
  "@napi-rs/wasm-runtime",
2402
2402
  "@emnapi/core",
@@ -2412,21 +2412,21 @@
2412
2412
  "license": "MIT",
2413
2413
  "optional": true,
2414
2414
  "dependencies": {
2415
- "@emnapi/core": "^1.4.5",
2416
- "@emnapi/runtime": "^1.4.5",
2417
- "@emnapi/wasi-threads": "^1.0.4",
2418
- "@napi-rs/wasm-runtime": "^0.2.12",
2419
- "@tybys/wasm-util": "^0.10.0",
2420
- "tslib": "^2.8.0"
2415
+ "@emnapi/core": "^1.5.0",
2416
+ "@emnapi/runtime": "^1.5.0",
2417
+ "@emnapi/wasi-threads": "^1.1.0",
2418
+ "@napi-rs/wasm-runtime": "^1.0.5",
2419
+ "@tybys/wasm-util": "^0.10.1",
2420
+ "tslib": "^2.4.0"
2421
2421
  },
2422
2422
  "engines": {
2423
2423
  "node": ">=14.0.0"
2424
2424
  }
2425
2425
  },
2426
2426
  "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
2427
- "version": "4.1.13",
2428
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.13.tgz",
2429
- "integrity": "sha512-dziTNeQXtoQ2KBXmrjCxsuPk3F3CQ/yb7ZNZNA+UkNTeiTGgfeh+gH5Pi7mRncVgcPD2xgHvkFCh/MhZWSgyQg==",
2427
+ "version": "4.1.14",
2428
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.14.tgz",
2429
+ "integrity": "sha512-Az0RnnkcvRqsuoLH2Z4n3JfAef0wElgzHD5Aky/e+0tBUxUhIeIqFBTMNQvmMRSP15fWwmvjBxZ3Q8RhsDnxAA==",
2430
2430
  "cpu": [
2431
2431
  "arm64"
2432
2432
  ],
@@ -2441,9 +2441,9 @@
2441
2441
  }
2442
2442
  },
2443
2443
  "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
2444
- "version": "4.1.13",
2445
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.13.tgz",
2446
- "integrity": "sha512-3+LKesjXydTkHk5zXX01b5KMzLV1xl2mcktBJkje7rhFUpUlYJy7IMOLqjIRQncLTa1WZZiFY/foAeB5nmaiTw==",
2444
+ "version": "4.1.14",
2445
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.14.tgz",
2446
+ "integrity": "sha512-ttblVGHgf68kEE4om1n/n44I0yGPkCPbLsqzjvybhpwa6mKKtgFfAzy6btc3HRmuW7nHe0OOrSeNP9sQmmH9XA==",
2447
2447
  "cpu": [
2448
2448
  "x64"
2449
2449
  ],
@@ -2458,15 +2458,15 @@
2458
2458
  }
2459
2459
  },
2460
2460
  "node_modules/@tailwindcss/vite": {
2461
- "version": "4.1.13",
2462
- "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.13.tgz",
2463
- "integrity": "sha512-0PmqLQ010N58SbMTJ7BVJ4I2xopiQn/5i6nlb4JmxzQf8zcS5+m2Cv6tqh+sfDwtIdjoEnOvwsGQ1hkUi8QEHQ==",
2461
+ "version": "4.1.14",
2462
+ "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.14.tgz",
2463
+ "integrity": "sha512-BoFUoU0XqgCUS1UXWhmDJroKKhNXeDzD7/XwabjkDIAbMnc4ULn5e2FuEuBbhZ6ENZoSYzKlzvZ44Yr6EUDUSA==",
2464
2464
  "dev": true,
2465
2465
  "license": "MIT",
2466
2466
  "dependencies": {
2467
- "@tailwindcss/node": "4.1.13",
2468
- "@tailwindcss/oxide": "4.1.13",
2469
- "tailwindcss": "4.1.13"
2467
+ "@tailwindcss/node": "4.1.14",
2468
+ "@tailwindcss/oxide": "4.1.14",
2469
+ "tailwindcss": "4.1.14"
2470
2470
  },
2471
2471
  "peerDependencies": {
2472
2472
  "vite": "^5.2.0 || ^6 || ^7"
@@ -2628,9 +2628,9 @@
2628
2628
  "license": "MIT"
2629
2629
  },
2630
2630
  "node_modules/@types/node": {
2631
- "version": "20.19.17",
2632
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.17.tgz",
2633
- "integrity": "sha512-gfehUI8N1z92kygssiuWvLiwcbOB3IRktR6hTDgJlXMYh5OvkPSRmgfoBUmfZt+vhwJtX7v1Yw4KvvAf7c5QKQ==",
2631
+ "version": "20.19.19",
2632
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.19.tgz",
2633
+ "integrity": "sha512-pb1Uqj5WJP7wrcbLU7Ru4QtA0+3kAXrkutGiD26wUKzSMgNNaPARTUDQmElUXp64kh3cWdou3Q0C7qwwxqSFmg==",
2634
2634
  "license": "MIT",
2635
2635
  "dependencies": {
2636
2636
  "undici-types": "~6.21.0"
@@ -2644,9 +2644,9 @@
2644
2644
  "license": "MIT"
2645
2645
  },
2646
2646
  "node_modules/@types/react": {
2647
- "version": "18.3.24",
2648
- "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.24.tgz",
2649
- "integrity": "sha512-0dLEBsA1kI3OezMBF8nSsb7Nk19ZnsyE1LLhB8r27KbgU5H4pvuqZLdtE+aUkJVoXgTVuA+iLIwmZ0TuK4tx6A==",
2647
+ "version": "18.3.26",
2648
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.26.tgz",
2649
+ "integrity": "sha512-RFA/bURkcKzx/X9oumPG9Vp3D3JUgus/d0b67KB0t5S/raciymilkOa66olh78MUI92QLbEJevO7rvqU/kjwKA==",
2650
2650
  "devOptional": true,
2651
2651
  "license": "MIT",
2652
2652
  "dependencies": {
@@ -2951,9 +2951,9 @@
2951
2951
  }
2952
2952
  },
2953
2953
  "node_modules/detect-libc": {
2954
- "version": "2.1.1",
2955
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.1.tgz",
2956
- "integrity": "sha512-ecqj/sy1jcK1uWrwpR67UhYrIFQ+5WlGxth34WquCbamhFA6hkkwiu37o6J5xCHdo1oixJRfVRw+ywV+Hq/0Aw==",
2954
+ "version": "2.1.2",
2955
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
2956
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
2957
2957
  "devOptional": true,
2958
2958
  "license": "Apache-2.0",
2959
2959
  "engines": {
@@ -3330,9 +3330,9 @@
3330
3330
  }
3331
3331
  },
3332
3332
  "node_modules/jiti": {
3333
- "version": "2.6.0",
3334
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.0.tgz",
3335
- "integrity": "sha512-VXe6RjJkBPj0ohtqaO8vSWP3ZhAKo66fKrFNCll4BTcwljPLz03pCbaNKfzGP5MbrCYcbJ7v0nOYYwUzTEIdXQ==",
3333
+ "version": "2.6.1",
3334
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
3335
+ "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
3336
3336
  "devOptional": true,
3337
3337
  "license": "MIT",
3338
3338
  "bin": {
@@ -3889,9 +3889,9 @@
3889
3889
  }
3890
3890
  },
3891
3891
  "node_modules/react-router": {
3892
- "version": "7.9.3",
3893
- "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.3.tgz",
3894
- "integrity": "sha512-4o2iWCFIwhI/eYAIL43+cjORXYn/aRQPgtFRRZb3VzoyQ5Uej0Bmqj7437L97N9NJW4wnicSwLOLS+yCXfAPgg==",
3892
+ "version": "7.9.4",
3893
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.4.tgz",
3894
+ "integrity": "sha512-SD3G8HKviFHg9xj7dNODUKDFgpG4xqD5nhyd0mYoB5iISepuZAvzSr8ywxgxKJ52yRzf/HWtVHc9AWwoTbljvA==",
3895
3895
  "license": "MIT",
3896
3896
  "dependencies": {
3897
3897
  "cookie": "^1.0.1",
@@ -3911,12 +3911,12 @@
3911
3911
  }
3912
3912
  },
3913
3913
  "node_modules/react-router-dom": {
3914
- "version": "7.9.3",
3915
- "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.3.tgz",
3916
- "integrity": "sha512-1QSbA0TGGFKTAc/aWjpfW/zoEukYfU4dc1dLkT/vvf54JoGMkW+fNA+3oyo2gWVW1GM7BxjJVHz5GnPJv40rvg==",
3914
+ "version": "7.9.4",
3915
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.4.tgz",
3916
+ "integrity": "sha512-f30P6bIkmYvnHHa5Gcu65deIXoA2+r3Eb6PJIAddvsT9aGlchMatJ51GgpU470aSqRRbFX22T70yQNUGuW3DfA==",
3917
3917
  "license": "MIT",
3918
3918
  "dependencies": {
3919
- "react-router": "7.9.3"
3919
+ "react-router": "7.9.4"
3920
3920
  },
3921
3921
  "engines": {
3922
3922
  "node": ">=20.0.0"
@@ -4012,9 +4012,9 @@
4012
4012
  }
4013
4013
  },
4014
4014
  "node_modules/rollup": {
4015
- "version": "4.52.3",
4016
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.3.tgz",
4017
- "integrity": "sha512-RIDh866U8agLgiIcdpB+COKnlCreHJLfIhWC3LVflku5YHfpnsIKigRZeFfMfCc4dVcqNVfQQ5gO/afOck064A==",
4015
+ "version": "4.52.4",
4016
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.4.tgz",
4017
+ "integrity": "sha512-CLEVl+MnPAiKh5pl4dEWSyMTpuflgNQiLGhMv8ezD5W/qP8AKvmYpCOKRRNOh7oRKnauBZ4SyeYkMS+1VSyKwQ==",
4018
4018
  "license": "MIT",
4019
4019
  "dependencies": {
4020
4020
  "@types/estree": "1.0.8"
@@ -4027,28 +4027,28 @@
4027
4027
  "npm": ">=8.0.0"
4028
4028
  },
4029
4029
  "optionalDependencies": {
4030
- "@rollup/rollup-android-arm-eabi": "4.52.3",
4031
- "@rollup/rollup-android-arm64": "4.52.3",
4032
- "@rollup/rollup-darwin-arm64": "4.52.3",
4033
- "@rollup/rollup-darwin-x64": "4.52.3",
4034
- "@rollup/rollup-freebsd-arm64": "4.52.3",
4035
- "@rollup/rollup-freebsd-x64": "4.52.3",
4036
- "@rollup/rollup-linux-arm-gnueabihf": "4.52.3",
4037
- "@rollup/rollup-linux-arm-musleabihf": "4.52.3",
4038
- "@rollup/rollup-linux-arm64-gnu": "4.52.3",
4039
- "@rollup/rollup-linux-arm64-musl": "4.52.3",
4040
- "@rollup/rollup-linux-loong64-gnu": "4.52.3",
4041
- "@rollup/rollup-linux-ppc64-gnu": "4.52.3",
4042
- "@rollup/rollup-linux-riscv64-gnu": "4.52.3",
4043
- "@rollup/rollup-linux-riscv64-musl": "4.52.3",
4044
- "@rollup/rollup-linux-s390x-gnu": "4.52.3",
4045
- "@rollup/rollup-linux-x64-gnu": "4.52.3",
4046
- "@rollup/rollup-linux-x64-musl": "4.52.3",
4047
- "@rollup/rollup-openharmony-arm64": "4.52.3",
4048
- "@rollup/rollup-win32-arm64-msvc": "4.52.3",
4049
- "@rollup/rollup-win32-ia32-msvc": "4.52.3",
4050
- "@rollup/rollup-win32-x64-gnu": "4.52.3",
4051
- "@rollup/rollup-win32-x64-msvc": "4.52.3",
4030
+ "@rollup/rollup-android-arm-eabi": "4.52.4",
4031
+ "@rollup/rollup-android-arm64": "4.52.4",
4032
+ "@rollup/rollup-darwin-arm64": "4.52.4",
4033
+ "@rollup/rollup-darwin-x64": "4.52.4",
4034
+ "@rollup/rollup-freebsd-arm64": "4.52.4",
4035
+ "@rollup/rollup-freebsd-x64": "4.52.4",
4036
+ "@rollup/rollup-linux-arm-gnueabihf": "4.52.4",
4037
+ "@rollup/rollup-linux-arm-musleabihf": "4.52.4",
4038
+ "@rollup/rollup-linux-arm64-gnu": "4.52.4",
4039
+ "@rollup/rollup-linux-arm64-musl": "4.52.4",
4040
+ "@rollup/rollup-linux-loong64-gnu": "4.52.4",
4041
+ "@rollup/rollup-linux-ppc64-gnu": "4.52.4",
4042
+ "@rollup/rollup-linux-riscv64-gnu": "4.52.4",
4043
+ "@rollup/rollup-linux-riscv64-musl": "4.52.4",
4044
+ "@rollup/rollup-linux-s390x-gnu": "4.52.4",
4045
+ "@rollup/rollup-linux-x64-gnu": "4.52.4",
4046
+ "@rollup/rollup-linux-x64-musl": "4.52.4",
4047
+ "@rollup/rollup-openharmony-arm64": "4.52.4",
4048
+ "@rollup/rollup-win32-arm64-msvc": "4.52.4",
4049
+ "@rollup/rollup-win32-ia32-msvc": "4.52.4",
4050
+ "@rollup/rollup-win32-x64-gnu": "4.52.4",
4051
+ "@rollup/rollup-win32-x64-msvc": "4.52.4",
4052
4052
  "fsevents": "~2.3.2"
4053
4053
  }
4054
4054
  },
@@ -4125,16 +4125,16 @@
4125
4125
  }
4126
4126
  },
4127
4127
  "node_modules/tailwindcss": {
4128
- "version": "4.1.13",
4129
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz",
4130
- "integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==",
4128
+ "version": "4.1.14",
4129
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.14.tgz",
4130
+ "integrity": "sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==",
4131
4131
  "dev": true,
4132
4132
  "license": "MIT"
4133
4133
  },
4134
4134
  "node_modules/tapable": {
4135
- "version": "2.2.3",
4136
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.3.tgz",
4137
- "integrity": "sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==",
4135
+ "version": "2.3.0",
4136
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
4137
+ "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
4138
4138
  "dev": true,
4139
4139
  "license": "MIT",
4140
4140
  "engines": {
@@ -4222,9 +4222,9 @@
4222
4222
  }
4223
4223
  },
4224
4224
  "node_modules/typescript": {
4225
- "version": "5.9.2",
4226
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
4227
- "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
4225
+ "version": "5.9.3",
4226
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
4227
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
4228
4228
  "dev": true,
4229
4229
  "license": "Apache-2.0",
4230
4230
  "bin": {
@@ -4285,9 +4285,9 @@
4285
4285
  }
4286
4286
  },
4287
4287
  "node_modules/use-sync-external-store": {
4288
- "version": "1.5.0",
4289
- "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz",
4290
- "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==",
4288
+ "version": "1.6.0",
4289
+ "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
4290
+ "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
4291
4291
  "license": "MIT",
4292
4292
  "peerDependencies": {
4293
4293
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
@@ -4433,9 +4433,9 @@
4433
4433
  }
4434
4434
  },
4435
4435
  "node_modules/zod": {
4436
- "version": "4.1.11",
4437
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.11.tgz",
4438
- "integrity": "sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==",
4436
+ "version": "4.1.12",
4437
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.12.tgz",
4438
+ "integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==",
4439
4439
  "license": "MIT",
4440
4440
  "funding": {
4441
4441
  "url": "https://github.com/sponsors/colinhacks"