@randstad-uca/design-system 1.0.22 → 1.0.24

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/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@randstad-uca/design-system",
3
- "version": "1.0.22-beta.1",
4
- "type": "module",
3
+ "version": "1.0.24",
5
4
  "main": "dist/index.js",
6
5
  "files": [
7
6
  "dist",
@@ -1,7 +1,7 @@
1
1
  import type { Meta, StoryObj } from '@storybook/web-components';
2
2
  import '../components/Button';
3
3
  interface ButtonArgs {
4
- variant: 'button-primary' | 'button-secondary' | 'button-tertiary' | 'button-round';
4
+ variant: 'button-primary' | 'button-secondary' | 'button-tertiary' | 'button-round' | 'button-card';
5
5
  size: 'md' | 'lg';
6
6
  label: string;
7
7
  loader: boolean;
@@ -25,3 +25,5 @@ export declare const Secondary: Story;
25
25
  export declare const Tertiary: Story;
26
26
  export declare const GoogleRoundButton: Story;
27
27
  export declare const FacebookRoundButton: Story;
28
+ export declare const CardButton: Story;
29
+ export declare const CardButtonDisabled: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randstad-uca/design-system",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",