@design-factory/design-factory 18.0.4 → 18.0.5
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/README.md +1 -60
- package/design-factory-initial-branding.css +1 -1
- package/design-factory.css +1 -1
- package/package.json +1 -1
- package/styles/scss/components/dropdown/_dropdown.scss +1 -1
- package/styles/scss/components/dropdown/_dropdown.variables.scss +1 -0
- package/styles/scss/components/table/_advancedtables.scss +1 -1
- package/styles/scss/themes/brand2023/_variables.scss +1 -0
- package/assets/readme.png +0 -0
package/package.json
CHANGED
|
@@ -112,7 +112,7 @@ body,
|
|
|
112
112
|
@if meta.variable-exists($name: 'df-enableBranding2023') and $df-enableBranding2023 {
|
|
113
113
|
--#{$prefix}box-shadow-color: #{shades-css-var('primary', 'bg-subtle-active-color', true)};
|
|
114
114
|
}
|
|
115
|
-
box-shadow: $df-
|
|
115
|
+
box-shadow: $df-dropdown-item-focus-box-shadow;
|
|
116
116
|
border: $df-dropdown-item-focused-border;
|
|
117
117
|
outline: var(--#{$prefix}focus-outline);
|
|
118
118
|
border-radius: var(--#{$prefix}dropdown-item-focus-border-radius);
|
|
@@ -20,3 +20,4 @@ $df-dropdown-toggle-border-color-primary: color.adjust(
|
|
|
20
20
|
$df-dropdown-disabled-pointer: var(--#{$prefix}disabled-cursor) !default;
|
|
21
21
|
$df-dropdown-disabled-color: $df-btn-outline-disabled-text-color !default;
|
|
22
22
|
$df-dropdown-item-focused-border: $df-focused-border !default;
|
|
23
|
+
$df-dropdown-item-focus-box-shadow: $df-focused-box-shadow !default;
|
|
@@ -691,6 +691,7 @@ $dropdown-link-hover-bg: var(--#{$prefix}primary-100) !default;
|
|
|
691
691
|
$dropdown-link-hover-color: var(--#{$prefix}primary-100-color) !default;
|
|
692
692
|
$df-typeahead-active-color: var(--#{$prefix}primary-800) !default;
|
|
693
693
|
$df-typeahead-active-bg-color: var(--#{$prefix}primary-200) !default;
|
|
694
|
+
$df-dropdown-item-focus-box-shadow: $df-focused-inset-box-shadow !default;
|
|
694
695
|
|
|
695
696
|
// Breadcrumb
|
|
696
697
|
$breadcrumb-active-color: var(--#{$prefix}secondary-900) !default;
|
package/assets/readme.png
DELETED
|
Binary file
|