react-frontend-common-components 0.0.22 → 0.0.24
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/dist/index.d.ts +9 -1
- package/dist/index.js +13 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/{app-phone-field/app-phone-field.tsx → app-phone-input/app-phone-input.tsx} +1 -1
- package/src/index.ts +1 -1
- /package/src/components/{app-phone-field/app-phone-field.css → app-phone-input/app-phone-input.css} +0 -0
package/package.json
CHANGED
package/src/index.ts
CHANGED
@@ -35,4 +35,4 @@ export { default as AppTable } from "./components/app-table/app-table";
|
|
35
35
|
export { default as AppProgress } from "./components/app-progress/app-progress";
|
36
36
|
export { default as AppPopover } from "./components/app-popover/app-popover";
|
37
37
|
export { default as AppFloatButton } from "./components/app-float-button/app-float-button";
|
38
|
-
|
38
|
+
export { default as AppPhoneInput } from "./components/app-phone-input/app-phone-input";
|
/package/src/components/{app-phone-field/app-phone-field.css → app-phone-input/app-phone-input.css}
RENAMED
File without changes
|