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

@mirohq/design-system-themes

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mirohq/design-system-themes - npm Package Compare versions

Comparing version 0.2.0-themes.0 to 0.2.0-themes.1

17

package.json
{
"name": "@mirohq/design-system-themes",
"version": "0.2.0-themes.0",
"version": "0.2.0-themes.1",
"description": "",

@@ -16,3 +16,6 @@ "author": "Miro",

"types": "./dist/types.d.ts"
}
},
"./base-theme.css": "./base-theme.css",
"./light-theme.css": "./light-theme.css",
"./dark-theme.css": "./dark-theme.css"
},

@@ -25,10 +28,14 @@ "files": [

},
"devDependencies": {
"dependencies": {
"@mirohq/design-tokens": "^3.0.0-themes.0"
},
"devDependencies": {
"@types/lodash.kebabcase": "^4.1.7",
"lodash.kebabcase": "^4.1.1"
},
"scripts": {
"build": "rollup -c ../../rollup.config.js",
"clean": "rm -rf dist",
"build": "rollup -c ../../rollup.config.js && node scripts/build.mjs",
"clean": "rm -rf dist && rm -f base-theme.css && rm -f light-theme.css && rm -f dark-theme.css",
"prebuild": "pnpm clean"
}
}
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