@shopify/polaris-tokens
Advanced tools
Comparing version 0.0.0-snapshot-20240725212805 to 0.0.0-snapshot-20240729150322
@@ -26,2 +26,5 @@ 'use strict'; | ||
}, | ||
'color-icon-disabled': { | ||
value: colors.gray[14] | ||
}, | ||
'color-text': { | ||
@@ -33,2 +36,5 @@ value: colors.gray[8] | ||
}, | ||
'color-text-disabled': { | ||
value: colors.gray[14] | ||
}, | ||
'color-bg-surface-secondary-active': { | ||
@@ -85,2 +91,5 @@ value: colors.whiteAlpha[9] | ||
}, | ||
'color-bg-fill-secondary': { | ||
value: colors.whiteAlpha[7] | ||
}, | ||
'color-bg-fill-secondary-hover': { | ||
@@ -101,2 +110,17 @@ value: colors.whiteAlpha[8] | ||
}, | ||
'color-icon-brand': { | ||
value: colors.gray[14] | ||
}, | ||
'color-bg-fill-disabled': { | ||
value: colors.whiteAlpha[5] | ||
}, | ||
'color-text-brand-on-bg-fill-disabled': { | ||
value: colors.gray[12] | ||
}, | ||
'color-bg-fill-brand-disabled': { | ||
value: colors.whiteAlpha[11] | ||
}, | ||
'color-bg-fill-tertiary': { | ||
value: colors.gray[15] | ||
}, | ||
'color-tooltip-tail-down-border': { | ||
@@ -103,0 +127,0 @@ value: 'rgba(60, 60, 60, 1)' |
@@ -21,2 +21,5 @@ export declare const metaThemeDarkPartial: { | ||
}; | ||
'color-icon-disabled': { | ||
value: `rgba(${number}, ${number}, ${number}, 1)`; | ||
}; | ||
'color-text': { | ||
@@ -28,2 +31,5 @@ value: `rgba(${number}, ${number}, ${number}, 1)`; | ||
}; | ||
'color-text-disabled': { | ||
value: `rgba(${number}, ${number}, ${number}, 1)`; | ||
}; | ||
'color-bg-surface-secondary-active': { | ||
@@ -80,2 +86,5 @@ value: `rgba(${number}, ${number}, ${number}, ${number})`; | ||
}; | ||
'color-bg-fill-secondary': { | ||
value: `rgba(${number}, ${number}, ${number}, ${number})`; | ||
}; | ||
'color-bg-fill-secondary-hover': { | ||
@@ -96,2 +105,17 @@ value: `rgba(${number}, ${number}, ${number}, ${number})`; | ||
}; | ||
'color-icon-brand': { | ||
value: `rgba(${number}, ${number}, ${number}, 1)`; | ||
}; | ||
'color-bg-fill-disabled': { | ||
value: `rgba(${number}, ${number}, ${number}, ${number})`; | ||
}; | ||
'color-text-brand-on-bg-fill-disabled': { | ||
value: `rgba(${number}, ${number}, ${number}, 1)`; | ||
}; | ||
'color-bg-fill-brand-disabled': { | ||
value: `rgba(${number}, ${number}, ${number}, ${number})`; | ||
}; | ||
'color-bg-fill-tertiary': { | ||
value: `rgba(${number}, ${number}, ${number}, 1)`; | ||
}; | ||
'color-tooltip-tail-down-border': { | ||
@@ -98,0 +122,0 @@ value: string; |
{ | ||
"name": "@shopify/polaris-tokens", | ||
"version": "0.0.0-snapshot-20240725212805", | ||
"version": "0.0.0-snapshot-20240729150322", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/build/index.js", |
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
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 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
892482
14991