@alfadocs/ui-kit 0.9.1 → 0.10.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": "@alfadocs/ui-kit",
3
- "version": "0.9.1",
3
+ "version": "0.10.0",
4
4
  "type": "module",
5
5
  "description": "AlfaDocs shared design system — tokens, components, patterns, and translations for platform, booking, and alfascribe.",
6
6
  "license": "BUSL-1.1",
@@ -299,6 +299,10 @@
299
299
  "types": "./dist/components/radio-group/index.d.ts",
300
300
  "import": "./dist/components/radio-group/index.js"
301
301
  },
302
+ "./rating": {
303
+ "types": "./dist/components/rating/index.d.ts",
304
+ "import": "./dist/components/rating/index.js"
305
+ },
302
306
  "./recaptcha-widget": {
303
307
  "types": "./dist/components/recaptcha-widget/index.d.ts",
304
308
  "import": "./dist/components/recaptcha-widget/index.js"