@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randstad-uca/design-system",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -9,11 +9,8 @@ declare const _default: {
9
9
  control: string;
10
10
  description: string;
11
11
  };
12
- direction: {
13
- control: {
14
- type: string;
15
- };
16
- options: string[];
12
+ rows: {
13
+ control: string;
17
14
  description: string;
18
15
  };
19
16
  labelColor: {
@@ -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 ModalConDosBotones: () => import("lit-html").TemplateResult<1>;
17
- export declare const ModalConFooterPersonalizado: () => import("lit-html").TemplateResult<1>;
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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randstad-uca/design-system",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",