@cdx-ui/components 0.0.1-alpha.32 → 0.0.1-alpha.33

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -46,7 +46,7 @@ pnpm test:all
46
46
 
47
47
  Production types use `tsconfig.json`; tests use `tsconfig.test.json`.
48
48
 
49
- **Authoring:** See **[docs/testing.md](../../docs/testing.md)** and **[docs/internal/testing.md](../../docs/internal/testing.md)** (RNTL vs DOM, `fireEvent.press` vs `fireEvent.click`, file naming).
49
+ **Authoring:** See **[docs/internal/testing.md](../../docs/internal/testing.md)** (RNTL vs DOM, `fireEvent.press` vs `fireEvent.click`, file naming).
50
50
 
51
51
  **A11y-only ad-hoc** (from `packages/components`):
52
52
  `pnpm exec jest --config ../../jest.config.js --testNamePattern="a11y"`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdx-ui/components",
3
- "version": "0.0.1-alpha.32",
3
+ "version": "0.0.1-alpha.33",
4
4
  "main": "lib/commonjs/index.js",
5
5
  "module": "lib/module/index.js",
6
6
  "react-native": "src/index.ts",
@@ -66,9 +66,9 @@
66
66
  "@gorhom/bottom-sheet": "^5.2.6",
67
67
  "class-variance-authority": "^0.7.1",
68
68
  "uniwind": "1.4.1",
69
- "@cdx-ui/primitives": "0.0.1-alpha.32",
70
- "@cdx-ui/icons": "0.0.1-alpha.32",
71
- "@cdx-ui/utils": "0.0.1-alpha.32"
69
+ "@cdx-ui/primitives": "0.0.1-alpha.33",
70
+ "@cdx-ui/utils": "0.0.1-alpha.33",
71
+ "@cdx-ui/icons": "0.0.1-alpha.33"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@types/react": "*",