@purpurds/modal 3.1.0 → 3.2.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 +6 -6
  2. package/package.json +8 -8
package/dist/LICENSE.txt CHANGED
@@ -404,42 +404,42 @@ Homepage: https://radix-ui.com/primitives
404
404
  ---
405
405
 
406
406
  Name: @purpurds/button
407
- Version: 3.0.1
407
+ Version: 3.1.0
408
408
  License: AGPL-3.0-only
409
409
  Private: false
410
410
 
411
411
  ---
412
412
 
413
413
  Name: @purpurds/heading
414
- Version: 3.0.1
414
+ Version: 3.1.0
415
415
  License: AGPL-3.0-only
416
416
  Private: false
417
417
 
418
418
  ---
419
419
 
420
420
  Name: @purpurds/icon
421
- Version: 3.0.1
421
+ Version: 3.1.0
422
422
  License: AGPL-3.0-only
423
423
  Private: false
424
424
 
425
425
  ---
426
426
 
427
427
  Name: @purpurds/paragraph
428
- Version: 3.0.1
428
+ Version: 3.1.0
429
429
  License: AGPL-3.0-only
430
430
  Private: false
431
431
 
432
432
  ---
433
433
 
434
434
  Name: @purpurds/visually-hidden
435
- Version: 3.0.1
435
+ Version: 3.1.0
436
436
  License: AGPL-3.0-only
437
437
  Private: false
438
438
 
439
439
  ---
440
440
 
441
441
  Name: @purpurds/tokens
442
- Version: 3.0.1
442
+ Version: 3.1.0
443
443
  License: AGPL-3.0-only
444
444
  Private: false
445
445
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/modal",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/modal.cjs.js",
6
6
  "types": "./dist/modal.d.ts",
@@ -17,13 +17,13 @@
17
17
  "dependencies": {
18
18
  "@radix-ui/react-dialog": "~1.0.5",
19
19
  "classnames": "~2.5.0",
20
- "@purpurds/button": "3.1.0",
21
- "@purpurds/heading": "3.1.0",
22
- "@purpurds/paragraph": "3.1.0",
23
- "@purpurds/icon": "3.1.0",
24
- "@purpurds/text-spacing": "3.1.0",
25
- "@purpurds/visually-hidden": "3.1.0",
26
- "@purpurds/tokens": "3.1.0"
20
+ "@purpurds/button": "3.2.0",
21
+ "@purpurds/icon": "3.2.0",
22
+ "@purpurds/text-spacing": "3.2.0",
23
+ "@purpurds/heading": "3.2.0",
24
+ "@purpurds/paragraph": "3.2.0",
25
+ "@purpurds/tokens": "3.2.0",
26
+ "@purpurds/visually-hidden": "3.2.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@rushstack/eslint-patch": "~1.7.0",