@kumori/aurora-wui-components 0.0.0-dev4069.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/README.adoc +2 -0
- package/dist/components/axebow-actions-footer/axebow-actions-footer.d.ts +38 -0
- package/dist/components/axebow-actions-footer/axebow-actions-footer.d.ts.map +1 -0
- package/dist/components/axebow-adjustment-resources-counter/axebow-adjustment-resources-counter.d.ts +13 -0
- package/dist/components/axebow-adjustment-resources-counter/axebow-adjustment-resources-counter.d.ts.map +1 -0
- package/dist/components/axebow-alert/axebow-alert.d.ts +28 -0
- package/dist/components/axebow-alert/axebow-alert.d.ts.map +1 -0
- package/dist/components/axebow-banner/axebow-banner.d.ts +27 -0
- package/dist/components/axebow-banner/axebow-banner.d.ts.map +1 -0
- package/dist/components/axebow-breadcrumb-header/axebow-breadcrumb-header.d.ts +24 -0
- package/dist/components/axebow-breadcrumb-header/axebow-breadcrumb-header.d.ts.map +1 -0
- package/dist/components/axebow-button/axebow-button.d.ts +36 -0
- package/dist/components/axebow-button/axebow-button.d.ts.map +1 -0
- package/dist/components/axebow-channel-config-panel/axebow-channel-config-panel.d.ts +10 -0
- package/dist/components/axebow-channel-config-panel/axebow-channel-config-panel.d.ts.map +1 -0
- package/dist/components/axebow-collaborators-dialog/axebow-collaborators-dialog.d.ts +65 -0
- package/dist/components/axebow-collaborators-dialog/axebow-collaborators-dialog.d.ts.map +1 -0
- package/dist/components/axebow-deploy-card/axebow-deploy-card.d.ts +18 -0
- package/dist/components/axebow-deploy-card/axebow-deploy-card.d.ts.map +1 -0
- package/dist/components/axebow-deploy-summary/axebow-deploy-summary.d.ts +47 -0
- package/dist/components/axebow-deploy-summary/axebow-deploy-summary.d.ts.map +1 -0
- package/dist/components/axebow-deploy-summary/axebow-deploy-summary.models.d.ts +125 -0
- package/dist/components/axebow-deploy-summary/axebow-deploy-summary.models.d.ts.map +1 -0
- package/dist/components/axebow-dialog/axebow-dialog.d.ts +36 -0
- package/dist/components/axebow-dialog/axebow-dialog.d.ts.map +1 -0
- package/dist/components/axebow-drag-drop-upload-file/axebow-drag-drop-upload-file.d.ts +23 -0
- package/dist/components/axebow-drag-drop-upload-file/axebow-drag-drop-upload-file.d.ts.map +1 -0
- package/dist/components/axebow-draggable-service/axebow-draggable-service.d.ts +15 -0
- package/dist/components/axebow-draggable-service/axebow-draggable-service.d.ts.map +1 -0
- package/dist/components/axebow-expandable-header/axebow-expandable-header.d.ts +18 -0
- package/dist/components/axebow-expandable-header/axebow-expandable-header.d.ts.map +1 -0
- package/dist/components/axebow-filter-bar/axebow-filter-bar.d.ts +32 -0
- package/dist/components/axebow-filter-bar/axebow-filter-bar.d.ts.map +1 -0
- package/dist/components/axebow-footer/axebow-footer.d.ts +21 -0
- package/dist/components/axebow-footer/axebow-footer.d.ts.map +1 -0
- package/dist/components/axebow-getting-started-card/axebow-getting-started-card.d.ts +24 -0
- package/dist/components/axebow-getting-started-card/axebow-getting-started-card.d.ts.map +1 -0
- package/dist/components/axebow-header/axebow-header.d.ts +36 -0
- package/dist/components/axebow-header/axebow-header.d.ts.map +1 -0
- package/dist/components/axebow-header/parts/axebow-header-actions.d.ts +50 -0
- package/dist/components/axebow-header/parts/axebow-header-actions.d.ts.map +1 -0
- package/dist/components/axebow-header/parts/axebow-quick-action-card.d.ts +9 -0
- package/dist/components/axebow-header/parts/axebow-quick-action-card.d.ts.map +1 -0
- package/dist/components/axebow-header/parts/axebow-quick-actions.d.ts +26 -0
- package/dist/components/axebow-header/parts/axebow-quick-actions.d.ts.map +1 -0
- package/dist/components/axebow-help-bubble/axebow-help-bubble.d.ts +19 -0
- package/dist/components/axebow-help-bubble/axebow-help-bubble.d.ts.map +1 -0
- package/dist/components/axebow-icon/axebow-icon.d.ts +13 -0
- package/dist/components/axebow-icon/axebow-icon.d.ts.map +1 -0
- package/dist/components/axebow-infrastructure-card/axebow-infrastructure-card.d.ts +18 -0
- package/dist/components/axebow-infrastructure-card/axebow-infrastructure-card.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-carousel-input.d.ts +20 -0
- package/dist/components/axebow-input/axebow-carousel-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-checkbox-input.d.ts +11 -0
- package/dist/components/axebow-input/axebow-checkbox-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-input-base.d.ts +36 -0
- package/dist/components/axebow-input/axebow-input-base.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-input.d.ts +52 -0
- package/dist/components/axebow-input/axebow-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-numeric-input.d.ts +29 -0
- package/dist/components/axebow-input/axebow-numeric-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-providers-input.d.ts +9 -0
- package/dist/components/axebow-input/axebow-providers-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-select-input.d.ts +49 -0
- package/dist/components/axebow-input/axebow-select-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-text-input.d.ts +6 -0
- package/dist/components/axebow-input/axebow-text-input.d.ts.map +1 -0
- package/dist/components/axebow-limits-counter/axebow-limits-counter.d.ts +10 -0
- package/dist/components/axebow-limits-counter/axebow-limits-counter.d.ts.map +1 -0
- package/dist/components/axebow-marketplace-card/axebow-marketplace-card.d.ts +45 -0
- package/dist/components/axebow-marketplace-card/axebow-marketplace-card.d.ts.map +1 -0
- package/dist/components/axebow-mesh-node-renderer/axebow-mesh-node-renderer.d.ts +53 -0
- package/dist/components/axebow-mesh-node-renderer/axebow-mesh-node-renderer.d.ts.map +1 -0
- package/dist/components/axebow-modals-confirmation/axebow-modals-confirmation.d.ts +90 -0
- package/dist/components/axebow-modals-confirmation/axebow-modals-confirmation.d.ts.map +1 -0
- package/dist/components/axebow-modals-confirmation/axebow-modals-confirmation.models.d.ts +14 -0
- package/dist/components/axebow-modals-confirmation/axebow-modals-confirmation.models.d.ts.map +1 -0
- package/dist/components/axebow-more-actions/axebow-more-actions.d.ts +23 -0
- package/dist/components/axebow-more-actions/axebow-more-actions.d.ts.map +1 -0
- package/dist/components/axebow-number-card/axebow-number-card.d.ts +15 -0
- package/dist/components/axebow-number-card/axebow-number-card.d.ts.map +1 -0
- package/dist/components/axebow-numbers-section/axebow-numbers-section.d.ts +17 -0
- package/dist/components/axebow-numbers-section/axebow-numbers-section.d.ts.map +1 -0
- package/dist/components/axebow-pill/axebow-pill.d.ts +27 -0
- package/dist/components/axebow-pill/axebow-pill.d.ts.map +1 -0
- package/dist/components/axebow-quick-tip-button/axebow-quick-tip-button.d.ts +19 -0
- package/dist/components/axebow-quick-tip-button/axebow-quick-tip-button.d.ts.map +1 -0
- package/dist/components/axebow-quick-tip-section/axebow-quick-tip-section.d.ts +36 -0
- package/dist/components/axebow-quick-tip-section/axebow-quick-tip-section.d.ts.map +1 -0
- package/dist/components/axebow-resource-card/axebow-resource-card.d.ts +24 -0
- package/dist/components/axebow-resource-card/axebow-resource-card.d.ts.map +1 -0
- package/dist/components/axebow-resources-counter/axebow-resources-counter.d.ts +13 -0
- package/dist/components/axebow-resources-counter/axebow-resources-counter.d.ts.map +1 -0
- package/dist/components/axebow-runtime-zip-dialog/axebow-runtime-zip-dialog.d.ts +42 -0
- package/dist/components/axebow-runtime-zip-dialog/axebow-runtime-zip-dialog.d.ts.map +1 -0
- package/dist/components/axebow-search/axebow-search.d.ts +13 -0
- package/dist/components/axebow-search/axebow-search.d.ts.map +1 -0
- package/dist/components/axebow-selector-slider/axebow-selector-slider.d.ts +27 -0
- package/dist/components/axebow-selector-slider/axebow-selector-slider.d.ts.map +1 -0
- package/dist/components/axebow-services-panel/axebow-services-panel.d.ts +23 -0
- package/dist/components/axebow-services-panel/axebow-services-panel.d.ts.map +1 -0
- package/dist/components/axebow-sidebar/axebow-sidebar.d.ts +36 -0
- package/dist/components/axebow-sidebar/axebow-sidebar.d.ts.map +1 -0
- package/dist/components/axebow-step-header/axebow-step-header.d.ts +11 -0
- package/dist/components/axebow-step-header/axebow-step-header.d.ts.map +1 -0
- package/dist/components/axebow-summary/axebow-resource-bar.d.ts +12 -0
- package/dist/components/axebow-summary/axebow-resource-bar.d.ts.map +1 -0
- package/dist/components/axebow-summary/axebow-summary-card.d.ts +14 -0
- package/dist/components/axebow-summary/axebow-summary-card.d.ts.map +1 -0
- package/dist/components/axebow-summary/axebow-summary-key-value.d.ts +8 -0
- package/dist/components/axebow-summary/axebow-summary-key-value.d.ts.map +1 -0
- package/dist/components/axebow-summary/axebow-summary-step-header.d.ts +19 -0
- package/dist/components/axebow-summary/axebow-summary-step-header.d.ts.map +1 -0
- package/dist/components/axebow-summary/axebow-summary-step.d.ts +17 -0
- package/dist/components/axebow-summary/axebow-summary-step.d.ts.map +1 -0
- package/dist/components/axebow-switch/axebow-switch.d.ts +15 -0
- package/dist/components/axebow-switch/axebow-switch.d.ts.map +1 -0
- package/dist/components/axebow-tab-selector/axebow-tab-selector.d.ts +23 -0
- package/dist/components/axebow-tab-selector/axebow-tab-selector.d.ts.map +1 -0
- package/dist/components/axebow-tenant-card/axebow-tenant-card.d.ts +54 -0
- package/dist/components/axebow-tenant-card/axebow-tenant-card.d.ts.map +1 -0
- package/dist/components/axebow-tenant-resource-table/axebow-tenant-resource-table.d.ts +107 -0
- package/dist/components/axebow-tenant-resource-table/axebow-tenant-resource-table.d.ts.map +1 -0
- package/dist/components/axebow-tooltip/axebow-tooltip.d.ts +14 -0
- package/dist/components/axebow-tooltip/axebow-tooltip.d.ts.map +1 -0
- package/dist/components/cards/axebow-base-card.d.ts +61 -0
- package/dist/components/cards/axebow-base-card.d.ts.map +1 -0
- package/dist/components/cards/card.models.d.ts +47 -0
- package/dist/components/cards/card.models.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-action-banner.d.ts +10 -0
- package/dist/components/cards/parts/axebow-card-action-banner.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-attention-banner.d.ts +10 -0
- package/dist/components/cards/parts/axebow-card-attention-banner.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-cloud-logo.d.ts +8 -0
- package/dist/components/cards/parts/axebow-card-cloud-logo.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-filter-item.d.ts +9 -0
- package/dist/components/cards/parts/axebow-card-filter-item.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-filter.d.ts +19 -0
- package/dist/components/cards/parts/axebow-card-filter.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-footer.d.ts +20 -0
- package/dist/components/cards/parts/axebow-card-footer.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-header.d.ts +26 -0
- package/dist/components/cards/parts/axebow-card-header.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-resource-row.d.ts +11 -0
- package/dist/components/cards/parts/axebow-card-resource-row.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-resource-table.d.ts +9 -0
- package/dist/components/cards/parts/axebow-card-resource-table.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-special-link.d.ts +10 -0
- package/dist/components/cards/parts/axebow-card-special-link.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-stat-item.d.ts +11 -0
- package/dist/components/cards/parts/axebow-card-stat-item.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-stats-row.d.ts +11 -0
- package/dist/components/cards/parts/axebow-card-stats-row.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-status.d.ts +10 -0
- package/dist/components/cards/parts/axebow-card-status.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-table-header.d.ts +15 -0
- package/dist/components/cards/parts/axebow-card-table-header.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-card-version-selector.d.ts +11 -0
- package/dist/components/cards/parts/axebow-card-version-selector.d.ts.map +1 -0
- package/dist/components/cards/parts/axebow-role-tooltip.d.ts +9 -0
- package/dist/components/cards/parts/axebow-role-tooltip.d.ts.map +1 -0
- package/dist/components/custom-home-page-body/custom-home-page-body.d.ts +6 -0
- package/dist/components/custom-home-page-body/custom-home-page-body.d.ts.map +1 -0
- package/dist/components/deploy-modal-component/deploy-modal-component.d.ts +8 -0
- package/dist/components/deploy-modal-component/deploy-modal-component.d.ts.map +1 -0
- package/dist/components/deploy-modal-component/parts/deploy-modal-footer.d.ts +6 -0
- package/dist/components/deploy-modal-component/parts/deploy-modal-footer.d.ts.map +1 -0
- package/dist/components/deploy-modal-component/parts/deploy-modal-header.d.ts +7 -0
- package/dist/components/deploy-modal-component/parts/deploy-modal-header.d.ts.map +1 -0
- package/dist/components/deploy-page-body/deploy-page-body.d.ts +6 -0
- package/dist/components/deploy-page-body/deploy-page-body.d.ts.map +1 -0
- package/dist/index.d.ts +86 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8469 -0
- package/dist/index.js.map +1 -0
- package/dist/playground/playground.d.ts +1 -0
- package/dist/playground/playground.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-adjustment-resources-counter.schema.d.ts +6 -0
- package/dist/playground/schemas/axebow-adjustment-resources-counter.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-base-card.schema.d.ts +9 -0
- package/dist/playground/schemas/axebow-base-card.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-breadcrumb-header.schema.d.ts +9 -0
- package/dist/playground/schemas/axebow-breadcrumb-header.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-button.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-button.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-filter-bar.schema.d.ts +10 -0
- package/dist/playground/schemas/axebow-filter-bar.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-footer.schema.d.ts +9 -0
- package/dist/playground/schemas/axebow-footer.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-header.schema.d.ts +12 -0
- package/dist/playground/schemas/axebow-header.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-icon.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-icon.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-modals-confirmation.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-modals-confirmation.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-more-actions.schema.d.ts +9 -0
- package/dist/playground/schemas/axebow-more-actions.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-search.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-search.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-selector-slider.schema.d.ts +6 -0
- package/dist/playground/schemas/axebow-selector-slider.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-sidebar.schema.d.ts +9 -0
- package/dist/playground/schemas/axebow-sidebar.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-tooltip.schema.d.ts +6 -0
- package/dist/playground/schemas/axebow-tooltip.schema.d.ts.map +1 -0
- package/dist/playground/schemas/types.d.ts +49 -0
- package/dist/playground/schemas/types.d.ts.map +1 -0
- package/dist/styles/axebow-theme.d.ts +8 -0
- package/dist/styles/axebow-theme.d.ts.map +1 -0
- package/dist/styles/common-styles.css +16 -0
- package/dist/styles/shoelace-style.css +49 -0
- package/dist/styles/tailwind.css +14 -0
- package/dist/styles/theme.css +116 -0
- package/package.json +62 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=playground.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"playground.d.ts","sourceRoot":"","sources":["../../src/playground/playground.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-adjustment-resources-counter.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-adjustment-resources-counter.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,MAAM,EAAE,eAUpB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: aurora-base-card
|
|
4
|
+
*
|
|
5
|
+
* Main infrastructure card used in the dashboard.
|
|
6
|
+
* Shows account/environment/tenant info with stats, filters and resource tables.
|
|
7
|
+
*/
|
|
8
|
+
export declare const schema: ComponentSchema;
|
|
9
|
+
//# sourceMappingURL=axebow-base-card.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-base-card.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-base-card.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,eAqJpB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-breadcrumb-header
|
|
4
|
+
*
|
|
5
|
+
* Presentational page breadcrumb: optional home block, optional secondary
|
|
6
|
+
* page trail, current page title, and an optional required-field note.
|
|
7
|
+
*/
|
|
8
|
+
export declare const schema: ComponentSchema;
|
|
9
|
+
//# sourceMappingURL=axebow-breadcrumb-header.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-breadcrumb-header.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-breadcrumb-header.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,eAsBpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-button.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-button.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,eAmBpB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-filter-bar
|
|
4
|
+
*
|
|
5
|
+
* Presentational row of dropdown filters. `items` is a nested structure
|
|
6
|
+
* (each item owns its own `options` list), so it's edited as raw JSON
|
|
7
|
+
* rather than the flat array editor.
|
|
8
|
+
*/
|
|
9
|
+
export declare const schema: ComponentSchema;
|
|
10
|
+
//# sourceMappingURL=axebow-filter-bar.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-filter-bar.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-filter-bar.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;;GAMG;AACH,eAAO,MAAM,MAAM,EAAE,eAgCpB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-footer
|
|
4
|
+
*
|
|
5
|
+
* Presentational site footer. `onClick` is kept on the default items (not
|
|
6
|
+
* exposed as an editable field) so the demo links stay clickable.
|
|
7
|
+
*/
|
|
8
|
+
export declare const schema: ComponentSchema;
|
|
9
|
+
//# sourceMappingURL=axebow-footer.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-footer.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-footer.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,eAkBpB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-header
|
|
4
|
+
*
|
|
5
|
+
* Presentational app header (logo, quick-actions flyout, notifications,
|
|
6
|
+
* profile menu). Notification view-models are deeply nested (optional
|
|
7
|
+
* `actions` list, status unions), so they're edited as raw JSON.
|
|
8
|
+
* `onClick`/`onTap`-style callbacks are kept on the default items (not
|
|
9
|
+
* exposed as editable fields) so the demo stays interactive.
|
|
10
|
+
*/
|
|
11
|
+
export declare const schema: ComponentSchema;
|
|
12
|
+
//# sourceMappingURL=axebow-header.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-header.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-header.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;;;;GAQG;AACH,eAAO,MAAM,MAAM,EAAE,eAyFpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-icon.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-icon.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,eAWpB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-modals-confirmation
|
|
4
|
+
*
|
|
5
|
+
* Configurable schema for dev playground previewing axebow-modals-confirmation
|
|
6
|
+
*/
|
|
7
|
+
export declare const schema: ComponentSchema;
|
|
8
|
+
//# sourceMappingURL=axebow-modals-confirmation.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-modals-confirmation.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-modals-confirmation.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,eA2BpB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: aurora-more-actions
|
|
4
|
+
*
|
|
5
|
+
* Dropdown button that shows a list of contextual actions.
|
|
6
|
+
* Typically used in card footers.
|
|
7
|
+
*/
|
|
8
|
+
export declare const schema: ComponentSchema;
|
|
9
|
+
//# sourceMappingURL=axebow-more-actions.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-more-actions.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-more-actions.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,eA2BpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-search.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-search.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,eAOpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-selector-slider.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-selector-slider.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,MAAM,EAAE,eAapB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-sidebar
|
|
4
|
+
*
|
|
5
|
+
* Presentational app sidebar. `onClick` is kept on the default items (not
|
|
6
|
+
* exposed as an editable field) so the demo nav stays clickable.
|
|
7
|
+
*/
|
|
8
|
+
export declare const schema: ComponentSchema;
|
|
9
|
+
//# sourceMappingURL=axebow-sidebar.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-sidebar.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-sidebar.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,eAsCpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-tooltip.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-tooltip.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,MAAM,EAAE,eAYpB,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Playground schema types.
|
|
3
|
+
*
|
|
4
|
+
* A ComponentSchema is a plain declarative object that tells the playground
|
|
5
|
+
* which tag to render, what properties it exposes, and what mock data to use.
|
|
6
|
+
*
|
|
7
|
+
* ─── HOW TO ADD A NEW COMPONENT ───
|
|
8
|
+
* 1. Create src/playground/schemas/<tag-name>.schema.ts
|
|
9
|
+
* 2. Export a single `ComponentSchema` named `schema`.
|
|
10
|
+
* 3. Done — the playground auto-imports it via Vite's `import.meta.glob`.
|
|
11
|
+
*/
|
|
12
|
+
/** Supported property editor types. */
|
|
13
|
+
export type PropType = 'string' | 'number' | 'boolean' | 'select' | 'json' | 'array';
|
|
14
|
+
/** Describes one field inside an array item (used with type: 'array'). */
|
|
15
|
+
export interface ItemFieldSchema {
|
|
16
|
+
/** Key name inside the object (e.g. 'title'). */
|
|
17
|
+
name: string;
|
|
18
|
+
/** Editor type for this field. */
|
|
19
|
+
type: 'string' | 'number' | 'boolean' | 'select';
|
|
20
|
+
/** Default value when adding a new item. */
|
|
21
|
+
default: unknown;
|
|
22
|
+
/** For 'select' fields — the allowed values. */
|
|
23
|
+
options?: string[];
|
|
24
|
+
}
|
|
25
|
+
/** Describes one property that appears in the right-hand controls panel. */
|
|
26
|
+
export interface PropSchema {
|
|
27
|
+
/** Name of the property on the element (e.g. 'cardType'). */
|
|
28
|
+
name: string;
|
|
29
|
+
/** Editor widget to show in the controls panel. */
|
|
30
|
+
type: PropType;
|
|
31
|
+
/** Initial / default value. */
|
|
32
|
+
default: unknown;
|
|
33
|
+
/** For 'select' type only — the list of allowed string values. */
|
|
34
|
+
options?: string[];
|
|
35
|
+
/** For 'array' type only — describes the fields of each array item. */
|
|
36
|
+
items?: ItemFieldSchema[];
|
|
37
|
+
}
|
|
38
|
+
/** Full schema for one component. */
|
|
39
|
+
export interface ComponentSchema {
|
|
40
|
+
/** The custom-element tag (e.g. 'aurora-base-card'). */
|
|
41
|
+
tag: string;
|
|
42
|
+
/** Human-readable label shown in the sidebar. */
|
|
43
|
+
label: string;
|
|
44
|
+
/** List of editable properties. */
|
|
45
|
+
props: PropSchema[];
|
|
46
|
+
/** Optional innerHTML / light-DOM content injected into the element. */
|
|
47
|
+
slots?: string;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,uCAAuC;AACvC,MAAM,MAAM,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAErF,0EAA0E;AAC1E,MAAM,WAAW,eAAe;IAC9B,iDAAiD;IACjD,IAAI,EAAE,MAAM,CAAC;IACb,kCAAkC;IAClC,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,CAAC;IACjD,4CAA4C;IAC5C,OAAO,EAAE,OAAO,CAAC;IACjB,gDAAgD;IAChD,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,4EAA4E;AAC5E,MAAM,WAAW,UAAU;IACzB,6DAA6D;IAC7D,IAAI,EAAE,MAAM,CAAC;IACb,mDAAmD;IACnD,IAAI,EAAE,QAAQ,CAAC;IACf,+BAA+B;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,kEAAkE;IAClE,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,uEAAuE;IACvE,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;CAC3B;AAED,qCAAqC;AACrC,MAAM,WAAW,eAAe;IAC9B,wDAAwD;IACxD,GAAG,EAAE,MAAM,CAAC;IACZ,iDAAiD;IACjD,KAAK,EAAE,MAAM,CAAC;IACd,mCAAmC;IACnC,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,wEAAwE;IACxE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const axebowTheme: import('lit').CSSResult;
|
|
2
|
+
export declare const STATUS_COLORS: {
|
|
3
|
+
readonly HEALTHY: "var(--axebow-success)";
|
|
4
|
+
readonly ERROR: "var(--axebow-error)";
|
|
5
|
+
readonly WARNING: "var(--axebow-warning)";
|
|
6
|
+
readonly DEFAULT: "var(--axebow-gray)";
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=axebow-theme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-theme.d.ts","sourceRoot":"","sources":["../../src/styles/axebow-theme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,yBAyFvB,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;CAKhB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
.axebow-blue-button::part(base) {
|
|
2
|
+
background-color: var(--axebow-tertiary);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.info-container-page {
|
|
6
|
+
display: flex;
|
|
7
|
+
flex-wrap: wrap;
|
|
8
|
+
gap: 2rem;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
sl-divider {
|
|
12
|
+
height: 1px;
|
|
13
|
+
background: var(--axebow-light-gray);
|
|
14
|
+
margin-top: 0.5rem;
|
|
15
|
+
margin-bottom: 0.5rem;
|
|
16
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--sl-font-sans: "Open Sans", sans-serif;
|
|
3
|
+
|
|
4
|
+
/* Map Shoelace design tokens to our custom Tailwind CSS v4 variables */
|
|
5
|
+
--sl-font-size-2x-small: var(--text-xs); /* 8px */
|
|
6
|
+
--sl-font-size-x-small: var(--text-xs); /* 8px */
|
|
7
|
+
--sl-font-size-small: var(--text-sm); /* 10px */
|
|
8
|
+
--sl-font-size-medium: var(--text-base); /* 12px */
|
|
9
|
+
--sl-font-size-large: var(--text-md); /* 14px */
|
|
10
|
+
--sl-font-size-x-large: var(--text-lg); /* 16px */
|
|
11
|
+
--sl-font-size-2x-large: var(--text-xl); /* 18px */
|
|
12
|
+
--sl-font-size-3x-large: var(--text-3xl); /* 24px */
|
|
13
|
+
--sl-font-size-4x-large: var(--text-5xl); /* 36px */
|
|
14
|
+
|
|
15
|
+
/* Shoelace Input Specific Font Size overrides to ensure 12px (var(--text-base)) is the default */
|
|
16
|
+
--sl-input-font-size-small: var(--text-sm); /* 10px */
|
|
17
|
+
--sl-input-font-size-medium: var(--text-base); /* 12px (Default input size) */
|
|
18
|
+
--sl-input-font-size-large: var(--text-md); /* 14px */
|
|
19
|
+
|
|
20
|
+
/* Shoelace Button Specific Font Size overrides to ensure 12px (var(--text-base)) is the default */
|
|
21
|
+
--sl-button-font-size-small: var(--text-sm); /* 10px */
|
|
22
|
+
--sl-button-font-size-medium: var(--text-base); /* 12px (Default button size) */
|
|
23
|
+
--sl-button-font-size-large: var(--text-md); /* 14px */
|
|
24
|
+
|
|
25
|
+
/* Shoelace Tooltip Specific Font Size override to ensure 12px (var(--text-base)) is the default */
|
|
26
|
+
--sl-tooltip-font-size: var(--text-base); /* 12px */
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/* Ensure buttons, inputs, selects, and textareas inherit font family and size globally */
|
|
30
|
+
button,
|
|
31
|
+
input,
|
|
32
|
+
select,
|
|
33
|
+
textarea {
|
|
34
|
+
font-family: inherit;
|
|
35
|
+
font-size: inherit;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/* Explicitly set standard inputs, selects, and textareas to default to 12px */
|
|
39
|
+
input,
|
|
40
|
+
select,
|
|
41
|
+
textarea {
|
|
42
|
+
font-size: var(--text-base); /* 12px */
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/* Force Shoelace dropdown/select menu item labels to default to 12px */
|
|
46
|
+
sl-menu-item::part(label),
|
|
47
|
+
sl-option::part(label) {
|
|
48
|
+
font-size: var(--text-base); /* 12px */
|
|
49
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
@import "tailwindcss";
|
|
2
|
+
@import "./theme.css";
|
|
3
|
+
@import "./shoelace-style.css";
|
|
4
|
+
@import "./common-styles.css";
|
|
5
|
+
|
|
6
|
+
.axebow-shadow {
|
|
7
|
+
box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.1);
|
|
8
|
+
}
|
|
9
|
+
@utility axebow-shadow-hover {
|
|
10
|
+
transition: box-shadow 200ms ease-in-out;
|
|
11
|
+
&:hover {
|
|
12
|
+
box-shadow: 0 4px 12px 0 rgba(13, 24, 33, 0.08);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
@theme {
|
|
2
|
+
--font-sans: "Open Sans", sans-serif;
|
|
3
|
+
|
|
4
|
+
--text-xs: 0.625rem;
|
|
5
|
+
--text-xs--line-height: 0.875rem;
|
|
6
|
+
|
|
7
|
+
--text-sm: 0.75rem;
|
|
8
|
+
--text-sm--line-height: 1rem;
|
|
9
|
+
|
|
10
|
+
--text-base: 0.875rem;
|
|
11
|
+
--text-base--line-height: 1.25rem;
|
|
12
|
+
|
|
13
|
+
--text-md: 1rem;
|
|
14
|
+
--text-md--line-height: 1.5rem;
|
|
15
|
+
|
|
16
|
+
--text-lg: 1.125rem;
|
|
17
|
+
--text-lg--line-height: 1.75rem;
|
|
18
|
+
|
|
19
|
+
--text-xl: 1.25rem;
|
|
20
|
+
--text-xl--line-height: 1.75rem;
|
|
21
|
+
|
|
22
|
+
--text-2xl: 1.5rem;
|
|
23
|
+
--text-2xl--line-height: 2rem;
|
|
24
|
+
|
|
25
|
+
--text-3xl: 1.875rem;
|
|
26
|
+
--text-3xl--line-height: 2.25rem;
|
|
27
|
+
|
|
28
|
+
--text-4xl: 2.25rem;
|
|
29
|
+
--text-4xl--line-height: 2.5rem;
|
|
30
|
+
|
|
31
|
+
--text-5xl: 3rem;
|
|
32
|
+
--text-5xl--line-height: 1;
|
|
33
|
+
|
|
34
|
+
--text-6xl: 3.75rem;
|
|
35
|
+
--text-6xl--line-height: 1;
|
|
36
|
+
|
|
37
|
+
--text-7xl: 4.5rem;
|
|
38
|
+
--text-7xl--line-height: 1;
|
|
39
|
+
|
|
40
|
+
--text-8xl: 4.625rem;
|
|
41
|
+
--text-8xl--line-height: 1;
|
|
42
|
+
|
|
43
|
+
--text-9xl: 6.125rem;
|
|
44
|
+
--text-9xl--line-height: 1;
|
|
45
|
+
|
|
46
|
+
--spacing-18: 4.5rem;
|
|
47
|
+
--spacing-23: 5.75rem;
|
|
48
|
+
--spacing-30: 7.5rem;
|
|
49
|
+
--spacing-38: 9.5rem;
|
|
50
|
+
--spacing-43: 10.75rem;
|
|
51
|
+
--spacing-50: 12.5rem;
|
|
52
|
+
--spacing-63: 15.75rem;
|
|
53
|
+
--spacing-75: 18.75rem;
|
|
54
|
+
--spacing-85: 21.25rem;
|
|
55
|
+
--spacing-88: 22rem;
|
|
56
|
+
--spacing-100: 25rem;
|
|
57
|
+
--spacing-110: 27.5rem;
|
|
58
|
+
--spacing-113: 28.25rem;
|
|
59
|
+
--spacing-117: 29.25rem;
|
|
60
|
+
--spacing-120: 30rem;
|
|
61
|
+
--spacing-138: 34.5rem;
|
|
62
|
+
--spacing-150: 37.5rem;
|
|
63
|
+
--spacing-175: 43.75rem;
|
|
64
|
+
--spacing-200: 50rem;
|
|
65
|
+
--spacing-400: 100rem;
|
|
66
|
+
--spacing-750: 187.5rem;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
:host {
|
|
70
|
+
font-family: var(--font-sans);
|
|
71
|
+
font-size: var(--text-base);
|
|
72
|
+
line-height: var(--text-base--line-height);
|
|
73
|
+
--font-sans: "Open Sans", sans-serif;
|
|
74
|
+
|
|
75
|
+
--text-xs: 0.625rem;
|
|
76
|
+
--text-xs--line-height: 0.875rem;
|
|
77
|
+
|
|
78
|
+
--text-sm: 0.75rem;
|
|
79
|
+
--text-sm--line-height: 1rem;
|
|
80
|
+
|
|
81
|
+
--text-base: 0.875rem;
|
|
82
|
+
--text-base--line-height: 1.25rem;
|
|
83
|
+
|
|
84
|
+
--text-md: 1rem;
|
|
85
|
+
--text-md--line-height: 1.5rem;
|
|
86
|
+
|
|
87
|
+
--text-lg: 1.125rem;
|
|
88
|
+
--text-lg--line-height: 1.75rem;
|
|
89
|
+
|
|
90
|
+
--text-xl: 1.25rem;
|
|
91
|
+
--text-xl--line-height: 1.75rem;
|
|
92
|
+
|
|
93
|
+
--text-2xl: 1.5rem;
|
|
94
|
+
--text-2xl--line-height: 2rem;
|
|
95
|
+
|
|
96
|
+
--text-3xl: 1.875rem;
|
|
97
|
+
--text-3xl--line-height: 2.25rem;
|
|
98
|
+
|
|
99
|
+
--text-4xl: 2.25rem;
|
|
100
|
+
--text-4xl--line-height: 2.5rem;
|
|
101
|
+
|
|
102
|
+
--text-5xl: 3rem;
|
|
103
|
+
--text-5xl--line-height: 1;
|
|
104
|
+
|
|
105
|
+
--text-6xl: 3.75rem;
|
|
106
|
+
--text-6xl--line-height: 1;
|
|
107
|
+
|
|
108
|
+
--text-7xl: 4.5rem;
|
|
109
|
+
--text-7xl--line-height: 1;
|
|
110
|
+
|
|
111
|
+
--text-8xl: 4.625rem;
|
|
112
|
+
--text-8xl--line-height: 1;
|
|
113
|
+
|
|
114
|
+
--text-9xl: 6.125rem;
|
|
115
|
+
--text-9xl--line-height: 1;
|
|
116
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@kumori/aurora-wui-components",
|
|
3
|
+
"version": "0.0.0-dev4069.0",
|
|
4
|
+
"description": "Aurora web component library",
|
|
5
|
+
"license": "ISC",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "./dist/index.js",
|
|
8
|
+
"module": "./dist/index.js",
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
|
+
"default": "./dist/index.js"
|
|
14
|
+
},
|
|
15
|
+
"./styles/*.css": "./dist/styles/*.css",
|
|
16
|
+
"./package.json": "./package.json"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"dist"
|
|
20
|
+
],
|
|
21
|
+
"sideEffects": true,
|
|
22
|
+
"publishConfig": {
|
|
23
|
+
"access": "public"
|
|
24
|
+
},
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "https://gitlab.com/kumori/axebow/libraries/wui/components.git"
|
|
28
|
+
},
|
|
29
|
+
"engines": {
|
|
30
|
+
"node": ">=18"
|
|
31
|
+
},
|
|
32
|
+
"scripts": {
|
|
33
|
+
"dev": "vite",
|
|
34
|
+
"clean": "rimraf dist",
|
|
35
|
+
"build": "npm run clean && vite build",
|
|
36
|
+
"watch": "vite build --watch",
|
|
37
|
+
"lint": "tsc --noEmit",
|
|
38
|
+
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage",
|
|
39
|
+
"test:watch": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --watch",
|
|
40
|
+
"prepublishOnly": "npm run build"
|
|
41
|
+
},
|
|
42
|
+
"peerDependencies": {
|
|
43
|
+
"@kumori/aurora-interfaces": "^1.0.21",
|
|
44
|
+
"@shoelace-style/shoelace": "^2.20.1",
|
|
45
|
+
"lit": "^3.2.1"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@tailwindcss/vite": "^4.3.2",
|
|
49
|
+
"@types/jest": "^29.5.12",
|
|
50
|
+
"cross-env": "^7.0.3",
|
|
51
|
+
"jest": "^29.7.0",
|
|
52
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
53
|
+
"rimraf": "^5.0.7",
|
|
54
|
+
"ts-jest": "^29.1.2",
|
|
55
|
+
"typescript": "^5.5.4",
|
|
56
|
+
"vite": "^8.1.4",
|
|
57
|
+
"vite-plugin-dts": "^5.0.3"
|
|
58
|
+
},
|
|
59
|
+
"dependencies": {
|
|
60
|
+
"tailwindcss": "^4.3.2"
|
|
61
|
+
}
|
|
62
|
+
}
|