@planningcenter/tapestry-tokens 2.7.1-qa-513.0 → 2.8.0-rc.11
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/dist/compose/TapestryDarkTokens.kt +67 -67
- package/dist/compose/TapestryTokens.kt +1 -1
- package/dist/css/tokens-alias.css +7 -7
- package/dist/js/tokens-deprecated.json +32 -16
- package/dist/js/tokens.json +58 -31
- package/dist/swiftui/TapestryDarkTokens.swift +76 -76
- package/dist/swiftui/TapestryTokens.swift +1 -1
- package/dist/ts/react-native-tokens.d.ts +2 -2
- package/dist/ts/react-native-tokens.d.ts.map +1 -1
- package/dist/ts/react-native-tokens.js +35 -35
- package/dist/ts/tokens.d.ts +1 -1
- package/dist/ts/tokens.js +1 -1
- package/package.json +2 -2
|
@@ -99,9 +99,9 @@ export const reactNativeTokens = {
|
|
|
99
99
|
"--t-icon-color-status-neutral": { light: "hsl(0, 0%, 42%)", dark: "hsl(0, 0%, 54%)" },
|
|
100
100
|
"--t-icon-color-status-neutral-secondary": { light: "hsl(0, 0%, 58%)", dark: "hsl(0, 0%, 38%)" },
|
|
101
101
|
"--t-icon-color-status-neutral-bold": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 80%)" },
|
|
102
|
-
"--t-icon-color-status-neutral-dark": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%,
|
|
102
|
+
"--t-icon-color-status-neutral-dark": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 80%)" },
|
|
103
103
|
"--t-icon-color-status-info": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 68%, 55%)" },
|
|
104
|
-
"--t-icon-color-status-info-secondary": { light: "hsl(204, 100%, 40%)", dark: "hsl(204,
|
|
104
|
+
"--t-icon-color-status-info-secondary": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 68%, 55%)" },
|
|
105
105
|
"--t-icon-color-status-success": { light: "hsl(96, 57%, 33%)", dark: "hsl(96, 57%, 33%)" },
|
|
106
106
|
"--t-icon-color-status-success-secondary": { light: "hsl(97, 57%, 40%)", dark: "hsl(97, 57%, 40%)" },
|
|
107
107
|
"--t-icon-color-status-warning": { light: "hsl(42, 84%, 49%)", dark: "hsl(42, 84%, 49%)" },
|
|
@@ -125,17 +125,17 @@ export const reactNativeTokens = {
|
|
|
125
125
|
"--t-fill-color-control-neutral-off": { light: "hsl(0, 0%, 58%)", dark: "hsl(0, 0%, 32%)" },
|
|
126
126
|
"--t-fill-color-control-neutral-on": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 50%)" },
|
|
127
127
|
"--t-fill-color-control": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 35%)" },
|
|
128
|
-
"--t-fill-color-control-secondary": { light: "hsl(97, 57%, 40%)", dark: "hsl(97, 57%, 40%)" },
|
|
129
128
|
"--t-fill-color-control-error": { light: "hsl(8, 60%, 47%)", dark: "hsl(8, 60%, 47%)" },
|
|
129
|
+
"--t-fill-color-control-secondary": { light: "hsl(97, 57%, 40%)", dark: "hsl(97, 57%, 40%)" },
|
|
130
130
|
"--t-fill-color-control-disabled": { light: "hsl(0, 0%, 81%)", dark: "hsl(0, 0%, 20%)" },
|
|
131
131
|
"--t-fill-color-status-neutral": { light: "hsl(0, 0%, 42%)", dark: "hsl(0, 0%, 24%)" },
|
|
132
132
|
"--t-fill-color-status-neutral-ghost": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%, 18%)" },
|
|
133
133
|
"--t-fill-color-status-neutral-dim": { light: "hsl(0, 0%, 97%)", dark: "hsl(0, 0%, 15%)" },
|
|
134
|
-
"--t-fill-color-status-neutral-solid": { light: "hsl(0, 0%, 42%)", dark: "hsl(0, 0%,
|
|
134
|
+
"--t-fill-color-status-neutral-solid": { light: "hsl(0, 0%, 42%)", dark: "hsl(0, 0%, 24%)" },
|
|
135
135
|
"--t-fill-color-status-info": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 35%)" },
|
|
136
136
|
"--t-fill-color-status-info-ghost": { light: "hsl(203, 94%, 94%)", dark: "hsl(204, 32%, 15%)" },
|
|
137
137
|
"--t-fill-color-status-info-dim": { light: "hsl(204, 100%, 97%)", dark: "hsl(206, 22%, 15%)" },
|
|
138
|
-
"--t-fill-color-status-info-solid": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%,
|
|
138
|
+
"--t-fill-color-status-info-solid": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 35%)" },
|
|
139
139
|
"--t-fill-color-status-success": { light: "hsl(96, 57%, 33%)", dark: "hsl(96, 57%, 33%)" },
|
|
140
140
|
"--t-fill-color-status-success-ghost": { light: "hsl(97, 57%, 90%)", dark: "hsl(125, 17%, 15%)" },
|
|
141
141
|
"--t-fill-color-status-success-dim": { light: "hsl(96, 60%, 95%)", dark: "hsl(120, 12%, 14%)" },
|
|
@@ -334,14 +334,14 @@ export const reactNativeTokens = {
|
|
|
334
334
|
"--t-fill-color-button-neutral-ghost-active": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%, 19%)" },
|
|
335
335
|
"--t-fill-color-button-neutral-ghost-disabled": { light: "hsla(0, 0%, 100%, 0)", dark: "hsla(0, 0%, 0%, 0)" },
|
|
336
336
|
"--t-fill-color-button-neutral-ghost-disabled-solid": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%, 100%)" },
|
|
337
|
-
"--t-fill-color-button-neutral-responsive-header": { light: "hsla(0, 0%, 0%, 0.1)", dark: "hsla(0, 0%,
|
|
338
|
-
"--t-fill-color-button-neutral-responsive-header-hover": { light: "hsla(0, 0%, 0%, 0.2)", dark: "hsla(0, 0%,
|
|
339
|
-
"--t-fill-color-button-neutral-responsive-header-active": { light: "hsla(0, 0%, 0%, 0.3)", dark: "hsla(0, 0%,
|
|
337
|
+
"--t-fill-color-button-neutral-responsive-header": { light: "hsla(0, 0%, 0%, 0.1)", dark: "hsla(0, 0%, 100%, 0.1)" },
|
|
338
|
+
"--t-fill-color-button-neutral-responsive-header-hover": { light: "hsla(0, 0%, 0%, 0.2)", dark: "hsla(0, 0%, 100%, 0.2)" },
|
|
339
|
+
"--t-fill-color-button-neutral-responsive-header-active": { light: "hsla(0, 0%, 0%, 0.3)", dark: "hsla(0, 0%, 100%, 0.3)" },
|
|
340
340
|
"--t-fill-color-button-neutral-responsive-header-disabled": { light: "hsla(0, 0%, 0%, 0.05)", dark: "hsla(0, 0%, 100%, 0.05)" },
|
|
341
|
-
"--t-fill-color-button-neutral-outline-dim-default": { light: "hsla(0, 0%, 100%, 0)", dark: "
|
|
342
|
-
"--t-fill-color-button-neutral-outline-dim-hover": { light: "hsl(0, 0%, 95%)", dark: "hsl(0, 0%,
|
|
343
|
-
"--t-fill-color-button-neutral-outline-dim-active": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%,
|
|
344
|
-
"--t-fill-color-button-neutral-outline-dim-disabled": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%,
|
|
341
|
+
"--t-fill-color-button-neutral-outline-dim-default": { light: "hsla(0, 0%, 100%, 0)", dark: "hsl(0, 0%, 15%)" },
|
|
342
|
+
"--t-fill-color-button-neutral-outline-dim-hover": { light: "hsl(0, 0%, 95%)", dark: "hsl(0, 0%, 17%)" },
|
|
343
|
+
"--t-fill-color-button-neutral-outline-dim-active": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%, 19%)" },
|
|
344
|
+
"--t-fill-color-button-neutral-outline-dim-disabled": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%, 12%)" },
|
|
345
345
|
"--t-fill-color-button-neutral-outline-dim-disabled-solid": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%, 100%)" },
|
|
346
346
|
"--t-fill-color-button-interaction-solid": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 35%)" },
|
|
347
347
|
"--t-fill-color-button-interaction-solid-hover": { light: "hsl(204, 100%, 35%)", dark: "hsl(204, 100%, 40%)" },
|
|
@@ -355,10 +355,10 @@ export const reactNativeTokens = {
|
|
|
355
355
|
"--t-fill-color-button-interaction-ghost-hover": { light: "hsl(204, 100%, 97%)", dark: "hsl(204, 32%, 15%)" },
|
|
356
356
|
"--t-fill-color-button-interaction-ghost-active": { light: "hsl(203, 94%, 94%)", dark: "hsl(204, 39%, 17%)" },
|
|
357
357
|
"--t-fill-color-button-interaction-ghost-disabled": { light: "hsla(0, 0%, 100%, 0)", dark: "hsla(0, 0%, 0%, 0)" },
|
|
358
|
-
"--t-fill-color-button-interaction-outline-dim-default": { light: "hsla(0, 0%, 100%, 0)", dark: "
|
|
359
|
-
"--t-fill-color-button-interaction-outline-dim-hover": { light: "hsl(204, 100%, 97%)", dark: "hsl(204,
|
|
360
|
-
"--t-fill-color-button-interaction-outline-dim-active": { light: "hsl(203, 94%, 94%)", dark: "hsl(
|
|
361
|
-
"--t-fill-color-button-interaction-outline-dim-disabled": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%,
|
|
358
|
+
"--t-fill-color-button-interaction-outline-dim-default": { light: "hsla(0, 0%, 100%, 0)", dark: "hsl(204, 32%, 15%)" },
|
|
359
|
+
"--t-fill-color-button-interaction-outline-dim-hover": { light: "hsl(204, 100%, 97%)", dark: "hsl(204, 39%, 17%)" },
|
|
360
|
+
"--t-fill-color-button-interaction-outline-dim-active": { light: "hsl(203, 94%, 94%)", dark: "hsl(205, 45%, 18%)" },
|
|
361
|
+
"--t-fill-color-button-interaction-outline-dim-disabled": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%, 12%)" },
|
|
362
362
|
"--t-fill-color-button-create-solid-default": { light: "hsl(96, 57%, 33%)", dark: "hsl(0, 0%, 25%)" },
|
|
363
363
|
"--t-fill-color-button-create-solid-hover": { light: "hsl(97, 57%, 28%)", dark: "hsl(0, 0%, 25%)" },
|
|
364
364
|
"--t-fill-color-button-create-solid-active": { light: "hsl(97, 57%, 23%)", dark: "hsl(0, 0%, 25%)" },
|
|
@@ -379,10 +379,10 @@ export const reactNativeTokens = {
|
|
|
379
379
|
"--t-fill-color-button-delete-ghost-hover": { light: "hsl(7, 60%, 97%)", dark: "hsl(8, 20%, 16%)" },
|
|
380
380
|
"--t-fill-color-button-delete-ghost-active": { light: "hsl(9, 59%, 93%)", dark: "hsl(9, 24%, 17%)" },
|
|
381
381
|
"--t-fill-color-button-delete-ghost-disabled": { light: "hsla(0, 0%, 100%, 0)", dark: "hsla(0, 0%, 0%, 0)" },
|
|
382
|
-
"--t-fill-color-button-delete-outline-dim-default": { light: "hsla(0, 0%, 100%, 0)", dark: "
|
|
383
|
-
"--t-fill-color-button-delete-outline-dim-hover": { light: "hsl(7, 60%, 97%)", dark: "hsl(
|
|
384
|
-
"--t-fill-color-button-delete-outline-dim-active": { light: "hsl(9, 59%, 93%)", dark: "hsl(9,
|
|
385
|
-
"--t-fill-color-button-delete-outline-dim-disabled": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%,
|
|
382
|
+
"--t-fill-color-button-delete-outline-dim-default": { light: "hsla(0, 0%, 100%, 0)", dark: "hsl(8, 20%, 16%)" },
|
|
383
|
+
"--t-fill-color-button-delete-outline-dim-hover": { light: "hsl(7, 60%, 97%)", dark: "hsl(9, 24%, 17%)" },
|
|
384
|
+
"--t-fill-color-button-delete-outline-dim-active": { light: "hsl(9, 59%, 93%)", dark: "hsl(9, 29%, 19%)" },
|
|
385
|
+
"--t-fill-color-button-delete-outline-dim-disabled": { light: "hsl(0, 0%, 98%)", dark: "hsl(0, 0%, 12%)" },
|
|
386
386
|
"--t-fill-color-button-pill": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%, 18%)" },
|
|
387
387
|
"--t-fill-color-button-pill-hover": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%, 21%)" },
|
|
388
388
|
"--t-fill-color-button-pill-active": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%, 21%)" },
|
|
@@ -439,24 +439,24 @@ export const reactNativeTokens = {
|
|
|
439
439
|
"--t-border-color-control-error": { light: "hsl(8, 60%, 47%)", dark: "hsl(8, 60%, 47%)" },
|
|
440
440
|
"--t-border-color-control-disabled": { light: "hsl(0, 0%, 81%)", dark: "hsl(0, 0%, 24%)" },
|
|
441
441
|
"--t-shadow-overflow-color": { light: "hsla(0, 0%, 0%, 0.07)", dark: "hsla(0, 0%, 0%, 0.6)" },
|
|
442
|
-
"--t-form-background-color": { light: "hsl(0, 0%, 100%)", dark: "hsl(0, 0%,
|
|
443
|
-
"--t-form-background-color-disabled": { light: "hsl(0, 0%, 95%)", dark: "hsl(0, 0%,
|
|
444
|
-
"--t-form-background-color-error": { light: "hsl(0, 0%, 100%)", dark: "hsl(0, 0%,
|
|
445
|
-
"--t-form-background-color-readonly": { light: "hsl(0, 0%, 95%)", dark: "hsl(0, 0%,
|
|
446
|
-
"--t-form-border-color": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%,
|
|
447
|
-
"--t-form-border-color-disabled": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%,
|
|
442
|
+
"--t-form-background-color": { light: "hsl(0, 0%, 100%)", dark: "hsl(0, 0%, 10%)" },
|
|
443
|
+
"--t-form-background-color-disabled": { light: "hsl(0, 0%, 95%)", dark: "hsl(0, 0%, 17%)" },
|
|
444
|
+
"--t-form-background-color-error": { light: "hsl(0, 0%, 100%)", dark: "hsl(0, 0%, 10%)" },
|
|
445
|
+
"--t-form-background-color-readonly": { light: "hsl(0, 0%, 95%)", dark: "hsl(0, 0%, 17%)" },
|
|
446
|
+
"--t-form-border-color": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%, 21%)" },
|
|
447
|
+
"--t-form-border-color-disabled": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%, 21%)" },
|
|
448
448
|
"--t-form-border-color-error": { light: "hsl(8, 60%, 47%)", dark: "hsl(8, 60%, 47%)" },
|
|
449
|
-
"--t-form-border-color-focus": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%,
|
|
450
|
-
"--t-form-border-color-hover": { light: "hsl(0, 0%, 81%)", dark: "hsl(0, 0%,
|
|
449
|
+
"--t-form-border-color-focus": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 35%)" },
|
|
450
|
+
"--t-form-border-color-hover": { light: "hsl(0, 0%, 81%)", dark: "hsl(0, 0%, 25%)" },
|
|
451
451
|
"--t-form-border-color-readonly": { light: "hsla(0, 0%, 100%, 0)", dark: "hsla(0, 0%, 100%, 0)" },
|
|
452
452
|
"--t-form-border-radius": 4,
|
|
453
453
|
"--t-form-border-width": 1,
|
|
454
|
-
"--t-form-font-color": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%,
|
|
455
|
-
"--t-form-font-color-disabled": { light: "hsl(0, 0%, 68%)", dark: "hsl(0, 0%,
|
|
456
|
-
"--t-form-font-color-error": { light: "hsl(8, 60%, 45%)", dark: "hsl(8,
|
|
457
|
-
"--t-form-font-color-readonly": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%,
|
|
458
|
-
"--t-form-picker-icon-color": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%,
|
|
459
|
-
"--t-form-placeholder-color": { light: "hsl(0, 0%, 58%)", dark: "hsl(0, 0%,
|
|
454
|
+
"--t-form-font-color": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 80%)" },
|
|
455
|
+
"--t-form-font-color-disabled": { light: "hsl(0, 0%, 68%)", dark: "hsl(0, 0%, 32%)" },
|
|
456
|
+
"--t-form-font-color-error": { light: "hsl(8, 60%, 45%)", dark: "hsl(8, 61%, 61%)" },
|
|
457
|
+
"--t-form-font-color-readonly": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 80%)" },
|
|
458
|
+
"--t-form-picker-icon-color": { light: "hsl(0, 0%, 24%)", dark: "hsl(0, 0%, 80%)" },
|
|
459
|
+
"--t-form-placeholder-color": { light: "hsl(0, 0%, 58%)", dark: "hsl(0, 0%, 38%)" },
|
|
460
460
|
"--t-border-color-default-base": { light: "hsl(0, 0%, 88%)", dark: "hsl(0, 0%, 21%)" },
|
|
461
461
|
"--t-border-color-default-dark": { light: "hsl(0, 0%, 81%)", dark: "hsl(0, 0%, 25%)" },
|
|
462
462
|
"--t-border-color-default-darker": { light: "hsl(0, 0%, 68%)", dark: "hsl(0, 0%, 33%)" },
|
|
@@ -474,7 +474,7 @@ export const reactNativeTokens = {
|
|
|
474
474
|
"--t-fill-color-button-interaction-solid-default": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 35%)" },
|
|
475
475
|
"--t-fill-color-button-neutral-ghost-default": { light: "hsla(0, 0%, 100%, 0)", dark: "hsla(0, 0%, 0%, 0)" },
|
|
476
476
|
"--t-fill-color-button-neutral-outline-default": { light: "hsla(0, 0%, 100%, 0)", dark: "hsl(0, 0%, 15%)" },
|
|
477
|
-
"--t-fill-color-button-neutral-responsive-header-default": { light: "hsla(0, 0%, 0%, 0.1)", dark: "hsla(0, 0%,
|
|
477
|
+
"--t-fill-color-button-neutral-responsive-header-default": { light: "hsla(0, 0%, 0%, 0.1)", dark: "hsla(0, 0%, 100%, 0.1)" },
|
|
478
478
|
"--t-fill-color-button-neutral-solid-default": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%, 19%)" },
|
|
479
479
|
"--t-fill-color-button-pill-default": { light: "hsl(0, 0%, 93%)", dark: "hsl(0, 0%, 18%)" },
|
|
480
480
|
"--t-fill-color-control-primary": { light: "hsl(204, 100%, 40%)", dark: "hsl(204, 100%, 35%)" },
|
package/dist/ts/tokens.d.ts
CHANGED
|
@@ -125,8 +125,8 @@ export declare const tokens: {
|
|
|
125
125
|
"--t-fill-color-control-neutral-off": "hsl(0, 0%, 58%)";
|
|
126
126
|
"--t-fill-color-control-neutral-on": "hsl(0, 0%, 24%)";
|
|
127
127
|
"--t-fill-color-control": "hsl(204, 100%, 40%)";
|
|
128
|
-
"--t-fill-color-control-secondary": "hsl(97, 57%, 40%)";
|
|
129
128
|
"--t-fill-color-control-error": "hsl(8, 60%, 47%)";
|
|
129
|
+
"--t-fill-color-control-secondary": "hsl(97, 57%, 40%)";
|
|
130
130
|
"--t-fill-color-control-disabled": "hsl(0, 0%, 81%)";
|
|
131
131
|
"--t-fill-color-status-neutral": "hsl(0, 0%, 42%)";
|
|
132
132
|
"--t-fill-color-status-neutral-ghost": "hsl(0, 0%, 93%)";
|
package/dist/ts/tokens.js
CHANGED
|
@@ -125,8 +125,8 @@ export const tokens = {
|
|
|
125
125
|
"--t-fill-color-control-neutral-off": "hsl(0, 0%, 58%)",
|
|
126
126
|
"--t-fill-color-control-neutral-on": "hsl(0, 0%, 24%)",
|
|
127
127
|
"--t-fill-color-control": "hsl(204, 100%, 40%)",
|
|
128
|
-
"--t-fill-color-control-secondary": "hsl(97, 57%, 40%)",
|
|
129
128
|
"--t-fill-color-control-error": "hsl(8, 60%, 47%)",
|
|
129
|
+
"--t-fill-color-control-secondary": "hsl(97, 57%, 40%)",
|
|
130
130
|
"--t-fill-color-control-disabled": "hsl(0, 0%, 81%)",
|
|
131
131
|
"--t-fill-color-status-neutral": "hsl(0, 0%, 42%)",
|
|
132
132
|
"--t-fill-color-status-neutral-ghost": "hsl(0, 0%, 93%)",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/tapestry-tokens",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0-rc.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"typescript": "^5.5.3",
|
|
51
51
|
"vitest": "^3.0.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "4f6c7689fbcbdb7dd23a95705aac0b35771ecf9e"
|
|
54
54
|
}
|