@homecode/ui 5.4.1 → 5.6.0
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/esm/index.js +2 -0
- package/dist/esm/src/components/Autocomplete/Autocomplete.js +4 -2
- package/dist/esm/src/components/Gallery/Gallery.js +5 -6
- package/dist/esm/src/components/Gallery/Gallery.styl.js +1 -1
- package/dist/esm/src/components/GridLayout/GridLayout.js +15 -0
- package/dist/esm/src/components/GridLayout/GridLayout.styl.js +7 -0
- package/dist/esm/src/components/Icon/icons/index.js +2 -0
- package/dist/esm/src/components/Icon/icons/volume.svg.js +15 -0
- package/dist/esm/src/components/Icon/icons/volumeOff.svg.js +15 -0
- package/dist/esm/src/components/InputFile/InputFile.js +4 -2
- package/dist/esm/src/components/Slider/Slider.js +53 -10
- package/dist/esm/src/components/Slider/Slider.styl.js +2 -2
- package/dist/esm/src/components/Tabs/Tabs.js +3 -1
- package/dist/esm/src/components/VideoPlayer/VideoPlayer.helpers.js +82 -0
- package/dist/esm/src/components/VideoPlayer/VideoPlayer.js +348 -0
- package/dist/esm/src/components/VideoPlayer/VideoPlayer.styl.js +7 -0
- package/dist/esm/types/src/components/AssistiveText/AssistiveText.d.ts +1 -1
- package/dist/esm/types/src/components/Autocomplete/Autocomplete.d.ts +1 -1
- package/dist/esm/types/src/components/Button/Button.d.ts +1 -1
- package/dist/esm/types/src/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/esm/types/src/components/Calendar/Calendar.d.ts +1 -1
- package/dist/esm/types/src/components/Card/Card.d.ts +7 -7
- package/dist/esm/types/src/components/Chip/Chip.d.ts +1 -1
- package/dist/esm/types/src/components/DatePicker/DatePicker.d.ts +1 -1
- package/dist/esm/types/src/components/DatePickerInput/DatePickerInput.d.ts +1 -1
- package/dist/esm/types/src/components/DateTime/DateTime.d.ts +1 -1
- package/dist/esm/types/src/components/Dialogue/Dialogue.d.ts +1 -1
- package/dist/esm/types/src/components/Draggable/Draggable.d.ts +1 -1
- package/dist/esm/types/src/components/DropZone/DropZone.d.ts +1 -1
- package/dist/esm/types/src/components/Expand/Expand.d.ts +1 -1
- package/dist/esm/types/src/components/Flex/Flex.d.ts +1 -1
- package/dist/esm/types/src/components/Form/Form.d.ts +1 -1
- package/dist/esm/types/src/components/Form/SubmitButtons/SubmitButtons.d.ts +1 -1
- package/dist/esm/types/src/components/Gallery/Dots/Dots.d.ts +1 -1
- package/dist/esm/types/src/components/Gallery/Gallery.d.ts +1 -1
- package/dist/esm/types/src/components/GridLayout/GridLayout.d.ts +3 -0
- package/dist/esm/types/src/components/GridLayout/GridLayout.types.d.ts +8 -0
- package/dist/esm/types/src/components/Icon/Icon.d.ts +1 -1
- package/dist/esm/types/src/components/Icon/Icon.example.d.ts +1 -1
- package/dist/esm/types/src/components/Icon/icons/index.d.ts +2 -0
- package/dist/esm/types/src/components/InputFile/InputFile.d.ts +3 -3
- package/dist/esm/types/src/components/InputFile/Item/Item.d.ts +1 -1
- package/dist/esm/types/src/components/Label/Label.d.ts +1 -1
- package/dist/esm/types/src/components/LangSelector/LangSelector.d.ts +1 -1
- package/dist/esm/types/src/components/Lazy/Lazy.d.ts +1 -1
- package/dist/esm/types/src/components/LightBox/LightBox.d.ts +1 -1
- package/dist/esm/types/src/components/Notifications/Notifications.d.ts +1 -1
- package/dist/esm/types/src/components/Paranja/Paranja.d.ts +1 -1
- package/dist/esm/types/src/components/Popup/Popup.d.ts +3 -3
- package/dist/esm/types/src/components/PopupMenu/PopupMenu.d.ts +1 -1
- package/dist/esm/types/src/components/Portal/Portal.d.ts +2 -1
- package/dist/esm/types/src/components/Progress/Progress.d.ts +1 -1
- package/dist/esm/types/src/components/ProgressCircular/ProgressCircular.d.ts +1 -1
- package/dist/esm/types/src/components/RequiredStar/RequiredStar.d.ts +1 -1
- package/dist/esm/types/src/components/Router/Link/Link.d.ts +1 -1
- package/dist/esm/types/src/components/Router/Router.d.ts +1 -1
- package/dist/esm/types/src/components/Select/Select.d.ts +9 -9
- package/dist/esm/types/src/components/Select/Select2.d.ts +1 -1
- package/dist/esm/types/src/components/Shimmer/Shimmer.d.ts +1 -1
- package/dist/esm/types/src/components/Slider/Slider.d.ts +1 -1
- package/dist/esm/types/src/components/Slider/Slider.types.d.ts +9 -3
- package/dist/esm/types/src/components/Spinner/Spinner.d.ts +1 -1
- package/dist/esm/types/src/components/Table/Table.d.ts +4 -4
- package/dist/esm/types/src/components/Tabs/Tabs.d.ts +1 -1
- package/dist/esm/types/src/components/Text/Text.d.ts +6 -6
- package/dist/esm/types/src/components/TextShimmer/TextShimmer.d.ts +1 -1
- package/dist/esm/types/src/components/TextWithDeferTooltip/TextWithDeferTooltip.d.ts +1 -1
- package/dist/esm/types/src/components/Theme/Theme.d.ts +1 -1
- package/dist/esm/types/src/components/Theme/ThemeProvider.d.ts +1 -1
- package/dist/esm/types/src/components/Toggle/Toggle.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipCore.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipOverTrigger.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipProvider.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipSimple.d.ts +1 -1
- package/dist/esm/types/src/components/VH/VH.d.ts +1 -1
- package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.d.ts +3 -0
- package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.helpers.d.ts +23 -0
- package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.types.d.ts +12 -0
- package/dist/esm/types/src/components/Virtualized/Cards/Cards.d.ts +2 -2
- package/dist/esm/types/src/components/Virtualized/List/List.d.ts +2 -2
- package/dist/esm/types/src/components/Virtualized/List/ListScroll.d.ts +1 -1
- package/dist/esm/types/src/components/Virtualized/Table/Table.d.ts +2 -2
- package/dist/esm/types/src/components/index.d.ts +2 -0
- package/dist/esm/types/src/services/i18n.d.ts +1 -1
- package/dist/esm/types/src/tiptap/slash-mention/SlashSuggestionList.d.ts +1 -1
- package/graphify-out/.graphify_labels.json +29 -4
- package/graphify-out/2026-07-18/.graphify_labels.json +217 -0
- package/graphify-out/2026-07-18/GRAPH_REPORT.md +1007 -0
- package/graphify-out/2026-07-18/cost.json +12 -0
- package/graphify-out/2026-07-18/graph.json +70772 -0
- package/graphify-out/2026-07-18/manifest.json +2342 -0
- package/graphify-out/2026-07-19/.graphify_labels.json +198 -0
- package/graphify-out/2026-07-19/GRAPH_REPORT.md +938 -0
- package/graphify-out/2026-07-19/cost.json +12 -0
- package/graphify-out/2026-07-19/graph.json +70862 -0
- package/graphify-out/2026-07-19/manifest.json +2342 -0
- package/graphify-out/GRAPH_REPORT.md +259 -179
- package/graphify-out/cache/ast/0d0d438582d5ce7adfc4db8f33ce31428bb9f5f1259e61481276d15876fd9673.json +1 -0
- package/graphify-out/cache/ast/494bb27524c0e6571e692c3092e4526a7d2c362cf8dd879d1ca7fea05e63ce5a.json +1 -0
- package/graphify-out/cache/ast/6315f77346a8bd9fd00e6325e2c9feba16677838f4b1979d65d0bf198afe222e.json +1 -0
- package/graphify-out/cache/ast/7c14f07fe0bd2a58d9b0f18c64bcb4309c22a94ab7d8d0b4816fbab57236cc00.json +1 -0
- package/graphify-out/cache/ast/8766e44866b3d8e85f93a934d6365f18e57ed6f69f1363461804de9ba9a03f55.json +1 -0
- package/graphify-out/cache/ast/9fa55f86bff0deafa27fe7f690ea34d0e13429d1a0fd14c464b9fb9ee1265896.json +1 -0
- package/graphify-out/cache/ast/dd4c6a81e7b8e9865855fb84e0c822fc53e30f0f3c90cb4166edc3352fbe04a7.json +1 -0
- package/graphify-out/cache/ast/ea772d333147535e64c8857d1a1c87cc6dde7c165dfb275fe6b3a6e871421ee6.json +1 -0
- package/graphify-out/cache/stat-index.json +1 -1
- package/graphify-out/graph.html +4 -4
- package/graphify-out/graph.json +5465 -3803
- package/graphify-out/manifest.json +146 -56
- package/package.json +8 -4
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"semantic_hash": "cf23c227851db949d2207b646a7692ff"
|
|
26
26
|
},
|
|
27
27
|
"package.json": {
|
|
28
|
-
"mtime":
|
|
29
|
-
"ast_hash": "
|
|
28
|
+
"mtime": 1784413212.2591066,
|
|
29
|
+
"ast_hash": "80f69fb4c9469fe0797d9f0e0d80e0da",
|
|
30
30
|
"semantic_hash": ""
|
|
31
31
|
},
|
|
32
32
|
"rollup.config.ts": {
|
|
@@ -270,8 +270,8 @@
|
|
|
270
270
|
"semantic_hash": "b356075ac5ff00372cbe8f09fceeffd2"
|
|
271
271
|
},
|
|
272
272
|
"src/components/Gallery/Gallery.tsx": {
|
|
273
|
-
"mtime":
|
|
274
|
-
"ast_hash": "
|
|
273
|
+
"mtime": 1784412434.2678595,
|
|
274
|
+
"ast_hash": "40a6f83e2964acf579b31950604d5ae5",
|
|
275
275
|
"semantic_hash": ""
|
|
276
276
|
},
|
|
277
277
|
"src/components/Gallery/Gallery.types.ts": {
|
|
@@ -310,9 +310,9 @@
|
|
|
310
310
|
"semantic_hash": "a71583f48ddc18eba75b8a026be45c9b"
|
|
311
311
|
},
|
|
312
312
|
"src/components/Icon/icons/index.ts": {
|
|
313
|
-
"mtime":
|
|
314
|
-
"ast_hash": "
|
|
315
|
-
"semantic_hash": "
|
|
313
|
+
"mtime": 1784399833.180471,
|
|
314
|
+
"ast_hash": "45652413a49fafaf92c47910c53871b0",
|
|
315
|
+
"semantic_hash": ""
|
|
316
316
|
},
|
|
317
317
|
"src/components/Input/Input.constants.json": {
|
|
318
318
|
"mtime": 1724344900.4467535,
|
|
@@ -465,9 +465,9 @@
|
|
|
465
465
|
"semantic_hash": "0b8b89da6209661e126ca7f0406697c9"
|
|
466
466
|
},
|
|
467
467
|
"src/components/Portal/Portal.tsx": {
|
|
468
|
-
"mtime":
|
|
469
|
-
"ast_hash": "
|
|
470
|
-
"semantic_hash": "
|
|
468
|
+
"mtime": 1784413205.1526468,
|
|
469
|
+
"ast_hash": "4e52f24f02e59be1e7f40a5aa5e12277",
|
|
470
|
+
"semantic_hash": ""
|
|
471
471
|
},
|
|
472
472
|
"src/components/Progress/Progress.helpers.ts": {
|
|
473
473
|
"mtime": 1748103394.12792,
|
|
@@ -650,14 +650,14 @@
|
|
|
650
650
|
"semantic_hash": "4ce18f8b27d54c945b38bc03a9129f33"
|
|
651
651
|
},
|
|
652
652
|
"src/components/Slider/Slider.tsx": {
|
|
653
|
-
"mtime":
|
|
654
|
-
"ast_hash": "
|
|
655
|
-
"semantic_hash": "
|
|
653
|
+
"mtime": 1784400118.873346,
|
|
654
|
+
"ast_hash": "85320b8c03a7670ec5229b662221f01f",
|
|
655
|
+
"semantic_hash": ""
|
|
656
656
|
},
|
|
657
657
|
"src/components/Slider/Slider.types.ts": {
|
|
658
|
-
"mtime":
|
|
659
|
-
"ast_hash": "
|
|
660
|
-
"semantic_hash": "
|
|
658
|
+
"mtime": 1784400102.3957136,
|
|
659
|
+
"ast_hash": "d1709268e23f1b869344723db569cb99",
|
|
660
|
+
"semantic_hash": ""
|
|
661
661
|
},
|
|
662
662
|
"src/components/Spinner/Spinner.tsx": {
|
|
663
663
|
"mtime": 1756742206.406381,
|
|
@@ -680,9 +680,9 @@
|
|
|
680
680
|
"semantic_hash": ""
|
|
681
681
|
},
|
|
682
682
|
"src/components/Tabs/Tabs.tsx": {
|
|
683
|
-
"mtime":
|
|
684
|
-
"ast_hash": "
|
|
685
|
-
"semantic_hash": "
|
|
683
|
+
"mtime": 1784413205.152873,
|
|
684
|
+
"ast_hash": "610f9f52ae08fc9faa375cbd73d5b90a",
|
|
685
|
+
"semantic_hash": ""
|
|
686
686
|
},
|
|
687
687
|
"src/components/Tabs/Tabs.types.ts": {
|
|
688
688
|
"mtime": 1756465759.4441261,
|
|
@@ -745,8 +745,8 @@
|
|
|
745
745
|
"semantic_hash": "e46a248dd9dda92622cdfd96f737dc87"
|
|
746
746
|
},
|
|
747
747
|
"src/components/Tooltip/Tooltip.tsx": {
|
|
748
|
-
"mtime":
|
|
749
|
-
"ast_hash": "
|
|
748
|
+
"mtime": 1783354191.6727529,
|
|
749
|
+
"ast_hash": "05b73cbff9c5a919f09122c432a7a06e",
|
|
750
750
|
"semantic_hash": ""
|
|
751
751
|
},
|
|
752
752
|
"src/components/Tooltip/TooltipProvider.tsx": {
|
|
@@ -805,9 +805,9 @@
|
|
|
805
805
|
"semantic_hash": "6b60cbf6054e41955aae982dfa1c542e"
|
|
806
806
|
},
|
|
807
807
|
"src/components/index.ts": {
|
|
808
|
-
"mtime":
|
|
809
|
-
"ast_hash": "
|
|
810
|
-
"semantic_hash": "
|
|
808
|
+
"mtime": 1784454741.2385068,
|
|
809
|
+
"ast_hash": "fa4ab460de9ef3265c89dd98c56cc216",
|
|
810
|
+
"semantic_hash": ""
|
|
811
811
|
},
|
|
812
812
|
"src/declarations.d.ts": {
|
|
813
813
|
"mtime": 1781774353.561205,
|
|
@@ -1115,14 +1115,14 @@
|
|
|
1115
1115
|
"semantic_hash": "66933e9eb22c16d55f6f0b707b0b8ecb"
|
|
1116
1116
|
},
|
|
1117
1117
|
"src/docs/examples/Gallery/Grid.tsx": {
|
|
1118
|
-
"mtime":
|
|
1119
|
-
"ast_hash": "
|
|
1120
|
-
"semantic_hash": "
|
|
1118
|
+
"mtime": 1784454744.786413,
|
|
1119
|
+
"ast_hash": "2e8a719c1577f1310932a9aa6b95706c",
|
|
1120
|
+
"semantic_hash": ""
|
|
1121
1121
|
},
|
|
1122
1122
|
"src/docs/examples/Gallery/MixedMedia.tsx": {
|
|
1123
|
-
"mtime":
|
|
1124
|
-
"ast_hash": "
|
|
1125
|
-
"semantic_hash": "
|
|
1123
|
+
"mtime": 1784412437.5143902,
|
|
1124
|
+
"ast_hash": "e6f110f4305a132607e5a148e16a9d4f",
|
|
1125
|
+
"semantic_hash": ""
|
|
1126
1126
|
},
|
|
1127
1127
|
"src/docs/examples/Gallery/index.tsx": {
|
|
1128
1128
|
"mtime": 1781036855.2315369,
|
|
@@ -1185,9 +1185,9 @@
|
|
|
1185
1185
|
"semantic_hash": "1174a43f2d498b9db73e9c9d4c255af4"
|
|
1186
1186
|
},
|
|
1187
1187
|
"src/docs/examples/LightBox/Example.tsx": {
|
|
1188
|
-
"mtime":
|
|
1189
|
-
"ast_hash": "
|
|
1190
|
-
"semantic_hash": "
|
|
1188
|
+
"mtime": 1784412436.9659727,
|
|
1189
|
+
"ast_hash": "4a1fdaf60ab120c4d1f07c5ca59afda0",
|
|
1190
|
+
"semantic_hash": ""
|
|
1191
1191
|
},
|
|
1192
1192
|
"src/docs/examples/LightBox/index.tsx": {
|
|
1193
1193
|
"mtime": 1724344900.458732,
|
|
@@ -1345,14 +1345,14 @@
|
|
|
1345
1345
|
"semantic_hash": "76af301086e8264e4ee1b7a3471d0a96"
|
|
1346
1346
|
},
|
|
1347
1347
|
"src/docs/examples/Slider/Example.tsx": {
|
|
1348
|
-
"mtime":
|
|
1349
|
-
"ast_hash": "
|
|
1350
|
-
"semantic_hash": "
|
|
1348
|
+
"mtime": 1784400129.1208813,
|
|
1349
|
+
"ast_hash": "57af00766fedf29daf9252d2a3284a3d",
|
|
1350
|
+
"semantic_hash": ""
|
|
1351
1351
|
},
|
|
1352
1352
|
"src/docs/examples/Slider/index.tsx": {
|
|
1353
|
-
"mtime":
|
|
1354
|
-
"ast_hash": "
|
|
1355
|
-
"semantic_hash": "
|
|
1353
|
+
"mtime": 1784400129.718763,
|
|
1354
|
+
"ast_hash": "a67efe77fcf215e41ac3018a7fa1e971",
|
|
1355
|
+
"semantic_hash": ""
|
|
1356
1356
|
},
|
|
1357
1357
|
"src/docs/examples/Spinner/Example.tsx": {
|
|
1358
1358
|
"mtime": 1724344900.4600637,
|
|
@@ -1420,9 +1420,9 @@
|
|
|
1420
1420
|
"semantic_hash": "a54464572d2cf8c93d7a544191de2533"
|
|
1421
1421
|
},
|
|
1422
1422
|
"src/docs/examples/Tooltip/Simple.tsx": {
|
|
1423
|
-
"mtime":
|
|
1424
|
-
"ast_hash": "
|
|
1425
|
-
"semantic_hash": "
|
|
1423
|
+
"mtime": 1783354770.577333,
|
|
1424
|
+
"ast_hash": "2f17ee1c11386f35eedae55a7f4ac7c0",
|
|
1425
|
+
"semantic_hash": ""
|
|
1426
1426
|
},
|
|
1427
1427
|
"src/docs/examples/Tooltip/index.tsx": {
|
|
1428
1428
|
"mtime": 1748613955.4593596,
|
|
@@ -1490,9 +1490,9 @@
|
|
|
1490
1490
|
"semantic_hash": "e014d21afbebc235373fd30549894a1c"
|
|
1491
1491
|
},
|
|
1492
1492
|
"src/docs/navigation.ts": {
|
|
1493
|
-
"mtime":
|
|
1494
|
-
"ast_hash": "
|
|
1495
|
-
"semantic_hash": "
|
|
1493
|
+
"mtime": 1784454741.7811885,
|
|
1494
|
+
"ast_hash": "fc58b00740428cfb968e1bbb4a2cdca7",
|
|
1495
|
+
"semantic_hash": ""
|
|
1496
1496
|
},
|
|
1497
1497
|
"src/docs/pages/About.tsx": {
|
|
1498
1498
|
"mtime": 1724344900.4613411,
|
|
@@ -1515,9 +1515,9 @@
|
|
|
1515
1515
|
"semantic_hash": "834122bfc3687975e19114e2402b25aa"
|
|
1516
1516
|
},
|
|
1517
1517
|
"src/docs/types.json": {
|
|
1518
|
-
"mtime":
|
|
1519
|
-
"ast_hash": "
|
|
1520
|
-
"semantic_hash": "
|
|
1518
|
+
"mtime": 1784454749.503836,
|
|
1519
|
+
"ast_hash": "741ce1b3a81465b4ce0641d29d119941",
|
|
1520
|
+
"semantic_hash": ""
|
|
1521
1521
|
},
|
|
1522
1522
|
"src/global.d.ts": {
|
|
1523
1523
|
"mtime": 1756742229.4292378,
|
|
@@ -1735,8 +1735,8 @@
|
|
|
1735
1735
|
"semantic_hash": "aab27920a818a4272c8cc6e580e0eb79"
|
|
1736
1736
|
},
|
|
1737
1737
|
"CHANGELOG.md": {
|
|
1738
|
-
"mtime":
|
|
1739
|
-
"ast_hash": "
|
|
1738
|
+
"mtime": 1784413212.4263062,
|
|
1739
|
+
"ast_hash": "45d0c4ac0f369aa2832398be51b60704",
|
|
1740
1740
|
"semantic_hash": ""
|
|
1741
1741
|
},
|
|
1742
1742
|
"README.md": {
|
|
@@ -2260,18 +2260,108 @@
|
|
|
2260
2260
|
"semantic_hash": "c4be234e1a3eaef7ef80957b15f1379b"
|
|
2261
2261
|
},
|
|
2262
2262
|
"src/components/Tooltip/TooltipCore.tsx": {
|
|
2263
|
-
"mtime":
|
|
2264
|
-
"ast_hash": "
|
|
2263
|
+
"mtime": 1783354901.0865276,
|
|
2264
|
+
"ast_hash": "5f2c73202cd19b6891420c5019784e0a",
|
|
2265
2265
|
"semantic_hash": ""
|
|
2266
2266
|
},
|
|
2267
2267
|
"src/components/Tooltip/TooltipOverTrigger.tsx": {
|
|
2268
|
-
"mtime":
|
|
2269
|
-
"ast_hash": "
|
|
2268
|
+
"mtime": 1783357159.5938864,
|
|
2269
|
+
"ast_hash": "44f6033adad3db3136d0fbd7cdd9fd08",
|
|
2270
2270
|
"semantic_hash": ""
|
|
2271
2271
|
},
|
|
2272
2272
|
"src/components/Tooltip/TooltipSimple.tsx": {
|
|
2273
|
-
"mtime":
|
|
2274
|
-
"ast_hash": "
|
|
2273
|
+
"mtime": 1783356025.1343443,
|
|
2274
|
+
"ast_hash": "77b5b1e43330ddbc8148a6184e75b5b4",
|
|
2275
|
+
"semantic_hash": ""
|
|
2276
|
+
},
|
|
2277
|
+
"src/components/TextWithDeferTooltip/TextWithDeferTooltip.tsx": {
|
|
2278
|
+
"mtime": 1783354901.0581248,
|
|
2279
|
+
"ast_hash": "2977eb105fb2b6c65076fe62c06c0052",
|
|
2280
|
+
"semantic_hash": ""
|
|
2281
|
+
},
|
|
2282
|
+
"src/components/TextWithDeferTooltip/TextWithDeferTooltip.types.ts": {
|
|
2283
|
+
"mtime": 1783354677.317166,
|
|
2284
|
+
"ast_hash": "03bb56f74d79caaa7c0acd17e8637799",
|
|
2285
|
+
"semantic_hash": ""
|
|
2286
|
+
},
|
|
2287
|
+
"src/components/TextWithDeferTooltip/index.ts": {
|
|
2288
|
+
"mtime": 1783354901.0353763,
|
|
2289
|
+
"ast_hash": "a89bd44a34c2851b75cb16ae13ed4c7c",
|
|
2290
|
+
"semantic_hash": ""
|
|
2291
|
+
},
|
|
2292
|
+
"src/components/Tooltip/tooltipTextStyles.ts": {
|
|
2293
|
+
"mtime": 1783356018.6619864,
|
|
2294
|
+
"ast_hash": "f1854f97c318043a05795c50ae71b920",
|
|
2295
|
+
"semantic_hash": ""
|
|
2296
|
+
},
|
|
2297
|
+
"src/components/VideoPlayer/VideoPlayer.helpers.ts": {
|
|
2298
|
+
"mtime": 1784412129.2968588,
|
|
2299
|
+
"ast_hash": "9f139e2a36d7df1aab8a59d871e61870",
|
|
2300
|
+
"semantic_hash": ""
|
|
2301
|
+
},
|
|
2302
|
+
"src/components/VideoPlayer/VideoPlayer.tsx": {
|
|
2303
|
+
"mtime": 1784412123.9286387,
|
|
2304
|
+
"ast_hash": "a8c20eb39feb371baf4cf923d39cc5ba",
|
|
2305
|
+
"semantic_hash": ""
|
|
2306
|
+
},
|
|
2307
|
+
"src/components/VideoPlayer/VideoPlayer.types.ts": {
|
|
2308
|
+
"mtime": 1784395121.9722655,
|
|
2309
|
+
"ast_hash": "546b070227393f7358e92638a341a95a",
|
|
2310
|
+
"semantic_hash": ""
|
|
2311
|
+
},
|
|
2312
|
+
"src/docs/examples/TextWithDeferTooltip/Example.tsx": {
|
|
2313
|
+
"mtime": 1783354858.9964073,
|
|
2314
|
+
"ast_hash": "8c08e428165a5175367886b0c999da14",
|
|
2315
|
+
"semantic_hash": ""
|
|
2316
|
+
},
|
|
2317
|
+
"src/docs/examples/TextWithDeferTooltip/index.tsx": {
|
|
2318
|
+
"mtime": 1783354673.571129,
|
|
2319
|
+
"ast_hash": "3898050861aa6de540c2bcdd1e80398b",
|
|
2320
|
+
"semantic_hash": ""
|
|
2321
|
+
},
|
|
2322
|
+
"src/docs/examples/VideoPlayer/Example.tsx": {
|
|
2323
|
+
"mtime": 1784399878.4136422,
|
|
2324
|
+
"ast_hash": "55534f8fa9f6a441446fd639311a7593",
|
|
2325
|
+
"semantic_hash": ""
|
|
2326
|
+
},
|
|
2327
|
+
"src/docs/examples/VideoPlayer/index.tsx": {
|
|
2328
|
+
"mtime": 1784399880.0784476,
|
|
2329
|
+
"ast_hash": "cfcb7e3113f8a565d6c0ae432c854091",
|
|
2330
|
+
"semantic_hash": ""
|
|
2331
|
+
},
|
|
2332
|
+
"src/components/Icon/icons/volume.svg": {
|
|
2333
|
+
"mtime": 1784399830.9378386,
|
|
2334
|
+
"ast_hash": "c03b07e24696cb8de5fdd017cf323e3e",
|
|
2335
|
+
"semantic_hash": ""
|
|
2336
|
+
},
|
|
2337
|
+
"src/components/Icon/icons/volumeOff.svg": {
|
|
2338
|
+
"mtime": 1784399832.429427,
|
|
2339
|
+
"ast_hash": "702d27009b717a744138731d3afe24c7",
|
|
2340
|
+
"semantic_hash": ""
|
|
2341
|
+
},
|
|
2342
|
+
"src/components/GridLayout/GridLayout.tsx": {
|
|
2343
|
+
"mtime": 1784454737.97254,
|
|
2344
|
+
"ast_hash": "6956913fe6e9ce82058e79c68e9410a9",
|
|
2345
|
+
"semantic_hash": ""
|
|
2346
|
+
},
|
|
2347
|
+
"src/components/GridLayout/GridLayout.types.ts": {
|
|
2348
|
+
"mtime": 1784454735.8006444,
|
|
2349
|
+
"ast_hash": "f97b09f1ae29352ed729b6bb57740c51",
|
|
2350
|
+
"semantic_hash": ""
|
|
2351
|
+
},
|
|
2352
|
+
"src/docs/examples/GridLayout/Basic.tsx": {
|
|
2353
|
+
"mtime": 1784454739.0904107,
|
|
2354
|
+
"ast_hash": "cbb9dd5263011141f6d90d6ea457d640",
|
|
2355
|
+
"semantic_hash": ""
|
|
2356
|
+
},
|
|
2357
|
+
"src/docs/examples/GridLayout/Narrow.tsx": {
|
|
2358
|
+
"mtime": 1784454739.777762,
|
|
2359
|
+
"ast_hash": "fc1a8390f8868e77e8e0fe9e517e026c",
|
|
2360
|
+
"semantic_hash": ""
|
|
2361
|
+
},
|
|
2362
|
+
"src/docs/examples/GridLayout/index.tsx": {
|
|
2363
|
+
"mtime": 1784454740.8102558,
|
|
2364
|
+
"ast_hash": "dd820d2f3e848bb3d1be7b6d860759cb",
|
|
2275
2365
|
"semantic_hash": ""
|
|
2276
2366
|
}
|
|
2277
2367
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homecode/ui",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.0",
|
|
4
4
|
"description": "React UI components library",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"tests": "jest",
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"release:minor": "yarn release -- --release-as minor",
|
|
15
15
|
"release:major": "yarn release -- --release-as major",
|
|
16
16
|
"release:as": "yarn release -- --release-as",
|
|
17
|
-
"docs:
|
|
17
|
+
"docs:types": "node bin/parseTypes.js",
|
|
18
|
+
"docs:build": "yarn docs:types && NODE_OPTIONS='--loader ts-node/esm' NODE_ENV=production webpack --mode=production --config ./src/docs/config/webpack.config.js --progress",
|
|
18
19
|
"docs:deploy": "./bin/deploy",
|
|
19
20
|
"docs": "yarn docs:build && yarn docs:deploy"
|
|
20
21
|
},
|
|
@@ -107,8 +108,8 @@
|
|
|
107
108
|
"@testing-library/user-event": "^14.5.2",
|
|
108
109
|
"@types/jest": "^29.4.0",
|
|
109
110
|
"@types/node": "^18.14.0",
|
|
110
|
-
"@types/react": "^18.
|
|
111
|
-
"@types/react-dom": "^18.
|
|
111
|
+
"@types/react": "^18.3.20",
|
|
112
|
+
"@types/react-dom": "^18.3.5",
|
|
112
113
|
"babel-jest": "^29.7.0",
|
|
113
114
|
"babel-loader": "8",
|
|
114
115
|
"babel-preset-react-app": "^10.0.1",
|
|
@@ -148,5 +149,8 @@
|
|
|
148
149
|
"webpack-dev-server": "^4.11.1",
|
|
149
150
|
"webpack-merge": "^5.8.0"
|
|
150
151
|
},
|
|
152
|
+
"resolutions": {
|
|
153
|
+
"@types/react": "^18.3.20"
|
|
154
|
+
},
|
|
151
155
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
152
156
|
}
|