-
Notifications
You must be signed in to change notification settings - Fork 201
build: component builder packages clean-up unused plugins; move bundle-builder to documentation package #2381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File metricsSummaryTotal size: 9.73 MB*
Detailsaccordion
actionbar
actionbutton
actiongroup
alertbanner
alertdialog
asset
assetcard
assetlist
avatar
badge
breadcrumb
button
buttongroup
calendar
card
checkbox
clearbutton
closebutton
coachindicator
coachmark
colorarea
colorhandle
colorloupe
colorslider
combobox
contextualhelp
cyclebutton
datepicker
dial
dialog
divider
dropindicator
dropzone
fieldgroup
fieldlabel
floatingactionbutton
helptext
icon
illustratedmessage
infieldbutton
inlinealert
link
logicbutton
menu
miller
modal
opacitycheckerboard
page
pagination
picker
pickerbutton
popover
progressbar
progresscircle
radio
rating
search
searchwithin
sidenav
site
slider
splitbutton
splitview
statuslight
steplist
stepper
swatch
swatchgroup
switch
table
tabs
tag
taggroup
textfield
thumbnail
toast
tooltip
tray
treeview
typography
underlay
well
tokens
* Results are not gzipped or minified. * An ASCII character in UTF-8 is 8 bits or 1 byte. |
🚀 Deployed on https://pr-2381--spectrum-css.netlify.app |
e55c503
to
083a006
Compare
8933ded
to
7569974
Compare
0dcb6b9
to
56a3243
Compare
e5ffcb4
to
286fbb1
Compare
8b3f5b5
to
79cfd31
Compare
0fd3bd3
to
96b4b2c
Compare
96b4b2c
to
352e9e7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Migrating fully from
gulp
-based scripts to vanilla node scripts.error ava@6.1.0: The engine "node" is incompatible with this module. Expected version "^18.18 || ^20.8 || ^21". Got "18.16.0"
)Tokens
Component builder
tasks/component-builder.js
scriptSite
site/dist
instead of being built at the root (updates made to CI)Plugins
postcss-vars-only
: migrated fromtools/component-builder/css/plugins/postcss-varsonly
, updated to support v8postcss-varfallback
(unused)postcss-transformselectors
(unused)postcss-splitinator
: updated to support v8postcss-remapvars
(unused)postcss-dropunusedvars
(unused)legacy-postcss-dropunusedvars
(unused)postcss-droproot
(unused)postcss-dropdupedvars
(unused)legacy-postcss-dropdupedvars
(unused)postcss-custom-properties-mapping
: migrated fromtools/component-builder/css/plugins
; updated to support v8postcss-combininator
: updated to support v8How and where has this been tested?
To-do list