@pnkx-lib/ui 1.9.443 → 1.9.444
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/fields/InputRangePicker.js +2 -2
- package/es/ui/Tabs.js +1 -1
- package/es/ui/index.js +4 -4
- package/package.json +2 -2
|
@@ -113,8 +113,8 @@ const InputRangePicker = (props) => {
|
|
|
113
113
|
{
|
|
114
114
|
d: "M5 12H18M13 6L18.2929 11.2929C18.6834 11.6834 18.6834 12.3166 18.2929 12.7071L13 18",
|
|
115
115
|
stroke: "black",
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
strokeWidth: "1.5",
|
|
117
|
+
strokeLinecap: "round"
|
|
118
118
|
}
|
|
119
119
|
)
|
|
120
120
|
}
|
package/es/ui/Tabs.js
CHANGED
package/es/ui/index.js
CHANGED
|
@@ -810,9 +810,9 @@ const RefuseApprovalDropListIcon = ({
|
|
|
810
810
|
{
|
|
811
811
|
d: "M11 20.1663C16.06 20.1663 20.1666 16.0597 20.1666 10.9997C20.1666 5.93967 16.06 1.83301 11 1.83301C5.93998 1.83301 1.83331 5.93967 1.83331 10.9997C1.83331 16.0597 5.93998 20.1663 11 20.1663Z",
|
|
812
812
|
stroke: stroke || "#292D32",
|
|
813
|
-
|
|
813
|
+
strokeWidth: "1.5",
|
|
814
814
|
"stroke-miterlimit": "10",
|
|
815
|
-
|
|
815
|
+
strokeLinecap: "round",
|
|
816
816
|
"stroke-linejoin": "round"
|
|
817
817
|
}
|
|
818
818
|
),
|
|
@@ -821,9 +821,9 @@ const RefuseApprovalDropListIcon = ({
|
|
|
821
821
|
{
|
|
822
822
|
d: "M17.3249 4.58301L4.49158 17.4163",
|
|
823
823
|
stroke: stroke || "#292D32",
|
|
824
|
-
|
|
824
|
+
strokeWidth: "1.5",
|
|
825
825
|
"stroke-miterlimit": "10",
|
|
826
|
-
|
|
826
|
+
strokeLinecap: "round",
|
|
827
827
|
"stroke-linejoin": "round"
|
|
828
828
|
}
|
|
829
829
|
)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnkx-lib/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.444",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./es/index.js",
|
|
7
7
|
"module": "./es/index.js",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"@headlessui/react": "^2.2.2",
|
|
137
137
|
"@heroicons/react": "^2.2.0",
|
|
138
138
|
"@hookform/resolvers": "^5.1.1",
|
|
139
|
-
"@pnkx-lib/icon": "^0.0.
|
|
139
|
+
"@pnkx-lib/icon": "^0.0.70",
|
|
140
140
|
"@react-pdf-viewer/core": "^3.12.0",
|
|
141
141
|
"@react-pdf-viewer/default-layout": "^3.12.0",
|
|
142
142
|
"@tailwindcss/cli": "^4.1.6",
|