@randstad-uca/design-system 1.0.8 → 1.0.9

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.8",
3
+ "version": "1.0.9",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist"
@@ -65,6 +65,16 @@ export declare const WithObjects: ({ options, placeholder, defaultValue, disable
65
65
  filterable: any;
66
66
  onOptionSelected: any;
67
67
  }) => import("lit-html").TemplateResult<1>;
68
+ export declare const WithNoOptions: ({ options, placeholder, defaultValue, disabled, label, labelColor, filterable, onOptionSelected }: {
69
+ options: any;
70
+ placeholder: any;
71
+ defaultValue: any;
72
+ disabled: any;
73
+ label: any;
74
+ labelColor: any;
75
+ filterable: any;
76
+ onOptionSelected: any;
77
+ }) => import("lit-html").TemplateResult<1>;
68
78
  export declare const WithLabel: ({ options, placeholder, defaultValue, disabled, label, labelColor, filterable, onOptionSelected }: {
69
79
  options: any;
70
80
  placeholder: any;
@@ -95,3 +105,23 @@ export declare const Disabled: ({ options, placeholder, defaultValue, disabled,
95
105
  filterable: any;
96
106
  onOptionSelected: any;
97
107
  }) => import("lit-html").TemplateResult<1>;
108
+ export declare const WithDefaultObjectValue: ({ options, placeholder, defaultValue, disabled, label, labelColor, filterable, onOptionSelected }: {
109
+ options: any;
110
+ placeholder: any;
111
+ defaultValue: any;
112
+ disabled: any;
113
+ label: any;
114
+ labelColor: any;
115
+ filterable: any;
116
+ onOptionSelected: any;
117
+ }) => import("lit-html").TemplateResult<1>;
118
+ export declare const NonFilterableBasic: ({ options, placeholder, defaultValue, disabled, label, labelColor, filterable, onOptionSelected }: {
119
+ options: any;
120
+ placeholder: any;
121
+ defaultValue: any;
122
+ disabled: any;
123
+ label: any;
124
+ labelColor: any;
125
+ filterable: any;
126
+ onOptionSelected: any;
127
+ }) => 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.8",
3
+ "version": "1.0.9",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist"