@randstad-uca/design-system 1.0.67 → 1.0.69

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.67",
3
+ "version": "1.0.69",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -68,6 +68,16 @@ declare const _default: {
68
68
  control: string;
69
69
  description: string;
70
70
  };
71
+ textLabelFilterNotResult: {
72
+ control: string;
73
+ description: string;
74
+ defaultValue: string;
75
+ };
76
+ textLabelMobileSearch: {
77
+ control: string;
78
+ description: string;
79
+ defaultValue: string;
80
+ };
71
81
  };
72
82
  };
73
83
  export default _default;
@@ -44,6 +44,11 @@ declare const _default: {
44
44
  description: string;
45
45
  defaultValue: boolean;
46
46
  };
47
+ isChangeStyleError: {
48
+ control: string;
49
+ description: string;
50
+ defaultValue: boolean;
51
+ };
47
52
  onFilesChanged: {
48
53
  action: string;
49
54
  };
@@ -58,3 +63,5 @@ export declare const InstantUpload: StoryFn;
58
63
  export declare const SlowUpload: StoryFn;
59
64
  export declare const Disabled: StoryFn;
60
65
  export declare const WithSnackbar: StoryFn;
66
+ export declare const ErrorStyleDisabledWithSnackbar: StoryFn;
67
+ export declare const ErrorStyleEnabledWithoutSnackbar: StoryFn;
@@ -92,6 +92,11 @@ declare const _default: {
92
92
  control: string;
93
93
  description: string;
94
94
  };
95
+ showDeleteConfirmation: {
96
+ control: string;
97
+ description: string;
98
+ defaultValue: boolean;
99
+ };
95
100
  onFilesChanged: {
96
101
  action: string;
97
102
  };
@@ -116,3 +121,4 @@ export declare const InstantUpload: StoryFn;
116
121
  export declare const SlowUpload: StoryFn;
117
122
  export declare const WithSnackbar: StoryFn;
118
123
  export declare const WithAlerts: StoryFn;
124
+ export declare const DeleteWithConfirmationAndAlerts: StoryFn;
@@ -1,7 +1,7 @@
1
1
  import { css, CSSResult } from "lit";
2
2
 
3
3
  export const focusStyles: CSSResult = css `
4
- button:focus-visible {
4
+ .button:focus-visible, button:focus-visible {
5
5
  outline: 2px solid rgb( 0, 215, 255 );
6
6
  outline-offset: 1px;
7
7
  border-radius: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randstad-uca/design-system",
3
- "version": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",