Skip to content

Commit 35a11ed

Browse files
committed
Merge branch 'next' into ROU-11259
2 parents 7902bc2 + a5a7bee commit 35a11ed

File tree

477 files changed

+6215
-9349
lines changed

Some content is hidden

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

477 files changed

+6215
-9349
lines changed

core/package-lock.json

Lines changed: 1131 additions & 339 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,21 @@
6666
"fs-extra": "^9.0.1",
6767
"jest": "^29.7.0",
6868
"jest-cli": "^29.7.0",
69+
"outsystems-design-tokens": "^1.0.1",
6970
"prettier": "^2.8.8",
7071
"rollup": "^2.26.4",
7172
"sass": "^1.33.0",
7273
"serve": "^14.0.1",
73-
"style-dictionary": "^3.9.2",
74+
"style-dictionary": "^4.1.3",
7475
"stylelint": "^13.13.1",
7576
"stylelint-order": "^4.1.0"
7677
},
7778
"scripts": {
78-
"build": "npm run clean && npm run build.tokens && npm run build.css && stencil build --es5 --docs-json dist/docs.json",
79+
"build": "npm run clean && npm run build.css && stencil build --es5 --docs-json dist/docs.json",
7980
"build.css": "npm run css.sass && npm run css.minify",
8081
"build.debug": "npm run clean && stencil build --debug",
8182
"build.docs.json": "stencil build --docs-json dist/docs.json",
82-
"build.tokens": "node ./scripts/tokens/index.js && npm run lint.fix && npm run prettier.tokens",
83+
"build.tokens": "npx build.tokens --config scripts/tokens/index.js && npm run prettier.tokens",
8384
"clean": "node scripts/clean.js",
8485
"css.minify": "cleancss -O2 -o ./css/ionic.bundle.css ./css/ionic.bundle.css",
8586
"css.sass": "sass --embed-sources --style compressed src/css:./css",

core/scripts/testing/styles.css

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)