osocna-react-tailwind 0.0.27 → 0.0.28

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.js CHANGED
@@ -18482,7 +18482,7 @@ export {
18482
18482
  kd as MembershipMapper,
18483
18483
  Md as NationalityMapper,
18484
18484
  Wd as OriginMapper,
18485
- DV as PersonaMapper,
18485
+ DV as PersonMapper,
18486
18486
  Ld as PhoneMapper,
18487
18487
  nV as PhoneTypeEnum,
18488
18488
  Ti as PlanMapper,
@@ -18,7 +18,7 @@ export interface PersonInterface {
18
18
  phone?: PhoneInterface;
19
19
  sex?: string;
20
20
  }
21
- export declare const PersonaMapper: () => {
21
+ export declare const PersonMapper: () => {
22
22
  mapFromDto: (entity: any) => PersonInterface;
23
23
  mapToDto: (entity: PersonInterface) => any;
24
24
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osocna-react-tailwind",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "A React component library built with Tailwind CSS v4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",