@bcgov/design-tokens 3.1.0 → 3.1.1-rc1
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/cjs/index.js +1 -1
- package/cjs-prefixed/index.js +1 -1
- package/css/variables.css +1 -1
- package/css-prefixed/variables.css +1 -1
- package/js/index.js +1 -1
- package/js-prefixed/index.js +1 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -38,7 +38,7 @@ module.exports = {
|
|
|
38
38
|
"surfaceColorTertiaryButtonDefault": "rgba(255,255,255,0)",
|
|
39
39
|
"surfaceColorTertiaryButtonHover": "#ECEAE8",
|
|
40
40
|
"surfaceColorTertiaryButtonDisabled": "#EDEBE9",
|
|
41
|
-
"surfaceColorTertiaryDefault": "#
|
|
41
|
+
"surfaceColorTertiaryDefault": "#FFFFFF00",
|
|
42
42
|
"surfaceColorTertiaryHover": "#ECEAE8",
|
|
43
43
|
"surfaceColorTertiaryPressed": "#E0DEDC",
|
|
44
44
|
"surfaceColorTertiaryDisabled": "#EDEBE9",
|
package/cjs-prefixed/index.js
CHANGED
|
@@ -38,7 +38,7 @@ module.exports = {
|
|
|
38
38
|
"bcdsSurfaceColorTertiaryButtonDefault": "rgba(255,255,255,0)",
|
|
39
39
|
"bcdsSurfaceColorTertiaryButtonHover": "#ECEAE8",
|
|
40
40
|
"bcdsSurfaceColorTertiaryButtonDisabled": "#EDEBE9",
|
|
41
|
-
"bcdsSurfaceColorTertiaryDefault": "#
|
|
41
|
+
"bcdsSurfaceColorTertiaryDefault": "#FFFFFF00",
|
|
42
42
|
"bcdsSurfaceColorTertiaryHover": "#ECEAE8",
|
|
43
43
|
"bcdsSurfaceColorTertiaryPressed": "#E0DEDC",
|
|
44
44
|
"bcdsSurfaceColorTertiaryDisabled": "#EDEBE9",
|
package/css/variables.css
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
--surface-color-tertiary-button-default: rgba(255,255,255,0); /* Default fill colour for tertiary buttons */
|
|
39
39
|
--surface-color-tertiary-button-hover: #ECEAE8; /* Fill colour used when user hovers over tertiary button */
|
|
40
40
|
--surface-color-tertiary-button-disabled: #EDEBE9; /* Fill colour for inactive tertiary buttons */
|
|
41
|
-
--surface-color-tertiary-default: #
|
|
41
|
+
--surface-color-tertiary-default: #FFFFFF00; /* Alternative light theme colour for components and layout */
|
|
42
42
|
--surface-color-tertiary-hover: #ECEAE8; /* Hover variant of surface.color.tertiary.default */
|
|
43
43
|
--surface-color-tertiary-pressed: #E0DEDC; /* Selected/pressed variant of surface.color.tertiary.default */
|
|
44
44
|
--surface-color-tertiary-disabled: #EDEBE9; /* Disabled/inactive variant of surface.color.tertiary default */
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
--bcds-surface-color-tertiary-button-default: rgba(255,255,255,0); /* Default fill colour for tertiary buttons */
|
|
39
39
|
--bcds-surface-color-tertiary-button-hover: #ECEAE8; /* Fill colour used when user hovers over tertiary button */
|
|
40
40
|
--bcds-surface-color-tertiary-button-disabled: #EDEBE9; /* Fill colour for inactive tertiary buttons */
|
|
41
|
-
--bcds-surface-color-tertiary-default: #
|
|
41
|
+
--bcds-surface-color-tertiary-default: #FFFFFF00; /* Alternative light theme colour for components and layout */
|
|
42
42
|
--bcds-surface-color-tertiary-hover: #ECEAE8; /* Hover variant of surface.color.tertiary.default */
|
|
43
43
|
--bcds-surface-color-tertiary-pressed: #E0DEDC; /* Selected/pressed variant of surface.color.tertiary.default */
|
|
44
44
|
--bcds-surface-color-tertiary-disabled: #EDEBE9; /* Disabled/inactive variant of surface.color.tertiary default */
|
package/js/index.js
CHANGED
|
@@ -37,7 +37,7 @@ export const surfaceColorSecondaryDisabled = "#EDEBE9"; // Disabled/inactive var
|
|
|
37
37
|
export const surfaceColorTertiaryButtonDefault = "rgba(255,255,255,0)"; // Default fill colour for tertiary buttons
|
|
38
38
|
export const surfaceColorTertiaryButtonHover = "#ECEAE8"; // Fill colour used when user hovers over tertiary button
|
|
39
39
|
export const surfaceColorTertiaryButtonDisabled = "#EDEBE9"; // Fill colour for inactive tertiary buttons
|
|
40
|
-
export const surfaceColorTertiaryDefault = "#
|
|
40
|
+
export const surfaceColorTertiaryDefault = "#FFFFFF00"; // Alternative light theme colour for components and layout
|
|
41
41
|
export const surfaceColorTertiaryHover = "#ECEAE8"; // Hover variant of surface.color.tertiary.default
|
|
42
42
|
export const surfaceColorTertiaryPressed = "#E0DEDC"; // Selected/pressed variant of surface.color.tertiary.default
|
|
43
43
|
export const surfaceColorTertiaryDisabled = "#EDEBE9"; // Disabled/inactive variant of surface.color.tertiary default
|
package/js-prefixed/index.js
CHANGED
|
@@ -37,7 +37,7 @@ export const bcdsSurfaceColorSecondaryDisabled = "#EDEBE9"; // Disabled/inactive
|
|
|
37
37
|
export const bcdsSurfaceColorTertiaryButtonDefault = "rgba(255,255,255,0)"; // Default fill colour for tertiary buttons
|
|
38
38
|
export const bcdsSurfaceColorTertiaryButtonHover = "#ECEAE8"; // Fill colour used when user hovers over tertiary button
|
|
39
39
|
export const bcdsSurfaceColorTertiaryButtonDisabled = "#EDEBE9"; // Fill colour for inactive tertiary buttons
|
|
40
|
-
export const bcdsSurfaceColorTertiaryDefault = "#
|
|
40
|
+
export const bcdsSurfaceColorTertiaryDefault = "#FFFFFF00"; // Alternative light theme colour for components and layout
|
|
41
41
|
export const bcdsSurfaceColorTertiaryHover = "#ECEAE8"; // Hover variant of surface.color.tertiary.default
|
|
42
42
|
export const bcdsSurfaceColorTertiaryPressed = "#E0DEDC"; // Selected/pressed variant of surface.color.tertiary.default
|
|
43
43
|
export const bcdsSurfaceColorTertiaryDisabled = "#EDEBE9"; // Disabled/inactive variant of surface.color.tertiary default
|