-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(caldera-online-themes): Update themes and deps
- Loading branch information
1 parent
9880d05
commit c13184c
Showing
12 changed files
with
2,734 additions
and
2,574 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
import { generate } from '@salutejs/data-themes'; | ||
import { generate } from '@salutejs/core-themes'; | ||
|
||
generate(['caldera_online'], 'mage'); | ||
generate([ | ||
{ | ||
name: 'caldera_online', | ||
version: 'latest', | ||
}, | ||
]); |
871 changes: 0 additions & 871 deletions
871
packages/themes/caldera-online-themes/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
723 changes: 398 additions & 325 deletions
723
packages/themes/caldera-online-themes/src/css/caldera_online.module.css
Large diffs are not rendered by default.
Oops, something went wrong.
218 changes: 135 additions & 83 deletions
218
packages/themes/caldera-online-themes/src/css/caldera_online__dark.css
Large diffs are not rendered by default.
Oops, something went wrong.
188 changes: 120 additions & 68 deletions
188
packages/themes/caldera-online-themes/src/css/caldera_online__light.css
Large diffs are not rendered by default.
Oops, something went wrong.
219 changes: 135 additions & 84 deletions
219
packages/themes/caldera-online-themes/src/themes/caldera_online__dark.ts
Large diffs are not rendered by default.
Oops, something went wrong.
189 changes: 120 additions & 69 deletions
189
packages/themes/caldera-online-themes/src/themes/caldera_online__light.ts
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Generated by robots, do not change this manually! | ||
|
||
export { caldera_online__light } from './caldera_online__light'; | ||
export { caldera_online__dark } from './caldera_online__dark'; | ||
export { caldera_online__light } from './caldera_online__light'; |
715 changes: 597 additions & 118 deletions
715
packages/themes/caldera-online-themes/src/tokens/caldera_online/index.ts
Large diffs are not rendered by default.
Oops, something went wrong.
2,166 changes: 1,219 additions & 947 deletions
2,166
packages/themes/caldera-online-themes/src/tokens/index.ts
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,5 @@ | |
"rootDir": "./src" | ||
}, | ||
"include": ["./src"], | ||
"exclude": ["./data"] | ||
"exclude": [] | ||
} |