@randstad-uca/design-system 1.0.51 → 1.0.53
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/components/Button.d.ts +2 -2
- package/dist/components/FormGroup.d.ts +1 -1
- package/dist/components/Modal.d.ts +2 -0
- package/dist/index.js +85 -20
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/stories/FormGroup.stories.d.ts +2 -5
- package/dist/stories/Modal.stories.d.ts +3 -3
- package/package.json +1 -1
package/dist/package.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import '../components/Modal';
|
|
2
2
|
import '../components/Notice';
|
|
3
|
+
import '../components/Button';
|
|
3
4
|
declare const _default: {
|
|
4
5
|
title: string;
|
|
5
6
|
component: string;
|
|
@@ -13,6 +14,5 @@ export declare const ModalConScrollInternoSubtitle: () => import("lit-html").Tem
|
|
|
13
14
|
export declare const ModalScrollEnBody: () => import("lit-html").TemplateResult<1>;
|
|
14
15
|
export declare const ModalConNotice: () => import("lit-html").TemplateResult<1>;
|
|
15
16
|
export declare const ModalConUnBoton: () => import("lit-html").TemplateResult<1>;
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
18
|
-
export declare const ModalConWidthPersonalizado: () => import("lit-html").TemplateResult<1>;
|
|
17
|
+
export declare const ModalConUnBotonDisabled: () => import("lit-html").TemplateResult<1>;
|
|
18
|
+
export declare const ModalConDosBotonesLoader: () => import("lit-html").TemplateResult<1>;
|