Skip to content

Commit e2fe78c

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 e2fe78c

File tree

243 files changed

+749
-328967
lines changed

Some content is hidden

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

243 files changed

+749
-328967
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/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require("@spectrum-css/component-builder");
1+
module.exports = require("@spectrum-css/component-builder-simple");

0 commit comments

Comments
 (0)