@gradio/theme
Advanced tools
Comparing version 0.2.4 to 0.2.5
# @gradio/theme | ||
## 0.2.5 | ||
### Fixes | ||
- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! | ||
## 0.2.4 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@gradio/theme", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Gradio UI packages", | ||
@@ -10,2 +10,33 @@ "type": "module", | ||
"private": false, | ||
"exports": { | ||
".": { | ||
"gradio": "./src/index.ts", | ||
"import": "./dist/src/index.js", | ||
"types": "./dist/src/index.d.ts" | ||
}, | ||
"./reset.css": { | ||
"gradio": "./src/reset.css", | ||
"import": "./dist/src/reset.css" | ||
}, | ||
"./global.css": { | ||
"gradio": "./src/global.css", | ||
"import": "./dist/src/global.css" | ||
}, | ||
"./tokens": { | ||
"gradio": "./src/tokens.ts", | ||
"import": "./dist/src/tokens.js" | ||
}, | ||
"./typography.css": { | ||
"gradio": "./src/typography.css", | ||
"import": "./dist/src/typography.css" | ||
}, | ||
"./pollen.css": { | ||
"gradio": "./src/pollen.css", | ||
"import": "./dist/src/pollen.css" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"peerDependencies": { | ||
"svelte": "^4.0.0" | ||
}, | ||
"main_changeset": true, | ||
@@ -12,0 +43,0 @@ "repository": { |
@@ -6,2 +6,2 @@ // export { default as reset } from "./reset.css"; | ||
export * from "./colors"; | ||
export * from "./colors.js"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79357
22
2667
1