@progressive-development/pd-calendar 1.1.0 → 1.1.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.
@@ -114,7 +114,7 @@ let PdDatepicker = class extends PdBaseInputElement {
114
114
  update(changedProps) {
115
115
  if (changedProps.has("initialDate") && this.initialDate || changedProps.has("initialEndDate") && this.initialEndDate) {
116
116
  this._prepareFieldsFromInitDate();
117
- this._updateInputField(this.handleChangeForInitVal, void 0);
117
+ this._updateInputField(this._phase === "ready", void 0);
118
118
  }
119
119
  super.update(changedProps);
120
120
  }
@@ -32,7 +32,7 @@ class PdCalendarPanelBase extends LitElement {
32
32
  width: var(--pd-calendar-panel-width, 280px);
33
33
  max-height: var(--pd-calendar-panel-max-height, 70vh);
34
34
  background: var(--pd-calendar-panel-bg, var(--pd-default-bg-col, #fff));
35
- border-radius: var(--pd-radius-md, 8px);
35
+ border-radius: var(--pd-radius-md, 4px);
36
36
  box-shadow: var(
37
37
  --pd-calendar-panel-shadow,
38
38
  0 4px 12px rgba(0, 0, 0, 0.15)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progressive-development/pd-calendar",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Webcomponent for calendar",
5
5
  "author": "PD Progressive Development",
6
6
  "license": "MIT",
@@ -32,10 +32,10 @@
32
32
  "date-fns": "^2.30.0",
33
33
  "fecha": "^4.2.3",
34
34
  "tslib": "^2.8.1",
35
- "@progressive-development/pd-shared-styles": "0.4.0",
36
- "@progressive-development/pd-forms": "1.1.0",
37
- "@progressive-development/pd-icon": "1.1.0",
38
- "@progressive-development/pd-utils": "1.1.0"
35
+ "@progressive-development/pd-shared-styles": "0.4.1",
36
+ "@progressive-development/pd-utils": "1.1.1",
37
+ "@progressive-development/pd-forms": "1.1.1",
38
+ "@progressive-development/pd-icon": "1.1.1"
39
39
  },
40
40
  "customElements": "custom-elements.json",
41
41
  "keywords": [