@kubit-ui-web/react-components 2.0.0-beta.37 → 2.0.0-beta.39

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 (1) hide show
  1. package/package.json +18 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubit-ui-web/react-components",
3
- "version": "2.0.0-beta.37",
3
+ "version": "2.0.0-beta.39",
4
4
  "description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
5
5
  "author": {
6
6
  "name": "Kubit",
@@ -24,14 +24,25 @@
24
24
  "engines": {
25
25
  "node": "22.x"
26
26
  },
27
+ "contributors": [
28
+ {
29
+ "name": "Kubit Community",
30
+ "url": "https://github.com/kubit-ui/kubit-react-components/graphs/contributors"
31
+ }
32
+ ],
27
33
  "keywords": [
28
34
  "react",
35
+ "react-components",
36
+ "ui-components",
37
+ "design-system",
38
+ "component-library",
39
+ "accessibility",
40
+ "a11y",
41
+ "wcag",
29
42
  "storybook",
30
43
  "typescript",
31
44
  "kubit",
32
- "kubit-ui",
33
- "kubit-react",
34
- "kubit-components"
45
+ "kubit-ui"
35
46
  ],
36
47
  "main": "dist/cjs/index.js",
37
48
  "module": "dist/esm/index.js",
@@ -152,7 +163,7 @@
152
163
  "eslint-config-kubit": "1.2.0",
153
164
  "eslint-plugin-storybook": "10.1.11",
154
165
  "glob": "^13.0.0",
155
- "html-validate": "^10.5.0",
166
+ "html-validate": "^10.6.0",
156
167
  "jsdom": "^27.4.0",
157
168
  "postcss": "^8.5.6",
158
169
  "prettier": "^3.8.0",
@@ -172,7 +183,8 @@
172
183
  },
173
184
  "publishConfig": {
174
185
  "access": "public",
175
- "registry": "https://registry.npmjs.org/"
186
+ "registry": "https://registry.npmjs.org/",
187
+ "provenance": true
176
188
  },
177
189
  "bugs": {
178
190
  "url": "https://github.com/kubit-ui/kubit-react-components/issues"