@almadar/patterns 2.23.1 → 2.24.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 +101 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +8325 -5921
- package/dist/index.js +1902 -3
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +1800 -1
- package/dist/registry.json +1800 -1
- package/package.json +10 -8
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-09T16:52:32.798Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -1795,6 +1795,106 @@
|
|
|
1795
1795
|
"importPath": "@/components/organisms/AvlOrbitalsCosmicZoom",
|
|
1796
1796
|
"category": "display"
|
|
1797
1797
|
},
|
|
1798
|
+
"filter-pill": {
|
|
1799
|
+
"component": "FilterPill",
|
|
1800
|
+
"importPath": "@/components/atoms/FilterPill",
|
|
1801
|
+
"category": "filter"
|
|
1802
|
+
},
|
|
1803
|
+
"dunning-banner": {
|
|
1804
|
+
"component": "DunningBanner",
|
|
1805
|
+
"importPath": "@/components/molecules/DunningBanner",
|
|
1806
|
+
"category": "component"
|
|
1807
|
+
},
|
|
1808
|
+
"invoice": {
|
|
1809
|
+
"component": "Invoice",
|
|
1810
|
+
"importPath": "@/components/molecules/Invoice",
|
|
1811
|
+
"category": "component"
|
|
1812
|
+
},
|
|
1813
|
+
"kitchen-display-strip": {
|
|
1814
|
+
"component": "KitchenDisplayStrip",
|
|
1815
|
+
"importPath": "@/components/molecules/KitchenDisplayStrip",
|
|
1816
|
+
"category": "component"
|
|
1817
|
+
},
|
|
1818
|
+
"likert-scale": {
|
|
1819
|
+
"component": "LikertScale",
|
|
1820
|
+
"importPath": "@/components/molecules/LikertScale",
|
|
1821
|
+
"category": "component"
|
|
1822
|
+
},
|
|
1823
|
+
"listing-card": {
|
|
1824
|
+
"component": "ListingCard",
|
|
1825
|
+
"importPath": "@/components/molecules/ListingCard",
|
|
1826
|
+
"category": "display"
|
|
1827
|
+
},
|
|
1828
|
+
"matrix-question": {
|
|
1829
|
+
"component": "MatrixQuestion",
|
|
1830
|
+
"importPath": "@/components/molecules/MatrixQuestion",
|
|
1831
|
+
"category": "component"
|
|
1832
|
+
},
|
|
1833
|
+
"moderation-queue-row": {
|
|
1834
|
+
"component": "ModerationQueueRow",
|
|
1835
|
+
"importPath": "@/components/molecules/ModerationQueueRow",
|
|
1836
|
+
"category": "component"
|
|
1837
|
+
},
|
|
1838
|
+
"modifier-group": {
|
|
1839
|
+
"component": "ModifierGroup",
|
|
1840
|
+
"importPath": "@/components/molecules/ModifierGroup",
|
|
1841
|
+
"category": "component"
|
|
1842
|
+
},
|
|
1843
|
+
"qr-scanner": {
|
|
1844
|
+
"component": "QrScanner",
|
|
1845
|
+
"importPath": "@/components/molecules/QrScanner",
|
|
1846
|
+
"category": "component"
|
|
1847
|
+
},
|
|
1848
|
+
"ticket-stub": {
|
|
1849
|
+
"component": "TicketStub",
|
|
1850
|
+
"importPath": "@/components/molecules/TicketStub",
|
|
1851
|
+
"category": "component"
|
|
1852
|
+
},
|
|
1853
|
+
"vote-stack": {
|
|
1854
|
+
"component": "VoteStack",
|
|
1855
|
+
"importPath": "@/components/molecules/VoteStack",
|
|
1856
|
+
"category": "component"
|
|
1857
|
+
},
|
|
1858
|
+
"work-order-card": {
|
|
1859
|
+
"component": "WorkOrderCard",
|
|
1860
|
+
"importPath": "@/components/molecules/WorkOrderCard",
|
|
1861
|
+
"category": "display"
|
|
1862
|
+
},
|
|
1863
|
+
"branching-logic-builder": {
|
|
1864
|
+
"component": "BranchingLogicBuilder",
|
|
1865
|
+
"importPath": "@/components/organisms/BranchingLogicBuilder",
|
|
1866
|
+
"category": "display"
|
|
1867
|
+
},
|
|
1868
|
+
"reply-tree": {
|
|
1869
|
+
"component": "ReplyTree",
|
|
1870
|
+
"importPath": "@/components/organisms/ReplyTree",
|
|
1871
|
+
"category": "display"
|
|
1872
|
+
},
|
|
1873
|
+
"rich-block-editor": {
|
|
1874
|
+
"component": "RichBlockEditor",
|
|
1875
|
+
"importPath": "@/components/organisms/RichBlockEditor",
|
|
1876
|
+
"category": "display"
|
|
1877
|
+
},
|
|
1878
|
+
"route-map": {
|
|
1879
|
+
"component": "RouteMap",
|
|
1880
|
+
"importPath": "@/components/organisms/RouteMap",
|
|
1881
|
+
"category": "display"
|
|
1882
|
+
},
|
|
1883
|
+
"table-floor-plan": {
|
|
1884
|
+
"component": "TableFloorPlan",
|
|
1885
|
+
"importPath": "@/components/organisms/TableFloorPlan",
|
|
1886
|
+
"category": "display"
|
|
1887
|
+
},
|
|
1888
|
+
"vendor-onboarding-stepper": {
|
|
1889
|
+
"component": "VendorOnboardingStepper",
|
|
1890
|
+
"importPath": "@/components/organisms/VendorOnboardingStepper",
|
|
1891
|
+
"category": "game"
|
|
1892
|
+
},
|
|
1893
|
+
"version-diff": {
|
|
1894
|
+
"component": "VersionDiff",
|
|
1895
|
+
"importPath": "@/components/organisms/VersionDiff",
|
|
1896
|
+
"category": "display"
|
|
1897
|
+
},
|
|
1798
1898
|
"heading": {
|
|
1799
1899
|
"component": "Typography",
|
|
1800
1900
|
"importPath": "@/components/atoms/Typography",
|