Skip to content
Merged
Show file tree
Hide file tree
Changes from 55 commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
3f7d943
add new tokens repo reference and removed old files
BenOsodrac Oct 14, 2024
0f19055
fixed shadow values
BenOsodrac Oct 14, 2024
e460300
cleaned up index script code
BenOsodrac Oct 14, 2024
0bd1060
add outsystems-tokens package dependency
BenOsodrac Oct 15, 2024
e63b3d1
fixed script to run prettier
BenOsodrac Oct 15, 2024
d6209e6
updated readme
BenOsodrac Oct 16, 2024
f2d951a
fixed prefix on token generation
BenOsodrac Oct 16, 2024
ea5cd8c
replaced all tokens with new versions
BenOsodrac Oct 16, 2024
e87fa79
fixed toast token
BenOsodrac Oct 17, 2024
2000940
Merge branch 'next' into ROU-10946
BenOsodrac Oct 17, 2024
ae4537b
merged and fixed from next
BenOsodrac Oct 17, 2024
62d54bb
fixed radius full token
BenOsodrac Oct 17, 2024
b50a37b
script syntax
BenOsodrac Oct 17, 2024
49aec46
fix disabled mixin
BenOsodrac Oct 17, 2024
989294a
fixed border-style token
BenOsodrac Oct 17, 2024
8392397
update typography test classes
BenOsodrac Oct 17, 2024
b945f85
update snapshots with minimal changes
BenOsodrac Oct 17, 2024
01cffaa
fixed toast button style
BenOsodrac Oct 17, 2024
15b0690
update font-weight snapshots
BenOsodrac Oct 18, 2024
9eb7a06
fix item focus
BenOsodrac Oct 18, 2024
8ba7a07
update weight snapshots
BenOsodrac Oct 18, 2024
b14db4a
update list font weight changes
BenOsodrac Oct 18, 2024
8e31ed5
fixed chacbox disabled status
BenOsodrac Oct 18, 2024
22ff5bd
rempve border-input-focus token
BenOsodrac Oct 18, 2024
1b62df3
change input default focus
BenOsodrac Oct 18, 2024
9105fe2
change focus to default
BenOsodrac Oct 18, 2024
58b4435
updated ReadMe file
BenOsodrac Oct 18, 2024
db5c32d
updated example
BenOsodrac Oct 18, 2024
b0c3092
removed utility-class
BenOsodrac Oct 18, 2024
c280915
prettier
BenOsodrac Oct 18, 2024
0eaea31
updated neutral-100 value
BenOsodrac Oct 18, 2024
26d268c
update tokens package version
BenOsodrac Oct 18, 2024
ea2cec8
upload new variables with new token values
BenOsodrac Oct 18, 2024
7e5acf2
update typography snapshots
BenOsodrac Oct 18, 2024
20044b5
fix toast button font-size
BenOsodrac Oct 18, 2024
2550ec2
lint fix
BenOsodrac Oct 18, 2024
6ca0d48
chore(): add updated snapshots
Ionitron Oct 18, 2024
39d2fe6
Merge branch 'next' into ROU-10946
BenOsodrac Oct 18, 2024
092821a
update toast shape tokens
BenOsodrac Oct 18, 2024
d75ea39
changed tokens to dev dependency
BenOsodrac Oct 22, 2024
e5879fa
Merge branch 'next' into ROU-10946
BenOsodrac Oct 22, 2024
70f3dfd
updated modal snpashots after merge
BenOsodrac Oct 22, 2024
c47fa0a
fixed typography test html
BenOsodrac Oct 23, 2024
874cc94
Merge branch 'next' into ROU-10946
BenOsodrac Oct 23, 2024
fe811a6
update snapshots
BenOsodrac Oct 23, 2024
c93c985
fix font-family on ionic tests
BenOsodrac Oct 24, 2024
95dec25
updated snapshots
BenOsodrac Oct 24, 2024
e760329
updated typography snapshot
BenOsodrac Oct 24, 2024
4cfd760
chore(): add updated snapshots
Ionitron Oct 24, 2024
4f750a7
update badge snapshots
BenOsodrac Oct 24, 2024
d11122c
update css for testing to account for md mode
BenOsodrac Oct 24, 2024
b43fdb9
update badge snapshots
BenOsodrac Oct 24, 2024
c043880
update snapshots with correct font family
BenOsodrac Oct 24, 2024
c9fe8c8
chore(): add updated snapshots
Ionitron Oct 24, 2024
6c2735b
Update core/src/foundations/README.md
BenOsodrac Oct 28, 2024
4d7dc43
Update core/scripts/tokens/index.js
BenOsodrac Oct 28, 2024
4cb2891
Update core/scripts/tokens/utils.js
BenOsodrac Oct 28, 2024
e60e212
Update core/src/foundations/README.md
BenOsodrac Oct 28, 2024
5c1d838
Update core/src/foundations/README.md
BenOsodrac Oct 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,470 changes: 1,131 additions & 339 deletions core/package-lock.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,21 @@
"fs-extra": "^9.0.1",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"outsystems-design-tokens": "^1.0.1",
"prettier": "^2.8.8",
"rollup": "^2.26.4",
"sass": "^1.33.0",
"serve": "^14.0.1",
"style-dictionary": "^3.9.2",
"style-dictionary": "^4.1.3",
"stylelint": "^13.13.1",
"stylelint-order": "^4.1.0"
},
"scripts": {
"build": "npm run clean && npm run build.tokens && npm run build.css && stencil build --es5 --docs-json dist/docs.json",
"build": "npm run clean && npm run build.css && stencil build --es5 --docs-json dist/docs.json",
"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": "node ./scripts/tokens/index.js && npm run lint.fix && npm run prettier.tokens",
"build.tokens": "npx build.tokens --config scripts/tokens/index.js && 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
9 changes: 8 additions & 1 deletion core/scripts/testing/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading