@baseline-ui/core 0.22.0 → 0.23.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baseline-ui/core",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "description": "Baseline UI is a set of accessible components and tools for building accessible, customizable, production-ready user interfaces",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -8,39 +8,47 @@
8
8
  "style": "dist/index.css",
9
9
  "files": [
10
10
  "dist",
11
- "License.md"
11
+ "License.md",
12
+ "Acknowledgements.md"
12
13
  ],
13
14
  "dependencies": {
14
- "@radix-ui/react-slot": "^1.0.2",
15
- "@react-aria/color": "3.0.0-beta.31",
16
- "@react-aria/focus": "^3.16.2",
17
- "@react-aria/interactions": "^3.21.1",
18
- "@react-aria/live-announcer": "^3.3.2",
19
- "@react-aria/toolbar": "3.0.0-beta.3",
20
- "@react-aria/utils": "^3.23.2",
21
- "@react-spring/web": "^9.7.3",
22
- "@react-stately/color": "^3.5.3",
23
- "@react-stately/utils": "^3.9.1",
24
- "@react-types/shared": "^3.22.1",
25
- "@react-types/tabs": "^3.3.5",
26
- "@slate-serializers/html": "^2.1.6",
27
- "@vanilla-extract/dynamic": "^2.1.0",
28
- "domhandler": "^5.0.3",
29
- "dompurify": "^3.1.5",
15
+ "@radix-ui/react-slot": "1.0.2",
16
+ "@react-aria/color": "3.0.0-beta.33",
17
+ "@react-aria/focus": "3.17.1",
18
+ "@react-aria/interactions": "3.21.3",
19
+ "@react-aria/live-announcer": "3.3.2",
20
+ "@react-aria/toolbar": "3.0.0-beta.5",
21
+ "@react-aria/utils": "3.24.1",
22
+ "@react-spring/web": "9.7.3",
23
+ "@react-stately/color": "3.6.1",
24
+ "@react-stately/utils": "3.9.1",
25
+ "@react-types/shared": "3.23.1",
26
+ "@react-types/tabs": "3.3.7",
27
+ "@udecode/cn": "^33.0.0",
28
+ "@udecode/plate-basic-marks": "^36.0.0",
29
+ "@udecode/plate-combobox": "^36.0.0",
30
+ "@udecode/plate-common": "^36.0.6",
31
+ "@udecode/plate-font": "^36.0.0",
32
+ "@udecode/plate-link": "^36.0.0",
33
+ "@udecode/plate-paragraph": "^36.0.0",
34
+ "@vanilla-extract/dynamic": "^2.1.1",
35
+ "class-variance-authority": ">=0.7.0",
36
+ "dompurify": "3.1.6",
30
37
  "granular-hooks": "^1.1.0",
31
38
  "lodash": "^4.17.21",
32
39
  "markdown-it": "^14.1.0",
33
40
  "perfect-freehand": "^1.2.2",
34
- "react-aria": "^3.32.1",
41
+ "react-aria": "3.33.1",
35
42
  "react-moveable": "^0.56.0",
36
- "react-stately": "^3.30.1",
43
+ "react-stately": "3.31.1",
37
44
  "slate": "^0.103.0",
38
45
  "slate-history": "^0.100.0",
39
46
  "slate-hyperscript": "^0.100.0",
40
- "slate-react": "^0.104.0",
41
- "@baseline-ui/icons": "0.22.0",
42
- "@baseline-ui/tokens": "0.22.0",
43
- "@baseline-ui/utils": "0.22.0"
47
+ "slate-react": "^0.107.1",
48
+ "tailwind-merge": "^2.4.0",
49
+ "@baseline-ui/icons": "0.23.0",
50
+ "@baseline-ui/tokens": "0.23.0",
51
+ "@baseline-ui/utils": "0.23.0"
44
52
  },
45
53
  "peerDependencies": {
46
54
  "react": "^17.0.2 || ^18.0.0",
@@ -48,10 +56,10 @@
48
56
  },
49
57
  "devDependencies": {
50
58
  "@react-spring/core": "^9.7.3",
51
- "@types/dompurify": "^3.0.5",
52
- "@types/markdown-it": "^13.0.7",
53
- "@vanilla-extract/recipes": "^0.5.1",
54
- "@baseline-ui/translations": "0.22.0"
59
+ "@types/dompurify": "3.0.5",
60
+ "@types/markdown-it": "^14.1.1",
61
+ "@vanilla-extract/recipes": "0.5.3",
62
+ "@baseline-ui/translations": "0.23.0"
55
63
  },
56
64
  "license": "SEE LICENSE IN https://pspdfkit.com/legal/License.pdf",
57
65
  "publishConfig": {
@@ -59,6 +67,7 @@
59
67
  },
60
68
  "scripts": {
61
69
  "build": "tsup src/index.ts --format cjs,esm --clean --dts --minify --treeshake",
62
- "build:docs": "typedoc --useCodeBlocks --enumMembersFormat table --hidePageTitle --parametersFormat table --propertiesFormat table --hidePageHeader --indexFormat table --typeDeclarationFormat table --hideBreadcrumbs --outputFileStrategy modules"
70
+ "build:docs": "typedoc --useCodeBlocks --enumMembersFormat table --hidePageTitle --parametersFormat table --propertiesFormat table --hidePageHeader --indexFormat table --typeDeclarationFormat table --hideBreadcrumbs --outputFileStrategy modules",
71
+ "acknowledgements": "pnpm licenses list --json --prod | npx @quantco/pnpm-licenses generate-disclaimer --json-input --output-file=Acknowledgements.md"
63
72
  }
64
73
  }