Skip to content

Commit 19e64c2

Browse files
committed
feat!: deprecate vars and expressvars from monorepo structure
BREAKING CHANGE: Removing the vars and expressvars packages - This does not prevent downstream users from consuming the packages at their currently published tag but as no future updates are planned they no longer need to exist in the repository.
1 parent 57d5c3e commit 19e64c2

File tree

239 files changed

+290
-328713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+290
-328713
lines changed

.prettierignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@
44
**/node_modules
55

66
components/*/dist
7-
components/expressvars/custom.css
8-
components/expressvars/css/**/*.css
9-
components/vars/css/**/*.css
10-
components/vars/custom.css
117
components/tokens/custom-*/*.css
128
tools/preview/storybook-static/**
139
generator
1410
dist
15-
template.hbs
11+
*.hbs
1612

1713
site/includes/*.js
1814

.stylelintignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
components/**/*-generated.css
22
components/tokens/*
3-
components/vars/*
4-
components/express/*
5-
components/expressvars/*
63
components/site/*

components/assetcard/metadata/mods.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
| Modifiable Custom Properties |
2+
| ----------------------------------------------- |
3+
| `--mod-assetcard-content-font-family` |
4+
| `--mod-assetcard-content-font-size` |
5+
| `--mod-assetcard-content-font-style` |
6+
| `--mod-assetcard-content-font-weight` |
7+
| `--mod-assetcard-content-letter-spacing` |
8+
| `--mod-assetcard-content-line-height` |
9+
| `--mod-assetcard-header-content-font-family` |
10+
| `--mod-assetcard-header-content-font-size` |
11+
| `--mod-assetcard-header-content-font-style` |
12+
| `--mod-assetcard-header-content-font-weight` |
13+
| `--mod-assetcard-header-content-letter-spacing` |
14+
| `--mod-assetcard-header-content-line-height` |
15+
| `--mod-assetcard-header-content-text-color` |
16+
| `--mod-assetcard-header-text-color` |
17+
| `--mod-assetcard-title-font-family` |
18+
| `--mod-assetcard-title-font-size` |
19+
| `--mod-assetcard-title-font-style` |
20+
| `--mod-assetcard-title-font-weight` |
21+
| `--mod-assetcard-title-letter-spacing` |
22+
| `--mod-assetcard-title-line-height` |

components/assetcard/stories/template.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { useArgs } from "@storybook/client-api";
77

88
import { Template as Checkbox } from "@spectrum-css/checkbox/stories/template.js";
99

10+
import "@spectrum-css/typography";
11+
1012
import "../index.css";
1113

1214
export const Template = ({

components/coachmark/stories/template.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { classMap } from "lit/directives/class-map.js";
44

55
import { Template as Button } from "@spectrum-css/button/stories/template.js";
66

7+
import "@spectrum-css/typography";
8+
79
import "../index.css";
810
import "../skin.css";
911

@@ -21,7 +23,7 @@ export const Template = ({
2123
[`${rootClass}Indicator--quiet`]: isQuiet,
2224
[`${rootClass}Indicator--${variant}`]: typeof variant !== "undefined",
2325
})}
24-
style="display: inline-block;vertical-align: top;"
26+
style="display:inline-block;vertical-align: top;"
2527
>
2628
<div class="${rootClass}Indicator-ring"></div>
2729
<div class="${rootClass}Indicator-ring"></div>

0 commit comments

Comments
 (0)