@purpurds/drawer 5.34.0 → 5.34.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.
Files changed (2) hide show
  1. package/dist/LICENSE.txt +3 -3
  2. package/package.json +6 -6
package/dist/LICENSE.txt CHANGED
@@ -457,21 +457,21 @@ SOFTWARE.
457
457
  ---
458
458
 
459
459
  Name: @purpurds/button
460
- Version: 5.33.0
460
+ Version: 5.34.0
461
461
  License: AGPL-3.0-only
462
462
  Private: false
463
463
 
464
464
  ---
465
465
 
466
466
  Name: @purpurds/heading
467
- Version: 5.33.0
467
+ Version: 5.34.0
468
468
  License: AGPL-3.0-only
469
469
  Private: false
470
470
 
471
471
  ---
472
472
 
473
473
  Name: @purpurds/icon
474
- Version: 5.33.0
474
+ Version: 5.34.0
475
475
  License: AGPL-3.0-only
476
476
  Private: false
477
477
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/drawer",
3
- "version": "5.34.0",
3
+ "version": "5.34.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/drawer.cjs.js",
6
6
  "types": "./dist/drawer.d.ts",
@@ -18,11 +18,11 @@
18
18
  "@radix-ui/react-dialog": "~1.0.5",
19
19
  "@radix-ui/react-scroll-area": "~1.0.5",
20
20
  "classnames": "~2.5.0",
21
- "@purpurds/button": "5.34.0",
22
- "@purpurds/paragraph": "5.34.0",
23
- "@purpurds/tokens": "5.34.0",
24
- "@purpurds/heading": "5.34.0",
25
- "@purpurds/icon": "5.34.0"
21
+ "@purpurds/paragraph": "5.34.1",
22
+ "@purpurds/button": "5.34.1",
23
+ "@purpurds/heading": "5.34.1",
24
+ "@purpurds/icon": "5.34.1",
25
+ "@purpurds/tokens": "5.34.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@rushstack/eslint-patch": "~1.10.0",