Skip to content
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

Tokens #2791

Merged
merged 43 commits into from
Jan 7, 2025
Merged

Tokens #2791

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
3a558c9
feat(utils/sui-tokens): first attempt
andresin87 Nov 29, 2024
c1f15d1
feat(utils/sui-tokens): lint
andresin87 Dec 3, 2024
0e65381
feat(utils/sui-tokens): new beta
andresin87 Dec 3, 2024
d88c291
feat(utils/sui-tokens): module
andresin87 Dec 3, 2024
6f49ed0
feat(utils/sui-tokens): again
andresin87 Dec 4, 2024
a6e4d48
feat(utils/sui-tokens): minor schema sructure
andresin87 Dec 11, 2024
4eac9c7
feat(utils/sui-tokens): different output formats
andresin87 Dec 16, 2024
5187c9d
feat(utils/sui-theme): add sui-tokens package
andresin87 Dec 16, 2024
73d5cbb
feat(utils/sui-tokens): last beta bump
andresin87 Dec 16, 2024
af66476
fix(utils/sui-tokens): map correct color primitives
andresin87 Dec 17, 2024
52a28e7
feat(utils/sui-tokens): bump
andresin87 Dec 17, 2024
dda2f03
fix(utils/sui-tokens): minor template changes
andresin87 Dec 17, 2024
65fe24d
fix(utils/sui-tokens): templace spacing
andresin87 Dec 17, 2024
212a183
feat(utils/sui-tokens): bump
andresin87 Dec 17, 2024
94fd903
feat(utils/sui-theme): minor changes
andresin87 Dec 17, 2024
97b63a8
fix(utils/sui-tokens): bad structure composition
andresin87 Dec 17, 2024
40ca910
feat(utils/sui-tokens): bump
andresin87 Dec 17, 2024
5779e64
feat(utils/sui-tokens): new way to template tokens
andresin87 Dec 18, 2024
afbd2dd
feat(utils/sui-tokens): bump
andresin87 Dec 18, 2024
e6b9336
feat(utils/sui-tokens): add defualt key to tokens
andresin87 Dec 18, 2024
ccc2600
fix(utils/sui-tokens): minor changes
andresin87 Dec 18, 2024
31f6e94
feat(components/atom/helpText): styling fixes
andresin87 Dec 18, 2024
3b3b6d4
fix(components/atom/validationText): styling fixes
andresin87 Dec 18, 2024
03bfba1
chore(Root): themes imports
andresin87 Dec 18, 2024
1f26d2c
feat(utils/sui-tokens): solve minor improvemnts
andresin87 Dec 19, 2024
905e4ce
fix(utils/sui-theme): opacity native functionality
andresin87 Dec 19, 2024
e5a9d62
feat(utils/sui-tokens): set poper dependencies
andresin87 Dec 20, 2024
b11f5e7
fix(utils/sui-tokens): change dependencies
andresin87 Dec 20, 2024
580651a
fix(utils/sui-tokens): export types able to be imported by external p…
andresin87 Dec 20, 2024
f31eb22
fix(utils/sui-tokens): mode schema available
andresin87 Dec 23, 2024
3200b47
chore(Root): modify themes+
andresin87 Dec 23, 2024
435bc13
feat(utils/sui-theme): use native mix
andresin87 Dec 23, 2024
dc7b57a
fix(utils/sui-tokens): bump
andresin87 Dec 23, 2024
44ba19b
feat(utils/sui-tokens): config file structure
andresin87 Jan 2, 2025
13a467b
fix(Root): remove unnecesary tokens scss files
andresin87 Jan 2, 2025
5dc4cc3
chore(utils/sui-theme): remove unnecesary file included
andresin87 Jan 2, 2025
83c3b8b
fix(utils/sui-tokens): ts errors fixed
andresin87 Jan 2, 2025
4562c58
chore(utils/sui-theme): rmeove unnecesary changes
andresin87 Jan 2, 2025
90b67cf
chore(Root): lint
andresin87 Jan 3, 2025
f867676
feat(utils/sui-tokens): add primitives export flag
andresin87 Jan 3, 2025
b54d4fc
chore(Root): revert some changes
andresin87 Jan 3, 2025
9abdee1
chore(utils/sui-tokens): prepare the package for launch
andresin87 Jan 3, 2025
07f3c6f
chore(Root): lock file
andresin87 Jan 7, 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
1 change: 0 additions & 1 deletion components/atom/helpText/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import '~@s-ui/theme/lib/settings';
@import '~@s-ui/theme/lib/index';

@import './styles/settings.scss';
Expand Down
1 change: 0 additions & 1 deletion components/atom/validationText/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import '~@s-ui/theme/lib/settings';
@import '~@s-ui/theme/lib/index';

@import './styles/settings.scss';
Expand Down
Loading
Loading