@justeattakeaway/pie-webc 0.4.1 → 0.5.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.
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-text-input';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-text-input';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-webc",
3
3
  "description": "Component bundle containing all PIE web components",
4
- "version": "0.4.1",
4
+ "version": "0.5.0",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "**/*.js",
@@ -98,16 +98,6 @@
98
98
  "require": "./react/icon-button.js",
99
99
  "types": "./react/icon-button.d.ts"
100
100
  },
101
- "./components/input.js": {
102
- "import": "./components/input.js",
103
- "require": "./components/input.js",
104
- "types": "./components/input.d.ts"
105
- },
106
- "./react/input.js": {
107
- "import": "./react/input.js",
108
- "require": "./react/input.js",
109
- "types": "./react/input.d.ts"
110
- },
111
101
  "./components/link.js": {
112
102
  "import": "./components/link.js",
113
103
  "require": "./components/link.js",
@@ -167,6 +157,16 @@
167
157
  "import": "./react/tag.js",
168
158
  "require": "./react/tag.js",
169
159
  "types": "./react/tag.d.ts"
160
+ },
161
+ "./components/text-input.js": {
162
+ "import": "./components/text-input.js",
163
+ "require": "./components/text-input.js",
164
+ "types": "./components/text-input.d.ts"
165
+ },
166
+ "./react/text-input.js": {
167
+ "import": "./react/text-input.js",
168
+ "require": "./react/text-input.js",
169
+ "types": "./react/text-input.d.ts"
170
170
  }
171
171
  },
172
172
  "bin": {
@@ -187,22 +187,22 @@
187
187
  "chalk": "5.3.0"
188
188
  },
189
189
  "dependencies": {
190
- "@justeattakeaway/pie-assistive-text": "0.3.6",
191
- "@justeattakeaway/pie-button": "0.47.4",
192
- "@justeattakeaway/pie-card": "0.19.4",
193
- "@justeattakeaway/pie-checkbox": "0.3.0",
194
- "@justeattakeaway/pie-chip": "0.6.2",
195
- "@justeattakeaway/pie-cookie-banner": "0.19.6",
196
- "@justeattakeaway/pie-divider": "0.13.4",
197
- "@justeattakeaway/pie-form-label": "0.13.4",
198
- "@justeattakeaway/pie-icon-button": "0.28.5",
199
- "@justeattakeaway/pie-input": "0.19.0",
200
- "@justeattakeaway/pie-link": "0.17.4",
201
- "@justeattakeaway/pie-modal": "0.42.5",
202
- "@justeattakeaway/pie-notification": "0.6.0",
203
- "@justeattakeaway/pie-spinner": "0.6.4",
204
- "@justeattakeaway/pie-switch": "0.29.4",
205
- "@justeattakeaway/pie-tag": "0.9.5"
190
+ "@justeattakeaway/pie-assistive-text": "0.3.7",
191
+ "@justeattakeaway/pie-button": "0.47.5",
192
+ "@justeattakeaway/pie-card": "0.19.5",
193
+ "@justeattakeaway/pie-checkbox": "0.3.1",
194
+ "@justeattakeaway/pie-chip": "0.6.3",
195
+ "@justeattakeaway/pie-cookie-banner": "0.19.7",
196
+ "@justeattakeaway/pie-divider": "0.13.5",
197
+ "@justeattakeaway/pie-form-label": "0.13.5",
198
+ "@justeattakeaway/pie-icon-button": "0.28.6",
199
+ "@justeattakeaway/pie-link": "0.17.5",
200
+ "@justeattakeaway/pie-modal": "0.42.6",
201
+ "@justeattakeaway/pie-notification": "0.6.1",
202
+ "@justeattakeaway/pie-spinner": "0.6.5",
203
+ "@justeattakeaway/pie-switch": "0.29.5",
204
+ "@justeattakeaway/pie-tag": "0.9.6",
205
+ "@justeattakeaway/pie-text-input": "0.20.0"
206
206
  },
207
207
  "volta": {
208
208
  "extends": "../../../package.json"
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-text-input/dist/react.js';
@@ -0,0 +1 @@
1
+ export * from '@justeattakeaway/pie-text-input/dist/react.js';
@@ -1 +0,0 @@
1
- export * from '@justeattakeaway/pie-input';
@@ -1 +0,0 @@
1
- export * from '@justeattakeaway/pie-input';
package/react/input.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@justeattakeaway/pie-input/dist/react.js';
package/react/input.js DELETED
@@ -1 +0,0 @@
1
- export * from '@justeattakeaway/pie-input/dist/react.js';