@randstad-uca/design-system 1.0.81 → 1.0.82

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.81",
3
+ "version": "1.0.82",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -1,6 +1,8 @@
1
1
  import '../components/Modal';
2
2
  import '../components/Notice';
3
3
  import '../components/Button';
4
+ import '../components/Select';
5
+ import '../components/DatePicker';
4
6
  declare const _default: {
5
7
  title: string;
6
8
  component: string;
@@ -17,3 +19,7 @@ export declare const ModalConUnBoton: () => import("lit-html").TemplateResult<1>
17
19
  export declare const ModalConUnBotonDisabled: () => import("lit-html").TemplateResult<1>;
18
20
  export declare const ModalHideFooter: () => import("lit-html").TemplateResult<1>;
19
21
  export declare const ModalConDosBotonesLoader: () => import("lit-html").TemplateResult<1>;
22
+ export declare const ModalConFormulario: () => import("lit-html").TemplateResult<1>;
23
+ export declare const ModalCustomSize: () => import("lit-html").TemplateResult<1>;
24
+ export declare const ModalConFooterCustom: () => import("lit-html").TemplateResult<1>;
25
+ export declare const ModalCompleto: () => import("lit-html").TemplateResult<1>;
@@ -5,3 +5,4 @@ export default meta;
5
5
  type Story = StoryObj;
6
6
  export declare const AllVariants: Story;
7
7
  export declare const StackedPopup: Story;
8
+ export declare const CustomSize: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randstad-uca/design-system",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [