-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
35 changed files
with
2,027 additions
and
1,872 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
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
coverage | ||
dist | ||
src/data/metadata/* | ||
jest.config.js |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"env": { | ||
"es6": true, | ||
"node": true | ||
}, | ||
"parser": "@typescript-eslint/parser", | ||
"plugins": [ | ||
"@typescript-eslint" | ||
], | ||
"parserOptions": { | ||
"project": "./tsconfig.json", | ||
"ecmaVersion": 6, | ||
"sourceType": "module" | ||
}, | ||
"extends": [ | ||
"devextreme/typescript" | ||
], | ||
"overrides": [ | ||
{ | ||
"files": ["tests/**/*.ts"], | ||
"extends": [ | ||
"devextreme/jest" | ||
], | ||
"parserOptions": { | ||
"project": "tests/tsconfig.json" | ||
} | ||
} | ||
] | ||
} |
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
98 changes: 49 additions & 49 deletions
98
themebuilder-scss/src/data/bootstrap-metadata/bootstrap-metadata.ts
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,66 +1,66 @@ | ||
export default { | ||
'base-font-family': '@font-family-sans-serif', | ||
'base-accent': '@brand-primary', | ||
'base-bg': '@body-bg', | ||
'base-text-color': '@text-color', | ||
'base-border-color': '@table-border-color', | ||
'base-font-family': '@font-family-sans-serif', | ||
'base-accent': '@brand-primary', | ||
'base-bg': '@body-bg', | ||
'base-text-color': '@text-color', | ||
'base-border-color': '@table-border-color', | ||
|
||
'base-border-radius': '@border-radius-base', | ||
'base-border-radius-large': '@border-radius-large', | ||
'base-border-radius-small': '@border-radius-small', | ||
'base-border-radius': '@border-radius-base', | ||
'base-border-radius-large': '@border-radius-large', | ||
'base-border-radius-small': '@border-radius-small', | ||
|
||
'base-success': '@brand-success', | ||
'base-warning': '@brand-warning', | ||
'base-danger': '@brand-danger', | ||
'base-success': '@brand-success', | ||
'base-warning': '@brand-warning', | ||
'base-danger': '@brand-danger', | ||
|
||
'base-link-color': '@link-color', | ||
'base-hover-color': '@table-bg-hover', | ||
'base-link-color': '@link-color', | ||
'base-hover-color': '@table-bg-hover', | ||
|
||
'button-normal-color': '@btn-default-color', | ||
'button-normal-bg': '@btn-default-bg', | ||
'button-normal-border-color': '@btn-default-border', | ||
'button-normal-color': '@btn-default-color', | ||
'button-normal-bg': '@btn-default-bg', | ||
'button-normal-border-color': '@btn-default-border', | ||
|
||
'button-default-color': '@btn-primary-color', | ||
'button-default-bg': '@btn-primary-bg', | ||
'button-default-border-color': '@btn-primary-border', | ||
'button-default-color': '@btn-primary-color', | ||
'button-default-bg': '@btn-primary-bg', | ||
'button-default-border-color': '@btn-primary-border', | ||
|
||
'button-success-color': '@btn-success-color', | ||
'button-success-bg': '@btn-success-bg', | ||
'button-success-border-color': '@btn-success-border', | ||
'button-success-color': '@btn-success-color', | ||
'button-success-bg': '@btn-success-bg', | ||
'button-success-border-color': '@btn-success-border', | ||
|
||
'button-danger-color': '@btn-danger-color', | ||
'button-danger-bg': '@btn-danger-bg', | ||
'button-danger-border-color': '@btn-danger-border', | ||
'button-danger-color': '@btn-danger-color', | ||
'button-danger-bg': '@btn-danger-bg', | ||
'button-danger-border-color': '@btn-danger-border', | ||
|
||
'button-border-radius': '@btn-border-radius-base', | ||
'button-border-radius': '@btn-border-radius-base', | ||
|
||
'texteditor-border-color': '@input-border', | ||
'texteditor-bg': '@input-bg', | ||
'texteditor-color': '@input-color', | ||
'texteditor-border-radius': '@input-border-radius', | ||
'texteditor-focused-border-color': '@input-border-focus', | ||
'texteditor-placeholder-color': '@input-color-placeholder', | ||
'texteditor-border-color': '@input-border', | ||
'texteditor-bg': '@input-bg', | ||
'texteditor-color': '@input-color', | ||
'texteditor-border-radius': '@input-border-radius', | ||
'texteditor-focused-border-color': '@input-border-focus', | ||
'texteditor-placeholder-color': '@input-color-placeholder', | ||
|
||
'pager-page-selected-bg': '@pagination-active-bg', | ||
'pager-page-selected-border-color': '@pagination-active-border', | ||
'pager-page-selected-color': '@pager-active-color', | ||
'pager-page-border-radius': '@pager-border-radius', | ||
'pager-page-selected-bg': '@pagination-active-bg', | ||
'pager-page-selected-border-color': '@pagination-active-border', | ||
'pager-page-selected-color': '@pager-active-color', | ||
'pager-page-border-radius': '@pager-border-radius', | ||
|
||
'tooltip-color': '@tooltip-color', | ||
'tooltip-bg': '@tooltip-bg', | ||
'tooltip-color': '@tooltip-color', | ||
'tooltip-bg': '@tooltip-bg', | ||
|
||
'overlay-content-bg': '@modal-content-bg', | ||
'overlay-border-color': '@modal-content-border-color', | ||
'overlay-content-bg': '@modal-content-bg', | ||
'overlay-border-color': '@modal-content-border-color', | ||
|
||
'progressbar-bg': '@progress-bg', | ||
'progressbar-border-color': '@progress-bar-color', | ||
'progressbar-range-bg': '@progress-bar-bg', | ||
'progressbar-bg': '@progress-bg', | ||
'progressbar-border-color': '@progress-bar-color', | ||
'progressbar-range-bg': '@progress-bar-bg', | ||
|
||
'list-border-color': '@list-group-border', | ||
'list-item-hover-bg': '@list-group-hover-bg', | ||
'list-item-selected-color': '@list-group-active-color', | ||
'list-item-selected-bg': '@list-group-active-bg', | ||
'list-border-color': '@list-group-border', | ||
'list-item-hover-bg': '@list-group-hover-bg', | ||
'list-item-selected-color': '@list-group-active-color', | ||
'list-item-selected-bg': '@list-group-active-bg', | ||
|
||
'badge-bg': '@badge-bg', | ||
'badge-color': '@badge-color' | ||
'badge-bg': '@badge-bg', | ||
'badge-color': '@badge-color', | ||
}; |
86 changes: 43 additions & 43 deletions
86
themebuilder-scss/src/data/bootstrap-metadata/bootstrap4-metadata.ts
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,60 +1,60 @@ | ||
export default { | ||
'base-font-family': '$font-family-sans-serif', | ||
'base-accent': '$primary', | ||
'base-bg': '$body-bg', | ||
'base-text-color': '$body-color', | ||
'base-border-color': '$table-border-color', | ||
'base-font-family': '$font-family-sans-serif', | ||
'base-accent': '$primary', | ||
'base-bg': '$body-bg', | ||
'base-text-color': '$body-color', | ||
'base-border-color': '$table-border-color', | ||
|
||
'base-border-radius': '$border-radius', | ||
'base-border-radius-large': '$border-radius-lg', | ||
'base-border-radius-small': '$border-radius-sm', | ||
'base-border-radius': '$border-radius', | ||
'base-border-radius-large': '$border-radius-lg', | ||
'base-border-radius-small': '$border-radius-sm', | ||
|
||
'base-success': '$success', | ||
'base-warning': '$warning', | ||
'base-danger': '$danger', | ||
'base-success': '$success', | ||
'base-warning': '$warning', | ||
'base-danger': '$danger', | ||
|
||
'base-link-color': '$link-color', | ||
'base-hover-color': '$table-hover-bg', | ||
'base-link-color': '$link-color', | ||
'base-hover-color': '$table-hover-bg', | ||
|
||
'button-normal-bg': '$light', | ||
'button-normal-border-color': '$light', | ||
'button-normal-bg': '$light', | ||
'button-normal-border-color': '$light', | ||
|
||
'button-default-bg': '$primary', | ||
'button-default-border-color': '$primary', | ||
'button-default-bg': '$primary', | ||
'button-default-border-color': '$primary', | ||
|
||
'button-success-bg': '$success', | ||
'button-success-border-color': '$success', | ||
'button-success-bg': '$success', | ||
'button-success-border-color': '$success', | ||
|
||
'button-danger-bg': '$danger', | ||
'button-danger-border-color': '$danger', | ||
'button-danger-bg': '$danger', | ||
'button-danger-border-color': '$danger', | ||
|
||
'button-border-radius': '$btn-border-radius', | ||
'button-border-radius': '$btn-border-radius', | ||
|
||
'texteditor-border-color': '$input-border-color', | ||
'texteditor-bg': '$input-bg', | ||
'texteditor-color': '$input-color', | ||
'texteditor-border-radius': '$input-border-radius', | ||
'texteditor-focused-border-color': '$input-focus-border-color', | ||
'texteditor-placeholder-color': '$input-placeholder-color', | ||
'texteditor-border-color': '$input-border-color', | ||
'texteditor-bg': '$input-bg', | ||
'texteditor-color': '$input-color', | ||
'texteditor-border-radius': '$input-border-radius', | ||
'texteditor-focused-border-color': '$input-focus-border-color', | ||
'texteditor-placeholder-color': '$input-placeholder-color', | ||
|
||
'pager-page-selected-bg': '$pagination-active-bg', | ||
'pager-page-selected-border-color': '$pagination-active-border-color', | ||
'pager-page-selected-color': '$pagination-active-color', | ||
'pager-page-selected-bg': '$pagination-active-bg', | ||
'pager-page-selected-border-color': '$pagination-active-border-color', | ||
'pager-page-selected-color': '$pagination-active-color', | ||
|
||
'tooltip-color': '$tooltip-color', | ||
'tooltip-bg': '$tooltip-bg', | ||
'tooltip-color': '$tooltip-color', | ||
'tooltip-bg': '$tooltip-bg', | ||
|
||
'overlay-content-bg': '$modal-content-bg', | ||
'overlay-border-color': '$modal-content-border-color', | ||
'overlay-content-bg': '$modal-content-bg', | ||
'overlay-border-color': '$modal-content-border-color', | ||
|
||
'progressbar-bg': '$progress-bg', | ||
'progressbar-border-color': '$progress-bar-color', | ||
'progressbar-range-bg': '$progress-bar-bg', | ||
'progressbar-bg': '$progress-bg', | ||
'progressbar-border-color': '$progress-bar-color', | ||
'progressbar-range-bg': '$progress-bar-bg', | ||
|
||
'list-border-color': '$list-group-border-color', | ||
'list-item-hover-bg': '$list-group-hover-bg', | ||
'list-item-selected-color': '$list-group-active-color', | ||
'list-item-selected-bg': '$list-group-active-bg', | ||
'list-border-color': '$list-group-border-color', | ||
'list-item-hover-bg': '$list-group-hover-bg', | ||
'list-item-selected-color': '$list-group-active-color', | ||
'list-item-selected-bg': '$list-group-active-bg', | ||
|
||
'badge-bg': '$primary' | ||
'badge-bg': '$primary', | ||
}; |
Oops, something went wrong.