@appkit/dek-ui 0.26.0 → 0.27.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.
@@ -4,4 +4,5 @@ declare const meta: Meta<typeof CardButton>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof CardButton>;
6
6
  export declare const Default: Story;
7
+ export declare const Square: Story;
7
8
  export declare const CustomContent: Story;
@@ -5,3 +5,4 @@ export default meta;
5
5
  type Story = StoryObj<typeof MenuBar>;
6
6
  export declare const Default: Story;
7
7
  export declare const Horizontal: Story;
8
+ export declare const Compact: Story;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appkit/dek-ui",
3
3
  "private": false,
4
- "version": "0.26.0",
4
+ "version": "0.27.0",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc && vite build",