Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gradio/theme

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gradio/theme - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

dist/src/colors.d.ts

6

CHANGELOG.md
# @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 @@

33

package.json
{
"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": {

2

src/index.ts

@@ -6,2 +6,2 @@ // export { default as reset } from "./reset.css";

export * from "./colors";
export * from "./colors.js";
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc