@randstad-uca/design-system 1.0.26 → 1.0.27

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@randstad-uca/design-system",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -4,3 +4,13 @@ declare const meta: Meta;
4
4
  export default meta;
5
5
  type Story = StoryObj;
6
6
  export declare const Default: Story;
7
+ export declare const Checked: Story;
8
+ export declare const CustomText: Story;
9
+ export declare const Off: Story;
10
+ export declare const On: Story;
11
+ export declare const ErrorOff: Story;
12
+ export declare const ErrorOn: Story;
13
+ export declare const DisabledOff: Story;
14
+ export declare const DisabledOn: Story;
15
+ export declare const DisabledErrorOn: Story;
16
+ export declare const DisabledErrorOff: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randstad-uca/design-system",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",