@randstad-uca/design-system 1.0.43 → 1.0.45

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.43",
3
+ "version": "1.0.45",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -21,6 +21,7 @@ export declare const PrimaryLoader: Story;
21
21
  export declare const SecondaryLoader: Story;
22
22
  export declare const TertiaryLoader: Story;
23
23
  export declare const Primary: Story;
24
+ export declare const PrimaryDisabled: Story;
24
25
  export declare const Secondary: Story;
25
26
  export declare const Tertiary: Story;
26
27
  export declare const GoogleRoundButton: Story;
@@ -15,3 +15,4 @@ export declare const ModalConNotice: () => import("lit-html").TemplateResult<1>;
15
15
  export declare const ModalConUnBoton: () => import("lit-html").TemplateResult<1>;
16
16
  export declare const ModalConDosBotones: () => import("lit-html").TemplateResult<1>;
17
17
  export declare const ModalConFooterPersonalizado: () => import("lit-html").TemplateResult<1>;
18
+ export declare const ModalConWidthPersonalizado: () => import("lit-html").TemplateResult<1>;
@@ -147,5 +147,5 @@ input::placeholder {
147
147
  .form.disabled textarea.form-input,
148
148
  .form.disabled input.form-input {
149
149
  background-color: #f5f5f5;
150
- cursor: not-allowed;
150
+ cursor: default;
151
151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randstad-uca/design-system",
3
- "version": "1.0.43",
3
+ "version": "1.0.45",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",