@stenajs-webui/calendar 17.34.0 → 18.0.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v18.0.0 (Mon Feb 13 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Actually disable the calendar icon button in DateTextInput [#530](https://github.com/StenaIT/stenajs-webui/pull/530) ([@lindskogen](https://github.com/lindskogen))
6
+
7
+ #### Authors: 1
8
+
9
+ - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
10
+
11
+ ---
12
+
1
13
  # v17.30.6 (Tue Jan 24 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
package/dist/index.es.js CHANGED
@@ -1452,7 +1452,7 @@ const Ir = ({
1452
1452
  indent: 0.5,
1453
1453
  children: /* @__PURE__ */ c(A, {
1454
1454
  size: "small",
1455
- disabled: k.disabled,
1455
+ disabled: k.disabled || r,
1456
1456
  leftIcon: gt,
1457
1457
  onClick: M
1458
1458
  })