@embeddable.com/remarkable-ui 2.0.41 → 2.0.43

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": "@embeddable.com/remarkable-ui",
3
- "version": "2.0.41",
3
+ "version": "2.0.43",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/embeddable-hq/remarkable-ui"
@@ -41,6 +41,8 @@
41
41
  "prettier:write": "prettier . --write",
42
42
  "release": "npm run prepublishOnly && changeset publish",
43
43
  "storybook": "storybook dev -p 6006",
44
+ "test": "vitest run",
45
+ "test:watch": "vitest",
44
46
  "types:check": "tsc --noEmit --incremental false",
45
47
  "convert:css-tokens-to-object": "node scripts/convert-css-tokens-to-object.cjs src/styles/global.css"
46
48
  },
@@ -83,6 +85,9 @@
83
85
  "@storybook/addon-webpack5-compiler-swc": "^3.0.0",
84
86
  "@storybook/react": "^9.0.18",
85
87
  "@storybook/react-webpack5": "^9.0.17",
88
+ "@testing-library/jest-dom": "^6.9.1",
89
+ "@testing-library/react": "^16.3.2",
90
+ "@testing-library/user-event": "^14.6.1",
86
91
  "@types/node": "^20.0.0",
87
92
  "@types/react": "^19.1.9",
88
93
  "@types/react-dom": "^19.1.7",
@@ -98,6 +103,7 @@
98
103
  "gh-pages": "^6.3.0",
99
104
  "globals": "^16.3.0",
100
105
  "husky": "^9.1.7",
106
+ "jsdom": "^28.1.0",
101
107
  "lint-staged": "^16.1.2",
102
108
  "madge": "^8.0.0",
103
109
  "prettier": "^3.6.2",
@@ -106,7 +112,8 @@
106
112
  "storybook": "^9.0.17",
107
113
  "tsup": "^8.5.1",
108
114
  "typescript": "^5.8.3",
109
- "typescript-eslint": "^8.37.0"
115
+ "typescript-eslint": "^8.37.0",
116
+ "vitest": "^4.0.18"
110
117
  },
111
118
  "peerDependencies": {
112
119
  "react": ">=19.1.1",