polpo 0.1.20 → 0.1.21
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/components.d.cts +1 -3
- package/dist/components.d.ts +1 -3
- package/package.json +4 -4
package/dist/components.d.cts
CHANGED
|
@@ -1732,9 +1732,7 @@ interface RippleProps {
|
|
|
1732
1732
|
declare const Ripple: ({ color, duration, timingFunction, times, className, style, zIndex, }: RippleProps) => react_jsx_runtime.JSX.Element;
|
|
1733
1733
|
|
|
1734
1734
|
type Primitive = string | number | boolean;
|
|
1735
|
-
type RowDataObject =
|
|
1736
|
-
[key: string]: Primitive | object;
|
|
1737
|
-
};
|
|
1735
|
+
type RowDataObject = object;
|
|
1738
1736
|
type Order = 'asc' | 'desc';
|
|
1739
1737
|
type ColumnDataCommon<RowData extends RowDataObject> = {
|
|
1740
1738
|
header: React__default.ReactNode;
|
package/dist/components.d.ts
CHANGED
|
@@ -1732,9 +1732,7 @@ interface RippleProps {
|
|
|
1732
1732
|
declare const Ripple: ({ color, duration, timingFunction, times, className, style, zIndex, }: RippleProps) => react_jsx_runtime.JSX.Element;
|
|
1733
1733
|
|
|
1734
1734
|
type Primitive = string | number | boolean;
|
|
1735
|
-
type RowDataObject =
|
|
1736
|
-
[key: string]: Primitive | object;
|
|
1737
|
-
};
|
|
1735
|
+
type RowDataObject = object;
|
|
1738
1736
|
type Order = 'asc' | 'desc';
|
|
1739
1737
|
type ColumnDataCommon<RowData extends RowDataObject> = {
|
|
1740
1738
|
header: React__default.ReactNode;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polpo",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.21",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"postcss": "^8.5.15",
|
|
74
74
|
"tsup": "*",
|
|
75
75
|
"typescript": "*",
|
|
76
|
-
"polpo-
|
|
77
|
-
"polpo-
|
|
76
|
+
"polpo-typescript-config": "1.0.1",
|
|
77
|
+
"polpo-eslint-config": "1.0.1"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"react": "*",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"react-hook-form": "7.75.0",
|
|
91
91
|
"react-icons": "*",
|
|
92
92
|
"use-eye-dropper": "^1.7.2",
|
|
93
|
-
"polpo-tailwind-config": "0.0
|
|
93
|
+
"polpo-tailwind-config": "0.1.0"
|
|
94
94
|
},
|
|
95
95
|
"scripts": {
|
|
96
96
|
"lint": "eslint src",
|