@purpurds/drawer 5.30.1 → 5.31.0
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 +3 -3
- package/package.json +6 -6
package/dist/LICENSE.txt
CHANGED
|
@@ -432,21 +432,21 @@ SOFTWARE.
|
|
|
432
432
|
---
|
|
433
433
|
|
|
434
434
|
Name: @purpurds/button
|
|
435
|
-
Version: 5.30.
|
|
435
|
+
Version: 5.30.1
|
|
436
436
|
License: AGPL-3.0-only
|
|
437
437
|
Private: false
|
|
438
438
|
|
|
439
439
|
---
|
|
440
440
|
|
|
441
441
|
Name: @purpurds/heading
|
|
442
|
-
Version: 5.30.
|
|
442
|
+
Version: 5.30.1
|
|
443
443
|
License: AGPL-3.0-only
|
|
444
444
|
Private: false
|
|
445
445
|
|
|
446
446
|
---
|
|
447
447
|
|
|
448
448
|
Name: @purpurds/icon
|
|
449
|
-
Version: 5.30.
|
|
449
|
+
Version: 5.30.1
|
|
450
450
|
License: AGPL-3.0-only
|
|
451
451
|
Private: false
|
|
452
452
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/drawer",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.31.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/drawer.cjs.js",
|
|
6
6
|
"types": "./dist/drawer.d.ts",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"@radix-ui/react-dialog": "~1.0.5",
|
|
18
18
|
"@radix-ui/react-scroll-area": "~1.0.5",
|
|
19
19
|
"classnames": "~2.5.0",
|
|
20
|
-
"@purpurds/
|
|
21
|
-
"@purpurds/
|
|
22
|
-
"@purpurds/
|
|
23
|
-
"@purpurds/
|
|
24
|
-
"@purpurds/
|
|
20
|
+
"@purpurds/button": "5.31.0",
|
|
21
|
+
"@purpurds/paragraph": "5.31.0",
|
|
22
|
+
"@purpurds/icon": "5.31.0",
|
|
23
|
+
"@purpurds/heading": "5.31.0",
|
|
24
|
+
"@purpurds/tokens": "5.31.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@rushstack/eslint-patch": "~1.10.0",
|