@motion-proto/live-tokens 0.71.0 → 0.72.0
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/.claude/skills/live-tokens-check-compliance/SKILL.md +7 -1
- package/.claude/skills/live-tokens-create-component/SKILL.md +2 -2
- package/.claude/skills/live-tokens-create-component/references/contract-tests.md +99 -0
- package/.claude/skills/live-tokens-create-component/references/sketch-mode.md +1 -2
- package/.claude/skills/live-tokens-create-component/references/token-naming.md +6 -0
- package/CHANGELOG.md +77 -0
- package/README.md +1 -1
- package/bin/check-component.mjs +2 -11
- package/bin/check-page.mjs +3 -2
- package/bin/cli.mjs +2 -1
- package/bin/lib/catalogue.mjs +6 -2
- package/bin/lib/findings.mjs +17 -0
- package/bin/lib/report.mjs +1 -1
- package/bin/lib/tokenVocabulary.mjs +20 -0
- package/dist-plugin/adjust/index.cjs +33 -6
- package/dist-plugin/adjust/index.d.cts +2 -2
- package/dist-plugin/adjust/index.d.ts +2 -2
- package/dist-plugin/adjust/index.js +7 -6
- package/dist-plugin/{chunk-2YNERPXY.js → chunk-RIXO2E55.js} +1 -1
- package/dist-plugin/{chunk-RVE3MNKM.js → chunk-W6Y4BWFB.js} +3 -1
- package/dist-plugin/{chunk-GPIBU44G.js → chunk-YLCOIGQC.js} +25 -1
- package/dist-plugin/{dataPaths-bJTCEO4H.d.ts → dataPaths-BhWzd5cL.d.cts} +4 -0
- package/dist-plugin/{dataPaths-bJTCEO4H.d.cts → dataPaths-BhWzd5cL.d.ts} +4 -0
- package/dist-plugin/fontPairing/index.cjs +3 -1
- package/dist-plugin/fontPairing/index.d.cts +1 -1
- package/dist-plugin/fontPairing/index.d.ts +1 -1
- package/dist-plugin/fontPairing/index.js +1 -1
- package/dist-plugin/generateColorsAndType/index.cjs +28 -2
- package/dist-plugin/generateColorsAndType/index.d.cts +1 -1
- package/dist-plugin/generateColorsAndType/index.d.ts +1 -1
- package/dist-plugin/generateColorsAndType/index.js +2 -2
- package/dist-plugin/index.cjs +28 -2
- package/dist-plugin/index.d.cts +1 -1
- package/dist-plugin/index.d.ts +1 -1
- package/dist-plugin/index.js +3 -3
- package/dist-plugin/migrateData/index.cjs +28 -2
- package/dist-plugin/migrateData/index.d.cts +1 -1
- package/dist-plugin/migrateData/index.d.ts +1 -1
- package/dist-plugin/migrateData/index.js +3 -3
- package/dist-plugin/tokensCssMigrations/index.cjs +3 -1
- package/dist-plugin/tokensCssMigrations/index.d.cts +1 -1
- package/dist-plugin/tokensCssMigrations/index.d.ts +1 -1
- package/dist-plugin/tokensCssMigrations/index.js +1 -1
- package/package.json +5 -1
- package/src/editor/component-editor/SectionDividerEditor.svelte +1 -11
- package/src/editor/component-editor/contract.ts +175 -0
- package/src/editor/component-editor/scaffolding/StateBlock.svelte +0 -8
- package/src/editor/component-editor/scaffolding/TokenLayout.svelte +5 -0
- package/src/editor/component-editor/scaffolding/TypeEditor.svelte +0 -21
- package/src/editor/component-editor/scaffolding/VariantGroup.svelte +2 -2
- package/src/editor/component-editor/scaffolding/types.ts +1 -7
- package/src/editor/core/components/aliasKinds.ts +6 -2
- package/src/editor/core/themes/migrations/2026-09-02-sectiondivider-drop-title-outline.ts +39 -0
- package/src/editor/core/themes/migrations/index.ts +2 -0
- package/src/live-tokens/data/themes/autumn.json +1 -7
- package/src/live-tokens/data/themes/halloween.json +1 -7
- package/src/live-tokens/data/themes/midnight-study.json +1 -7
- package/src/live-tokens/data/themes/ocean.json +1 -7
- package/src/live-tokens/data/themes/royal-velvet.json +1 -7
- package/src/live-tokens/data/themes/sketchy.json +1 -7
- package/src/live-tokens/data/themes/spring-meadow.json +1 -7
- package/src/live-tokens/data/themes/sunset.json +1 -7
- package/src/system/components/SectionDivider.svelte +3 -143
- package/src/system/components/FloatingTokenTags.css +0 -284
- package/src/system/components/FloatingTokenTags.svelte +0 -570
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import UIPaletteSelector from '../../ui/UIPaletteSelector.svelte';
|
|
3
|
-
import UIVariantSelector from '../../ui/UIVariantSelector.svelte';
|
|
4
3
|
import UIFontFamilySelector from '../../ui/UIFontFamilySelector.svelte';
|
|
5
4
|
import UIFontSizeSelector from '../../ui/UIFontSizeSelector.svelte';
|
|
6
5
|
import UIFontWeightSelector from '../../ui/UIFontWeightSelector.svelte';
|
|
7
6
|
import UILineHeightSelector from '../../ui/UILineHeightSelector.svelte';
|
|
8
7
|
import UILetterSpacingSelector from '../../ui/UILetterSpacingSelector.svelte';
|
|
9
8
|
import FieldsetWrapper from './FieldsetWrapper.svelte';
|
|
10
|
-
import { BORDER_WIDTH } from '../../ui/variantScales';
|
|
11
9
|
|
|
12
10
|
|
|
13
11
|
|
|
@@ -26,13 +24,6 @@
|
|
|
26
24
|
lineHeightLabel?: string;
|
|
27
25
|
letterSpacingVariable?: string | undefined;
|
|
28
26
|
letterSpacingLabel?: string;
|
|
29
|
-
/** Optional outline rows rendered under the typography rows so a text-with-
|
|
30
|
-
stroke group keeps stroke controls visually nested with the type they
|
|
31
|
-
drive (e.g. SectionDivider title outline). */
|
|
32
|
-
outlineWidthVariable?: string | undefined;
|
|
33
|
-
outlineWidthLabel?: string;
|
|
34
|
-
outlineColorVariable?: string | undefined;
|
|
35
|
-
outlineColorLabel?: string;
|
|
36
27
|
/** When set, writes persist through the editor store under this component. */
|
|
37
28
|
component?: string | undefined;
|
|
38
29
|
/** Legend text for the fieldset. */
|
|
@@ -54,10 +45,6 @@
|
|
|
54
45
|
lineHeightLabel = 'line-h',
|
|
55
46
|
letterSpacingVariable = undefined,
|
|
56
47
|
letterSpacingLabel = 'letter-sp',
|
|
57
|
-
outlineWidthVariable = undefined,
|
|
58
|
-
outlineWidthLabel = 'outline thickness',
|
|
59
|
-
outlineColorVariable = undefined,
|
|
60
|
-
outlineColorLabel = 'outline color',
|
|
61
48
|
component = undefined,
|
|
62
49
|
legend = 'type',
|
|
63
50
|
onchange,
|
|
@@ -89,14 +76,6 @@
|
|
|
89
76
|
<span class="row-label">{letterSpacingLabel}</span>
|
|
90
77
|
<UILetterSpacingSelector variable={letterSpacingVariable} {component} canBeLinked {onchange} />
|
|
91
78
|
{/if}
|
|
92
|
-
{#if outlineWidthVariable}
|
|
93
|
-
<span class="row-label">{outlineWidthLabel}</span>
|
|
94
|
-
<UIVariantSelector variable={outlineWidthVariable} {component} canBeLinked {...BORDER_WIDTH} {onchange} />
|
|
95
|
-
{/if}
|
|
96
|
-
{#if outlineColorVariable}
|
|
97
|
-
<span class="row-label">{outlineColorLabel}</span>
|
|
98
|
-
<UIPaletteSelector variable={outlineColorVariable} {component} canBeLinked {onchange} />
|
|
99
|
-
{/if}
|
|
100
79
|
</div>
|
|
101
80
|
</FieldsetWrapper>
|
|
102
81
|
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
|
|
106
106
|
let activeTab: string = $state('');
|
|
107
107
|
|
|
108
|
-
const TYPE_PROPS = ['colorVariable', 'familyVariable', 'sizeVariable', 'weightVariable', 'lineHeightVariable', 'letterSpacingVariable'
|
|
108
|
+
const TYPE_PROPS = ['colorVariable', 'familyVariable', 'sizeVariable', 'weightVariable', 'lineHeightVariable', 'letterSpacingVariable'] as const;
|
|
109
109
|
// Carry per-side derived vars so split padding fully transfers; no-op when absent.
|
|
110
110
|
const PADDING_SIDES = ['top', 'right', 'bottom', 'left'] as const;
|
|
111
111
|
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
|
|
148
148
|
/** TypeGroup props whose values are color tokens; preserve-color-families
|
|
149
149
|
skips these in the typeGroups copy loop. */
|
|
150
|
-
const COLOR_TYPE_PROPS = new Set(['colorVariable'
|
|
150
|
+
const COLOR_TYPE_PROPS = new Set(['colorVariable']);
|
|
151
151
|
|
|
152
152
|
/** True iff `colorRef` is a CSS-var token whose slug contains `family`
|
|
153
153
|
as a hyphen-delimited segment (e.g. `--surface-canvas-low` ∋ `canvas`). */
|
|
@@ -69,9 +69,7 @@ export type IntrinsicSpec = {
|
|
|
69
69
|
|
|
70
70
|
/** Editor type-group: a fieldset containing a coordinated set of typography tokens
|
|
71
71
|
(text color + font-family/size/weight/line-height) for a piece of content
|
|
72
|
-
(e.g. a card title, notification body).
|
|
73
|
-
text-with-stroke groups (e.g. SectionDivider title) keep their stroke
|
|
74
|
-
width/color visually nested with the typography that drives them. */
|
|
72
|
+
(e.g. a card title, notification body). */
|
|
75
73
|
export type TypeGroupConfig = {
|
|
76
74
|
legend?: string;
|
|
77
75
|
colorVariable: string;
|
|
@@ -89,10 +87,6 @@ export type TypeGroupConfig = {
|
|
|
89
87
|
lineHeightLabel?: string;
|
|
90
88
|
letterSpacingVariable?: string;
|
|
91
89
|
letterSpacingLabel?: string;
|
|
92
|
-
outlineWidthVariable?: string;
|
|
93
|
-
outlineWidthLabel?: string;
|
|
94
|
-
outlineColorVariable?: string;
|
|
95
|
-
outlineColorLabel?: string;
|
|
96
90
|
/** Explicit groupKey for this group's color token. Wins over every derivation
|
|
97
91
|
(structural or `groupKeyFor`) and is never recomputed — the durable, one-line
|
|
98
92
|
fix when the derived key is wrong. */
|
|
@@ -7,6 +7,7 @@ export type TokenKind =
|
|
|
7
7
|
| 'divider-height'
|
|
8
8
|
| 'divider-inset'
|
|
9
9
|
| 'dot-size'
|
|
10
|
+
| 'length'
|
|
10
11
|
| 'blur'
|
|
11
12
|
| 'scale'
|
|
12
13
|
| 'shadow'
|
|
@@ -60,11 +61,14 @@ export const KIND_RULES: ReadonlyArray<{
|
|
|
60
61
|
{ kind: 'border-width', suffix: ['-border-width', '-accent-width', '-hairline-thickness', '-thickness'],
|
|
61
62
|
prefix: ['--border-width-'] },
|
|
62
63
|
{ kind: 'border', suffix: ['-border'], prefix: ['--border-'] },
|
|
64
|
+
// A dimension with no more specific name behind it — a panel's width, an
|
|
65
|
+
// avatar's size. Last of the geometry rules, so every `-border-width`,
|
|
66
|
+
// `-divider-height`, `-icon-size` and the rest claim their token first.
|
|
67
|
+
{ kind: 'length', suffix: ['-width', '-height', '-size'] },
|
|
63
68
|
// Fills. A tint is a wash over a surface, so it takes the surface picker: the
|
|
64
69
|
// full palette with an alpha, not just the tint stops it defaults to.
|
|
65
70
|
{ kind: 'surface', suffix: ['-surface', '-fill', '-divider', '-background', '-indicator',
|
|
66
|
-
'-thumb', '-accent', '-color', '-tint', '-opacity',
|
|
67
|
-
'-width', '-height', '-size'],
|
|
71
|
+
'-thumb', '-accent', '-color', '-tint', '-opacity'],
|
|
68
72
|
prefix: ['--surface-', '--tint', '--color-'] },
|
|
69
73
|
];
|
|
70
74
|
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { Migration } from './index';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* SectionDivider title outline, removed (2026-09-02).
|
|
5
|
+
*
|
|
6
|
+
* The outline was a decorative stroke around the title's glyphs, and the only
|
|
7
|
+
* reason the title was an SVG `<text>` behind a `feMorphology` filter rather
|
|
8
|
+
* than an element. That SVG cost a `getBBox()` viewBox, a per-instance
|
|
9
|
+
* MutationObserver on the document's inline style (filter primitives cannot
|
|
10
|
+
* read a CSS var), font-load listeners to re-measure, and a title that was not
|
|
11
|
+
* selectable or findable. It shipped transparent in the default and in all
|
|
12
|
+
* eight presets, and the trap-out it was built for is done by the layout: the
|
|
13
|
+
* `through-label` hairlines flank the title in a flex row, so no rule ever runs
|
|
14
|
+
* behind the glyphs.
|
|
15
|
+
*
|
|
16
|
+
* Dropping the keys rather than rebinding them: nothing reads the values now.
|
|
17
|
+
*/
|
|
18
|
+
const DROPPED = new Set(
|
|
19
|
+
['lg', 'md', 'sm'].flatMap((v) => [
|
|
20
|
+
`--sectiondivider-${v}-title-outline-width`,
|
|
21
|
+
`--sectiondivider-${v}-title-outline-color`,
|
|
22
|
+
]),
|
|
23
|
+
);
|
|
24
|
+
|
|
25
|
+
export const componentMigration_2026_09_02_sectiondividerDropTitleOutline: Migration = {
|
|
26
|
+
id: '2026-09-02-sectiondivider-drop-title-outline',
|
|
27
|
+
fromVersion: 25,
|
|
28
|
+
toVersion: 26,
|
|
29
|
+
appliesTo: 'component-config',
|
|
30
|
+
apply(rawVars, meta) {
|
|
31
|
+
if (meta.component !== 'sectiondivider') return { ...rawVars };
|
|
32
|
+
const out: Record<string, string> = {};
|
|
33
|
+
for (const [key, value] of Object.entries(rawVars)) {
|
|
34
|
+
if (DROPPED.has(key)) continue;
|
|
35
|
+
out[key] = value;
|
|
36
|
+
}
|
|
37
|
+
return out;
|
|
38
|
+
},
|
|
39
|
+
};
|
|
@@ -72,6 +72,7 @@ import {
|
|
|
72
72
|
} from './2026-09-01-tint-rename';
|
|
73
73
|
import { componentMigration_2026_09_01_tabbarActiveTint } from './2026-09-01-tabbar-active-tint';
|
|
74
74
|
import { componentMigration_2026_09_01_gateSuffixEnabled } from './2026-09-01-gate-suffix-enabled';
|
|
75
|
+
import { componentMigration_2026_09_02_sectiondividerDropTitleOutline } from './2026-09-02-sectiondivider-drop-title-outline';
|
|
75
76
|
|
|
76
77
|
/**
|
|
77
78
|
* Registered migrations. Order in this array does not matter — the runner
|
|
@@ -110,6 +111,7 @@ export const MIGRATIONS: Migration[] = [
|
|
|
110
111
|
componentMigration_2026_09_01_tintRename,
|
|
111
112
|
componentMigration_2026_09_01_tabbarActiveTint,
|
|
112
113
|
componentMigration_2026_09_01_gateSuffixEnabled,
|
|
114
|
+
componentMigration_2026_09_02_sectiondividerDropTitleOutline,
|
|
113
115
|
];
|
|
114
116
|
|
|
115
117
|
function countFor(kind: 'colors-and-type' | 'component-config'): number {
|
|
@@ -3515,7 +3515,6 @@
|
|
|
3515
3515
|
"--sectiondivider-lg-title-font-size": "--font-size-5xl",
|
|
3516
3516
|
"--sectiondivider-lg-title-line-height": "--line-height-normal",
|
|
3517
3517
|
"--sectiondivider-lg-title-letter-spacing": "--letter-spacing-normal",
|
|
3518
|
-
"--sectiondivider-lg-title-outline-width": "--border-width-4",
|
|
3519
3518
|
"--sectiondivider-lg-description-font-family": "--font-sans",
|
|
3520
3519
|
"--sectiondivider-lg-description-font-weight": "--font-weight-medium",
|
|
3521
3520
|
"--sectiondivider-lg-description-font-size": "--font-size-lg",
|
|
@@ -3537,14 +3536,12 @@
|
|
|
3537
3536
|
"--sectiondivider-lg-description": "--text-alternate",
|
|
3538
3537
|
"--sectiondivider-lg-eyebrow": "--text-brand",
|
|
3539
3538
|
"--sectiondivider-lg-border": "--color-transparent",
|
|
3540
|
-
"--sectiondivider-lg-title-outline-color": "transparent",
|
|
3541
3539
|
"--sectiondivider-lg-hairline-color": "--border-brand-medium",
|
|
3542
3540
|
"--sectiondivider-md-title-font-family": "--font-display",
|
|
3543
3541
|
"--sectiondivider-md-title-font-weight": "--font-weight-bold",
|
|
3544
3542
|
"--sectiondivider-md-title-font-size": "--font-size-4xl",
|
|
3545
3543
|
"--sectiondivider-md-title-line-height": "--line-height-normal",
|
|
3546
3544
|
"--sectiondivider-md-title-letter-spacing": "--letter-spacing-normal",
|
|
3547
|
-
"--sectiondivider-md-title-outline-width": "--border-width-4",
|
|
3548
3545
|
"--sectiondivider-md-description-font-family": "--font-sans",
|
|
3549
3546
|
"--sectiondivider-md-description-font-weight": "--font-weight-medium",
|
|
3550
3547
|
"--sectiondivider-md-description-font-size": "--font-size-lg",
|
|
@@ -3566,14 +3563,12 @@
|
|
|
3566
3563
|
"--sectiondivider-md-description": "--text-secondary",
|
|
3567
3564
|
"--sectiondivider-md-eyebrow": "--text-tertiary",
|
|
3568
3565
|
"--sectiondivider-md-border": "--color-transparent",
|
|
3569
|
-
"--sectiondivider-md-title-outline-color": "transparent",
|
|
3570
3566
|
"--sectiondivider-md-hairline-color": "--border-brand-medium",
|
|
3571
3567
|
"--sectiondivider-sm-title-font-family": "--font-display",
|
|
3572
3568
|
"--sectiondivider-sm-title-font-weight": "--font-weight-medium",
|
|
3573
3569
|
"--sectiondivider-sm-title-font-size": "--font-size-3xl",
|
|
3574
3570
|
"--sectiondivider-sm-title-line-height": "--line-height-normal",
|
|
3575
3571
|
"--sectiondivider-sm-title-letter-spacing": "--letter-spacing-normal",
|
|
3576
|
-
"--sectiondivider-sm-title-outline-width": "--border-width-4",
|
|
3577
3572
|
"--sectiondivider-sm-description-font-family": "--font-sans",
|
|
3578
3573
|
"--sectiondivider-sm-description-font-weight": "--font-weight-medium",
|
|
3579
3574
|
"--sectiondivider-sm-description-font-size": "--font-size-5xl",
|
|
@@ -3595,7 +3590,6 @@
|
|
|
3595
3590
|
"--sectiondivider-sm-description": "--text-secondary",
|
|
3596
3591
|
"--sectiondivider-sm-eyebrow": "--text-tertiary",
|
|
3597
3592
|
"--sectiondivider-sm-border": "--color-transparent",
|
|
3598
|
-
"--sectiondivider-sm-title-outline-color": "transparent",
|
|
3599
3593
|
"--sectiondivider-sm-hairline-color": "color-mix(in srgb, var(--border-brand-medium) 50%, transparent)"
|
|
3600
3594
|
}
|
|
3601
3595
|
},
|
|
@@ -4036,5 +4030,5 @@
|
|
|
4036
4030
|
}
|
|
4037
4031
|
}
|
|
4038
4032
|
},
|
|
4039
|
-
"componentSchemaVersion":
|
|
4033
|
+
"componentSchemaVersion": 26
|
|
4040
4034
|
}
|
|
@@ -3554,7 +3554,6 @@
|
|
|
3554
3554
|
"--sectiondivider-lg-title-font-size": "--font-size-5xl",
|
|
3555
3555
|
"--sectiondivider-lg-title-line-height": "--line-height-normal",
|
|
3556
3556
|
"--sectiondivider-lg-title-letter-spacing": "--letter-spacing-normal",
|
|
3557
|
-
"--sectiondivider-lg-title-outline-width": "--border-width-4",
|
|
3558
3557
|
"--sectiondivider-lg-description-font-family": "--font-sans",
|
|
3559
3558
|
"--sectiondivider-lg-description-font-weight": "--font-weight-medium",
|
|
3560
3559
|
"--sectiondivider-lg-description-font-size": "--font-size-lg",
|
|
@@ -3576,14 +3575,12 @@
|
|
|
3576
3575
|
"--sectiondivider-lg-description": "--text-alternate",
|
|
3577
3576
|
"--sectiondivider-lg-eyebrow": "--text-brand",
|
|
3578
3577
|
"--sectiondivider-lg-border": "--color-transparent",
|
|
3579
|
-
"--sectiondivider-lg-title-outline-color": "transparent",
|
|
3580
3578
|
"--sectiondivider-lg-hairline-color": "--border-brand-medium",
|
|
3581
3579
|
"--sectiondivider-md-title-font-family": "--font-display",
|
|
3582
3580
|
"--sectiondivider-md-title-font-weight": "--font-weight-bold",
|
|
3583
3581
|
"--sectiondivider-md-title-font-size": "--font-size-4xl",
|
|
3584
3582
|
"--sectiondivider-md-title-line-height": "--line-height-normal",
|
|
3585
3583
|
"--sectiondivider-md-title-letter-spacing": "--letter-spacing-normal",
|
|
3586
|
-
"--sectiondivider-md-title-outline-width": "--border-width-4",
|
|
3587
3584
|
"--sectiondivider-md-description-font-family": "--font-sans",
|
|
3588
3585
|
"--sectiondivider-md-description-font-weight": "--font-weight-medium",
|
|
3589
3586
|
"--sectiondivider-md-description-font-size": "--font-size-lg",
|
|
@@ -3605,14 +3602,12 @@
|
|
|
3605
3602
|
"--sectiondivider-md-description": "--text-secondary",
|
|
3606
3603
|
"--sectiondivider-md-eyebrow": "--text-tertiary",
|
|
3607
3604
|
"--sectiondivider-md-border": "--color-transparent",
|
|
3608
|
-
"--sectiondivider-md-title-outline-color": "transparent",
|
|
3609
3605
|
"--sectiondivider-md-hairline-color": "--border-brand-medium",
|
|
3610
3606
|
"--sectiondivider-sm-title-font-family": "--font-display",
|
|
3611
3607
|
"--sectiondivider-sm-title-font-weight": "--font-weight-medium",
|
|
3612
3608
|
"--sectiondivider-sm-title-font-size": "--font-size-3xl",
|
|
3613
3609
|
"--sectiondivider-sm-title-line-height": "--line-height-normal",
|
|
3614
3610
|
"--sectiondivider-sm-title-letter-spacing": "--letter-spacing-normal",
|
|
3615
|
-
"--sectiondivider-sm-title-outline-width": "--border-width-4",
|
|
3616
3611
|
"--sectiondivider-sm-description-font-family": "--font-sans",
|
|
3617
3612
|
"--sectiondivider-sm-description-font-weight": "--font-weight-medium",
|
|
3618
3613
|
"--sectiondivider-sm-description-font-size": "--font-size-5xl",
|
|
@@ -3634,7 +3629,6 @@
|
|
|
3634
3629
|
"--sectiondivider-sm-description": "--text-secondary",
|
|
3635
3630
|
"--sectiondivider-sm-eyebrow": "--text-tertiary",
|
|
3636
3631
|
"--sectiondivider-sm-border": "--color-transparent",
|
|
3637
|
-
"--sectiondivider-sm-title-outline-color": "transparent",
|
|
3638
3632
|
"--sectiondivider-sm-hairline-color": "color-mix(in srgb, var(--border-brand-medium) 50%, transparent)"
|
|
3639
3633
|
}
|
|
3640
3634
|
},
|
|
@@ -4075,5 +4069,5 @@
|
|
|
4075
4069
|
}
|
|
4076
4070
|
}
|
|
4077
4071
|
},
|
|
4078
|
-
"componentSchemaVersion":
|
|
4072
|
+
"componentSchemaVersion": 26
|
|
4079
4073
|
}
|
|
@@ -3573,7 +3573,6 @@
|
|
|
3573
3573
|
"--sectiondivider-lg-title-font-size": "--font-size-5xl",
|
|
3574
3574
|
"--sectiondivider-lg-title-line-height": "--line-height-normal",
|
|
3575
3575
|
"--sectiondivider-lg-title-letter-spacing": "--letter-spacing-normal",
|
|
3576
|
-
"--sectiondivider-lg-title-outline-width": "--border-width-4",
|
|
3577
3576
|
"--sectiondivider-lg-description-font-family": "--font-sans",
|
|
3578
3577
|
"--sectiondivider-lg-description-font-weight": "--font-weight-medium",
|
|
3579
3578
|
"--sectiondivider-lg-description-font-size": "--font-size-lg",
|
|
@@ -3595,14 +3594,12 @@
|
|
|
3595
3594
|
"--sectiondivider-lg-description": "--text-alternate",
|
|
3596
3595
|
"--sectiondivider-lg-eyebrow": "--text-brand",
|
|
3597
3596
|
"--sectiondivider-lg-border": "--color-transparent",
|
|
3598
|
-
"--sectiondivider-lg-title-outline-color": "transparent",
|
|
3599
3597
|
"--sectiondivider-lg-hairline-color": "--border-brand-medium",
|
|
3600
3598
|
"--sectiondivider-md-title-font-family": "--font-display",
|
|
3601
3599
|
"--sectiondivider-md-title-font-weight": "--font-weight-bold",
|
|
3602
3600
|
"--sectiondivider-md-title-font-size": "--font-size-4xl",
|
|
3603
3601
|
"--sectiondivider-md-title-line-height": "--line-height-normal",
|
|
3604
3602
|
"--sectiondivider-md-title-letter-spacing": "--letter-spacing-normal",
|
|
3605
|
-
"--sectiondivider-md-title-outline-width": "--border-width-4",
|
|
3606
3603
|
"--sectiondivider-md-description-font-family": "--font-sans",
|
|
3607
3604
|
"--sectiondivider-md-description-font-weight": "--font-weight-medium",
|
|
3608
3605
|
"--sectiondivider-md-description-font-size": "--font-size-lg",
|
|
@@ -3624,14 +3621,12 @@
|
|
|
3624
3621
|
"--sectiondivider-md-description": "--text-secondary",
|
|
3625
3622
|
"--sectiondivider-md-eyebrow": "--text-tertiary",
|
|
3626
3623
|
"--sectiondivider-md-border": "--color-transparent",
|
|
3627
|
-
"--sectiondivider-md-title-outline-color": "transparent",
|
|
3628
3624
|
"--sectiondivider-md-hairline-color": "--border-brand-medium",
|
|
3629
3625
|
"--sectiondivider-sm-title-font-family": "--font-display",
|
|
3630
3626
|
"--sectiondivider-sm-title-font-weight": "--font-weight-medium",
|
|
3631
3627
|
"--sectiondivider-sm-title-font-size": "--font-size-3xl",
|
|
3632
3628
|
"--sectiondivider-sm-title-line-height": "--line-height-normal",
|
|
3633
3629
|
"--sectiondivider-sm-title-letter-spacing": "--letter-spacing-normal",
|
|
3634
|
-
"--sectiondivider-sm-title-outline-width": "--border-width-4",
|
|
3635
3630
|
"--sectiondivider-sm-description-font-family": "--font-sans",
|
|
3636
3631
|
"--sectiondivider-sm-description-font-weight": "--font-weight-medium",
|
|
3637
3632
|
"--sectiondivider-sm-description-font-size": "--font-size-5xl",
|
|
@@ -3653,7 +3648,6 @@
|
|
|
3653
3648
|
"--sectiondivider-sm-description": "--text-secondary",
|
|
3654
3649
|
"--sectiondivider-sm-eyebrow": "--text-tertiary",
|
|
3655
3650
|
"--sectiondivider-sm-border": "--color-transparent",
|
|
3656
|
-
"--sectiondivider-sm-title-outline-color": "transparent",
|
|
3657
3651
|
"--sectiondivider-sm-hairline-color": "color-mix(in srgb, var(--border-brand-medium) 50%, transparent)"
|
|
3658
3652
|
}
|
|
3659
3653
|
},
|
|
@@ -4094,5 +4088,5 @@
|
|
|
4094
4088
|
}
|
|
4095
4089
|
}
|
|
4096
4090
|
},
|
|
4097
|
-
"componentSchemaVersion":
|
|
4091
|
+
"componentSchemaVersion": 26
|
|
4098
4092
|
}
|
|
@@ -3514,7 +3514,6 @@
|
|
|
3514
3514
|
"--sectiondivider-lg-title-font-size": "--font-size-5xl",
|
|
3515
3515
|
"--sectiondivider-lg-title-line-height": "--line-height-normal",
|
|
3516
3516
|
"--sectiondivider-lg-title-letter-spacing": "--letter-spacing-normal",
|
|
3517
|
-
"--sectiondivider-lg-title-outline-width": "--border-width-4",
|
|
3518
3517
|
"--sectiondivider-lg-description-font-family": "--font-sans",
|
|
3519
3518
|
"--sectiondivider-lg-description-font-weight": "--font-weight-medium",
|
|
3520
3519
|
"--sectiondivider-lg-description-font-size": "--font-size-lg",
|
|
@@ -3536,14 +3535,12 @@
|
|
|
3536
3535
|
"--sectiondivider-lg-description": "--text-alternate",
|
|
3537
3536
|
"--sectiondivider-lg-eyebrow": "--text-brand",
|
|
3538
3537
|
"--sectiondivider-lg-border": "--color-transparent",
|
|
3539
|
-
"--sectiondivider-lg-title-outline-color": "transparent",
|
|
3540
3538
|
"--sectiondivider-lg-hairline-color": "--border-brand-medium",
|
|
3541
3539
|
"--sectiondivider-md-title-font-family": "--font-display",
|
|
3542
3540
|
"--sectiondivider-md-title-font-weight": "--font-weight-bold",
|
|
3543
3541
|
"--sectiondivider-md-title-font-size": "--font-size-4xl",
|
|
3544
3542
|
"--sectiondivider-md-title-line-height": "--line-height-normal",
|
|
3545
3543
|
"--sectiondivider-md-title-letter-spacing": "--letter-spacing-normal",
|
|
3546
|
-
"--sectiondivider-md-title-outline-width": "--border-width-4",
|
|
3547
3544
|
"--sectiondivider-md-description-font-family": "--font-sans",
|
|
3548
3545
|
"--sectiondivider-md-description-font-weight": "--font-weight-medium",
|
|
3549
3546
|
"--sectiondivider-md-description-font-size": "--font-size-lg",
|
|
@@ -3565,14 +3562,12 @@
|
|
|
3565
3562
|
"--sectiondivider-md-description": "--text-secondary",
|
|
3566
3563
|
"--sectiondivider-md-eyebrow": "--text-tertiary",
|
|
3567
3564
|
"--sectiondivider-md-border": "--color-transparent",
|
|
3568
|
-
"--sectiondivider-md-title-outline-color": "transparent",
|
|
3569
3565
|
"--sectiondivider-md-hairline-color": "--border-brand-medium",
|
|
3570
3566
|
"--sectiondivider-sm-title-font-family": "--font-display",
|
|
3571
3567
|
"--sectiondivider-sm-title-font-weight": "--font-weight-medium",
|
|
3572
3568
|
"--sectiondivider-sm-title-font-size": "--font-size-3xl",
|
|
3573
3569
|
"--sectiondivider-sm-title-line-height": "--line-height-normal",
|
|
3574
3570
|
"--sectiondivider-sm-title-letter-spacing": "--letter-spacing-normal",
|
|
3575
|
-
"--sectiondivider-sm-title-outline-width": "--border-width-4",
|
|
3576
3571
|
"--sectiondivider-sm-description-font-family": "--font-sans",
|
|
3577
3572
|
"--sectiondivider-sm-description-font-weight": "--font-weight-medium",
|
|
3578
3573
|
"--sectiondivider-sm-description-font-size": "--font-size-5xl",
|
|
@@ -3594,7 +3589,6 @@
|
|
|
3594
3589
|
"--sectiondivider-sm-description": "--text-secondary",
|
|
3595
3590
|
"--sectiondivider-sm-eyebrow": "--text-tertiary",
|
|
3596
3591
|
"--sectiondivider-sm-border": "--color-transparent",
|
|
3597
|
-
"--sectiondivider-sm-title-outline-color": "transparent",
|
|
3598
3592
|
"--sectiondivider-sm-hairline-color": "color-mix(in srgb, var(--border-brand-medium) 50%, transparent)"
|
|
3599
3593
|
}
|
|
3600
3594
|
},
|
|
@@ -4035,5 +4029,5 @@
|
|
|
4035
4029
|
}
|
|
4036
4030
|
}
|
|
4037
4031
|
},
|
|
4038
|
-
"componentSchemaVersion":
|
|
4032
|
+
"componentSchemaVersion": 26
|
|
4039
4033
|
}
|
|
@@ -3545,7 +3545,6 @@
|
|
|
3545
3545
|
"--sectiondivider-lg-title-font-size": "--font-size-5xl",
|
|
3546
3546
|
"--sectiondivider-lg-title-line-height": "--line-height-normal",
|
|
3547
3547
|
"--sectiondivider-lg-title-letter-spacing": "--letter-spacing-normal",
|
|
3548
|
-
"--sectiondivider-lg-title-outline-width": "--border-width-4",
|
|
3549
3548
|
"--sectiondivider-lg-description-font-family": "--font-sans",
|
|
3550
3549
|
"--sectiondivider-lg-description-font-weight": "--font-weight-medium",
|
|
3551
3550
|
"--sectiondivider-lg-description-font-size": "--font-size-lg",
|
|
@@ -3567,14 +3566,12 @@
|
|
|
3567
3566
|
"--sectiondivider-lg-description": "--text-alternate",
|
|
3568
3567
|
"--sectiondivider-lg-eyebrow": "--text-brand",
|
|
3569
3568
|
"--sectiondivider-lg-border": "--color-transparent",
|
|
3570
|
-
"--sectiondivider-lg-title-outline-color": "transparent",
|
|
3571
3569
|
"--sectiondivider-lg-hairline-color": "--border-brand-medium",
|
|
3572
3570
|
"--sectiondivider-md-title-font-family": "--font-display",
|
|
3573
3571
|
"--sectiondivider-md-title-font-weight": "--font-weight-bold",
|
|
3574
3572
|
"--sectiondivider-md-title-font-size": "--font-size-4xl",
|
|
3575
3573
|
"--sectiondivider-md-title-line-height": "--line-height-normal",
|
|
3576
3574
|
"--sectiondivider-md-title-letter-spacing": "--letter-spacing-normal",
|
|
3577
|
-
"--sectiondivider-md-title-outline-width": "--border-width-4",
|
|
3578
3575
|
"--sectiondivider-md-description-font-family": "--font-sans",
|
|
3579
3576
|
"--sectiondivider-md-description-font-weight": "--font-weight-medium",
|
|
3580
3577
|
"--sectiondivider-md-description-font-size": "--font-size-lg",
|
|
@@ -3596,14 +3593,12 @@
|
|
|
3596
3593
|
"--sectiondivider-md-description": "--text-secondary",
|
|
3597
3594
|
"--sectiondivider-md-eyebrow": "--text-tertiary",
|
|
3598
3595
|
"--sectiondivider-md-border": "--color-transparent",
|
|
3599
|
-
"--sectiondivider-md-title-outline-color": "transparent",
|
|
3600
3596
|
"--sectiondivider-md-hairline-color": "--border-brand-medium",
|
|
3601
3597
|
"--sectiondivider-sm-title-font-family": "--font-display",
|
|
3602
3598
|
"--sectiondivider-sm-title-font-weight": "--font-weight-medium",
|
|
3603
3599
|
"--sectiondivider-sm-title-font-size": "--font-size-3xl",
|
|
3604
3600
|
"--sectiondivider-sm-title-line-height": "--line-height-normal",
|
|
3605
3601
|
"--sectiondivider-sm-title-letter-spacing": "--letter-spacing-normal",
|
|
3606
|
-
"--sectiondivider-sm-title-outline-width": "--border-width-4",
|
|
3607
3602
|
"--sectiondivider-sm-description-font-family": "--font-sans",
|
|
3608
3603
|
"--sectiondivider-sm-description-font-weight": "--font-weight-medium",
|
|
3609
3604
|
"--sectiondivider-sm-description-font-size": "--font-size-5xl",
|
|
@@ -3625,7 +3620,6 @@
|
|
|
3625
3620
|
"--sectiondivider-sm-description": "--text-secondary",
|
|
3626
3621
|
"--sectiondivider-sm-eyebrow": "--text-tertiary",
|
|
3627
3622
|
"--sectiondivider-sm-border": "--color-transparent",
|
|
3628
|
-
"--sectiondivider-sm-title-outline-color": "transparent",
|
|
3629
3623
|
"--sectiondivider-sm-hairline-color": "color-mix(in srgb, var(--border-brand-medium) 50%, transparent)"
|
|
3630
3624
|
}
|
|
3631
3625
|
},
|
|
@@ -4066,5 +4060,5 @@
|
|
|
4066
4060
|
}
|
|
4067
4061
|
}
|
|
4068
4062
|
},
|
|
4069
|
-
"componentSchemaVersion":
|
|
4063
|
+
"componentSchemaVersion": 26
|
|
4070
4064
|
}
|
|
@@ -3528,7 +3528,6 @@
|
|
|
3528
3528
|
"--sectiondivider-lg-title-font-size": "--font-size-5xl",
|
|
3529
3529
|
"--sectiondivider-lg-title-line-height": "--line-height-normal",
|
|
3530
3530
|
"--sectiondivider-lg-title-letter-spacing": "--letter-spacing-normal",
|
|
3531
|
-
"--sectiondivider-lg-title-outline-width": "--border-width-4",
|
|
3532
3531
|
"--sectiondivider-lg-description-font-family": "--font-sans",
|
|
3533
3532
|
"--sectiondivider-lg-description-font-weight": "--font-weight-medium",
|
|
3534
3533
|
"--sectiondivider-lg-description-font-size": "--font-size-lg",
|
|
@@ -3550,14 +3549,12 @@
|
|
|
3550
3549
|
"--sectiondivider-lg-description": "--text-alternate",
|
|
3551
3550
|
"--sectiondivider-lg-eyebrow": "--text-brand",
|
|
3552
3551
|
"--sectiondivider-lg-border": "--color-transparent",
|
|
3553
|
-
"--sectiondivider-lg-title-outline-color": "transparent",
|
|
3554
3552
|
"--sectiondivider-lg-hairline-color": "--border-brand-medium",
|
|
3555
3553
|
"--sectiondivider-md-title-font-family": "--font-display",
|
|
3556
3554
|
"--sectiondivider-md-title-font-weight": "--font-weight-bold",
|
|
3557
3555
|
"--sectiondivider-md-title-font-size": "--font-size-4xl",
|
|
3558
3556
|
"--sectiondivider-md-title-line-height": "--line-height-normal",
|
|
3559
3557
|
"--sectiondivider-md-title-letter-spacing": "--letter-spacing-normal",
|
|
3560
|
-
"--sectiondivider-md-title-outline-width": "--border-width-4",
|
|
3561
3558
|
"--sectiondivider-md-description-font-family": "--font-sans",
|
|
3562
3559
|
"--sectiondivider-md-description-font-weight": "--font-weight-medium",
|
|
3563
3560
|
"--sectiondivider-md-description-font-size": "--font-size-lg",
|
|
@@ -3579,14 +3576,12 @@
|
|
|
3579
3576
|
"--sectiondivider-md-description": "--text-secondary",
|
|
3580
3577
|
"--sectiondivider-md-eyebrow": "--text-tertiary",
|
|
3581
3578
|
"--sectiondivider-md-border": "--color-transparent",
|
|
3582
|
-
"--sectiondivider-md-title-outline-color": "transparent",
|
|
3583
3579
|
"--sectiondivider-md-hairline-color": "--border-brand-medium",
|
|
3584
3580
|
"--sectiondivider-sm-title-font-family": "--font-display",
|
|
3585
3581
|
"--sectiondivider-sm-title-font-weight": "--font-weight-medium",
|
|
3586
3582
|
"--sectiondivider-sm-title-font-size": "--font-size-3xl",
|
|
3587
3583
|
"--sectiondivider-sm-title-line-height": "--line-height-normal",
|
|
3588
3584
|
"--sectiondivider-sm-title-letter-spacing": "--letter-spacing-normal",
|
|
3589
|
-
"--sectiondivider-sm-title-outline-width": "--border-width-4",
|
|
3590
3585
|
"--sectiondivider-sm-description-font-family": "--font-sans",
|
|
3591
3586
|
"--sectiondivider-sm-description-font-weight": "--font-weight-medium",
|
|
3592
3587
|
"--sectiondivider-sm-description-font-size": "--font-size-5xl",
|
|
@@ -3608,7 +3603,6 @@
|
|
|
3608
3603
|
"--sectiondivider-sm-description": "--text-secondary",
|
|
3609
3604
|
"--sectiondivider-sm-eyebrow": "--text-tertiary",
|
|
3610
3605
|
"--sectiondivider-sm-border": "--color-transparent",
|
|
3611
|
-
"--sectiondivider-sm-title-outline-color": "transparent",
|
|
3612
3606
|
"--sectiondivider-sm-hairline-color": "color-mix(in srgb, var(--border-brand-medium) 50%, transparent)"
|
|
3613
3607
|
}
|
|
3614
3608
|
},
|
|
@@ -4049,5 +4043,5 @@
|
|
|
4049
4043
|
}
|
|
4050
4044
|
}
|
|
4051
4045
|
},
|
|
4052
|
-
"componentSchemaVersion":
|
|
4046
|
+
"componentSchemaVersion": 26
|
|
4053
4047
|
}
|
|
@@ -3501,7 +3501,6 @@
|
|
|
3501
3501
|
"--sectiondivider-lg-title-font-size": "--font-size-5xl",
|
|
3502
3502
|
"--sectiondivider-lg-title-line-height": "--line-height-normal",
|
|
3503
3503
|
"--sectiondivider-lg-title-letter-spacing": "--letter-spacing-normal",
|
|
3504
|
-
"--sectiondivider-lg-title-outline-width": "--border-width-4",
|
|
3505
3504
|
"--sectiondivider-lg-description-font-family": "--font-sans",
|
|
3506
3505
|
"--sectiondivider-lg-description-font-weight": "--font-weight-medium",
|
|
3507
3506
|
"--sectiondivider-lg-description-font-size": "--font-size-lg",
|
|
@@ -3523,14 +3522,12 @@
|
|
|
3523
3522
|
"--sectiondivider-lg-description": "--text-alternate",
|
|
3524
3523
|
"--sectiondivider-lg-eyebrow": "--text-brand",
|
|
3525
3524
|
"--sectiondivider-lg-border": "--color-transparent",
|
|
3526
|
-
"--sectiondivider-lg-title-outline-color": "transparent",
|
|
3527
3525
|
"--sectiondivider-lg-hairline-color": "--border-brand-medium",
|
|
3528
3526
|
"--sectiondivider-md-title-font-family": "--font-display",
|
|
3529
3527
|
"--sectiondivider-md-title-font-weight": "--font-weight-bold",
|
|
3530
3528
|
"--sectiondivider-md-title-font-size": "--font-size-4xl",
|
|
3531
3529
|
"--sectiondivider-md-title-line-height": "--line-height-normal",
|
|
3532
3530
|
"--sectiondivider-md-title-letter-spacing": "--letter-spacing-normal",
|
|
3533
|
-
"--sectiondivider-md-title-outline-width": "--border-width-4",
|
|
3534
3531
|
"--sectiondivider-md-description-font-family": "--font-sans",
|
|
3535
3532
|
"--sectiondivider-md-description-font-weight": "--font-weight-medium",
|
|
3536
3533
|
"--sectiondivider-md-description-font-size": "--font-size-lg",
|
|
@@ -3552,14 +3549,12 @@
|
|
|
3552
3549
|
"--sectiondivider-md-description": "--text-secondary",
|
|
3553
3550
|
"--sectiondivider-md-eyebrow": "--text-tertiary",
|
|
3554
3551
|
"--sectiondivider-md-border": "--color-transparent",
|
|
3555
|
-
"--sectiondivider-md-title-outline-color": "transparent",
|
|
3556
3552
|
"--sectiondivider-md-hairline-color": "--border-brand-medium",
|
|
3557
3553
|
"--sectiondivider-sm-title-font-family": "--font-display",
|
|
3558
3554
|
"--sectiondivider-sm-title-font-weight": "--font-weight-medium",
|
|
3559
3555
|
"--sectiondivider-sm-title-font-size": "--font-size-3xl",
|
|
3560
3556
|
"--sectiondivider-sm-title-line-height": "--line-height-normal",
|
|
3561
3557
|
"--sectiondivider-sm-title-letter-spacing": "--letter-spacing-normal",
|
|
3562
|
-
"--sectiondivider-sm-title-outline-width": "--border-width-4",
|
|
3563
3558
|
"--sectiondivider-sm-description-font-family": "--font-sans",
|
|
3564
3559
|
"--sectiondivider-sm-description-font-weight": "--font-weight-medium",
|
|
3565
3560
|
"--sectiondivider-sm-description-font-size": "--font-size-5xl",
|
|
@@ -3581,7 +3576,6 @@
|
|
|
3581
3576
|
"--sectiondivider-sm-description": "--text-secondary",
|
|
3582
3577
|
"--sectiondivider-sm-eyebrow": "--text-tertiary",
|
|
3583
3578
|
"--sectiondivider-sm-border": "--color-transparent",
|
|
3584
|
-
"--sectiondivider-sm-title-outline-color": "transparent",
|
|
3585
3579
|
"--sectiondivider-sm-hairline-color": "color-mix(in srgb, var(--border-brand-medium) 50%, transparent)"
|
|
3586
3580
|
}
|
|
3587
3581
|
},
|
|
@@ -4022,5 +4016,5 @@
|
|
|
4022
4016
|
}
|
|
4023
4017
|
}
|
|
4024
4018
|
},
|
|
4025
|
-
"componentSchemaVersion":
|
|
4019
|
+
"componentSchemaVersion": 26
|
|
4026
4020
|
}
|
|
@@ -3553,7 +3553,6 @@
|
|
|
3553
3553
|
"--sectiondivider-lg-title-font-size": "--font-size-5xl",
|
|
3554
3554
|
"--sectiondivider-lg-title-line-height": "--line-height-normal",
|
|
3555
3555
|
"--sectiondivider-lg-title-letter-spacing": "--letter-spacing-normal",
|
|
3556
|
-
"--sectiondivider-lg-title-outline-width": "--border-width-4",
|
|
3557
3556
|
"--sectiondivider-lg-description-font-family": "--font-sans",
|
|
3558
3557
|
"--sectiondivider-lg-description-font-weight": "--font-weight-medium",
|
|
3559
3558
|
"--sectiondivider-lg-description-font-size": "--font-size-lg",
|
|
@@ -3575,14 +3574,12 @@
|
|
|
3575
3574
|
"--sectiondivider-lg-description": "--text-alternate",
|
|
3576
3575
|
"--sectiondivider-lg-eyebrow": "--text-brand",
|
|
3577
3576
|
"--sectiondivider-lg-border": "--color-transparent",
|
|
3578
|
-
"--sectiondivider-lg-title-outline-color": "transparent",
|
|
3579
3577
|
"--sectiondivider-lg-hairline-color": "--border-brand-medium",
|
|
3580
3578
|
"--sectiondivider-md-title-font-family": "--font-display",
|
|
3581
3579
|
"--sectiondivider-md-title-font-weight": "--font-weight-bold",
|
|
3582
3580
|
"--sectiondivider-md-title-font-size": "--font-size-4xl",
|
|
3583
3581
|
"--sectiondivider-md-title-line-height": "--line-height-normal",
|
|
3584
3582
|
"--sectiondivider-md-title-letter-spacing": "--letter-spacing-normal",
|
|
3585
|
-
"--sectiondivider-md-title-outline-width": "--border-width-4",
|
|
3586
3583
|
"--sectiondivider-md-description-font-family": "--font-sans",
|
|
3587
3584
|
"--sectiondivider-md-description-font-weight": "--font-weight-medium",
|
|
3588
3585
|
"--sectiondivider-md-description-font-size": "--font-size-lg",
|
|
@@ -3604,14 +3601,12 @@
|
|
|
3604
3601
|
"--sectiondivider-md-description": "--text-secondary",
|
|
3605
3602
|
"--sectiondivider-md-eyebrow": "--text-tertiary",
|
|
3606
3603
|
"--sectiondivider-md-border": "--color-transparent",
|
|
3607
|
-
"--sectiondivider-md-title-outline-color": "transparent",
|
|
3608
3604
|
"--sectiondivider-md-hairline-color": "--border-brand-medium",
|
|
3609
3605
|
"--sectiondivider-sm-title-font-family": "--font-display",
|
|
3610
3606
|
"--sectiondivider-sm-title-font-weight": "--font-weight-medium",
|
|
3611
3607
|
"--sectiondivider-sm-title-font-size": "--font-size-3xl",
|
|
3612
3608
|
"--sectiondivider-sm-title-line-height": "--line-height-normal",
|
|
3613
3609
|
"--sectiondivider-sm-title-letter-spacing": "--letter-spacing-normal",
|
|
3614
|
-
"--sectiondivider-sm-title-outline-width": "--border-width-4",
|
|
3615
3610
|
"--sectiondivider-sm-description-font-family": "--font-sans",
|
|
3616
3611
|
"--sectiondivider-sm-description-font-weight": "--font-weight-medium",
|
|
3617
3612
|
"--sectiondivider-sm-description-font-size": "--font-size-5xl",
|
|
@@ -3633,7 +3628,6 @@
|
|
|
3633
3628
|
"--sectiondivider-sm-description": "--text-secondary",
|
|
3634
3629
|
"--sectiondivider-sm-eyebrow": "--text-tertiary",
|
|
3635
3630
|
"--sectiondivider-sm-border": "--color-transparent",
|
|
3636
|
-
"--sectiondivider-sm-title-outline-color": "transparent",
|
|
3637
3631
|
"--sectiondivider-sm-hairline-color": "color-mix(in srgb, var(--border-brand-medium) 50%, transparent)"
|
|
3638
3632
|
}
|
|
3639
3633
|
},
|
|
@@ -4074,5 +4068,5 @@
|
|
|
4074
4068
|
}
|
|
4075
4069
|
}
|
|
4076
4070
|
},
|
|
4077
|
-
"componentSchemaVersion":
|
|
4071
|
+
"componentSchemaVersion": 26
|
|
4078
4072
|
}
|