@utrecht/design-tokens 3.4.0 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/_mixin-theme.scss +1 -1
- package/dist/_mixin.scss +1 -1
- package/dist/_variables.scss +1 -1
- package/dist/dark/_mixin-theme.scss +1 -1
- package/dist/dark/_mixin.scss +1 -1
- package/dist/dark/_variables.scss +1 -1
- package/dist/dark/index.cjs +1 -1
- package/dist/dark/index.css +1 -1
- package/dist/dark/index.flat.json +1 -1
- package/dist/dark/index.json +2 -2
- package/dist/dark/index.mjs +1 -1
- package/dist/dark/index.tokens.json +87 -2
- package/dist/dark/list.json +2 -2
- package/dist/dark/list.mjs +2 -2
- package/dist/dark/root.css +1 -1
- package/dist/dark/theme-prince-xml.css +1 -1
- package/dist/dark/theme.css +1 -1
- package/dist/dark/tokens.cjs +87 -2
- package/dist/dark/tokens.d.ts +46 -1
- package/dist/dark/tokens.json +87 -2
- package/dist/dark/variables.cjs +1 -1
- package/dist/dark/variables.css +1 -1
- package/dist/dark/variables.json +1 -1
- package/dist/dark/variables.less +1 -1
- package/dist/dark/variables.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +2 -2
- package/dist/index.flat.json +1 -1
- package/dist/index.json +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.tokens.json +87 -2
- package/dist/list.json +2 -2
- package/dist/list.mjs +2 -2
- package/dist/root.css +1 -1
- package/dist/theme-prince-xml.css +1 -1
- package/dist/theme.css +1 -1
- package/dist/tokens.cjs +87 -2
- package/dist/tokens.d.ts +46 -1
- package/dist/tokens.json +87 -2
- package/dist/variables.cjs +1 -1
- package/dist/variables.css +1 -1
- package/dist/variables.json +1 -1
- package/dist/variables.less +1 -1
- package/dist/variables.mjs +1 -1
- package/package.json +1 -1
- package/src/component/utrecht/link-social.tokens.json +1 -1
package/dist/variables.less
CHANGED
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
@utrecht-link-social-margin-inline-start: @utrecht-space-inline-sm;
|
|
744
744
|
@utrecht-link-social-color: @utrecht-color-white;
|
|
745
745
|
@utrecht-link-social-border-color: @utrecht-color-white;
|
|
746
|
-
@utrecht-link-social-background-color: @utrecht-color-
|
|
746
|
+
@utrecht-link-social-background-color: @utrecht-color-blue-35;
|
|
747
747
|
@utrecht-link-list-link-font-weight: @utrecht-typography-weight-scale-bold-font-weight;
|
|
748
748
|
@utrecht-link-list-link-column-gap: @utrecht-space-block-xs;
|
|
749
749
|
@utrecht-link-list-row-gap: @utrecht-space-block-xs;
|
package/dist/variables.mjs
CHANGED
|
@@ -567,7 +567,7 @@ export const utrechtLinkListLinkFontWeight = "700";
|
|
|
567
567
|
export const utrechtLinkListLinkTextDecoration = "none";
|
|
568
568
|
export const utrechtLinkListIconSize = "14px";
|
|
569
569
|
export const utrechtLinkListIconInsetBlockStart = "0.15em";
|
|
570
|
-
export const utrechtLinkSocialBackgroundColor = "hsl(
|
|
570
|
+
export const utrechtLinkSocialBackgroundColor = "hsl(211 60% 35%)";
|
|
571
571
|
export const utrechtLinkSocialBorderColor = "hsl(0 0% 100%)";
|
|
572
572
|
export const utrechtLinkSocialBorderWidth = "2px";
|
|
573
573
|
export const utrechtLinkSocialColor = "hsl(0 0% 100%)";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"utrecht": {
|
|
3
3
|
"link-social": {
|
|
4
|
-
"background-color": { "value": "{utrecht.color.
|
|
4
|
+
"background-color": { "value": "{utrecht.color.blue.35}" },
|
|
5
5
|
"color": { "value": "{utrecht.color.white}" },
|
|
6
6
|
"border-width": { "value": "2px" },
|
|
7
7
|
"border-color": { "value": "{utrecht.color.white}" },
|