@kumori/aurora-wui-components 0.0.258-dev4015.2 → 0.0.258-dev4015.4

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.
@@ -0,0 +1,9 @@
1
+ import { ComponentSchema } from './types.js';
2
+ /**
3
+ * Schema: axebow-tab-selector
4
+ *
5
+ * Tab strip that discovers its tabs from slotted tab-label-N /
6
+ * tab-panel-N children.
7
+ */
8
+ export declare const schema: ComponentSchema;
9
+ //# sourceMappingURL=axebow-tab-selector.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-tab-selector.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-tab-selector.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,eAqBpB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { ComponentSchema } from './types.js';
2
+ /**
3
+ * Schema: axebow-tenant-card
4
+ *
5
+ * Purely presentational tenant summary card composing
6
+ * axebow-tenant-resource-table.
7
+ */
8
+ export declare const schema: ComponentSchema;
9
+ //# sourceMappingURL=axebow-tenant-card.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-tenant-card.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-tenant-card.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,eAqEpB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { ComponentSchema } from './types.js';
2
+ /**
3
+ * Schema: axebow-tenant-resource-table
4
+ *
5
+ * Purely presentational expandable resource table.
6
+ */
7
+ export declare const schema: ComponentSchema;
8
+ //# sourceMappingURL=axebow-tenant-resource-table.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-tenant-resource-table.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-tenant-resource-table.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,eAmDpB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumori/aurora-wui-components",
3
- "version": "0.0.258-dev4015.2",
3
+ "version": "0.0.258-dev4015.4",
4
4
  "description": "Aurora web component library",
5
5
  "license": "ISC",
6
6
  "type": "module",