@gomusdev/web-components 1.20.0 → 1.20.1

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.
@@ -29566,7 +29566,7 @@ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot
29566
29566
  component(node_1, () => Date_field_label, ($$anchor4, DatePicker_Label) => {
29567
29567
  DatePicker_Label($$anchor4, {
29568
29568
  get class() {
29569
- return `go-datepicker-label $${labelClass() ?? ""}`;
29569
+ return `go-datepicker-label ${labelClass() ?? ""}`;
29570
29570
  }
29571
29571
  });
29572
29572
  });
@@ -29606,7 +29606,7 @@ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot
29606
29606
  component(node_2, () => Date_field_input, ($$anchor4, DatePicker_Input) => {
29607
29607
  DatePicker_Input($$anchor4, {
29608
29608
  get class() {
29609
- return `go-datepicker-input $${inputClass() ?? ""}`;
29609
+ return `go-datepicker-input ${inputClass() ?? ""}`;
29610
29610
  },
29611
29611
  children,
29612
29612
  $$slots: { default: true }
@@ -29566,7 +29566,7 @@ function DatePicker_1($$anchor, $$props) {
29566
29566
  component(node_1, () => Date_field_label, ($$anchor4, DatePicker_Label) => {
29567
29567
  DatePicker_Label($$anchor4, {
29568
29568
  get class() {
29569
- return `go-datepicker-label $${labelClass() ?? ""}`;
29569
+ return `go-datepicker-label ${labelClass() ?? ""}`;
29570
29570
  }
29571
29571
  });
29572
29572
  });
@@ -29606,7 +29606,7 @@ function DatePicker_1($$anchor, $$props) {
29606
29606
  component(node_2, () => Date_field_input, ($$anchor4, DatePicker_Input) => {
29607
29607
  DatePicker_Input($$anchor4, {
29608
29608
  get class() {
29609
- return `go-datepicker-input $${inputClass() ?? ""}`;
29609
+ return `go-datepicker-input ${inputClass() ?? ""}`;
29610
29610
  },
29611
29611
  children,
29612
29612
  $$slots: { default: true }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "1.20.0",
7
+ "version": "1.20.1",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",