@kumori/aurora-wui-components 0.0.254 → 0.0.255-dev4067.2
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/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-deploy-summary/axebow-deploy-summary.d.ts.map +1 -1
- package/dist/components/axebow-expandable-header/axebow-expandable-header.d.ts.map +1 -1
- package/dist/components/axebow-icon/axebow-icon.d.ts +2 -1
- package/dist/components/axebow-icon/axebow-icon.d.ts.map +1 -1
- 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-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-summary/axebow-summary-limits.d.ts.map +1 -1
- package/dist/components/axebow-tenant-resource-table/axebow-tenant-resource-table.d.ts.map +1 -1
- 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/parts/axebow-card-header.d.ts.map +1 -1
- package/dist/components/cards/parts/axebow-card-status.d.ts.map +1 -1
- package/dist/components/cards/parts/axebow-role-tooltip.d.ts.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +979 -103
- package/dist/index.js.map +1 -1
- 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-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-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-tooltip.schema.d.ts +6 -0
- package/dist/playground/schemas/axebow-tooltip.schema.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -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,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 @@
|
|
|
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 @@
|
|
|
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"}
|