@progress/kendo-theme-core
Advanced tools
Comparing version 7.1.0-dev.8 to 7.1.0-dev.9
@@ -34,2 +34,10 @@ { | ||
}, | ||
"kendo-enable-color-system": { | ||
"type": "Bool", | ||
"value": "false" | ||
}, | ||
"kendo-colors": { | ||
"type": "Map", | ||
"value": "(app-surface: null, on-app-surface: null, subtle: null, surface: null, surface-alt: null, border: null, border-alt: null, base-subtle: null, base-subtle-hover: null, base-subtle-active: null, base: null, base-hover: null, base-active: null, base-emphasis: null, base-on-subtle: null, on-base: null, base-on-surface: null, primary-subtle: null, primary-subtle-hover: null, primary-subtle-active: null, primary: null, primary-hover: null, primary-active: null, primary-emphasis: null, primary-on-subtle: null, on-primary: null, primary-on-surface: null, secondary-subtle: null, secondary-subtle-hover: null, secondary-subtle-active: null, secondary: null, secondary-hover: null, secondary-active: null, secondary-emphasis: null, secondary-on-subtle: null, on-secondary: null, secondary-on-surface: null, tertiary-subtle: null, tertiary-subtle-hover: null, tertiary-subtle-active: null, tertiary: null, tertiary-hover: null, tertiary-active: null, tertiary-emphasis: null, tertiary-on-subtle: null, on-tertiary: null, tertiary-on-surface: null, info-subtle: null, info-subtle-hover: null, info-subtle-active: null, info: null, info-hover: null, info-active: null, info-emphasis: null, info-on-subtle: null, on-info: null, info-on-surface: null, success-subtle: null, success-subtle-hover: null, success-subtle-active: null, success: null, success-hover: null, success-active: null, success-emphasis: null, success-on-subtle: null, on-success: null, success-on-surface: null, warning-subtle: null, warning-subtle-hover: null, warning-subtle-active: null, warning: null, warning-hover: null, warning-active: null, warning-emphasis: null, warning-on-subtle: null, on-warning: null, warning-on-surface: null, error-subtle: null, error-subtle-hover: null, error-subtle-active: null, error: null, error-hover: null, error-active: null, error-emphasis: null, error-on-subtle: null, on-error: null, error-on-surface: null, light-subtle: null, light-subtle-hover: null, light-subtle-active: null, light: null, light-hover: null, light-active: null, light-emphasis: null, light-on-subtle: null, on-light: null, light-on-surface: null, dark-subtle: null, dark-subtle-hover: null, dark-subtle-active: null, dark: null, dark-hover: null, dark-active: null, dark-emphasis: null, dark-on-subtle: null, on-dark: null, dark-on-surface: null, inverse-subtle: null, inverse-subtle-hover: null, inverse-subtle-active: null, inverse: null, inverse-hover: null, inverse-active: null, inverse-emphasis: null, inverse-on-subtle: null, on-inverse: null, inverse-on-surface: null, series-a: null, series-a-bold: null, series-a-bolder: null, series-a-subtle: null, series-a-subtler: null, series-b: null, series-b-bold: null, series-b-bolder: null, series-b-subtle: null, series-b-subtler: null, series-c: null, series-c-bold: null, series-c-bolder: null, series-c-subtle: null, series-c-subtler: null, series-d: null, series-d-bold: null, series-d-bolder: null, series-d-subtle: null, series-d-subtler: null, series-e: null, series-e-bold: null, series-e-bolder: null, series-e-subtle: null, series-e-subtler: null, series-f: null, series-f-bold: null, series-f-bolder: null, series-f-subtle: null, series-f-subtler: null)" | ||
}, | ||
"kendo-color-white": { | ||
@@ -67,85 +75,89 @@ "type": "Color", | ||
}, | ||
"kendo-is-dark-theme": { | ||
"type": "Bool", | ||
"value": "false" | ||
}, | ||
"kendo-body-bg": { | ||
"type": "Color", | ||
"value": "#ffffff" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-body-text": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-160, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-component-bg": { | ||
"type": "Color", | ||
"value": "#ffffff" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-component-text": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-160, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-component-border": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-30, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-hover-bg": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-20, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-hover-text": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-190, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-hover-border": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-20, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-selected-bg": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-30, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-selected-text": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-160, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-selected-border": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-130, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-selected-hover-bg": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-40, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-selected-hover-text": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-190, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-selected-hover-border": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-130, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-focus-outline": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-130, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-subtle-text": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-130, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-link-text": { | ||
"type": "String", | ||
"value": "var(--kendo-primary-100, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-link-hover-text": { | ||
"type": "String", | ||
"value": "var(--kendo-primary-120, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-invalid-bg": { | ||
"type": "String", | ||
"value": "initial" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-invalid-text": { | ||
"type": "String", | ||
"value": "var(--kendo-error-190, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-invalid-border": { | ||
"type": "String", | ||
"value": "var(--kendo-error-190, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
@@ -156,41 +168,25 @@ "kendo-invalid-shadow": { | ||
}, | ||
"kendo-valid-bg": { | ||
"type": "String", | ||
"value": "initial" | ||
}, | ||
"kendo-valid-text": { | ||
"type": "String", | ||
"value": "var(--kendo-success-190, inherit)" | ||
}, | ||
"kendo-valid-border": { | ||
"type": "String", | ||
"value": "var(--kendo-success-190, inherit)" | ||
}, | ||
"kendo-valid-shadow": { | ||
"kendo-disabled-bg": { | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-disabled-bg": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-20, inherit)" | ||
}, | ||
"kendo-disabled-text": { | ||
"type": "String", | ||
"value": "var(--kendo-neutral-90, inherit)" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-disabled-border": { | ||
"type": "Color", | ||
"value": "transparent" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-loading-bg": { | ||
"type": "Color", | ||
"value": "#ffffff" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-loading-text": { | ||
"type": "String", | ||
"value": "currentColor" | ||
"type": "Null", | ||
"value": "null" | ||
}, | ||
"kendo-theme-colors": { | ||
"type": "Map", | ||
"value": "(primary: (text: var(--kendo-primary-130, inherit), bg: var(--kendo-primary-20, inherit), border: var(--kendo-primary-20, inherit)), info: (text: var(--kendo-info-190, inherit), bg: var(--kendo-info-20, inherit), border: var(--kendo-info-20, inherit)), success: (text: var(--kendo-success-190, inherit), bg: var(--kendo-success-20, inherit), border: var(--kendo-success-20, inherit)), warning: (text: var(--kendo-neutral-160, inherit), bg: var(--kendo-warning-20, inherit), border: var(--kendo-warning-20, inherit)), error: (text: var(--kendo-error-190, inherit), bg: var(--kendo-error-20, inherit), border: var(--kendo-error-20, inherit)))" | ||
"type": "List", | ||
"value": "()" | ||
}, | ||
@@ -197,0 +193,0 @@ "kendo-scrollbar-width": { |
{ | ||
"name": "@progress/kendo-theme-core", | ||
"description": "A collection of functions and mixins used for building themes for Kendo UI", | ||
"version": "7.1.0-dev.8", | ||
"version": "7.1.0-dev.9", | ||
"author": "Progress", | ||
@@ -47,3 +47,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "f3ba688605a78aae03fb9e7a04664489f475ee81" | ||
"gitHead": "4a6a0cb7085a4b032405585e25da25fd4383d7d7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
851231
56
15448
85