@purr-react-styled-components/components.collapse 0.0.6 → 0.0.7
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.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +7 -7
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, HTMLAttributes, ButtonHTMLAttributes, Dispatch, SetStateAction } from 'react';
|
|
2
|
-
import { IExtendable } from '@purr-core/utils.definitions';
|
|
2
|
+
import { IExtendable } from '@purr-react-core/utils.definitions';
|
|
3
3
|
|
|
4
4
|
type TItemDictionary = Record<string, boolean>;
|
|
5
5
|
interface ICollapseItem {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, HTMLAttributes, ButtonHTMLAttributes, Dispatch, SetStateAction } from 'react';
|
|
2
|
-
import { IExtendable } from '@purr-core/utils.definitions';
|
|
2
|
+
import { IExtendable } from '@purr-react-core/utils.definitions';
|
|
3
3
|
|
|
4
4
|
type TItemDictionary = Record<string, boolean>;
|
|
5
5
|
interface ICollapseItem {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purr-react-styled-components/components.collapse",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"react": "^18.0.0 || ^19.0.0",
|
|
25
25
|
"styled-components": "^6.0.0",
|
|
26
26
|
"clsx": "^2.0.0",
|
|
27
|
-
"@purr-core/utils.definitions": "
|
|
28
|
-
"@purr-react-styled-components/utils.helpers": "
|
|
29
|
-
"@purr-react-styled-components/components.icon": "
|
|
30
|
-
"@purr-react-styled-components/components.
|
|
31
|
-
"@purr-react-styled-components/components.
|
|
27
|
+
"@purr-react-core/utils.definitions": "0.0.14",
|
|
28
|
+
"@purr-react-styled-components/utils.helpers": "0.0.10",
|
|
29
|
+
"@purr-react-styled-components/components.icon": "0.0.11",
|
|
30
|
+
"@purr-react-styled-components/components.divider": "0.0.7",
|
|
31
|
+
"@purr-react-styled-components/components.typography": "0.0.12"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@purr-react-styled-components/components.flex-box": "0.0.
|
|
34
|
+
"@purr-react-styled-components/components.flex-box": "0.0.12"
|
|
35
35
|
},
|
|
36
36
|
"author": "@DinhThienPhuc",
|
|
37
37
|
"license": "ISC",
|