@kumori/aurora-wui-components 0.0.280-dev4205.1 → 0.0.280-dev4205.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.
@@ -0,0 +1,9 @@
1
+ import { ComponentSchema } from './types.js';
2
+ /**
3
+ * Schema: axebow-cta-dialog
4
+ *
5
+ * Large dialog listing pending call-to-action notifications as
6
+ * axebow-call-to-action-row entries, with a single "Go back" footer button.
7
+ */
8
+ export declare const schema: ComponentSchema;
9
+ //# sourceMappingURL=axebow-cta-dialog.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-cta-dialog.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-cta-dialog.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,eA+CpB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { ComponentSchema } from './types.js';
2
+ /**
3
+ * Schema: axebow-modal
4
+ *
5
+ * Full-screen overlay + centered container, with an optional title (which
6
+ * renders a close button), body slot, and footer slot.
7
+ */
8
+ export declare const schema: ComponentSchema;
9
+ //# sourceMappingURL=axebow-modal.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"axebow-modal.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-modal.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,eAapB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumori/aurora-wui-components",
3
- "version": "0.0.280-dev4205.1",
3
+ "version": "0.0.280-dev4205.2",
4
4
  "description": "Aurora web component library",
5
5
  "license": "ISC",
6
6
  "type": "module",