|
@@ -295,6 +295,36 @@ const light = [
|
|
|
textUtility: 'w-text-border-button-outline-hover',
|
|
|
cssVariable: '--w-color-border-button-outline-hover',
|
|
|
},
|
|
|
+ 'border-interactive-more-contrast': {
|
|
|
+ value: 'var(--w-color-grey-500)',
|
|
|
+ bgUtility: 'w-bg-border-interactive-more-contrast',
|
|
|
+ textUtility: 'w-text-border-interactive-more-contrast',
|
|
|
+ cssVariable: '--w-color-border-interactive-more-contrast',
|
|
|
+ },
|
|
|
+ 'border-interactive-more-contrast-hover': {
|
|
|
+ value: 'var(--w-color-black)',
|
|
|
+ bgUtility: 'w-bg-border-interactive-more-contrast-hover',
|
|
|
+ textUtility: 'w-text-border-interactive-more-contrast-hover',
|
|
|
+ cssVariable: '--w-color-border-interactive-more-contrast-hover',
|
|
|
+ },
|
|
|
+ 'border-interactive-more-contrast-dark-bg': {
|
|
|
+ value: 'var(--w-color-grey-150)',
|
|
|
+ bgUtility: 'w-bg-border-interactive-more-contrast-dark-bg',
|
|
|
+ textUtility: 'w-text-border-interactive-more-contrast-dark-bg',
|
|
|
+ cssVariable: '--w-color-border-interactive-more-contrast-dark-bg',
|
|
|
+ },
|
|
|
+ 'border-interactive-more-contrast-dark-bg-hover': {
|
|
|
+ value: 'var(--w-color-white)',
|
|
|
+ bgUtility: 'w-bg-border-interactive-more-contrast-dark-bg-hover',
|
|
|
+ textUtility: 'w-text-border-interactive-more-contrast-dark-bg-hover',
|
|
|
+ cssVariable: '--w-color-border-interactive-more-contrast-dark-bg-hover',
|
|
|
+ },
|
|
|
+ 'border-furniture-more-contrast': {
|
|
|
+ value: 'var(--w-color-grey-200)',
|
|
|
+ bgUtility: 'w-bg-border-furniture-more-contrast',
|
|
|
+ textUtility: 'w-text-border-furniture-more-contrast',
|
|
|
+ cssVariable: '--w-color-border-furniture-more-contrast',
|
|
|
+ },
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -583,6 +613,36 @@ const dark = [
|
|
|
textUtility: 'w-text-border-button-outline-hover',
|
|
|
cssVariable: '--w-color-border-button-outline-hover',
|
|
|
},
|
|
|
+ 'border-interactive-more-contrast': {
|
|
|
+ value: 'var(--w-color-grey-150)',
|
|
|
+ bgUtility: 'w-bg-border-interactive-more-contrast',
|
|
|
+ textUtility: 'w-text-border-interactive-more-contrast',
|
|
|
+ cssVariable: '--w-color-border-interactive-more-contrast',
|
|
|
+ },
|
|
|
+ 'border-interactive-more-contrast-hover': {
|
|
|
+ value: 'var(--w-color-white)',
|
|
|
+ bgUtility: 'w-bg-border-interactive-more-contrast-hover',
|
|
|
+ textUtility: 'w-text-border-interactive-more-contrast-hover',
|
|
|
+ cssVariable: '--w-color-border-interactive-more-contrast-hover',
|
|
|
+ },
|
|
|
+ 'border-interactive-more-contrast-dark-bg': {
|
|
|
+ value: 'var(--w-color-grey-150)',
|
|
|
+ bgUtility: 'w-bg-border-interactive-more-contrast-dark-bg',
|
|
|
+ textUtility: 'w-text-border-interactive-more-contrast-dark-bg',
|
|
|
+ cssVariable: '--w-color-border-interactive-more-contrast-dark-bg',
|
|
|
+ },
|
|
|
+ 'border-interactive-more-contrast-dark-bg-hover': {
|
|
|
+ value: 'var(--w-color-white)',
|
|
|
+ bgUtility: 'w-bg-border-interactive-more-contrast-dark-bg-hover',
|
|
|
+ textUtility: 'w-text-border-interactive-more-contrast-dark-bg-hover',
|
|
|
+ cssVariable: '--w-color-border-interactive-more-contrast-dark-bg-hover',
|
|
|
+ },
|
|
|
+ 'border-furniture-more-contrast': {
|
|
|
+ value: 'var(--w-color-grey-400)',
|
|
|
+ bgUtility: 'w-bg-border-furniture-more-contrast',
|
|
|
+ textUtility: 'w-text-border-furniture-more-contrast',
|
|
|
+ cssVariable: '--w-color-border-furniture-more-contrast',
|
|
|
+ },
|
|
|
},
|
|
|
},
|
|
|
{
|