@synergy-design-system/metadata 3.8.0 → 3.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/data/core/component/component:syn-chart.json +181 -0
- package/data/core/setup/setup:angular-components-module.json +1 -1
- package/data/core/setup/setup:angular-forms-module.json +1 -1
- package/data/core/setup/setup:angular-package.json +2 -2
- package/data/core/setup/setup:angular-validators-module.json +1 -1
- package/data/core/setup/setup:components-package.json +2 -2
- package/data/core/setup/setup:react-package.json +2 -2
- package/data/core/setup/setup:tokens-package.json +10 -2
- package/data/core/setup/setup:vue-package.json +2 -2
- package/data/core/token/token:tokens-charts-js-index-d-ts.json +31 -0
- package/data/core/token/token:tokens-charts-js-index-js.json +31 -0
- package/data/core/token/token:tokens-charts-scss-tokens-scss.json +31 -0
- package/data/core/token/token:tokens-charts-themes-sick2025-dark-css.json +32 -0
- package/data/core/token/token:tokens-charts-themes-sick2025-light-css.json +32 -0
- package/data/core/token/token:tokens-figma-variables-sick2018-dark-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2018-light-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2025-dark-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2025-light-json.json +1 -1
- package/data/core/token/token:tokens-js-index-d-ts.json +1 -1
- package/data/core/token/token:tokens-js-index-js.json +1 -1
- package/data/core/token/token:tokens-scss-tokens-scss.json +1 -1
- package/data/core/token/token:tokens-themes-sick2018-dark-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2018-light-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2025-dark-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2025-light-css.json +1 -1
- package/data/index.json +108 -1
- package/data/layers/examples/component/component:syn-chart.md +191 -0
- package/data/layers/full/component/component:syn-accordion/angular/accordion.component.ts +1 -1
- package/data/layers/full/component/component:syn-accordion/vue/SynVueAccordion.vue +1 -1
- package/data/layers/full/component/component:syn-alert/angular/alert.component.ts +1 -1
- package/data/layers/full/component/component:syn-alert/vue/SynVueAlert.vue +1 -1
- package/data/layers/full/component/component:syn-badge/angular/badge.component.ts +1 -1
- package/data/layers/full/component/component:syn-badge/vue/SynVueBadge.vue +1 -1
- package/data/layers/full/component/component:syn-breadcrumb/angular/breadcrumb.component.ts +1 -1
- package/data/layers/full/component/component:syn-breadcrumb/vue/SynVueBreadcrumb.vue +1 -1
- package/data/layers/full/component/component:syn-breadcrumb-item/angular/breadcrumb-item.component.ts +1 -1
- package/data/layers/full/component/component:syn-breadcrumb-item/vue/SynVueBreadcrumbItem.vue +1 -1
- package/data/layers/full/component/component:syn-button/angular/button.component.ts +1 -1
- package/data/layers/full/component/component:syn-button/vue/SynVueButton.vue +1 -1
- package/data/layers/full/component/component:syn-button-group/angular/button-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-button-group/vue/SynVueButtonGroup.vue +1 -1
- package/data/layers/full/component/component:syn-card/angular/card.component.ts +1 -1
- package/data/layers/full/component/component:syn-card/vue/SynVueCard.vue +1 -1
- package/data/layers/full/component/component:syn-chart/angular/chart.component.ts +84 -0
- package/data/layers/full/component/component:syn-chart/components/chart.component.ts +181 -0
- package/data/layers/full/component/component:syn-chart/components/chart.palettes.ts +110 -0
- package/data/layers/full/component/component:syn-chart/components/chart.styles.ts +15 -0
- package/data/layers/full/component/component:syn-chart/components/chart.ts +14 -0
- package/data/layers/full/component/component:syn-chart/components/types.ts +5 -0
- package/data/layers/full/component/component:syn-chart/react/SynChartJSXElement.ts +1 -0
- package/data/layers/full/component/component:syn-chart/react/chart.ts +28 -0
- package/data/layers/full/component/component:syn-chart/vue/SynVueChart.vue +76 -0
- package/data/layers/full/component/component:syn-checkbox/angular/checkbox.component.ts +1 -1
- package/data/layers/full/component/component:syn-checkbox/vue/SynVueCheckbox.vue +1 -1
- package/data/layers/full/component/component:syn-combobox/angular/combobox.component.ts +1 -1
- package/data/layers/full/component/component:syn-combobox/vue/SynVueCombobox.vue +1 -1
- package/data/layers/full/component/component:syn-details/angular/details.component.ts +1 -1
- package/data/layers/full/component/component:syn-details/vue/SynVueDetails.vue +1 -1
- package/data/layers/full/component/component:syn-dialog/angular/dialog.component.ts +1 -1
- package/data/layers/full/component/component:syn-dialog/vue/SynVueDialog.vue +1 -1
- package/data/layers/full/component/component:syn-divider/angular/divider.component.ts +1 -1
- package/data/layers/full/component/component:syn-divider/vue/SynVueDivider.vue +1 -1
- package/data/layers/full/component/component:syn-drawer/angular/drawer.component.ts +1 -1
- package/data/layers/full/component/component:syn-drawer/vue/SynVueDrawer.vue +1 -1
- package/data/layers/full/component/component:syn-dropdown/angular/dropdown.component.ts +1 -1
- package/data/layers/full/component/component:syn-dropdown/vue/SynVueDropdown.vue +1 -1
- package/data/layers/full/component/component:syn-file/angular/file.component.ts +1 -1
- package/data/layers/full/component/component:syn-file/vue/SynVueFile.vue +1 -1
- package/data/layers/full/component/component:syn-header/angular/header.component.ts +1 -1
- package/data/layers/full/component/component:syn-header/vue/SynVueHeader.vue +1 -1
- package/data/layers/full/component/component:syn-icon/angular/icon.component.ts +1 -1
- package/data/layers/full/component/component:syn-icon/vue/SynVueIcon.vue +1 -1
- package/data/layers/full/component/component:syn-icon-button/angular/icon-button.component.ts +1 -1
- package/data/layers/full/component/component:syn-icon-button/vue/SynVueIconButton.vue +1 -1
- package/data/layers/full/component/component:syn-input/angular/input.component.ts +1 -1
- package/data/layers/full/component/component:syn-input/vue/SynVueInput.vue +1 -1
- package/data/layers/full/component/component:syn-menu/angular/menu.component.ts +1 -1
- package/data/layers/full/component/component:syn-menu/vue/SynVueMenu.vue +1 -1
- package/data/layers/full/component/component:syn-menu-item/angular/menu-item.component.ts +1 -1
- package/data/layers/full/component/component:syn-menu-item/vue/SynVueMenuItem.vue +1 -1
- package/data/layers/full/component/component:syn-menu-label/angular/menu-label.component.ts +1 -1
- package/data/layers/full/component/component:syn-menu-label/vue/SynVueMenuLabel.vue +1 -1
- package/data/layers/full/component/component:syn-nav-item/angular/nav-item.component.ts +1 -1
- package/data/layers/full/component/component:syn-nav-item/vue/SynVueNavItem.vue +1 -1
- package/data/layers/full/component/component:syn-optgroup/angular/optgroup.component.ts +1 -1
- package/data/layers/full/component/component:syn-optgroup/vue/SynVueOptgroup.vue +1 -1
- package/data/layers/full/component/component:syn-option/angular/option.component.ts +1 -1
- package/data/layers/full/component/component:syn-option/vue/SynVueOption.vue +1 -1
- package/data/layers/full/component/component:syn-pagination/angular/pagination.component.ts +1 -1
- package/data/layers/full/component/component:syn-pagination/vue/SynVuePagination.vue +1 -1
- package/data/layers/full/component/component:syn-popup/angular/popup.component.ts +1 -1
- package/data/layers/full/component/component:syn-popup/vue/SynVuePopup.vue +1 -1
- package/data/layers/full/component/component:syn-prio-nav/angular/prio-nav.component.ts +1 -1
- package/data/layers/full/component/component:syn-prio-nav/vue/SynVuePrioNav.vue +1 -1
- package/data/layers/full/component/component:syn-progress-bar/angular/progress-bar.component.ts +1 -1
- package/data/layers/full/component/component:syn-progress-bar/vue/SynVueProgressBar.vue +1 -1
- package/data/layers/full/component/component:syn-progress-ring/angular/progress-ring.component.ts +1 -1
- package/data/layers/full/component/component:syn-progress-ring/vue/SynVueProgressRing.vue +1 -1
- package/data/layers/full/component/component:syn-radio/angular/radio.component.ts +1 -1
- package/data/layers/full/component/component:syn-radio/vue/SynVueRadio.vue +1 -1
- package/data/layers/full/component/component:syn-radio-button/angular/radio-button.component.ts +1 -1
- package/data/layers/full/component/component:syn-radio-button/vue/SynVueRadioButton.vue +1 -1
- package/data/layers/full/component/component:syn-radio-group/angular/radio-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-radio-group/vue/SynVueRadioGroup.vue +1 -1
- package/data/layers/full/component/component:syn-range/angular/range.component.ts +1 -1
- package/data/layers/full/component/component:syn-range/vue/SynVueRange.vue +1 -1
- package/data/layers/full/component/component:syn-range-tick/angular/range-tick.component.ts +1 -1
- package/data/layers/full/component/component:syn-range-tick/vue/SynVueRangeTick.vue +1 -1
- package/data/layers/full/component/component:syn-select/angular/select.component.ts +1 -1
- package/data/layers/full/component/component:syn-select/vue/SynVueSelect.vue +1 -1
- package/data/layers/full/component/component:syn-side-nav/angular/side-nav.component.ts +1 -1
- package/data/layers/full/component/component:syn-side-nav/vue/SynVueSideNav.vue +1 -1
- package/data/layers/full/component/component:syn-spinner/angular/spinner.component.ts +1 -1
- package/data/layers/full/component/component:syn-spinner/vue/SynVueSpinner.vue +1 -1
- package/data/layers/full/component/component:syn-switch/angular/switch.component.ts +1 -1
- package/data/layers/full/component/component:syn-switch/vue/SynVueSwitch.vue +1 -1
- package/data/layers/full/component/component:syn-tab/angular/tab.component.ts +1 -1
- package/data/layers/full/component/component:syn-tab/vue/SynVueTab.vue +1 -1
- package/data/layers/full/component/component:syn-tab-group/angular/tab-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-tab-group/vue/SynVueTabGroup.vue +1 -1
- package/data/layers/full/component/component:syn-tab-panel/angular/tab-panel.component.ts +1 -1
- package/data/layers/full/component/component:syn-tab-panel/vue/SynVueTabPanel.vue +1 -1
- package/data/layers/full/component/component:syn-tag/angular/tag.component.ts +1 -1
- package/data/layers/full/component/component:syn-tag/vue/SynVueTag.vue +1 -1
- package/data/layers/full/component/component:syn-tag-group/angular/tag-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-tag-group/vue/SynVueTagGroup.vue +1 -1
- package/data/layers/full/component/component:syn-textarea/angular/textarea.component.ts +1 -1
- package/data/layers/full/component/component:syn-textarea/vue/SynVueTextarea.vue +1 -1
- package/data/layers/full/component/component:syn-tooltip/angular/tooltip.component.ts +1 -1
- package/data/layers/full/component/component:syn-tooltip/vue/SynVueTooltip.vue +1 -1
- package/data/layers/full/component/component:syn-validate/angular/validate.component.ts +1 -1
- package/data/layers/full/component/component:syn-validate/vue/SynVueValidate.vue +1 -1
- package/data/layers/full/setup/setup:angular-package/angular/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:angular-package/angular/README.md +4 -0
- package/data/layers/full/setup/setup:angular-package/angular/package.json +1 -1
- package/data/layers/full/setup/setup:components-package/components/CHANGELOG.md +18 -0
- package/data/layers/full/setup/setup:components-package/components/README.md +84 -2
- package/data/layers/full/setup/setup:components-package/components/package.json +8 -5
- package/data/layers/full/setup/setup:react-package/react/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:react-package/react/README.md +4 -0
- package/data/layers/full/setup/setup:react-package/react/package.json +1 -1
- package/data/layers/full/setup/setup:react-package/react/syn-jsx-elements.ts +19 -0
- package/data/layers/full/setup/setup:tokens-package/tokens/CHANGELOG.md +16 -0
- package/data/layers/full/setup/setup:tokens-package/tokens/README.md +119 -19
- package/data/layers/full/setup/setup:tokens-package/tokens/package.json +11 -6
- package/data/layers/full/setup/setup:vue-package/vue/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:vue-package/vue/README.md +4 -0
- package/data/layers/full/setup/setup:vue-package/vue/package.json +9 -2
- package/data/layers/full/tokens/charts/js/index.d.ts +664 -0
- package/data/layers/full/tokens/charts/js/index.js +664 -0
- package/data/layers/full/tokens/charts/scss/_tokens.scss +136 -0
- package/data/layers/full/tokens/charts/themes/sick2025_dark.css +142 -0
- package/data/layers/full/tokens/charts/themes/sick2025_light.css +142 -0
- package/data/layers/full/tokens/figma-variables/sick2025-light.json +12 -12
- package/data/layers/full/tokens/js/index.d.ts +1 -1
- package/data/layers/full/tokens/js/index.js +1 -1
- package/data/layers/full/tokens/scss/_tokens.scss +1 -1
- package/data/layers/full/tokens/themes/sick2018_dark.css +1 -1
- package/data/layers/full/tokens/themes/sick2018_light.css +1 -1
- package/data/layers/full/tokens/themes/sick2025_dark.css +1 -1
- package/data/layers/full/tokens/themes/sick2025_light.css +12 -12
- package/data/layers/interface/component/component:syn-chart.json +51 -0
- package/data/layers/interface/component/component:syn-chart.md +61 -0
- package/data/layers/rules/component/component:syn-chart.md +39 -0
- package/data/manifest.json +3 -3
- package/package.json +5 -5
- package/dist/intentPolicy/capabilities/action.d.ts +0 -2
- package/dist/intentPolicy/capabilities/action.js +0 -26
- package/dist/intentPolicy/capabilities/assistance.d.ts +0 -2
- package/dist/intentPolicy/capabilities/assistance.js +0 -10
- package/dist/intentPolicy/capabilities/disclosure.d.ts +0 -2
- package/dist/intentPolicy/capabilities/disclosure.js +0 -14
- package/dist/intentPolicy/capabilities/feedback.d.ts +0 -2
- package/dist/intentPolicy/capabilities/feedback.js +0 -42
- package/dist/intentPolicy/capabilities/index.d.ts +0 -6
- package/dist/intentPolicy/capabilities/index.js +0 -22
- package/dist/intentPolicy/capabilities/input.d.ts +0 -2
- package/dist/intentPolicy/capabilities/input.js +0 -38
- package/dist/intentPolicy/capabilities/navigation.d.ts +0 -2
- package/dist/intentPolicy/capabilities/navigation.js +0 -54
- package/dist/intentPolicy/capabilities/status.d.ts +0 -2
- package/dist/intentPolicy/capabilities/status.js +0 -14
- package/dist/intentPolicy/capabilities/structure.d.ts +0 -2
- package/dist/intentPolicy/capabilities/structure.js +0 -22
- package/dist/intentPolicy/categories/action.d.ts +0 -2
- package/dist/intentPolicy/categories/action.js +0 -4
- package/dist/intentPolicy/categories/assistance.d.ts +0 -2
- package/dist/intentPolicy/categories/assistance.js +0 -4
- package/dist/intentPolicy/categories/disclosure.d.ts +0 -2
- package/dist/intentPolicy/categories/disclosure.js +0 -4
- package/dist/intentPolicy/categories/feedback.d.ts +0 -2
- package/dist/intentPolicy/categories/feedback.js +0 -4
- package/dist/intentPolicy/categories/index.d.ts +0 -5
- package/dist/intentPolicy/categories/index.js +0 -22
- package/dist/intentPolicy/categories/input.d.ts +0 -2
- package/dist/intentPolicy/categories/input.js +0 -4
- package/dist/intentPolicy/categories/navigation.d.ts +0 -2
- package/dist/intentPolicy/categories/navigation.js +0 -4
- package/dist/intentPolicy/categories/status.d.ts +0 -2
- package/dist/intentPolicy/categories/status.js +0 -4
- package/dist/intentPolicy/categories/structure.d.ts +0 -2
- package/dist/intentPolicy/categories/structure.js +0 -4
- package/dist/intentPolicy/intents/action.d.ts +0 -2
- package/dist/intentPolicy/intents/action.js +0 -38
- package/dist/intentPolicy/intents/assistance.d.ts +0 -2
- package/dist/intentPolicy/intents/assistance.js +0 -14
- package/dist/intentPolicy/intents/disclosure.d.ts +0 -2
- package/dist/intentPolicy/intents/disclosure.js +0 -20
- package/dist/intentPolicy/intents/feedback.d.ts +0 -2
- package/dist/intentPolicy/intents/feedback.js +0 -32
- package/dist/intentPolicy/intents/index.d.ts +0 -7
- package/dist/intentPolicy/intents/index.js +0 -23
- package/dist/intentPolicy/intents/input.d.ts +0 -2
- package/dist/intentPolicy/intents/input.js +0 -62
- package/dist/intentPolicy/intents/navigation.d.ts +0 -2
- package/dist/intentPolicy/intents/navigation.js +0 -44
- package/dist/intentPolicy/intents/status.d.ts +0 -2
- package/dist/intentPolicy/intents/status.js +0 -26
- package/dist/intentPolicy/intents/structure.d.ts +0 -2
- package/dist/intentPolicy/intents/structure.js +0 -32
- package/dist/intentPolicy/patterns/action.d.ts +0 -2
- package/dist/intentPolicy/patterns/action.js +0 -195
- package/dist/intentPolicy/patterns/assistance.d.ts +0 -2
- package/dist/intentPolicy/patterns/assistance.js +0 -13
- package/dist/intentPolicy/patterns/disclosure.d.ts +0 -2
- package/dist/intentPolicy/patterns/disclosure.js +0 -23
- package/dist/intentPolicy/patterns/feedback.d.ts +0 -2
- package/dist/intentPolicy/patterns/feedback.js +0 -44
- package/dist/intentPolicy/patterns/index.d.ts +0 -6
- package/dist/intentPolicy/patterns/index.js +0 -22
- package/dist/intentPolicy/patterns/input.d.ts +0 -2
- package/dist/intentPolicy/patterns/input.js +0 -99
- package/dist/intentPolicy/patterns/navigation.d.ts +0 -2
- package/dist/intentPolicy/patterns/navigation.js +0 -192
- package/dist/intentPolicy/patterns/status.d.ts +0 -2
- package/dist/intentPolicy/patterns/status.js +0 -32
- package/dist/intentPolicy/patterns/structure.d.ts +0 -2
- package/dist/intentPolicy/patterns/structure.js +0 -107
|
@@ -237,6 +237,10 @@ You may use it in one of the following ways:
|
|
|
237
237
|
</template>
|
|
238
238
|
```
|
|
239
239
|
|
|
240
|
+
### 10. Using the chart component
|
|
241
|
+
|
|
242
|
+
For details on chart components, see the [chart overview](https://synergy-design-system.github.io/?path=/docs/charts-overview--docs) and the [Vue-specific chart documentation](https://synergy-design-system.github.io/?path=/docs/charts-overview--docs#vue).
|
|
243
|
+
|
|
240
244
|
---
|
|
241
245
|
|
|
242
246
|
## Development
|
|
@@ -12,7 +12,14 @@
|
|
|
12
12
|
"types": "./dist/index.d.ts",
|
|
13
13
|
"import": "./dist/index.js"
|
|
14
14
|
},
|
|
15
|
-
"./components/*":
|
|
15
|
+
"./components/*": {
|
|
16
|
+
"types": "./dist/components/*.vue.d.ts",
|
|
17
|
+
"import": "./dist/components/*.js"
|
|
18
|
+
},
|
|
19
|
+
"./chart": {
|
|
20
|
+
"types": "./dist/chart.d.ts",
|
|
21
|
+
"import": "./dist/chart.js"
|
|
22
|
+
}
|
|
16
23
|
},
|
|
17
24
|
"scripts": {
|
|
18
25
|
"_build": "vite build"
|
|
@@ -43,7 +50,7 @@
|
|
|
43
50
|
"directory": "packages/vue"
|
|
44
51
|
},
|
|
45
52
|
"type": "module",
|
|
46
|
-
"version": "3.
|
|
53
|
+
"version": "3.15.0",
|
|
47
54
|
"devDependencies": {
|
|
48
55
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
49
56
|
"@vue/tsconfig": "^0.9.1",
|
|
@@ -0,0 +1,664 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @synergy-design-system/tokens version 3.15.0
|
|
3
|
+
* SICK Global UX Foundation
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Maps to the css variable `--syn-categorical-10`
|
|
8
|
+
*/
|
|
9
|
+
export const SynCategorical10: string;
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Maps to the css variable `--syn-categorical-11`
|
|
13
|
+
*/
|
|
14
|
+
export const SynCategorical11: string;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Maps to the css variable `--syn-categorical-12`
|
|
18
|
+
*/
|
|
19
|
+
export const SynCategorical12: string;
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Maps to the css variable `--syn-categorical-01`
|
|
23
|
+
*/
|
|
24
|
+
export const SynCategorical01: string;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Maps to the css variable `--syn-categorical-02`
|
|
28
|
+
*/
|
|
29
|
+
export const SynCategorical02: string;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Maps to the css variable `--syn-categorical-03`
|
|
33
|
+
*/
|
|
34
|
+
export const SynCategorical03: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Maps to the css variable `--syn-categorical-04`
|
|
38
|
+
*/
|
|
39
|
+
export const SynCategorical04: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Maps to the css variable `--syn-categorical-05`
|
|
43
|
+
*/
|
|
44
|
+
export const SynCategorical05: string;
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* Maps to the css variable `--syn-categorical-06`
|
|
48
|
+
*/
|
|
49
|
+
export const SynCategorical06: string;
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Maps to the css variable `--syn-categorical-07`
|
|
53
|
+
*/
|
|
54
|
+
export const SynCategorical07: string;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Maps to the css variable `--syn-categorical-08`
|
|
58
|
+
*/
|
|
59
|
+
export const SynCategorical08: string;
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Maps to the css variable `--syn-categorical-09`
|
|
63
|
+
*/
|
|
64
|
+
export const SynCategorical09: string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Maps to the css variable `--syn-sequential-01-10`
|
|
68
|
+
*/
|
|
69
|
+
export const SynSequential01_10: string;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Maps to the css variable `--syn-sequential-01-20`
|
|
73
|
+
*/
|
|
74
|
+
export const SynSequential01_20: string;
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Maps to the css variable `--syn-sequential-01-30`
|
|
78
|
+
*/
|
|
79
|
+
export const SynSequential01_30: string;
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Maps to the css variable `--syn-sequential-01-40`
|
|
83
|
+
*/
|
|
84
|
+
export const SynSequential01_40: string;
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Maps to the css variable `--syn-sequential-01-50`
|
|
88
|
+
*/
|
|
89
|
+
export const SynSequential01_50: string;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Maps to the css variable `--syn-sequential-01-60`
|
|
93
|
+
*/
|
|
94
|
+
export const SynSequential01_60: string;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Maps to the css variable `--syn-sequential-01-70`
|
|
98
|
+
*/
|
|
99
|
+
export const SynSequential01_70: string;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Maps to the css variable `--syn-sequential-01-80`
|
|
103
|
+
*/
|
|
104
|
+
export const SynSequential01_80: string;
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* Maps to the css variable `--syn-sequential-01-90`
|
|
108
|
+
*/
|
|
109
|
+
export const SynSequential01_90: string;
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* Maps to the css variable `--syn-sequential-01-100`
|
|
113
|
+
*/
|
|
114
|
+
export const SynSequential01_100: string;
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Maps to the css variable `--syn-sequential-02-10`
|
|
118
|
+
*/
|
|
119
|
+
export const SynSequential02_10: string;
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* Maps to the css variable `--syn-sequential-02-20`
|
|
123
|
+
*/
|
|
124
|
+
export const SynSequential02_20: string;
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* Maps to the css variable `--syn-sequential-02-30`
|
|
128
|
+
*/
|
|
129
|
+
export const SynSequential02_30: string;
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Maps to the css variable `--syn-sequential-02-40`
|
|
133
|
+
*/
|
|
134
|
+
export const SynSequential02_40: string;
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* Maps to the css variable `--syn-sequential-02-50`
|
|
138
|
+
*/
|
|
139
|
+
export const SynSequential02_50: string;
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Maps to the css variable `--syn-sequential-02-60`
|
|
143
|
+
*/
|
|
144
|
+
export const SynSequential02_60: string;
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Maps to the css variable `--syn-sequential-02-70`
|
|
148
|
+
*/
|
|
149
|
+
export const SynSequential02_70: string;
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* Maps to the css variable `--syn-sequential-02-80`
|
|
153
|
+
*/
|
|
154
|
+
export const SynSequential02_80: string;
|
|
155
|
+
|
|
156
|
+
/**
|
|
157
|
+
* Maps to the css variable `--syn-sequential-02-90`
|
|
158
|
+
*/
|
|
159
|
+
export const SynSequential02_90: string;
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* Maps to the css variable `--syn-sequential-02-100`
|
|
163
|
+
*/
|
|
164
|
+
export const SynSequential02_100: string;
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* Maps to the css variable `--syn-sequential-03-10`
|
|
168
|
+
*/
|
|
169
|
+
export const SynSequential03_10: string;
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* Maps to the css variable `--syn-sequential-03-20`
|
|
173
|
+
*/
|
|
174
|
+
export const SynSequential03_20: string;
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* Maps to the css variable `--syn-sequential-03-30`
|
|
178
|
+
*/
|
|
179
|
+
export const SynSequential03_30: string;
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Maps to the css variable `--syn-sequential-03-40`
|
|
183
|
+
*/
|
|
184
|
+
export const SynSequential03_40: string;
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Maps to the css variable `--syn-sequential-03-50`
|
|
188
|
+
*/
|
|
189
|
+
export const SynSequential03_50: string;
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* Maps to the css variable `--syn-sequential-03-60`
|
|
193
|
+
*/
|
|
194
|
+
export const SynSequential03_60: string;
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Maps to the css variable `--syn-sequential-03-70`
|
|
198
|
+
*/
|
|
199
|
+
export const SynSequential03_70: string;
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* Maps to the css variable `--syn-sequential-03-80`
|
|
203
|
+
*/
|
|
204
|
+
export const SynSequential03_80: string;
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* Maps to the css variable `--syn-sequential-03-90`
|
|
208
|
+
*/
|
|
209
|
+
export const SynSequential03_90: string;
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* Maps to the css variable `--syn-sequential-03-100`
|
|
213
|
+
*/
|
|
214
|
+
export const SynSequential03_100: string;
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Maps to the css variable `--syn-sequential-04-10`
|
|
218
|
+
*/
|
|
219
|
+
export const SynSequential04_10: string;
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* Maps to the css variable `--syn-sequential-04-20`
|
|
223
|
+
*/
|
|
224
|
+
export const SynSequential04_20: string;
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* Maps to the css variable `--syn-sequential-04-30`
|
|
228
|
+
*/
|
|
229
|
+
export const SynSequential04_30: string;
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* Maps to the css variable `--syn-sequential-04-40`
|
|
233
|
+
*/
|
|
234
|
+
export const SynSequential04_40: string;
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* Maps to the css variable `--syn-sequential-04-50`
|
|
238
|
+
*/
|
|
239
|
+
export const SynSequential04_50: string;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Maps to the css variable `--syn-sequential-04-60`
|
|
243
|
+
*/
|
|
244
|
+
export const SynSequential04_60: string;
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* Maps to the css variable `--syn-sequential-04-70`
|
|
248
|
+
*/
|
|
249
|
+
export const SynSequential04_70: string;
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* Maps to the css variable `--syn-sequential-04-80`
|
|
253
|
+
*/
|
|
254
|
+
export const SynSequential04_80: string;
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* Maps to the css variable `--syn-sequential-04-90`
|
|
258
|
+
*/
|
|
259
|
+
export const SynSequential04_90: string;
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* Maps to the css variable `--syn-sequential-04-100`
|
|
263
|
+
*/
|
|
264
|
+
export const SynSequential04_100: string;
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* Maps to the css variable `--syn-sequential-05-10`
|
|
268
|
+
*/
|
|
269
|
+
export const SynSequential05_10: string;
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* Maps to the css variable `--syn-sequential-05-20`
|
|
273
|
+
*/
|
|
274
|
+
export const SynSequential05_20: string;
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* Maps to the css variable `--syn-sequential-05-30`
|
|
278
|
+
*/
|
|
279
|
+
export const SynSequential05_30: string;
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* Maps to the css variable `--syn-sequential-05-40`
|
|
283
|
+
*/
|
|
284
|
+
export const SynSequential05_40: string;
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* Maps to the css variable `--syn-sequential-05-50`
|
|
288
|
+
*/
|
|
289
|
+
export const SynSequential05_50: string;
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* Maps to the css variable `--syn-sequential-05-60`
|
|
293
|
+
*/
|
|
294
|
+
export const SynSequential05_60: string;
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* Maps to the css variable `--syn-sequential-05-70`
|
|
298
|
+
*/
|
|
299
|
+
export const SynSequential05_70: string;
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* Maps to the css variable `--syn-sequential-05-80`
|
|
303
|
+
*/
|
|
304
|
+
export const SynSequential05_80: string;
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* Maps to the css variable `--syn-sequential-05-90`
|
|
308
|
+
*/
|
|
309
|
+
export const SynSequential05_90: string;
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* Maps to the css variable `--syn-sequential-05-100`
|
|
313
|
+
*/
|
|
314
|
+
export const SynSequential05_100: string;
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* Maps to the css variable `--syn-sequential-06-10`
|
|
318
|
+
*/
|
|
319
|
+
export const SynSequential06_10: string;
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* Maps to the css variable `--syn-sequential-06-20`
|
|
323
|
+
*/
|
|
324
|
+
export const SynSequential06_20: string;
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* Maps to the css variable `--syn-sequential-06-30`
|
|
328
|
+
*/
|
|
329
|
+
export const SynSequential06_30: string;
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* Maps to the css variable `--syn-sequential-06-40`
|
|
333
|
+
*/
|
|
334
|
+
export const SynSequential06_40: string;
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* Maps to the css variable `--syn-sequential-06-50`
|
|
338
|
+
*/
|
|
339
|
+
export const SynSequential06_50: string;
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* Maps to the css variable `--syn-sequential-06-60`
|
|
343
|
+
*/
|
|
344
|
+
export const SynSequential06_60: string;
|
|
345
|
+
|
|
346
|
+
/**
|
|
347
|
+
* Maps to the css variable `--syn-sequential-06-70`
|
|
348
|
+
*/
|
|
349
|
+
export const SynSequential06_70: string;
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* Maps to the css variable `--syn-sequential-06-80`
|
|
353
|
+
*/
|
|
354
|
+
export const SynSequential06_80: string;
|
|
355
|
+
|
|
356
|
+
/**
|
|
357
|
+
* Maps to the css variable `--syn-sequential-06-90`
|
|
358
|
+
*/
|
|
359
|
+
export const SynSequential06_90: string;
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
* Maps to the css variable `--syn-sequential-06-100`
|
|
363
|
+
*/
|
|
364
|
+
export const SynSequential06_100: string;
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* Maps to the css variable `--syn-sequential-07-10`
|
|
368
|
+
*/
|
|
369
|
+
export const SynSequential07_10: string;
|
|
370
|
+
|
|
371
|
+
/**
|
|
372
|
+
* Maps to the css variable `--syn-sequential-07-20`
|
|
373
|
+
*/
|
|
374
|
+
export const SynSequential07_20: string;
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* Maps to the css variable `--syn-sequential-07-30`
|
|
378
|
+
*/
|
|
379
|
+
export const SynSequential07_30: string;
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* Maps to the css variable `--syn-sequential-07-40`
|
|
383
|
+
*/
|
|
384
|
+
export const SynSequential07_40: string;
|
|
385
|
+
|
|
386
|
+
/**
|
|
387
|
+
* Maps to the css variable `--syn-sequential-07-50`
|
|
388
|
+
*/
|
|
389
|
+
export const SynSequential07_50: string;
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* Maps to the css variable `--syn-sequential-07-60`
|
|
393
|
+
*/
|
|
394
|
+
export const SynSequential07_60: string;
|
|
395
|
+
|
|
396
|
+
/**
|
|
397
|
+
* Maps to the css variable `--syn-sequential-07-70`
|
|
398
|
+
*/
|
|
399
|
+
export const SynSequential07_70: string;
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* Maps to the css variable `--syn-sequential-07-80`
|
|
403
|
+
*/
|
|
404
|
+
export const SynSequential07_80: string;
|
|
405
|
+
|
|
406
|
+
/**
|
|
407
|
+
* Maps to the css variable `--syn-sequential-07-90`
|
|
408
|
+
*/
|
|
409
|
+
export const SynSequential07_90: string;
|
|
410
|
+
|
|
411
|
+
/**
|
|
412
|
+
* Maps to the css variable `--syn-sequential-07-100`
|
|
413
|
+
*/
|
|
414
|
+
export const SynSequential07_100: string;
|
|
415
|
+
|
|
416
|
+
/**
|
|
417
|
+
* Maps to the css variable `--syn-sequential-status-critical-10`
|
|
418
|
+
*/
|
|
419
|
+
export const SynSequentialStatusCritical10: string;
|
|
420
|
+
|
|
421
|
+
/**
|
|
422
|
+
* Maps to the css variable `--syn-sequential-status-critical-20`
|
|
423
|
+
*/
|
|
424
|
+
export const SynSequentialStatusCritical20: string;
|
|
425
|
+
|
|
426
|
+
/**
|
|
427
|
+
* Maps to the css variable `--syn-sequential-status-critical-30`
|
|
428
|
+
*/
|
|
429
|
+
export const SynSequentialStatusCritical30: string;
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* Maps to the css variable `--syn-sequential-status-critical-40`
|
|
433
|
+
*/
|
|
434
|
+
export const SynSequentialStatusCritical40: string;
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* Maps to the css variable `--syn-sequential-status-critical-50`
|
|
438
|
+
*/
|
|
439
|
+
export const SynSequentialStatusCritical50: string;
|
|
440
|
+
|
|
441
|
+
/**
|
|
442
|
+
* Maps to the css variable `--syn-sequential-status-critical-60`
|
|
443
|
+
*/
|
|
444
|
+
export const SynSequentialStatusCritical60: string;
|
|
445
|
+
|
|
446
|
+
/**
|
|
447
|
+
* Maps to the css variable `--syn-sequential-status-critical-70`
|
|
448
|
+
*/
|
|
449
|
+
export const SynSequentialStatusCritical70: string;
|
|
450
|
+
|
|
451
|
+
/**
|
|
452
|
+
* Maps to the css variable `--syn-sequential-status-critical-80`
|
|
453
|
+
*/
|
|
454
|
+
export const SynSequentialStatusCritical80: string;
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* Maps to the css variable `--syn-sequential-status-critical-90`
|
|
458
|
+
*/
|
|
459
|
+
export const SynSequentialStatusCritical90: string;
|
|
460
|
+
|
|
461
|
+
/**
|
|
462
|
+
* Maps to the css variable `--syn-sequential-status-critical-100`
|
|
463
|
+
*/
|
|
464
|
+
export const SynSequentialStatusCritical100: string;
|
|
465
|
+
|
|
466
|
+
/**
|
|
467
|
+
* Maps to the css variable `--syn-sequential-status-error-10`
|
|
468
|
+
*/
|
|
469
|
+
export const SynSequentialStatusError10: string;
|
|
470
|
+
|
|
471
|
+
/**
|
|
472
|
+
* Maps to the css variable `--syn-sequential-status-error-20`
|
|
473
|
+
*/
|
|
474
|
+
export const SynSequentialStatusError20: string;
|
|
475
|
+
|
|
476
|
+
/**
|
|
477
|
+
* Maps to the css variable `--syn-sequential-status-error-30`
|
|
478
|
+
*/
|
|
479
|
+
export const SynSequentialStatusError30: string;
|
|
480
|
+
|
|
481
|
+
/**
|
|
482
|
+
* Maps to the css variable `--syn-sequential-status-error-40`
|
|
483
|
+
*/
|
|
484
|
+
export const SynSequentialStatusError40: string;
|
|
485
|
+
|
|
486
|
+
/**
|
|
487
|
+
* Maps to the css variable `--syn-sequential-status-error-50`
|
|
488
|
+
*/
|
|
489
|
+
export const SynSequentialStatusError50: string;
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* Maps to the css variable `--syn-sequential-status-error-60`
|
|
493
|
+
*/
|
|
494
|
+
export const SynSequentialStatusError60: string;
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* Maps to the css variable `--syn-sequential-status-error-70`
|
|
498
|
+
*/
|
|
499
|
+
export const SynSequentialStatusError70: string;
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* Maps to the css variable `--syn-sequential-status-error-80`
|
|
503
|
+
*/
|
|
504
|
+
export const SynSequentialStatusError80: string;
|
|
505
|
+
|
|
506
|
+
/**
|
|
507
|
+
* Maps to the css variable `--syn-sequential-status-error-90`
|
|
508
|
+
*/
|
|
509
|
+
export const SynSequentialStatusError90: string;
|
|
510
|
+
|
|
511
|
+
/**
|
|
512
|
+
* Maps to the css variable `--syn-sequential-status-error-100`
|
|
513
|
+
*/
|
|
514
|
+
export const SynSequentialStatusError100: string;
|
|
515
|
+
|
|
516
|
+
/**
|
|
517
|
+
* Maps to the css variable `--syn-sequential-status-info-10`
|
|
518
|
+
*/
|
|
519
|
+
export const SynSequentialStatusInfo10: string;
|
|
520
|
+
|
|
521
|
+
/**
|
|
522
|
+
* Maps to the css variable `--syn-sequential-status-info-20`
|
|
523
|
+
*/
|
|
524
|
+
export const SynSequentialStatusInfo20: string;
|
|
525
|
+
|
|
526
|
+
/**
|
|
527
|
+
* Maps to the css variable `--syn-sequential-status-info-30`
|
|
528
|
+
*/
|
|
529
|
+
export const SynSequentialStatusInfo30: string;
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* Maps to the css variable `--syn-sequential-status-info-40`
|
|
533
|
+
*/
|
|
534
|
+
export const SynSequentialStatusInfo40: string;
|
|
535
|
+
|
|
536
|
+
/**
|
|
537
|
+
* Maps to the css variable `--syn-sequential-status-info-50`
|
|
538
|
+
*/
|
|
539
|
+
export const SynSequentialStatusInfo50: string;
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* Maps to the css variable `--syn-sequential-status-info-60`
|
|
543
|
+
*/
|
|
544
|
+
export const SynSequentialStatusInfo60: string;
|
|
545
|
+
|
|
546
|
+
/**
|
|
547
|
+
* Maps to the css variable `--syn-sequential-status-info-70`
|
|
548
|
+
*/
|
|
549
|
+
export const SynSequentialStatusInfo70: string;
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* Maps to the css variable `--syn-sequential-status-info-80`
|
|
553
|
+
*/
|
|
554
|
+
export const SynSequentialStatusInfo80: string;
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* Maps to the css variable `--syn-sequential-status-info-90`
|
|
558
|
+
*/
|
|
559
|
+
export const SynSequentialStatusInfo90: string;
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* Maps to the css variable `--syn-sequential-status-info-100`
|
|
563
|
+
*/
|
|
564
|
+
export const SynSequentialStatusInfo100: string;
|
|
565
|
+
|
|
566
|
+
/**
|
|
567
|
+
* Maps to the css variable `--syn-sequential-status-success-10`
|
|
568
|
+
*/
|
|
569
|
+
export const SynSequentialStatusSuccess10: string;
|
|
570
|
+
|
|
571
|
+
/**
|
|
572
|
+
* Maps to the css variable `--syn-sequential-status-success-20`
|
|
573
|
+
*/
|
|
574
|
+
export const SynSequentialStatusSuccess20: string;
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* Maps to the css variable `--syn-sequential-status-success-30`
|
|
578
|
+
*/
|
|
579
|
+
export const SynSequentialStatusSuccess30: string;
|
|
580
|
+
|
|
581
|
+
/**
|
|
582
|
+
* Maps to the css variable `--syn-sequential-status-success-40`
|
|
583
|
+
*/
|
|
584
|
+
export const SynSequentialStatusSuccess40: string;
|
|
585
|
+
|
|
586
|
+
/**
|
|
587
|
+
* Maps to the css variable `--syn-sequential-status-success-50`
|
|
588
|
+
*/
|
|
589
|
+
export const SynSequentialStatusSuccess50: string;
|
|
590
|
+
|
|
591
|
+
/**
|
|
592
|
+
* Maps to the css variable `--syn-sequential-status-success-60`
|
|
593
|
+
*/
|
|
594
|
+
export const SynSequentialStatusSuccess60: string;
|
|
595
|
+
|
|
596
|
+
/**
|
|
597
|
+
* Maps to the css variable `--syn-sequential-status-success-70`
|
|
598
|
+
*/
|
|
599
|
+
export const SynSequentialStatusSuccess70: string;
|
|
600
|
+
|
|
601
|
+
/**
|
|
602
|
+
* Maps to the css variable `--syn-sequential-status-success-80`
|
|
603
|
+
*/
|
|
604
|
+
export const SynSequentialStatusSuccess80: string;
|
|
605
|
+
|
|
606
|
+
/**
|
|
607
|
+
* Maps to the css variable `--syn-sequential-status-success-90`
|
|
608
|
+
*/
|
|
609
|
+
export const SynSequentialStatusSuccess90: string;
|
|
610
|
+
|
|
611
|
+
/**
|
|
612
|
+
* Maps to the css variable `--syn-sequential-status-success-100`
|
|
613
|
+
*/
|
|
614
|
+
export const SynSequentialStatusSuccess100: string;
|
|
615
|
+
|
|
616
|
+
/**
|
|
617
|
+
* Maps to the css variable `--syn-sequential-status-warning-10`
|
|
618
|
+
*/
|
|
619
|
+
export const SynSequentialStatusWarning10: string;
|
|
620
|
+
|
|
621
|
+
/**
|
|
622
|
+
* Maps to the css variable `--syn-sequential-status-warning-20`
|
|
623
|
+
*/
|
|
624
|
+
export const SynSequentialStatusWarning20: string;
|
|
625
|
+
|
|
626
|
+
/**
|
|
627
|
+
* Maps to the css variable `--syn-sequential-status-warning-30`
|
|
628
|
+
*/
|
|
629
|
+
export const SynSequentialStatusWarning30: string;
|
|
630
|
+
|
|
631
|
+
/**
|
|
632
|
+
* Maps to the css variable `--syn-sequential-status-warning-40`
|
|
633
|
+
*/
|
|
634
|
+
export const SynSequentialStatusWarning40: string;
|
|
635
|
+
|
|
636
|
+
/**
|
|
637
|
+
* Maps to the css variable `--syn-sequential-status-warning-50`
|
|
638
|
+
*/
|
|
639
|
+
export const SynSequentialStatusWarning50: string;
|
|
640
|
+
|
|
641
|
+
/**
|
|
642
|
+
* Maps to the css variable `--syn-sequential-status-warning-60`
|
|
643
|
+
*/
|
|
644
|
+
export const SynSequentialStatusWarning60: string;
|
|
645
|
+
|
|
646
|
+
/**
|
|
647
|
+
* Maps to the css variable `--syn-sequential-status-warning-70`
|
|
648
|
+
*/
|
|
649
|
+
export const SynSequentialStatusWarning70: string;
|
|
650
|
+
|
|
651
|
+
/**
|
|
652
|
+
* Maps to the css variable `--syn-sequential-status-warning-80`
|
|
653
|
+
*/
|
|
654
|
+
export const SynSequentialStatusWarning80: string;
|
|
655
|
+
|
|
656
|
+
/**
|
|
657
|
+
* Maps to the css variable `--syn-sequential-status-warning-90`
|
|
658
|
+
*/
|
|
659
|
+
export const SynSequentialStatusWarning90: string;
|
|
660
|
+
|
|
661
|
+
/**
|
|
662
|
+
* Maps to the css variable `--syn-sequential-status-warning-100`
|
|
663
|
+
*/
|
|
664
|
+
export const SynSequentialStatusWarning100: string;
|