@justeattakeaway/pie-text-input 0.27.1 → 0.27.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ var Ht = Object.defineProperty, Dt = (v, l, h, x) => {
12
12
  };
13
13
  class gt extends ht {
14
14
  constructor() {
15
- super(...arguments), this.v = "0.27.1";
15
+ super(...arguments), this.v = "0.27.2";
16
16
  }
17
17
  }
18
18
  Dt([
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-text-input",
3
3
  "description": "PIE Design System Input built using Web Components",
4
- "version": "0.27.1",
4
+ "version": "0.27.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -39,15 +39,15 @@
39
39
  "license": "Apache-2.0",
40
40
  "devDependencies": {
41
41
  "@custom-elements-manifest/analyzer": "0.9.0",
42
- "@justeattakeaway/pie-components-config": "0.19.1",
42
+ "@justeattakeaway/pie-components-config": "0.20.0",
43
43
  "@justeattakeaway/pie-css": "0.16.0",
44
- "@justeattakeaway/pie-icons-webc": "1.6.2",
44
+ "@justeattakeaway/pie-icons-webc": "1.7.0",
45
45
  "@justeattakeaway/pie-monorepo-utils": "0.5.0",
46
46
  "@justeattakeaway/pie-wrapper-react": "0.14.3",
47
47
  "cem-plugin-module-file-extensions": "0.0.5"
48
48
  },
49
49
  "dependencies": {
50
- "@justeattakeaway/pie-assistive-text": "0.9.1",
50
+ "@justeattakeaway/pie-assistive-text": "0.9.2",
51
51
  "@justeattakeaway/pie-webc-core": "0.25.1",
52
52
  "element-internals-polyfill": "1.3.11"
53
53
  },