@randstad-uca/design-system 1.0.24 → 1.0.26

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.24",
3
+ "version": "1.0.26",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -19,6 +19,8 @@ export interface FormProps {
19
19
  labelColor?: string;
20
20
  cleanButton?: boolean;
21
21
  maxLength?: number;
22
+ required?: boolean;
23
+ optional?: boolean;
22
24
  }
23
25
  declare const meta: Meta<FormProps>;
24
26
  export default meta;
@@ -42,3 +44,5 @@ export declare const Link: Story;
42
44
  export declare const LabelColor: Story;
43
45
  export declare const WithMaxLength: Story;
44
46
  export declare const WithCleanButton: Story;
47
+ export declare const Required: Story;
48
+ export declare const Optional: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randstad-uca/design-system",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",