@webmate-studio/builder 0.2.145 → 0.2.146
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/package.json +1 -1
- package/src/design-tokens-v2.js +3 -3
package/package.json
CHANGED
package/src/design-tokens-v2.js
CHANGED
|
@@ -607,8 +607,8 @@ export const DEFAULT_SURFACE_TOKENS = {
|
|
|
607
607
|
lifted: 'neutral-3',
|
|
608
608
|
|
|
609
609
|
textDefault: 'neutral-12',
|
|
610
|
-
textSubtle: 'neutral-
|
|
611
|
-
textMuted: 'neutral-
|
|
610
|
+
textSubtle: 'neutral-9',
|
|
611
|
+
textMuted: 'neutral-7',
|
|
612
612
|
|
|
613
613
|
borderDefault: 'neutral-6',
|
|
614
614
|
borderSubtle: 'neutral-4',
|
|
@@ -617,7 +617,7 @@ export const DEFAULT_SURFACE_TOKENS = {
|
|
|
617
617
|
|
|
618
618
|
/**
|
|
619
619
|
* Surface Token Items für den Editor.
|
|
620
|
-
*
|
|
620
|
+
* Referenzformat: "{world}-{step}", z.B. "neutral-12" oder "primary-3".
|
|
621
621
|
*/
|
|
622
622
|
export const SURFACE_TOKEN_ITEMS = [
|
|
623
623
|
{ key: 'page', css: 'bg-page', type: 'bg' },
|