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

@utrecht/design-tokens

Package Overview
Dependencies
Maintainers
0
Versions
655
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@utrecht/design-tokens - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/theme-prince-xml.css

6

CHANGELOG.md
# @utrecht/design-tokens
## 1.1.0
### Minor Changes
- 5889d80: Add CSS theme file that works with Prince XML: `dist/theme-prince-xml.css`. In the future this file will be removed when we can exclude the `::backdrop` selector from the theme selector.'
## 1.0.0

@@ -4,0 +10,0 @@

8

dist/index.d.ts
/**
* Do not edit directly
* Generated on Sun, 23 Jun 2024 22:21:57 GMT
* Generated on Mon, 29 Jul 2024 20:45:39 GMT
*/

@@ -73,3 +73,2 @@

export const utrechtBadgeCounterPaddingInline : string;
export const utrechtBadgeCounterFontStyle : string;
export const utrechtBadgeListItemMarginBlock : string;

@@ -819,2 +818,7 @@ export const utrechtBadgeListItemMarginInline : string;

export const utrechtRadioButtonMarginInlineEnd : string;
export const utrechtRichTextStrangerMarginBlockEnd : string;
export const utrechtRichTextAcquaintanceMarginBlockEnd : string;
export const utrechtRichTextFriendMarginBlockEnd : string;
export const utrechtRichTextBestFriendMarginBlockEnd : string;
export const utrechtRichTextConfidantMarginBlockEnd : number;
export const utrechtSearchBarButtonBackgroundColor : string;

@@ -821,0 +825,0 @@ export const utrechtSearchBarButtonBorderColor : string;

@@ -59,8 +59,7 @@ {

"utrechtBadgeCounterBackgroundColor": "hsl(0 100% 40%)",
"utrechtBadgeCounterBorderRadius": "16px",
"utrechtBadgeCounterBorderRadius": "1rem",
"utrechtBadgeCounterColor": "hsl(0 0% 100%)",
"utrechtBadgeCounterFontSize": "16px",
"utrechtBadgeCounterFontSize": "1rem",
"utrechtBadgeCounterPaddingBlock": "1ex",
"utrechtBadgeCounterPaddingInline": "1ex",
"utrechtBadgeCounterFontStyle": "1rem",
"utrechtBadgeListItemMarginBlock": "8px",

@@ -751,2 +750,7 @@ "utrechtBadgeListItemMarginInline": "12px",

"utrechtRadioButtonMarginInlineEnd": "12px",
"utrechtRichTextStrangerMarginBlockEnd": "32px",
"utrechtRichTextAcquaintanceMarginBlockEnd": "16px",
"utrechtRichTextFriendMarginBlockEnd": "8px",
"utrechtRichTextBestFriendMarginBlockEnd": "4px",
"utrechtRichTextConfidantMarginBlockEnd": 0,
"utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",

@@ -753,0 +757,0 @@ "utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",

{
"version": "1.0.0",
"version": "1.1.0",
"author": "Community for NL Design System",

@@ -16,3 +16,4 @@ "description": "Design Tokens for the Municipality of Utrecht based on the NL Design System architecture",

"type": "git+ssh",
"url": "git@github.com:nl-design-system/utrecht.git"
"url": "git@github.com:nl-design-system/utrecht.git",
"directory": "proprietary/design-tokens"
},

@@ -22,3 +23,3 @@ "devDependencies": {

"chokidar-cli": "3.0.0",
"glob": "8.1.0",
"glob": "10.4.2",
"lodash.isplainobject": "4.0.6",

@@ -28,3 +29,3 @@ "lodash.merge": "4.6.2",

"regex-trie": "1.0.4",
"rimraf": "3.0.2",
"rimraf": "5.0.7",
"sass": "1.69.5",

@@ -31,0 +32,0 @@ "style-dictionary": "4.0.0-prerelease.8"

@@ -13,7 +13,4 @@ {

},
"font-size": { "value": "16px" },
"font-size": { "value": "{utrecht.typography.scale.md.font-size}" },
"font-weight": {},
"font-style": {
"value": "{utrecht.typography.scale.md.font-size}"
},
"padding-block": {

@@ -20,0 +17,0 @@ "value": "1ex"

@@ -73,2 +73,16 @@ {

},
"css-theme-prince-xml": {
"transforms": ["attribute/cti", "name/cti/kebab", "color/hsl-4"],
"buildPath": "dist/",
"files": [
{
"destination": "theme-prince-xml.css",
"format": "css/variables",
"options": {
"selector": ".utrecht-theme",
"outputReferences": true
}
}
]
},
"scss": {

@@ -75,0 +89,0 @@ "transforms": ["attribute/cti", "name/cti/kebab", "color/hsl-4"],

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 too big to display

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 too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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 too big to display

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