@ankhorage/zora 1.3.0 → 1.4.1
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/CHANGELOG.md +12 -0
- package/README.md +208 -0
- package/dist/components/app-bar/meta.d.ts +9 -0
- package/dist/components/app-bar/meta.d.ts.map +1 -0
- package/dist/components/app-bar/meta.js +9 -0
- package/dist/components/app-bar/meta.js.map +1 -0
- package/dist/components/avatar/meta.d.ts +9 -0
- package/dist/components/avatar/meta.d.ts.map +1 -0
- package/dist/components/avatar/meta.js +9 -0
- package/dist/components/avatar/meta.js.map +1 -0
- package/dist/components/avatar-group/meta.d.ts +9 -0
- package/dist/components/avatar-group/meta.d.ts.map +1 -0
- package/dist/components/avatar-group/meta.js +9 -0
- package/dist/components/avatar-group/meta.js.map +1 -0
- package/dist/components/badge/meta.d.ts +9 -0
- package/dist/components/badge/meta.d.ts.map +1 -0
- package/dist/components/badge/meta.js +9 -0
- package/dist/components/badge/meta.js.map +1 -0
- package/dist/components/button/meta.d.ts +45 -0
- package/dist/components/button/meta.d.ts.map +1 -0
- package/dist/components/button/meta.js +45 -0
- package/dist/components/button/meta.js.map +1 -0
- package/dist/components/card/meta.d.ts +44 -0
- package/dist/components/card/meta.d.ts.map +1 -0
- package/dist/components/card/meta.js +45 -0
- package/dist/components/card/meta.js.map +1 -0
- package/dist/components/checkbox/meta.d.ts +17 -0
- package/dist/components/checkbox/meta.d.ts.map +1 -0
- package/dist/components/checkbox/meta.js +17 -0
- package/dist/components/checkbox/meta.js.map +1 -0
- package/dist/components/chip/meta.d.ts +9 -0
- package/dist/components/chip/meta.d.ts.map +1 -0
- package/dist/components/chip/meta.js +9 -0
- package/dist/components/chip/meta.js.map +1 -0
- package/dist/components/chip-group/meta.d.ts +9 -0
- package/dist/components/chip-group/meta.d.ts.map +1 -0
- package/dist/components/chip-group/meta.js +9 -0
- package/dist/components/chip-group/meta.js.map +1 -0
- package/dist/components/drawer/meta.d.ts +9 -0
- package/dist/components/drawer/meta.d.ts.map +1 -0
- package/dist/components/drawer/meta.js +9 -0
- package/dist/components/drawer/meta.js.map +1 -0
- package/dist/components/form/index.d.ts +1 -1
- package/dist/components/form/index.d.ts.map +1 -1
- package/dist/components/form/index.js.map +1 -1
- package/dist/components/form/meta.d.ts +79 -0
- package/dist/components/form/meta.d.ts.map +1 -0
- package/dist/components/form/meta.js +79 -0
- package/dist/components/form/meta.js.map +1 -0
- package/dist/components/form/types.d.ts +2 -1
- package/dist/components/form/types.d.ts.map +1 -1
- package/dist/components/form/types.js.map +1 -1
- package/dist/components/heading/meta.d.ts +69 -0
- package/dist/components/heading/meta.d.ts.map +1 -0
- package/dist/components/heading/meta.js +66 -0
- package/dist/components/heading/meta.js.map +1 -0
- package/dist/components/icon/meta.d.ts +9 -0
- package/dist/components/icon/meta.d.ts.map +1 -0
- package/dist/components/icon/meta.js +9 -0
- package/dist/components/icon/meta.js.map +1 -0
- package/dist/components/icon-button/meta.d.ts +9 -0
- package/dist/components/icon-button/meta.d.ts.map +1 -0
- package/dist/components/icon-button/meta.js +9 -0
- package/dist/components/icon-button/meta.js.map +1 -0
- package/dist/components/image/meta.d.ts +9 -0
- package/dist/components/image/meta.d.ts.map +1 -0
- package/dist/components/image/meta.js +9 -0
- package/dist/components/image/meta.js.map +1 -0
- package/dist/components/input/meta.d.ts +45 -0
- package/dist/components/input/meta.d.ts.map +1 -0
- package/dist/components/input/meta.js +45 -0
- package/dist/components/input/meta.js.map +1 -0
- package/dist/components/media-card/meta.d.ts +9 -0
- package/dist/components/media-card/meta.d.ts.map +1 -0
- package/dist/components/media-card/meta.js +9 -0
- package/dist/components/media-card/meta.js.map +1 -0
- package/dist/components/metric-card/meta.d.ts +9 -0
- package/dist/components/metric-card/meta.d.ts.map +1 -0
- package/dist/components/metric-card/meta.js +9 -0
- package/dist/components/metric-card/meta.js.map +1 -0
- package/dist/components/modal/meta.d.ts +9 -0
- package/dist/components/modal/meta.d.ts.map +1 -0
- package/dist/components/modal/meta.js +9 -0
- package/dist/components/modal/meta.js.map +1 -0
- package/dist/components/navigation-item/meta.d.ts +9 -0
- package/dist/components/navigation-item/meta.d.ts.map +1 -0
- package/dist/components/navigation-item/meta.js +9 -0
- package/dist/components/navigation-item/meta.js.map +1 -0
- package/dist/components/navigation-list/meta.d.ts +9 -0
- package/dist/components/navigation-list/meta.d.ts.map +1 -0
- package/dist/components/navigation-list/meta.js +9 -0
- package/dist/components/navigation-list/meta.js.map +1 -0
- package/dist/components/progress/meta.d.ts +9 -0
- package/dist/components/progress/meta.d.ts.map +1 -0
- package/dist/components/progress/meta.js +9 -0
- package/dist/components/progress/meta.js.map +1 -0
- package/dist/components/radio/meta.d.ts +17 -0
- package/dist/components/radio/meta.d.ts.map +1 -0
- package/dist/components/radio/meta.js +17 -0
- package/dist/components/radio/meta.js.map +1 -0
- package/dist/components/rating/meta.d.ts +9 -0
- package/dist/components/rating/meta.d.ts.map +1 -0
- package/dist/components/rating/meta.js +9 -0
- package/dist/components/rating/meta.js.map +1 -0
- package/dist/components/search-bar/meta.d.ts +9 -0
- package/dist/components/search-bar/meta.d.ts.map +1 -0
- package/dist/components/search-bar/meta.js +9 -0
- package/dist/components/search-bar/meta.js.map +1 -0
- package/dist/components/select/meta.d.ts +9 -0
- package/dist/components/select/meta.d.ts.map +1 -0
- package/dist/components/select/meta.js +9 -0
- package/dist/components/select/meta.js.map +1 -0
- package/dist/components/tabs/meta.d.ts +9 -0
- package/dist/components/tabs/meta.d.ts.map +1 -0
- package/dist/components/tabs/meta.js +9 -0
- package/dist/components/tabs/meta.js.map +1 -0
- package/dist/components/text/meta.d.ts +71 -0
- package/dist/components/text/meta.d.ts.map +1 -0
- package/dist/components/text/meta.js +68 -0
- package/dist/components/text/meta.js.map +1 -0
- package/dist/components/textarea/meta.d.ts +45 -0
- package/dist/components/textarea/meta.d.ts.map +1 -0
- package/dist/components/textarea/meta.js +45 -0
- package/dist/components/textarea/meta.js.map +1 -0
- package/dist/components/toolbar/meta.d.ts +17 -0
- package/dist/components/toolbar/meta.d.ts.map +1 -0
- package/dist/components/toolbar/meta.js +17 -0
- package/dist/components/toolbar/meta.js.map +1 -0
- package/dist/foundation/meta.d.ts +93 -0
- package/dist/foundation/meta.d.ts.map +1 -0
- package/dist/foundation/meta.js +84 -0
- package/dist/foundation/meta.js.map +1 -0
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/layout/app-shell/meta.d.ts +9 -0
- package/dist/layout/app-shell/meta.d.ts.map +1 -0
- package/dist/layout/app-shell/meta.js +9 -0
- package/dist/layout/app-shell/meta.js.map +1 -0
- package/dist/layout/auth-layout/meta.d.ts +33 -0
- package/dist/layout/auth-layout/meta.d.ts.map +1 -0
- package/dist/layout/auth-layout/meta.js +34 -0
- package/dist/layout/auth-layout/meta.js.map +1 -0
- package/dist/layout/page/meta.d.ts +19 -0
- package/dist/layout/page/meta.d.ts.map +1 -0
- package/dist/layout/page/meta.js +20 -0
- package/dist/layout/page/meta.js.map +1 -0
- package/dist/layout/page-header/meta.d.ts +38 -0
- package/dist/layout/page-header/meta.d.ts.map +1 -0
- package/dist/layout/page-header/meta.js +38 -0
- package/dist/layout/page-header/meta.js.map +1 -0
- package/dist/layout/page-section/meta.d.ts +28 -0
- package/dist/layout/page-section/meta.d.ts.map +1 -0
- package/dist/layout/page-section/meta.js +29 -0
- package/dist/layout/page-section/meta.js.map +1 -0
- package/dist/layout/settings-layout/meta.d.ts +9 -0
- package/dist/layout/settings-layout/meta.d.ts.map +1 -0
- package/dist/layout/settings-layout/meta.js +9 -0
- package/dist/layout/settings-layout/meta.js.map +1 -0
- package/dist/layout/sidebar-layout/meta.d.ts +9 -0
- package/dist/layout/sidebar-layout/meta.d.ts.map +1 -0
- package/dist/layout/sidebar-layout/meta.js +9 -0
- package/dist/layout/sidebar-layout/meta.js.map +1 -0
- package/dist/layout/topbar-layout/meta.d.ts +9 -0
- package/dist/layout/topbar-layout/meta.d.ts.map +1 -0
- package/dist/layout/topbar-layout/meta.js +9 -0
- package/dist/layout/topbar-layout/meta.js.map +1 -0
- package/dist/metadata/allowedChildren.d.ts +4 -0
- package/dist/metadata/allowedChildren.d.ts.map +1 -0
- package/dist/metadata/allowedChildren.js +26 -0
- package/dist/metadata/allowedChildren.js.map +1 -0
- package/dist/metadata/componentMeta.d.ts +3 -0
- package/dist/metadata/componentMeta.d.ts.map +1 -0
- package/dist/metadata/componentMeta.js +143 -0
- package/dist/metadata/componentMeta.js.map +1 -0
- package/dist/metadata/index.d.ts +3 -0
- package/dist/metadata/index.d.ts.map +1 -0
- package/dist/metadata/index.js +2 -0
- package/dist/metadata/index.js.map +1 -0
- package/dist/metadata/types.d.ts +49 -0
- package/dist/metadata/types.d.ts.map +1 -0
- package/dist/metadata/types.js +2 -0
- package/dist/metadata/types.js.map +1 -0
- package/dist/patterns/auth/meta.d.ts +33 -0
- package/dist/patterns/auth/meta.d.ts.map +1 -0
- package/dist/patterns/auth/meta.js +34 -0
- package/dist/patterns/auth/meta.js.map +1 -0
- package/dist/patterns/collection-editor/meta.d.ts +9 -0
- package/dist/patterns/collection-editor/meta.d.ts.map +1 -0
- package/dist/patterns/collection-editor/meta.js +9 -0
- package/dist/patterns/collection-editor/meta.js.map +1 -0
- package/dist/patterns/confirm-dialog/meta.d.ts +9 -0
- package/dist/patterns/confirm-dialog/meta.d.ts.map +1 -0
- package/dist/patterns/confirm-dialog/meta.js +9 -0
- package/dist/patterns/confirm-dialog/meta.js.map +1 -0
- package/dist/patterns/disclosure-section/meta.d.ts +9 -0
- package/dist/patterns/disclosure-section/meta.d.ts.map +1 -0
- package/dist/patterns/disclosure-section/meta.js +9 -0
- package/dist/patterns/disclosure-section/meta.js.map +1 -0
- package/dist/patterns/empty-state/meta.d.ts +33 -0
- package/dist/patterns/empty-state/meta.d.ts.map +1 -0
- package/dist/patterns/empty-state/meta.js +33 -0
- package/dist/patterns/empty-state/meta.js.map +1 -0
- package/dist/patterns/filter-bar/meta.d.ts +9 -0
- package/dist/patterns/filter-bar/meta.d.ts.map +1 -0
- package/dist/patterns/filter-bar/meta.js +9 -0
- package/dist/patterns/filter-bar/meta.js.map +1 -0
- package/dist/patterns/hero/Hero.d.ts +4 -0
- package/dist/patterns/hero/Hero.d.ts.map +1 -0
- package/dist/patterns/hero/Hero.js +59 -0
- package/dist/patterns/hero/Hero.js.map +1 -0
- package/dist/patterns/hero/index.d.ts +3 -0
- package/dist/patterns/hero/index.d.ts.map +1 -0
- package/dist/patterns/hero/index.js +2 -0
- package/dist/patterns/hero/index.js.map +1 -0
- package/dist/patterns/hero/meta.d.ts +101 -0
- package/dist/patterns/hero/meta.d.ts.map +1 -0
- package/dist/patterns/hero/meta.js +94 -0
- package/dist/patterns/hero/meta.js.map +1 -0
- package/dist/patterns/hero/types.d.ts +27 -0
- package/dist/patterns/hero/types.d.ts.map +1 -0
- package/dist/patterns/hero/types.js +2 -0
- package/dist/patterns/hero/types.js.map +1 -0
- package/dist/patterns/image-preview/meta.d.ts +9 -0
- package/dist/patterns/image-preview/meta.d.ts.map +1 -0
- package/dist/patterns/image-preview/meta.js +9 -0
- package/dist/patterns/image-preview/meta.js.map +1 -0
- package/dist/patterns/image-upload-field/meta.d.ts +9 -0
- package/dist/patterns/image-upload-field/meta.d.ts.map +1 -0
- package/dist/patterns/image-upload-field/meta.js +9 -0
- package/dist/patterns/image-upload-field/meta.js.map +1 -0
- package/dist/patterns/inspector-field/meta.d.ts +9 -0
- package/dist/patterns/inspector-field/meta.d.ts.map +1 -0
- package/dist/patterns/inspector-field/meta.js +9 -0
- package/dist/patterns/inspector-field/meta.js.map +1 -0
- package/dist/patterns/list/meta.d.ts +25 -0
- package/dist/patterns/list/meta.d.ts.map +1 -0
- package/dist/patterns/list/meta.js +26 -0
- package/dist/patterns/list/meta.js.map +1 -0
- package/dist/patterns/notice/meta.d.ts +34 -0
- package/dist/patterns/notice/meta.d.ts.map +1 -0
- package/dist/patterns/notice/meta.js +35 -0
- package/dist/patterns/notice/meta.js.map +1 -0
- package/dist/patterns/panel/meta.d.ts +44 -0
- package/dist/patterns/panel/meta.d.ts.map +1 -0
- package/dist/patterns/panel/meta.js +45 -0
- package/dist/patterns/panel/meta.js.map +1 -0
- package/dist/patterns/responsive-panel/meta.d.ts +9 -0
- package/dist/patterns/responsive-panel/meta.d.ts.map +1 -0
- package/dist/patterns/responsive-panel/meta.js +9 -0
- package/dist/patterns/responsive-panel/meta.js.map +1 -0
- package/dist/patterns/section-header/meta.d.ts +33 -0
- package/dist/patterns/section-header/meta.d.ts.map +1 -0
- package/dist/patterns/section-header/meta.js +33 -0
- package/dist/patterns/section-header/meta.js.map +1 -0
- package/dist/patterns/selection/meta.d.ts +17 -0
- package/dist/patterns/selection/meta.d.ts.map +1 -0
- package/dist/patterns/selection/meta.js +18 -0
- package/dist/patterns/selection/meta.js.map +1 -0
- package/dist/patterns/settings-row/meta.d.ts +39 -0
- package/dist/patterns/settings-row/meta.d.ts.map +1 -0
- package/dist/patterns/settings-row/meta.js +39 -0
- package/dist/patterns/settings-row/meta.js.map +1 -0
- package/dist/patterns/switch-field/meta.d.ts +9 -0
- package/dist/patterns/switch-field/meta.d.ts.map +1 -0
- package/dist/patterns/switch-field/meta.js +9 -0
- package/dist/patterns/switch-field/meta.js.map +1 -0
- package/dist/patterns/theme-composer/meta.d.ts +9 -0
- package/dist/patterns/theme-composer/meta.d.ts.map +1 -0
- package/dist/patterns/theme-composer/meta.js +9 -0
- package/dist/patterns/theme-composer/meta.js.map +1 -0
- package/dist/patterns/tile-grid/meta.d.ts +17 -0
- package/dist/patterns/tile-grid/meta.d.ts.map +1 -0
- package/dist/patterns/tile-grid/meta.js +18 -0
- package/dist/patterns/tile-grid/meta.js.map +1 -0
- package/dist/patterns/timeline/meta.d.ts +9 -0
- package/dist/patterns/timeline/meta.d.ts.map +1 -0
- package/dist/patterns/timeline/meta.js +9 -0
- package/dist/patterns/timeline/meta.js.map +1 -0
- package/dist/patterns/tree-view/meta.d.ts +17 -0
- package/dist/patterns/tree-view/meta.d.ts.map +1 -0
- package/dist/patterns/tree-view/meta.js +18 -0
- package/dist/patterns/tree-view/meta.js.map +1 -0
- package/dist/patterns/zora-drawer-content/meta.d.ts +9 -0
- package/dist/patterns/zora-drawer-content/meta.d.ts.map +1 -0
- package/dist/patterns/zora-drawer-content/meta.js +9 -0
- package/dist/patterns/zora-drawer-content/meta.js.map +1 -0
- package/dist/patterns/zora-tab-bar/meta.d.ts +9 -0
- package/dist/patterns/zora-tab-bar/meta.d.ts.map +1 -0
- package/dist/patterns/zora-tab-bar/meta.js +9 -0
- package/dist/patterns/zora-tab-bar/meta.js.map +1 -0
- package/package.json +1 -1
- package/src/components/app-bar/meta.ts +10 -0
- package/src/components/avatar/meta.ts +10 -0
- package/src/components/avatar-group/meta.ts +10 -0
- package/src/components/badge/meta.ts +10 -0
- package/src/components/button/meta.ts +46 -0
- package/src/components/card/meta.ts +46 -0
- package/src/components/checkbox/meta.ts +19 -0
- package/src/components/chip/meta.ts +10 -0
- package/src/components/chip-group/meta.ts +10 -0
- package/src/components/drawer/meta.ts +10 -0
- package/src/components/form/index.ts +0 -1
- package/src/components/form/meta.ts +83 -0
- package/src/components/form/types.ts +1 -1
- package/src/components/heading/meta.ts +67 -0
- package/src/components/icon/meta.ts +10 -0
- package/src/components/icon-button/meta.ts +10 -0
- package/src/components/image/meta.ts +10 -0
- package/src/components/input/meta.ts +46 -0
- package/src/components/media-card/meta.ts +10 -0
- package/src/components/metric-card/meta.ts +10 -0
- package/src/components/modal/meta.ts +10 -0
- package/src/components/navigation-item/meta.ts +10 -0
- package/src/components/navigation-list/meta.ts +10 -0
- package/src/components/progress/meta.ts +10 -0
- package/src/components/radio/meta.ts +19 -0
- package/src/components/rating/meta.ts +10 -0
- package/src/components/search-bar/meta.ts +10 -0
- package/src/components/select/meta.ts +10 -0
- package/src/components/tabs/meta.ts +10 -0
- package/src/components/text/meta.ts +69 -0
- package/src/components/textarea/meta.ts +46 -0
- package/src/components/toolbar/meta.ts +19 -0
- package/src/foundation/meta.ts +85 -0
- package/src/index.ts +15 -1
- package/src/layout/app-shell/meta.ts +10 -0
- package/src/layout/auth-layout/meta.ts +35 -0
- package/src/layout/page/meta.ts +21 -0
- package/src/layout/page-header/meta.ts +39 -0
- package/src/layout/page-section/meta.ts +30 -0
- package/src/layout/settings-layout/meta.ts +10 -0
- package/src/layout/sidebar-layout/meta.ts +10 -0
- package/src/layout/topbar-layout/meta.ts +10 -0
- package/src/metadata/allowedChildren.ts +27 -0
- package/src/metadata/componentMeta.test.ts +205 -0
- package/src/metadata/componentMeta.ts +149 -0
- package/src/metadata/index.ts +13 -0
- package/src/metadata/types.ts +74 -0
- package/src/patterns/auth/meta.ts +39 -0
- package/src/patterns/collection-editor/meta.ts +10 -0
- package/src/patterns/confirm-dialog/meta.ts +10 -0
- package/src/patterns/disclosure-section/meta.ts +10 -0
- package/src/patterns/empty-state/meta.ts +34 -0
- package/src/patterns/filter-bar/meta.ts +10 -0
- package/src/patterns/hero/Hero.tsx +112 -0
- package/src/patterns/hero/index.ts +2 -0
- package/src/patterns/hero/meta.ts +95 -0
- package/src/patterns/hero/types.ts +30 -0
- package/src/patterns/image-preview/meta.ts +10 -0
- package/src/patterns/image-upload-field/meta.ts +10 -0
- package/src/patterns/inspector-field/meta.ts +10 -0
- package/src/patterns/list/meta.ts +30 -0
- package/src/patterns/notice/meta.ts +36 -0
- package/src/patterns/panel/meta.ts +46 -0
- package/src/patterns/responsive-panel/meta.ts +10 -0
- package/src/patterns/section-header/meta.ts +34 -0
- package/src/patterns/selection/meta.ts +21 -0
- package/src/patterns/settings-row/meta.ts +40 -0
- package/src/patterns/switch-field/meta.ts +10 -0
- package/src/patterns/theme-composer/meta.ts +10 -0
- package/src/patterns/tile-grid/meta.ts +21 -0
- package/src/patterns/timeline/meta.ts +10 -0
- package/src/patterns/tree-view/meta.ts +21 -0
- package/src/patterns/zora-drawer-content/meta.ts +10 -0
- package/src/patterns/zora-tab-bar/meta.ts +10 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/patterns/list/meta.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAAG,mEAAmE,CAAC;AAEtF,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,KAAK;IACzB,eAAe,EAAE,EAAE;IACnB,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,EAAE;CAC2B,CAAC;AAEvC,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,IAAI,EAAE,SAAS;IACf,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,KAAK;IACzB,eAAe,EAAE,EAAE;IACnB,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,EAAE;CAC2B,CAAC;AAEvC,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,IAAI,EAAE,aAAa;IACnB,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,KAAK;IACzB,eAAe,EAAE,EAAE;IACnB,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,EAAE;CAC2B,CAAC","sourcesContent":["import type { ZoraComponentMeta } from '../../metadata';\n\nconst LIST_NOTE = 'List pattern component; not represented as a manifest node in v1.';\n\nexport const listMeta = {\n name: 'List',\n category: 'pattern',\n directManifestNode: false,\n allowedChildren: [],\n note: LIST_NOTE,\n props: {},\n} as const satisfies ZoraComponentMeta;\n\nexport const listRowMeta = {\n name: 'ListRow',\n category: 'pattern',\n directManifestNode: false,\n allowedChildren: [],\n note: LIST_NOTE,\n props: {},\n} as const satisfies ZoraComponentMeta;\n\nexport const listSectionMeta = {\n name: 'ListSection',\n category: 'pattern',\n directManifestNode: false,\n allowedChildren: [],\n note: LIST_NOTE,\n props: {},\n} as const satisfies ZoraComponentMeta;\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const noticeMeta: {
|
|
2
|
+
readonly name: "Notice";
|
|
3
|
+
readonly category: "pattern";
|
|
4
|
+
readonly directManifestNode: true;
|
|
5
|
+
readonly allowedChildren: readonly ["Box", "Stack", "Grid", "Container", "Divider", "Text", "Heading", "Button", "Input", "Textarea", "FormField", "Card", "Panel", "Notice", "EmptyState", "SectionHeader", "SettingsRow"];
|
|
6
|
+
readonly blueprint: {
|
|
7
|
+
readonly label: "Notice";
|
|
8
|
+
readonly defaultProps: {
|
|
9
|
+
readonly title: "Notice";
|
|
10
|
+
readonly tone: "primary";
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
readonly props: {
|
|
14
|
+
readonly title: {
|
|
15
|
+
readonly type: "string";
|
|
16
|
+
readonly category: "Content";
|
|
17
|
+
readonly label: "Title";
|
|
18
|
+
readonly default: "Notice";
|
|
19
|
+
};
|
|
20
|
+
readonly description: {
|
|
21
|
+
readonly type: "string";
|
|
22
|
+
readonly category: "Content";
|
|
23
|
+
readonly label: "Description";
|
|
24
|
+
};
|
|
25
|
+
readonly tone: {
|
|
26
|
+
readonly type: "enum";
|
|
27
|
+
readonly category: "Style";
|
|
28
|
+
readonly label: "Tone";
|
|
29
|
+
readonly enum: readonly ["primary", "neutral", "danger", "success", "warning"];
|
|
30
|
+
readonly default: "primary";
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/patterns/notice/meta.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgCe,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { CONTAINER_ALLOWED_CHILDREN } from '../../metadata/allowedChildren';
|
|
2
|
+
export const noticeMeta = {
|
|
3
|
+
name: 'Notice',
|
|
4
|
+
category: 'pattern',
|
|
5
|
+
directManifestNode: true,
|
|
6
|
+
allowedChildren: [...CONTAINER_ALLOWED_CHILDREN],
|
|
7
|
+
blueprint: {
|
|
8
|
+
label: 'Notice',
|
|
9
|
+
defaultProps: {
|
|
10
|
+
title: 'Notice',
|
|
11
|
+
tone: 'primary',
|
|
12
|
+
},
|
|
13
|
+
},
|
|
14
|
+
props: {
|
|
15
|
+
title: {
|
|
16
|
+
type: 'string',
|
|
17
|
+
category: 'Content',
|
|
18
|
+
label: 'Title',
|
|
19
|
+
default: 'Notice',
|
|
20
|
+
},
|
|
21
|
+
description: {
|
|
22
|
+
type: 'string',
|
|
23
|
+
category: 'Content',
|
|
24
|
+
label: 'Description',
|
|
25
|
+
},
|
|
26
|
+
tone: {
|
|
27
|
+
type: 'enum',
|
|
28
|
+
category: 'Style',
|
|
29
|
+
label: 'Tone',
|
|
30
|
+
enum: ['primary', 'neutral', 'danger', 'success', 'warning'],
|
|
31
|
+
default: 'primary',
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/patterns/notice/meta.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,IAAI;IACxB,eAAe,EAAE,CAAC,GAAG,0BAA0B,CAAC;IAChD,SAAS,EAAE;QACT,KAAK,EAAE,QAAQ;QACf,YAAY,EAAE;YACZ,KAAK,EAAE,QAAQ;YACf,IAAI,EAAE,SAAS;SAChB;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,OAAO;YACd,OAAO,EAAE,QAAQ;SAClB;QACD,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,aAAa;SACrB;QACD,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,OAAO;YACjB,KAAK,EAAE,MAAM;YACb,IAAI,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,CAAC;YAC5D,OAAO,EAAE,SAAS;SACnB;KACF;CACmC,CAAC","sourcesContent":["import type { ZoraComponentMeta } from '../../metadata';\nimport { CONTAINER_ALLOWED_CHILDREN } from '../../metadata/allowedChildren';\n\nexport const noticeMeta = {\n name: 'Notice',\n category: 'pattern',\n directManifestNode: true,\n allowedChildren: [...CONTAINER_ALLOWED_CHILDREN],\n blueprint: {\n label: 'Notice',\n defaultProps: {\n title: 'Notice',\n tone: 'primary',\n },\n },\n props: {\n title: {\n type: 'string',\n category: 'Content',\n label: 'Title',\n default: 'Notice',\n },\n description: {\n type: 'string',\n category: 'Content',\n label: 'Description',\n },\n tone: {\n type: 'enum',\n category: 'Style',\n label: 'Tone',\n enum: ['primary', 'neutral', 'danger', 'success', 'warning'],\n default: 'primary',\n },\n },\n} as const satisfies ZoraComponentMeta;\n"]}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export declare const panelMeta: {
|
|
2
|
+
readonly name: "Panel";
|
|
3
|
+
readonly category: "pattern";
|
|
4
|
+
readonly directManifestNode: true;
|
|
5
|
+
readonly allowedChildren: readonly ["Box", "Stack", "Grid", "Container", "Divider", "Text", "Heading", "Button", "Input", "Textarea", "FormField", "Card", "Panel", "Notice", "EmptyState", "SectionHeader", "SettingsRow"];
|
|
6
|
+
readonly blueprint: {
|
|
7
|
+
readonly label: "Panel";
|
|
8
|
+
readonly defaultProps: {
|
|
9
|
+
readonly title: "Panel";
|
|
10
|
+
readonly tone: "default";
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
readonly props: {
|
|
14
|
+
readonly title: {
|
|
15
|
+
readonly type: "string";
|
|
16
|
+
readonly category: "Content";
|
|
17
|
+
readonly label: "Title";
|
|
18
|
+
};
|
|
19
|
+
readonly description: {
|
|
20
|
+
readonly type: "string";
|
|
21
|
+
readonly category: "Content";
|
|
22
|
+
readonly label: "Description";
|
|
23
|
+
};
|
|
24
|
+
readonly eyebrow: {
|
|
25
|
+
readonly type: "string";
|
|
26
|
+
readonly category: "Content";
|
|
27
|
+
readonly label: "Eyebrow";
|
|
28
|
+
};
|
|
29
|
+
readonly tone: {
|
|
30
|
+
readonly type: "enum";
|
|
31
|
+
readonly category: "Style";
|
|
32
|
+
readonly label: "Tone";
|
|
33
|
+
readonly enum: readonly ["default", "subtle", "outline"];
|
|
34
|
+
readonly default: "default";
|
|
35
|
+
};
|
|
36
|
+
readonly compact: {
|
|
37
|
+
readonly type: "boolean";
|
|
38
|
+
readonly category: "Layout";
|
|
39
|
+
readonly label: "Compact";
|
|
40
|
+
readonly default: false;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/patterns/panel/meta.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CgB,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { CONTAINER_ALLOWED_CHILDREN } from '../../metadata/allowedChildren';
|
|
2
|
+
export const panelMeta = {
|
|
3
|
+
name: 'Panel',
|
|
4
|
+
category: 'pattern',
|
|
5
|
+
directManifestNode: true,
|
|
6
|
+
allowedChildren: [...CONTAINER_ALLOWED_CHILDREN],
|
|
7
|
+
blueprint: {
|
|
8
|
+
label: 'Panel',
|
|
9
|
+
defaultProps: {
|
|
10
|
+
title: 'Panel',
|
|
11
|
+
tone: 'default',
|
|
12
|
+
},
|
|
13
|
+
},
|
|
14
|
+
props: {
|
|
15
|
+
title: {
|
|
16
|
+
type: 'string',
|
|
17
|
+
category: 'Content',
|
|
18
|
+
label: 'Title',
|
|
19
|
+
},
|
|
20
|
+
description: {
|
|
21
|
+
type: 'string',
|
|
22
|
+
category: 'Content',
|
|
23
|
+
label: 'Description',
|
|
24
|
+
},
|
|
25
|
+
eyebrow: {
|
|
26
|
+
type: 'string',
|
|
27
|
+
category: 'Content',
|
|
28
|
+
label: 'Eyebrow',
|
|
29
|
+
},
|
|
30
|
+
tone: {
|
|
31
|
+
type: 'enum',
|
|
32
|
+
category: 'Style',
|
|
33
|
+
label: 'Tone',
|
|
34
|
+
enum: ['default', 'subtle', 'outline'],
|
|
35
|
+
default: 'default',
|
|
36
|
+
},
|
|
37
|
+
compact: {
|
|
38
|
+
type: 'boolean',
|
|
39
|
+
category: 'Layout',
|
|
40
|
+
label: 'Compact',
|
|
41
|
+
default: false,
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/patterns/panel/meta.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,IAAI,EAAE,OAAO;IACb,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,IAAI;IACxB,eAAe,EAAE,CAAC,GAAG,0BAA0B,CAAC;IAChD,SAAS,EAAE;QACT,KAAK,EAAE,OAAO;QACd,YAAY,EAAE;YACZ,KAAK,EAAE,OAAO;YACd,IAAI,EAAE,SAAS;SAChB;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,OAAO;SACf;QACD,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,aAAa;SACrB;QACD,OAAO,EAAE;YACP,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,SAAS;SACjB;QACD,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,OAAO;YACjB,KAAK,EAAE,MAAM;YACb,IAAI,EAAE,CAAC,SAAS,EAAE,QAAQ,EAAE,SAAS,CAAC;YACtC,OAAO,EAAE,SAAS;SACnB;QACD,OAAO,EAAE;YACP,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,QAAQ;YAClB,KAAK,EAAE,SAAS;YAChB,OAAO,EAAE,KAAK;SACf;KACF;CACmC,CAAC","sourcesContent":["import type { ZoraComponentMeta } from '../../metadata';\nimport { CONTAINER_ALLOWED_CHILDREN } from '../../metadata/allowedChildren';\n\nexport const panelMeta = {\n name: 'Panel',\n category: 'pattern',\n directManifestNode: true,\n allowedChildren: [...CONTAINER_ALLOWED_CHILDREN],\n blueprint: {\n label: 'Panel',\n defaultProps: {\n title: 'Panel',\n tone: 'default',\n },\n },\n props: {\n title: {\n type: 'string',\n category: 'Content',\n label: 'Title',\n },\n description: {\n type: 'string',\n category: 'Content',\n label: 'Description',\n },\n eyebrow: {\n type: 'string',\n category: 'Content',\n label: 'Eyebrow',\n },\n tone: {\n type: 'enum',\n category: 'Style',\n label: 'Tone',\n enum: ['default', 'subtle', 'outline'],\n default: 'default',\n },\n compact: {\n type: 'boolean',\n category: 'Layout',\n label: 'Compact',\n default: false,\n },\n },\n} as const satisfies ZoraComponentMeta;\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const responsivePanelMeta: {
|
|
2
|
+
readonly name: "ResponsivePanel";
|
|
3
|
+
readonly category: "pattern";
|
|
4
|
+
readonly directManifestNode: false;
|
|
5
|
+
readonly allowedChildren: readonly [];
|
|
6
|
+
readonly note: "Responsive panel pattern; not represented as a manifest node in v1.";
|
|
7
|
+
readonly props: {};
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/patterns/responsive-panel/meta.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;CAOM,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export const responsivePanelMeta = {
|
|
2
|
+
name: 'ResponsivePanel',
|
|
3
|
+
category: 'pattern',
|
|
4
|
+
directManifestNode: false,
|
|
5
|
+
allowedChildren: [],
|
|
6
|
+
note: 'Responsive panel pattern; not represented as a manifest node in v1.',
|
|
7
|
+
props: {},
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/patterns/responsive-panel/meta.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,IAAI,EAAE,iBAAiB;IACvB,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,KAAK;IACzB,eAAe,EAAE,EAAE;IACnB,IAAI,EAAE,qEAAqE;IAC3E,KAAK,EAAE,EAAE;CAC2B,CAAC","sourcesContent":["import type { ZoraComponentMeta } from '../../metadata';\n\nexport const responsivePanelMeta = {\n name: 'ResponsivePanel',\n category: 'pattern',\n directManifestNode: false,\n allowedChildren: [],\n note: 'Responsive panel pattern; not represented as a manifest node in v1.',\n props: {},\n} as const satisfies ZoraComponentMeta;\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export declare const sectionHeaderMeta: {
|
|
2
|
+
readonly name: "SectionHeader";
|
|
3
|
+
readonly category: "pattern";
|
|
4
|
+
readonly directManifestNode: true;
|
|
5
|
+
readonly allowedChildren: readonly [];
|
|
6
|
+
readonly blueprint: {
|
|
7
|
+
readonly label: "Section header";
|
|
8
|
+
readonly defaultProps: {
|
|
9
|
+
readonly title: "Section title";
|
|
10
|
+
readonly description: "Short description.";
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
readonly props: {
|
|
14
|
+
readonly title: {
|
|
15
|
+
readonly type: "string";
|
|
16
|
+
readonly category: "Content";
|
|
17
|
+
readonly label: "Title";
|
|
18
|
+
readonly default: "Section title";
|
|
19
|
+
};
|
|
20
|
+
readonly description: {
|
|
21
|
+
readonly type: "string";
|
|
22
|
+
readonly category: "Content";
|
|
23
|
+
readonly label: "Description";
|
|
24
|
+
readonly default: "Short description.";
|
|
25
|
+
};
|
|
26
|
+
readonly eyebrow: {
|
|
27
|
+
readonly type: "string";
|
|
28
|
+
readonly category: "Content";
|
|
29
|
+
readonly label: "Eyebrow";
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/patterns/section-header/meta.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BQ,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export const sectionHeaderMeta = {
|
|
2
|
+
name: 'SectionHeader',
|
|
3
|
+
category: 'pattern',
|
|
4
|
+
directManifestNode: true,
|
|
5
|
+
allowedChildren: [],
|
|
6
|
+
blueprint: {
|
|
7
|
+
label: 'Section header',
|
|
8
|
+
defaultProps: {
|
|
9
|
+
title: 'Section title',
|
|
10
|
+
description: 'Short description.',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
props: {
|
|
14
|
+
title: {
|
|
15
|
+
type: 'string',
|
|
16
|
+
category: 'Content',
|
|
17
|
+
label: 'Title',
|
|
18
|
+
default: 'Section title',
|
|
19
|
+
},
|
|
20
|
+
description: {
|
|
21
|
+
type: 'string',
|
|
22
|
+
category: 'Content',
|
|
23
|
+
label: 'Description',
|
|
24
|
+
default: 'Short description.',
|
|
25
|
+
},
|
|
26
|
+
eyebrow: {
|
|
27
|
+
type: 'string',
|
|
28
|
+
category: 'Content',
|
|
29
|
+
label: 'Eyebrow',
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/patterns/section-header/meta.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,IAAI,EAAE,eAAe;IACrB,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,IAAI;IACxB,eAAe,EAAE,EAAE;IACnB,SAAS,EAAE;QACT,KAAK,EAAE,gBAAgB;QACvB,YAAY,EAAE;YACZ,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,oBAAoB;SAClC;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,OAAO;YACd,OAAO,EAAE,eAAe;SACzB;QACD,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,aAAa;YACpB,OAAO,EAAE,oBAAoB;SAC9B;QACD,OAAO,EAAE;YACP,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,SAAS;SACjB;KACF;CACmC,CAAC","sourcesContent":["import type { ZoraComponentMeta } from '../../metadata';\n\nexport const sectionHeaderMeta = {\n name: 'SectionHeader',\n category: 'pattern',\n directManifestNode: true,\n allowedChildren: [],\n blueprint: {\n label: 'Section header',\n defaultProps: {\n title: 'Section title',\n description: 'Short description.',\n },\n },\n props: {\n title: {\n type: 'string',\n category: 'Content',\n label: 'Title',\n default: 'Section title',\n },\n description: {\n type: 'string',\n category: 'Content',\n label: 'Description',\n default: 'Short description.',\n },\n eyebrow: {\n type: 'string',\n category: 'Content',\n label: 'Eyebrow',\n },\n },\n} as const satisfies ZoraComponentMeta;\n"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const selectableItemMeta: {
|
|
2
|
+
readonly name: "SelectableItem";
|
|
3
|
+
readonly category: "pattern";
|
|
4
|
+
readonly directManifestNode: false;
|
|
5
|
+
readonly allowedChildren: readonly [];
|
|
6
|
+
readonly note: "Selection pattern component; not represented as a manifest node in v1.";
|
|
7
|
+
readonly props: {};
|
|
8
|
+
};
|
|
9
|
+
export declare const selectionProviderMeta: {
|
|
10
|
+
readonly name: "SelectionProvider";
|
|
11
|
+
readonly category: "pattern";
|
|
12
|
+
readonly directManifestNode: false;
|
|
13
|
+
readonly allowedChildren: readonly [];
|
|
14
|
+
readonly note: "Selection pattern component; not represented as a manifest node in v1.";
|
|
15
|
+
readonly props: {};
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/patterns/selection/meta.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;CAOO,CAAC;AAEvC,eAAO,MAAM,qBAAqB;;;;;;;CAOI,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const SELECTION_NOTE = 'Selection pattern component; not represented as a manifest node in v1.';
|
|
2
|
+
export const selectableItemMeta = {
|
|
3
|
+
name: 'SelectableItem',
|
|
4
|
+
category: 'pattern',
|
|
5
|
+
directManifestNode: false,
|
|
6
|
+
allowedChildren: [],
|
|
7
|
+
note: SELECTION_NOTE,
|
|
8
|
+
props: {},
|
|
9
|
+
};
|
|
10
|
+
export const selectionProviderMeta = {
|
|
11
|
+
name: 'SelectionProvider',
|
|
12
|
+
category: 'pattern',
|
|
13
|
+
directManifestNode: false,
|
|
14
|
+
allowedChildren: [],
|
|
15
|
+
note: SELECTION_NOTE,
|
|
16
|
+
props: {},
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/patterns/selection/meta.ts"],"names":[],"mappings":"AAEA,MAAM,cAAc,GAAG,wEAAwE,CAAC;AAEhG,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,IAAI,EAAE,gBAAgB;IACtB,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,KAAK;IACzB,eAAe,EAAE,EAAE;IACnB,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,EAAE;CAC2B,CAAC;AAEvC,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,IAAI,EAAE,mBAAmB;IACzB,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,KAAK;IACzB,eAAe,EAAE,EAAE;IACnB,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,EAAE;CAC2B,CAAC","sourcesContent":["import type { ZoraComponentMeta } from '../../metadata';\n\nconst SELECTION_NOTE = 'Selection pattern component; not represented as a manifest node in v1.';\n\nexport const selectableItemMeta = {\n name: 'SelectableItem',\n category: 'pattern',\n directManifestNode: false,\n allowedChildren: [],\n note: SELECTION_NOTE,\n props: {},\n} as const satisfies ZoraComponentMeta;\n\nexport const selectionProviderMeta = {\n name: 'SelectionProvider',\n category: 'pattern',\n directManifestNode: false,\n allowedChildren: [],\n note: SELECTION_NOTE,\n props: {},\n} as const satisfies ZoraComponentMeta;\n"]}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export declare const settingsRowMeta: {
|
|
2
|
+
readonly name: "SettingsRow";
|
|
3
|
+
readonly category: "pattern";
|
|
4
|
+
readonly directManifestNode: true;
|
|
5
|
+
readonly allowedChildren: readonly [];
|
|
6
|
+
readonly blueprint: {
|
|
7
|
+
readonly label: "Settings row";
|
|
8
|
+
readonly defaultProps: {
|
|
9
|
+
readonly title: "Setting";
|
|
10
|
+
readonly description: "Setting description.";
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
readonly props: {
|
|
14
|
+
readonly title: {
|
|
15
|
+
readonly type: "string";
|
|
16
|
+
readonly category: "Content";
|
|
17
|
+
readonly label: "Title";
|
|
18
|
+
readonly default: "Setting";
|
|
19
|
+
};
|
|
20
|
+
readonly description: {
|
|
21
|
+
readonly type: "string";
|
|
22
|
+
readonly category: "Content";
|
|
23
|
+
readonly label: "Description";
|
|
24
|
+
readonly default: "Setting description.";
|
|
25
|
+
};
|
|
26
|
+
readonly meta: {
|
|
27
|
+
readonly type: "string";
|
|
28
|
+
readonly category: "Content";
|
|
29
|
+
readonly label: "Meta";
|
|
30
|
+
};
|
|
31
|
+
readonly disabled: {
|
|
32
|
+
readonly type: "boolean";
|
|
33
|
+
readonly category: "State";
|
|
34
|
+
readonly label: "Disabled";
|
|
35
|
+
readonly default: false;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/patterns/settings-row/meta.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCU,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export const settingsRowMeta = {
|
|
2
|
+
name: 'SettingsRow',
|
|
3
|
+
category: 'pattern',
|
|
4
|
+
directManifestNode: true,
|
|
5
|
+
allowedChildren: [],
|
|
6
|
+
blueprint: {
|
|
7
|
+
label: 'Settings row',
|
|
8
|
+
defaultProps: {
|
|
9
|
+
title: 'Setting',
|
|
10
|
+
description: 'Setting description.',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
props: {
|
|
14
|
+
title: {
|
|
15
|
+
type: 'string',
|
|
16
|
+
category: 'Content',
|
|
17
|
+
label: 'Title',
|
|
18
|
+
default: 'Setting',
|
|
19
|
+
},
|
|
20
|
+
description: {
|
|
21
|
+
type: 'string',
|
|
22
|
+
category: 'Content',
|
|
23
|
+
label: 'Description',
|
|
24
|
+
default: 'Setting description.',
|
|
25
|
+
},
|
|
26
|
+
meta: {
|
|
27
|
+
type: 'string',
|
|
28
|
+
category: 'Content',
|
|
29
|
+
label: 'Meta',
|
|
30
|
+
},
|
|
31
|
+
disabled: {
|
|
32
|
+
type: 'boolean',
|
|
33
|
+
category: 'State',
|
|
34
|
+
label: 'Disabled',
|
|
35
|
+
default: false,
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/patterns/settings-row/meta.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,IAAI,EAAE,aAAa;IACnB,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,IAAI;IACxB,eAAe,EAAE,EAAE;IACnB,SAAS,EAAE;QACT,KAAK,EAAE,cAAc;QACrB,YAAY,EAAE;YACZ,KAAK,EAAE,SAAS;YAChB,WAAW,EAAE,sBAAsB;SACpC;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,OAAO;YACd,OAAO,EAAE,SAAS;SACnB;QACD,WAAW,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,aAAa;YACpB,OAAO,EAAE,sBAAsB;SAChC;QACD,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,MAAM;SACd;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,OAAO;YACjB,KAAK,EAAE,UAAU;YACjB,OAAO,EAAE,KAAK;SACf;KACF;CACmC,CAAC","sourcesContent":["import type { ZoraComponentMeta } from '../../metadata';\n\nexport const settingsRowMeta = {\n name: 'SettingsRow',\n category: 'pattern',\n directManifestNode: true,\n allowedChildren: [],\n blueprint: {\n label: 'Settings row',\n defaultProps: {\n title: 'Setting',\n description: 'Setting description.',\n },\n },\n props: {\n title: {\n type: 'string',\n category: 'Content',\n label: 'Title',\n default: 'Setting',\n },\n description: {\n type: 'string',\n category: 'Content',\n label: 'Description',\n default: 'Setting description.',\n },\n meta: {\n type: 'string',\n category: 'Content',\n label: 'Meta',\n },\n disabled: {\n type: 'boolean',\n category: 'State',\n label: 'Disabled',\n default: false,\n },\n },\n} as const satisfies ZoraComponentMeta;\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const switchFieldMeta: {
|
|
2
|
+
readonly name: "SwitchField";
|
|
3
|
+
readonly category: "pattern";
|
|
4
|
+
readonly directManifestNode: false;
|
|
5
|
+
readonly allowedChildren: readonly [];
|
|
6
|
+
readonly note: "Form pattern; not represented as a manifest node in v1.";
|
|
7
|
+
readonly props: {};
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/patterns/switch-field/meta.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;CAOU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/patterns/switch-field/meta.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,IAAI,EAAE,aAAa;IACnB,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,KAAK;IACzB,eAAe,EAAE,EAAE;IACnB,IAAI,EAAE,yDAAyD;IAC/D,KAAK,EAAE,EAAE;CAC2B,CAAC","sourcesContent":["import type { ZoraComponentMeta } from '../../metadata';\n\nexport const switchFieldMeta = {\n name: 'SwitchField',\n category: 'pattern',\n directManifestNode: false,\n allowedChildren: [],\n note: 'Form pattern; not represented as a manifest node in v1.',\n props: {},\n} as const satisfies ZoraComponentMeta;\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const themeComposerMeta: {
|
|
2
|
+
readonly name: "ThemeComposer";
|
|
3
|
+
readonly category: "pattern";
|
|
4
|
+
readonly directManifestNode: false;
|
|
5
|
+
readonly allowedChildren: readonly [];
|
|
6
|
+
readonly note: "Theme tooling pattern; not represented as a manifest node in v1.";
|
|
7
|
+
readonly props: {};
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/patterns/theme-composer/meta.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;CAOQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/patterns/theme-composer/meta.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,IAAI,EAAE,eAAe;IACrB,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,KAAK;IACzB,eAAe,EAAE,EAAE;IACnB,IAAI,EAAE,kEAAkE;IACxE,KAAK,EAAE,EAAE;CAC2B,CAAC","sourcesContent":["import type { ZoraComponentMeta } from '../../metadata';\n\nexport const themeComposerMeta = {\n name: 'ThemeComposer',\n category: 'pattern',\n directManifestNode: false,\n allowedChildren: [],\n note: 'Theme tooling pattern; not represented as a manifest node in v1.',\n props: {},\n} as const satisfies ZoraComponentMeta;\n"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const paletteItemMeta: {
|
|
2
|
+
readonly name: "PaletteItem";
|
|
3
|
+
readonly category: "pattern";
|
|
4
|
+
readonly directManifestNode: false;
|
|
5
|
+
readonly allowedChildren: readonly [];
|
|
6
|
+
readonly note: "Tile grid pattern component; not represented as a manifest node in v1.";
|
|
7
|
+
readonly props: {};
|
|
8
|
+
};
|
|
9
|
+
export declare const tileGridMeta: {
|
|
10
|
+
readonly name: "TileGrid";
|
|
11
|
+
readonly category: "pattern";
|
|
12
|
+
readonly directManifestNode: false;
|
|
13
|
+
readonly allowedChildren: readonly [];
|
|
14
|
+
readonly note: "Tile grid pattern component; not represented as a manifest node in v1.";
|
|
15
|
+
readonly props: {};
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/patterns/tile-grid/meta.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe;;;;;;;CAOU,CAAC;AAEvC,eAAO,MAAM,YAAY;;;;;;;CAOa,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const TILE_GRID_NOTE = 'Tile grid pattern component; not represented as a manifest node in v1.';
|
|
2
|
+
export const paletteItemMeta = {
|
|
3
|
+
name: 'PaletteItem',
|
|
4
|
+
category: 'pattern',
|
|
5
|
+
directManifestNode: false,
|
|
6
|
+
allowedChildren: [],
|
|
7
|
+
note: TILE_GRID_NOTE,
|
|
8
|
+
props: {},
|
|
9
|
+
};
|
|
10
|
+
export const tileGridMeta = {
|
|
11
|
+
name: 'TileGrid',
|
|
12
|
+
category: 'pattern',
|
|
13
|
+
directManifestNode: false,
|
|
14
|
+
allowedChildren: [],
|
|
15
|
+
note: TILE_GRID_NOTE,
|
|
16
|
+
props: {},
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/patterns/tile-grid/meta.ts"],"names":[],"mappings":"AAEA,MAAM,cAAc,GAAG,wEAAwE,CAAC;AAEhG,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,IAAI,EAAE,aAAa;IACnB,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,KAAK;IACzB,eAAe,EAAE,EAAE;IACnB,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,EAAE;CAC2B,CAAC;AAEvC,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,IAAI,EAAE,UAAU;IAChB,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,KAAK;IACzB,eAAe,EAAE,EAAE;IACnB,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,EAAE;CAC2B,CAAC","sourcesContent":["import type { ZoraComponentMeta } from '../../metadata';\n\nconst TILE_GRID_NOTE = 'Tile grid pattern component; not represented as a manifest node in v1.';\n\nexport const paletteItemMeta = {\n name: 'PaletteItem',\n category: 'pattern',\n directManifestNode: false,\n allowedChildren: [],\n note: TILE_GRID_NOTE,\n props: {},\n} as const satisfies ZoraComponentMeta;\n\nexport const tileGridMeta = {\n name: 'TileGrid',\n category: 'pattern',\n directManifestNode: false,\n allowedChildren: [],\n note: TILE_GRID_NOTE,\n props: {},\n} as const satisfies ZoraComponentMeta;\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const timelineMeta: {
|
|
2
|
+
readonly name: "Timeline";
|
|
3
|
+
readonly category: "pattern";
|
|
4
|
+
readonly directManifestNode: false;
|
|
5
|
+
readonly allowedChildren: readonly [];
|
|
6
|
+
readonly note: "Timeline pattern component; not represented as a manifest node in v1.";
|
|
7
|
+
readonly props: {};
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/patterns/timeline/meta.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;CAOa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/patterns/timeline/meta.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,IAAI,EAAE,UAAU;IAChB,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,KAAK;IACzB,eAAe,EAAE,EAAE;IACnB,IAAI,EAAE,uEAAuE;IAC7E,KAAK,EAAE,EAAE;CAC2B,CAAC","sourcesContent":["import type { ZoraComponentMeta } from '../../metadata';\n\nexport const timelineMeta = {\n name: 'Timeline',\n category: 'pattern',\n directManifestNode: false,\n allowedChildren: [],\n note: 'Timeline pattern component; not represented as a manifest node in v1.',\n props: {},\n} as const satisfies ZoraComponentMeta;\n"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const treeItemMeta: {
|
|
2
|
+
readonly name: "TreeItem";
|
|
3
|
+
readonly category: "pattern";
|
|
4
|
+
readonly directManifestNode: false;
|
|
5
|
+
readonly allowedChildren: readonly [];
|
|
6
|
+
readonly note: "Tree view pattern component; not represented as a manifest node in v1.";
|
|
7
|
+
readonly props: {};
|
|
8
|
+
};
|
|
9
|
+
export declare const treeViewMeta: {
|
|
10
|
+
readonly name: "TreeView";
|
|
11
|
+
readonly category: "pattern";
|
|
12
|
+
readonly directManifestNode: false;
|
|
13
|
+
readonly allowedChildren: readonly [];
|
|
14
|
+
readonly note: "Tree view pattern component; not represented as a manifest node in v1.";
|
|
15
|
+
readonly props: {};
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/patterns/tree-view/meta.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY;;;;;;;CAOa,CAAC;AAEvC,eAAO,MAAM,YAAY;;;;;;;CAOa,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const TREE_NOTE = 'Tree view pattern component; not represented as a manifest node in v1.';
|
|
2
|
+
export const treeItemMeta = {
|
|
3
|
+
name: 'TreeItem',
|
|
4
|
+
category: 'pattern',
|
|
5
|
+
directManifestNode: false,
|
|
6
|
+
allowedChildren: [],
|
|
7
|
+
note: TREE_NOTE,
|
|
8
|
+
props: {},
|
|
9
|
+
};
|
|
10
|
+
export const treeViewMeta = {
|
|
11
|
+
name: 'TreeView',
|
|
12
|
+
category: 'pattern',
|
|
13
|
+
directManifestNode: false,
|
|
14
|
+
allowedChildren: [],
|
|
15
|
+
note: TREE_NOTE,
|
|
16
|
+
props: {},
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/patterns/tree-view/meta.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAAG,wEAAwE,CAAC;AAE3F,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,IAAI,EAAE,UAAU;IAChB,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,KAAK;IACzB,eAAe,EAAE,EAAE;IACnB,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,EAAE;CAC2B,CAAC;AAEvC,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,IAAI,EAAE,UAAU;IAChB,QAAQ,EAAE,SAAS;IACnB,kBAAkB,EAAE,KAAK;IACzB,eAAe,EAAE,EAAE;IACnB,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,EAAE;CAC2B,CAAC","sourcesContent":["import type { ZoraComponentMeta } from '../../metadata';\n\nconst TREE_NOTE = 'Tree view pattern component; not represented as a manifest node in v1.';\n\nexport const treeItemMeta = {\n name: 'TreeItem',\n category: 'pattern',\n directManifestNode: false,\n allowedChildren: [],\n note: TREE_NOTE,\n props: {},\n} as const satisfies ZoraComponentMeta;\n\nexport const treeViewMeta = {\n name: 'TreeView',\n category: 'pattern',\n directManifestNode: false,\n allowedChildren: [],\n note: TREE_NOTE,\n props: {},\n} as const satisfies ZoraComponentMeta;\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const zoraDrawerContentMeta: {
|
|
2
|
+
readonly name: "ZoraDrawerContent";
|
|
3
|
+
readonly category: "pattern";
|
|
4
|
+
readonly directManifestNode: false;
|
|
5
|
+
readonly allowedChildren: readonly [];
|
|
6
|
+
readonly note: "Navigation chrome pattern; not represented as a manifest node in v1.";
|
|
7
|
+
readonly props: {};
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/patterns/zora-drawer-content/meta.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;CAOI,CAAC"}
|