@descope-ui/descope-address-field 0.0.4 → 0.0.6

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
@@ -2,6 +2,18 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.6](https://github.com/descope/web-components-ui/compare/@descope-ui/descope-address-field-0.0.5...@descope-ui/descope-address-field-0.0.6) (2025-03-05)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@descope-ui/common` updated to version `0.0.8`
10
+ * `@descope-ui/theme-input-wrapper` updated to version `0.0.8`
11
+ * `@descope-ui/descope-autocomplete-field` updated to version `0.0.7`
12
+ ## [0.0.5](https://github.com/descope/web-components-ui/compare/@descope-ui/descope-address-field-0.0.4...@descope-ui/descope-address-field-0.0.5) (2025-03-04)
13
+
14
+ ### Dependency Updates
15
+
16
+ * `@descope-ui/descope-autocomplete-field` updated to version `0.0.6`
5
17
  ## [0.0.4](https://github.com/descope/web-components-ui/compare/@descope-ui/descope-address-field-0.0.3...@descope-ui/descope-address-field-0.0.4) (2025-03-03)
6
18
 
7
19
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope-ui/descope-address-field",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./src/component/index.js"
@@ -19,9 +19,9 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@vaadin/custom-field": "24.3.4",
22
- "@descope-ui/common": "0.0.7",
23
- "@descope-ui/theme-input-wrapper": "0.0.7",
24
- "@descope-ui/descope-autocomplete-field": "0.0.5"
22
+ "@descope-ui/common": "0.0.8",
23
+ "@descope-ui/theme-input-wrapper": "0.0.8",
24
+ "@descope-ui/descope-autocomplete-field": "0.0.7"
25
25
  },
26
26
  "publishConfig": {
27
27
  "link-workspace-packages": false
@@ -132,6 +132,7 @@ export const AddressFieldClass = compose(
132
132
  display: inline-block;
133
133
  box-sizing: border-box;
134
134
  user-select: none;
135
+ width: 100%;
135
136
  max-width: 100%;
136
137
  }
137
138