@purpurds/button 8.11.0 → 8.12.1
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/LICENSE.txt +2 -2
- package/dist/button.d.ts +0 -1
- package/package.json +7 -7
package/dist/LICENSE.txt
CHANGED
package/dist/button.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { default as React, ButtonHTMLAttributes } from 'react';
|
|
2
2
|
import { ActionProps } from '@purpurds/action';
|
|
3
3
|
import { BaseProps } from '@purpurds/common-types';
|
|
4
|
-
|
|
5
4
|
export declare const BUTTON_VARIANT: {
|
|
6
5
|
readonly DESTRUCTIVE: "destructive";
|
|
7
6
|
readonly TERTIARY_PURPLE: "tertiary-purple";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/button",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.12.1",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/button.cjs.js",
|
|
6
6
|
"types": "./dist/button.d.ts",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"source": "src/button.tsx",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"classnames": "~2.5.1",
|
|
19
|
-
"@purpurds/action": "8.
|
|
20
|
-
"@purpurds/
|
|
21
|
-
"@purpurds/icon": "8.
|
|
22
|
-
"@purpurds/spinner": "8.
|
|
23
|
-
"@purpurds/
|
|
19
|
+
"@purpurds/action": "8.12.1",
|
|
20
|
+
"@purpurds/common-types": "8.12.1",
|
|
21
|
+
"@purpurds/icon": "8.12.1",
|
|
22
|
+
"@purpurds/spinner": "8.12.1",
|
|
23
|
+
"@purpurds/tokens": "8.12.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@storybook/react-vite": "^10.0.8",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"vite": "^7.2.2",
|
|
42
42
|
"vitest": "^4.0.10",
|
|
43
43
|
"@purpurds/component-rig": "1.0.0",
|
|
44
|
-
"@purpurds/icon": "8.
|
|
44
|
+
"@purpurds/icon": "8.12.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@types/react": "^18 || ^19",
|