@quen-ui/theme 0.0.13 → 0.0.14

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 +6 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @quen-ui/theme
1
+ # QuenUI Theme
2
2
 
3
3
  Design system theme: tokens, variables, and a provider for use in React applications.
4
4
  Provides a consistent visual style for components from `@quen-ui/components`.
package/package.json CHANGED
@@ -1,10 +1,15 @@
1
1
  {
2
2
  "name": "@quen-ui/theme",
3
3
  "private": false,
4
- "version": "0.0.13",
4
+ "version": "0.0.14",
5
5
  "type": "module",
6
6
  "homepage": "https://quen-ui.github.io/quen-ui/",
7
+ "description": "Provides a consistent visual style for components from `@quen-ui/components`.",
7
8
  "author": "QuenUI",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/quen-ui/quen-ui"
12
+ },
8
13
  "scripts": {
9
14
  "dev": "vite",
10
15
  "build": "tsc -b && vite build",