@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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@design-factory/design-factory",
3
3
  "description": "Amadeus design system",
4
4
  "license": "BSD-3-Clause",
5
- "version": "18.0.4",
5
+ "version": "18.0.5",
6
6
  "dependencies": {
7
7
  "tslib": "^2.0.0"
8
8
  },
@@ -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-focused-inset-box-shadow;
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;
@@ -119,7 +119,7 @@
119
119
  }
120
120
  }
121
121
 
122
- [class*='fa-'] {
122
+ .df-table-expand-icon {
123
123
  color: var(--#{$prefix}tables-aggdrid-expand-button-color);
124
124
  }
125
125
 
@@ -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