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

@digitalservice4germany/style-dictionary

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalservice4germany/style-dictionary - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

stitches/index.d.ts

2

example/index.d.ts
/**
* Do not edit directly
* Generated on Wed, 09 Mar 2022 20:23:19 GMT
* Generated on Thu, 10 Mar 2022 10:12:54 GMT
*/

@@ -5,0 +5,0 @@

/**
* Do not edit directly
* Generated on Wed, 09 Mar 2022 20:23:19 GMT
* Generated on Thu, 10 Mar 2022 10:12:54 GMT
*/

@@ -5,0 +5,0 @@

/**
* Do not edit directly
* Generated on Wed, 09 Mar 2022 20:23:19 GMT
* Generated on Thu, 10 Mar 2022 10:12:54 GMT
*/

@@ -5,0 +5,0 @@

/**
* Do not edit directly
* Generated on Wed, 09 Mar 2022 20:23:19 GMT
* Generated on Thu, 10 Mar 2022 10:12:54 GMT
*/

@@ -5,0 +5,0 @@

{
"name": "@digitalservice4germany/style-dictionary",
"version": "0.0.3",
"version": "0.0.4",
"description": "Keep styles consistent and synchronized across multiple platforms.",
"scripts": {
"build": "ts-node build.ts",
"build": "ts-node build.ts && npm run ts-types",
"ts-types": "tsc --emitDeclarationOnly -d --allowJs ./dist/stitches/index.js ./dist/tailwind/index.js",
"lint": "eslint . --ext .ts",

@@ -8,0 +9,0 @@ "postversion": "cp package.json LICENSE README.md ./dist/",

@@ -82,5 +82,5 @@ # DigitalService4Germany Style Dictionary

3. `npm version patch` (or minor, major)
4. `npm push`
5. `npm push origin --tags`
4. `git push`
5. `git push origin --tags`
6. `cd dist` (important: publish from dist directory!)
7. `npm publish`
/**
* Do not edit directly
* Generated on Wed, 09 Mar 2022 20:23:20 GMT
* Generated on Thu, 10 Mar 2022 10:12:54 GMT
*/
module.exports = {
export default {
theme: {

@@ -70,10 +70,4 @@ colors: {

fontFamily: {
fontFamilySans: [
"BundesSansWeb",
"Calibri",
"Verdana",
"Arial",
"Helvetica",
"sans-serif",
],
fontFamilySans:
"BundesSansWeb, Calibri, Verdana, Arial, Helvetica, sans-serif",
},

@@ -80,0 +74,0 @@ space: {

/**
* Do not edit directly
* Generated on Wed, 09 Mar 2022 20:23:19 GMT
* Generated on Thu, 10 Mar 2022 10:12:54 GMT
*/
module.exports = {
export default {
theme: {

@@ -70,10 +70,4 @@ colors: {

fontFamily: {
fontFamilySans: [
"BundesSansWeb",
"Calibri",
"Verdana",
"Arial",
"Helvetica",
"sans-serif",
],
fontFamilySans:
"BundesSansWeb, Calibri, Verdana, Arial, Helvetica, sans-serif",
},

@@ -80,0 +74,0 @@ space: {

/**
* Do not edit directly
* Generated on Wed, 09 Mar 2022 20:23:20 GMT
* Generated on Thu, 10 Mar 2022 10:12:54 GMT
*/

@@ -5,0 +5,0 @@

/**
* Do not edit directly
* Generated on Wed, 09 Mar 2022 20:23:19 GMT
* Generated on Thu, 10 Mar 2022 10:12:54 GMT
*/

@@ -5,0 +5,0 @@

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