@almadar/patterns 2.3.0 → 2.5.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/component-mapping.json +93 -3
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +10606 -7235
- package/dist/index.js +1561 -112
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +1363 -4
- package/dist/registry.json +1363 -4
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-03-
|
|
3
|
+
"exportedAt": "2026-03-10T17:18:23.379Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -457,7 +457,12 @@
|
|
|
457
457
|
},
|
|
458
458
|
"stat-badge": {
|
|
459
459
|
"component": "StatBadge",
|
|
460
|
-
"importPath": "@/components/molecules/StatBadge",
|
|
460
|
+
"importPath": "@/components/molecules/game/StatBadge",
|
|
461
|
+
"category": "game"
|
|
462
|
+
},
|
|
463
|
+
"stat-display": {
|
|
464
|
+
"component": "StatDisplay",
|
|
465
|
+
"importPath": "@/components/molecules/StatDisplay",
|
|
461
466
|
"category": "display"
|
|
462
467
|
},
|
|
463
468
|
"button-pattern": {
|
|
@@ -577,7 +582,7 @@
|
|
|
577
582
|
},
|
|
578
583
|
"meter": {
|
|
579
584
|
"component": "Meter",
|
|
580
|
-
"importPath": "
|
|
585
|
+
"importPath": "@/components/molecules/Meter",
|
|
581
586
|
"category": "visualization"
|
|
582
587
|
},
|
|
583
588
|
"timeline": {
|
|
@@ -1000,6 +1005,91 @@
|
|
|
1000
1005
|
"importPath": "@/components/molecules/ProgressDots",
|
|
1001
1006
|
"category": "component"
|
|
1002
1007
|
},
|
|
1008
|
+
"platformer-canvas": {
|
|
1009
|
+
"component": "PlatformerCanvas",
|
|
1010
|
+
"importPath": "@/components/organisms/PlatformerCanvas",
|
|
1011
|
+
"category": "form"
|
|
1012
|
+
},
|
|
1013
|
+
"map-view": {
|
|
1014
|
+
"component": "MapView",
|
|
1015
|
+
"importPath": "@/components/molecules/MapView",
|
|
1016
|
+
"category": "component"
|
|
1017
|
+
},
|
|
1018
|
+
"range-slider": {
|
|
1019
|
+
"component": "RangeSlider",
|
|
1020
|
+
"importPath": "@/components/atoms/RangeSlider",
|
|
1021
|
+
"category": "component"
|
|
1022
|
+
},
|
|
1023
|
+
"status-dot": {
|
|
1024
|
+
"component": "StatusDot",
|
|
1025
|
+
"importPath": "@/components/atoms/StatusDot",
|
|
1026
|
+
"category": "display"
|
|
1027
|
+
},
|
|
1028
|
+
"trend-indicator": {
|
|
1029
|
+
"component": "TrendIndicator",
|
|
1030
|
+
"importPath": "@/components/atoms/TrendIndicator",
|
|
1031
|
+
"category": "component"
|
|
1032
|
+
},
|
|
1033
|
+
"lightbox": {
|
|
1034
|
+
"component": "Lightbox",
|
|
1035
|
+
"importPath": "@/components/molecules/Lightbox",
|
|
1036
|
+
"category": "component"
|
|
1037
|
+
},
|
|
1038
|
+
"number-stepper": {
|
|
1039
|
+
"component": "NumberStepper",
|
|
1040
|
+
"importPath": "@/components/molecules/NumberStepper",
|
|
1041
|
+
"category": "component"
|
|
1042
|
+
},
|
|
1043
|
+
"star-rating": {
|
|
1044
|
+
"component": "StarRating",
|
|
1045
|
+
"importPath": "@/components/molecules/StarRating",
|
|
1046
|
+
"category": "component"
|
|
1047
|
+
},
|
|
1048
|
+
"upload-drop-zone": {
|
|
1049
|
+
"component": "UploadDropZone",
|
|
1050
|
+
"importPath": "@/components/molecules/UploadDropZone",
|
|
1051
|
+
"category": "component"
|
|
1052
|
+
},
|
|
1053
|
+
"animated-counter": {
|
|
1054
|
+
"component": "AnimatedCounter",
|
|
1055
|
+
"importPath": "@/components/atoms/AnimatedCounter",
|
|
1056
|
+
"category": "component"
|
|
1057
|
+
},
|
|
1058
|
+
"confetti-effect": {
|
|
1059
|
+
"component": "ConfettiEffect",
|
|
1060
|
+
"importPath": "@/components/atoms/ConfettiEffect",
|
|
1061
|
+
"category": "component"
|
|
1062
|
+
},
|
|
1063
|
+
"infinite-scroll-sentinel": {
|
|
1064
|
+
"component": "InfiniteScrollSentinel",
|
|
1065
|
+
"importPath": "@/components/atoms/InfiniteScrollSentinel",
|
|
1066
|
+
"category": "component"
|
|
1067
|
+
},
|
|
1068
|
+
"typewriter-text": {
|
|
1069
|
+
"component": "TypewriterText",
|
|
1070
|
+
"importPath": "@/components/atoms/TypewriterText",
|
|
1071
|
+
"category": "component"
|
|
1072
|
+
},
|
|
1073
|
+
"carousel": {
|
|
1074
|
+
"component": "Carousel",
|
|
1075
|
+
"importPath": "@/components/molecules/Carousel",
|
|
1076
|
+
"category": "component"
|
|
1077
|
+
},
|
|
1078
|
+
"pull-to-refresh": {
|
|
1079
|
+
"component": "PullToRefresh",
|
|
1080
|
+
"importPath": "@/components/molecules/PullToRefresh",
|
|
1081
|
+
"category": "component"
|
|
1082
|
+
},
|
|
1083
|
+
"sortable-list": {
|
|
1084
|
+
"component": "SortableList",
|
|
1085
|
+
"importPath": "@/components/molecules/SortableList",
|
|
1086
|
+
"category": "display"
|
|
1087
|
+
},
|
|
1088
|
+
"swipeable-row": {
|
|
1089
|
+
"component": "SwipeableRow",
|
|
1090
|
+
"importPath": "@/components/molecules/SwipeableRow",
|
|
1091
|
+
"category": "component"
|
|
1092
|
+
},
|
|
1003
1093
|
"heading": {
|
|
1004
1094
|
"component": "Typography",
|
|
1005
1095
|
"importPath": "@/components/atoms/Typography",
|