@appkit/dek-ui 0.24.2 → 0.25.1

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.
@@ -60,9 +60,15 @@ declare const _default: {
60
60
  darker: string;
61
61
  darkest: string;
62
62
  tile: string;
63
+ card: string;
63
64
  clear: string;
64
65
  };
65
66
  };
67
+ card: {
68
+ width: number;
69
+ height: number;
70
+ borderRadius: number;
71
+ };
66
72
  button: {
67
73
  clear: {
68
74
  backColor: string;
@@ -4,3 +4,4 @@ declare const meta: Meta<typeof Card>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof Card>;
6
6
  export declare const Default: Story;
7
+ export declare const Content: Story;
@@ -4,4 +4,6 @@ declare const meta: Meta<typeof View>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof View>;
6
6
  export declare const Default: Story;
7
+ export declare const NotCollpased: Story;
8
+ export declare const Collapsed: Story;
7
9
  export declare const BackColors: Story;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appkit/dek-ui",
3
3
  "private": false,
4
- "version": "0.24.2",
4
+ "version": "0.25.1",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc && vite build",