@purpurds/drawer 5.28.3 → 5.30.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.
Files changed (2) hide show
  1. package/dist/LICENSE.txt +3 -3
  2. 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.28.2
435
+ Version: 5.29.0
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.28.2
442
+ Version: 5.29.0
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.28.2
449
+ Version: 5.29.0
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.28.3",
3
+ "version": "5.30.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/button": "5.28.3",
21
- "@purpurds/heading": "5.28.3",
22
- "@purpurds/paragraph": "5.28.3",
23
- "@purpurds/icon": "5.28.3",
24
- "@purpurds/tokens": "5.28.3"
20
+ "@purpurds/button": "5.30.0",
21
+ "@purpurds/heading": "5.30.0",
22
+ "@purpurds/icon": "5.30.0",
23
+ "@purpurds/paragraph": "5.30.0",
24
+ "@purpurds/tokens": "5.30.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@rushstack/eslint-patch": "~1.10.0",