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

@momentum-ui/design-tokens

Package Overview
Dependencies
Maintainers
9
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@momentum-ui/design-tokens - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

12

package.json

@@ -5,3 +5,3 @@ {

"description": "See [documentation on Confluence](https://confluence-eng-gpk2.cisco.com/conf/display/~pauwitty/Token+proposal)",
"version": "0.0.18",
"version": "0.0.19",
"main": "./dist/index.css",

@@ -12,2 +12,4 @@ "devDependencies": {

"color-parse": "^1.4.2",
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
"lodash.merge": "^4.6.2",

@@ -20,3 +22,4 @@ "rimraf": "^3.0.2"

"publishNpm": "./publishNpm.sh",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},

@@ -39,3 +42,6 @@ "repository": {

"dist/**"
]
],
"lint-staged": {
"**/*": "npx prettier --write --ignore-unknown"
}
}

@@ -6,10 +6,15 @@ # token-proposal

To generate a flat token file for a particular theme, run:
```
node theme_generator.js <theme file>
```
e.g.
```
node theme_generator.js ./themes/theme-light-webex.json
```
It supports some options
```

@@ -39,2 +44,3 @@ Usage: /home/paul/token-proposal/theme_generator.js [OPTION]... [THEME FILE]...

```
Tokens for individual components go in the components folder. If components are needed on only one platform, they should go in e.g. platformcomponents/ios/component_name.json. It's also possible to add platformcomponents/mobile/component_name.json which applies on both ios and android, or platformcomponents/desktop/component_name.json, for both macos and qt.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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