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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-frontend-common-components",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "description": "Reusable frontend library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import "react-phone-input-2/lib/style.css";
3
- import "./app-phone-field.css";
3
+ import "./app-phone-input.css";
4
4
  import PhoneInput, { CountryData } from "react-phone-input-2";
5
5
 
6
6
  interface AppPhoneInputProps {
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";