mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
- Updates the token interface to accept a numeric scale. - Updates the base tokens to use the new interface. - Adds tokens for the `ionic` theme based on the existing design tokens. - Excludes certain keys (`enabled`, `rippleEffect`, `formHighlight`) from the generated CSS variables. - Removes the `--background` and `--ion-background-color` from the global `ionic` theme overrides, allowing it to use the dark palette. - Removes the different Ionic colors from the `ionic` theme, ensuring all of the themes use the same named (primary, secondary, etc.) colors. - Updates the testing script to pull in the tokens based on the theme & palette passed to the URL. - Adds a new npm script, `build.themes`, to generate the theme files. --------- Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
98 lines
1.5 KiB
Plaintext
98 lines
1.5 KiB
Plaintext
*~
|
|
*.sw[mnpcod]
|
|
*.log
|
|
*.lock
|
|
*.tmp
|
|
*.tmp.*
|
|
log.txt
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.tgz
|
|
|
|
.idea/
|
|
.vscode/
|
|
.sass-cache/
|
|
.versions/
|
|
coverage/
|
|
collection/
|
|
dist/
|
|
dist-transpiled/
|
|
node_modules/
|
|
tmp/
|
|
temp/
|
|
core/theme-builder/
|
|
core/test-components/
|
|
core/css/
|
|
core/themes/
|
|
$RECYCLE.BIN/
|
|
|
|
.DS_Store
|
|
Thumbs.db
|
|
UserInterfaceState.xcuserstate
|
|
.env
|
|
|
|
.package.tmp.json
|
|
|
|
src/themes/version.scss
|
|
scripts/e2e/webpackEntryPoints.json
|
|
scripts/build/e2e-generated-tsconfig.json
|
|
*.css.ts
|
|
|
|
stats.json
|
|
|
|
# demo stuff
|
|
demos/node_modules
|
|
demos/polyfills
|
|
demos/css
|
|
demos/fonts
|
|
demos/src/**/*.js
|
|
demos/src/**/*.map
|
|
demos/src/**/*.ngfactory.ts
|
|
demos/src/**/*.d.ts
|
|
demos/src/**/*.metadata.json
|
|
demos/src/**/*.css.shim.ts
|
|
prerender.html
|
|
prerender-domino.html
|
|
prerender-hydrated.html
|
|
prerender-static.html
|
|
|
|
# stencil
|
|
packages/react/css/
|
|
packages/vue/css/
|
|
core/components/
|
|
core/css/
|
|
core/hydrate/
|
|
core/loader/
|
|
core/www/
|
|
.stencil/
|
|
|
|
# playwright
|
|
core/test-results/
|
|
core/playwright-report/
|
|
|
|
# ground truths generated outside of docker should not be committed to the repo
|
|
core/**/*-snapshots/*
|
|
|
|
# new ground truths should only be generated inside of docker which will result in -linux.png screenshots
|
|
!core/**/*-snapshots/*-linux.png
|
|
|
|
# these files are going to be different per-developer environment so do not add them to the repo
|
|
core/docker-display.txt
|
|
core/docker-display-volume.txt
|
|
|
|
# angular
|
|
packages/angular/css/
|
|
packages/angular/test/build/
|
|
.angular/
|
|
|
|
# vue
|
|
packages/vue/test/build/
|
|
|
|
# react
|
|
packages/react/test/build/
|
|
|
|
# react router
|
|
packages/react-router/test/build/
|
|
|
|
.npmrc
|