Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
53afc31
add new dependencies
BenOsodrac Sep 4, 2025
3282d87
migrate tokens scripts to esmodules logic
BenOsodrac Sep 2, 2025
327b7d4
update tokens scripts to mjs
BenOsodrac Sep 2, 2025
68ba103
update tokens with new --token prefix
BenOsodrac Sep 2, 2025
41e0b3d
updated tokens usages
BenOsodrac Sep 2, 2025
dae2251
fix lint
BenOsodrac Sep 2, 2025
407c54d
chore(): add updated snapshots
Ionitron Sep 4, 2025
bc72363
change classes prefix
BenOsodrac Sep 4, 2025
7e5d258
Revert "chore(): add updated snapshots"
BenOsodrac Sep 4, 2025
5c96939
separates prefixes
BenOsodrac Sep 4, 2025
ad3bc6b
chore(): add updated snapshots
Ionitron Sep 4, 2025
807370d
fix custom header
BenOsodrac Sep 4, 2025
17da822
chore(): add updated snapshots
Ionitron Sep 4, 2025
567e185
update prefix to only affect css variables fallbacks
BenOsodrac Sep 5, 2025
984e156
replaced usages
BenOsodrac Sep 5, 2025
94fb30f
reviewed typography fonts used
BenOsodrac Sep 5, 2025
cdda5ce
chore(): add updated snapshots
Ionitron Sep 5, 2025
999ace5
chore(): add updated snapshots
Ionitron Sep 5, 2025
98c501d
chore(): add updated snapshots
Ionitron Sep 5, 2025
dbac9ef
Revert "chore(): add updated snapshots"
BenOsodrac Sep 5, 2025
4947ee2
fix snapshots issues
BenOsodrac Sep 5, 2025
746e9d9
Revert "chore(): add updated snapshots"
BenOsodrac Sep 5, 2025
a915314
remove udpated snapshots
BenOsodrac Sep 5, 2025
efac1be
chore(): add updated snapshots
Ionitron Sep 5, 2025
febf873
chore(): add updated snapshots
Ionitron Sep 5, 2025
aeaf8f8
chore(): add updated snapshots
Ionitron Sep 5, 2025
42d69ee
Revert "chore(): add updated snapshots"
BenOsodrac Sep 5, 2025
3cce177
Revert "chore(): add updated snapshots"
BenOsodrac Sep 5, 2025
b9ca5e6
Revert "chore(): add updated snapshots"
BenOsodrac Sep 5, 2025
b8a0e07
Revert "remove udpated snapshots"
BenOsodrac Sep 5, 2025
c408ee5
Revert "chore(): add updated snapshots"
BenOsodrac Sep 5, 2025
ef3be63
chore(): add updated snapshots
Ionitron Sep 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
951 changes: 536 additions & 415 deletions core/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
"fs-extra": "^9.0.1",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"outsystems-design-tokens": "^1.3.0",
"outsystems-design-tokens": "^1.3.2",
"prettier": "^2.8.8",
"rollup": "^2.26.4",
"sass": "^1.33.0",
"serve": "^14.0.1",
"style-dictionary": "^4.1.3",
"style-dictionary": "^5.0.0",
"stylelint": "^13.13.1",
"stylelint-order": "^4.1.0"
},
Expand All @@ -80,7 +80,7 @@
"build.css": "npm run css.sass && npm run css.minify",
"build.debug": "npm run clean && stencil build --debug",
"build.docs.json": "stencil build --docs-json dist/docs.json",
"build.tokens": "npx build.tokens --config scripts/tokens/index.js && npm run prettier.tokens",
"build.tokens": "npx build.tokens --config scripts/tokens/index.mjs && npm run prettier.tokens",
"clean": "node scripts/clean.js",
"css.minify": "cleancss -O2 -o ./css/ionic.bundle.css ./css/ionic.bundle.css",
"css.sass": "sass --embed-sources --style compressed src/css:./css",
Expand Down
201 changes: 0 additions & 201 deletions core/scripts/tokens/index.js

This file was deleted.

Loading
Loading