@pnkx-lib/ui 1.4.3 → 1.4.5

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/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { e as Badge, g as Breadcrumb, B as Button, C as CascaderField, f as Col, d as Container, o as Divider, D as Dropdown, F as Flex, H as Heading, L as Layout, j as Menu, M as Modal, k as Pagination, P as Popover, R as Row, c as SearchFiltersForm, m as Sidebar, S as Skeleton, h as Space, i as Splitter, l as Steps, T as Table, b as Tabs, n as Tag, a as Tooltip, t as typeColorMap } from './chunks/Divider-C-09MB8i.js';
1
+ export { e as Badge, g as Breadcrumb, B as Button, C as CascaderField, f as Col, d as Container, o as Divider, D as Dropdown, F as Flex, H as Heading, L as Layout, j as Menu, M as Modal, k as Pagination, P as Popover, R as Row, c as SearchFiltersForm, m as Sidebar, S as Skeleton, h as Space, i as Splitter, l as Steps, T as Table, b as Tabs, n as Tag, a as Tooltip, t as typeColorMap } from './chunks/Divider-Ncz1S8CR.js';
2
2
  export { D as DatePickerField, E as ErrorMessage, I as Input, L as Label, P as PnkxField, R as RangePickerField, a as TinyMCE, T as Typography } from './chunks/Switch-eibofcLw.js';
3
3
  export { C as CheckboxField, R as RadioGroup, S as Select } from './chunks/Checkbox-DCqaSxr5.js';
4
4
  //# sourceMappingURL=index.js.map
package/es/ui/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export { e as Badge, g as Breadcrumb, B as Button, C as CascaderField, f as Col, d as Container, o as Divider, D as Dropdown, F as Flex, H as Heading, L as Layout, j as Menu, M as Modal, k as Pagination, P as Popover, R as Row, c as SearchFiltersForm, m as Sidebar, S as Skeleton, h as Space, i as Splitter, l as Steps, T as Table, b as Tabs, n as Tag, a as Tooltip, t as typeColorMap } from '../chunks/Divider-C-09MB8i.js';
1
+ export { e as Badge, g as Breadcrumb, B as Button, C as CascaderField, f as Col, d as Container, o as Divider, D as Dropdown, F as Flex, H as Heading, L as Layout, j as Menu, M as Modal, k as Pagination, P as Popover, R as Row, c as SearchFiltersForm, m as Sidebar, S as Skeleton, h as Space, i as Splitter, l as Steps, T as Table, b as Tabs, n as Tag, a as Tooltip, t as typeColorMap } from '../chunks/Divider-Ncz1S8CR.js';
2
2
  export { E as ErrorMessage, L as Label, T as Typography } from '../chunks/Switch-eibofcLw.js';
3
3
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.4.3",
4
+ "version": "1.4.5",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",
@@ -47,7 +47,6 @@
47
47
  "@storybook/react": "^8.6.7",
48
48
  "@storybook/react-vite": "^8.6.7",
49
49
  "@storybook/test": "^8.6.7",
50
- "@tailwindcss/vite": "^4.0.17",
51
50
  "@types/lodash": "^4.17.16",
52
51
  "@types/node": "^22.13.14",
53
52
  "@types/react": "^19.0.10",
@@ -62,7 +61,6 @@
62
61
  "globals": "^15.15.0",
63
62
  "rollup-plugin-visualizer": "^5.14.0",
64
63
  "storybook": "^8.6.7",
65
- "tailwindcss": "^4.0.17",
66
64
  "typescript": "~5.7.2",
67
65
  "typescript-eslint": "^8.24.1",
68
66
  "vite": "^6.2.6",
@@ -78,7 +76,9 @@
78
76
  "antd": "^5.24.4",
79
77
  "react": "^18.3.1",
80
78
  "react-dom": "^18.3.1",
81
- "react-router-dom": "^7.6.0"
79
+ "react-router-dom": "^7.6.0",
80
+ "tailwindcss": "^4.0.17",
81
+ "@tailwindcss/vite": "^4.0.17"
82
82
  },
83
83
  "dependencies": {
84
84
  "@ant-design/icons": "^5.6.1",
@@ -94,6 +94,7 @@
94
94
  "react-datepicker": "^4.16.0",
95
95
  "react-hook-form": "^7.54.2",
96
96
  "react-number-format": "^5.4.3",
97
+ "tailwind-merge": "^3.3.0",
97
98
  "yup": "^1.6.1",
98
99
  "zustand": "^5.0.3"
99
100
  }