@dynamic-framework/ui-react 1.21.0 → 1.23.0

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.
@@ -10,6 +10,6 @@
10
10
 
11
11
  @import "helpers/+import";
12
12
 
13
- @import "bootstrap/scss/utilities/api";
13
+ @import "node_modules/bootstrap/scss/utilities/api";
14
14
 
15
15
  @import "shame";
@@ -1,17 +1,17 @@
1
- @import "bootstrap/scss/helpers/clearfix";
2
- // @import "bootstrap/scss/helpers/color-bg";
1
+ @import "node_modules/bootstrap/scss/helpers/clearfix";
2
+ // @import "node_modules/bootstrap/scss/helpers/color-bg";
3
3
  @import "color-bg";
4
- //@import "bootstrap/scss/helpers/colored-links";
4
+ //@import "node_modules/bootstrap/scss/helpers/colored-links";
5
5
  @import "colored-links";
6
- @import "bootstrap/scss/helpers/focus-ring";
7
- @import "bootstrap/scss/helpers/icon-link";
8
- @import "bootstrap/scss/helpers/ratio";
9
- @import "bootstrap/scss/helpers/position";
10
- @import "bootstrap/scss/helpers/stacks";
11
- @import "bootstrap/scss/helpers/visually-hidden";
12
- @import "bootstrap/scss/helpers/stretched-link";
13
- @import "bootstrap/scss/helpers/text-truncation";
14
- @import "bootstrap/scss/helpers/vr";
6
+ @import "node_modules/bootstrap/scss/helpers/focus-ring";
7
+ @import "node_modules/bootstrap/scss/helpers/icon-link";
8
+ @import "node_modules/bootstrap/scss/helpers/ratio";
9
+ @import "node_modules/bootstrap/scss/helpers/position";
10
+ @import "node_modules/bootstrap/scss/helpers/stacks";
11
+ @import "node_modules/bootstrap/scss/helpers/visually-hidden";
12
+ @import "node_modules/bootstrap/scss/helpers/stretched-link";
13
+ @import "node_modules/bootstrap/scss/helpers/text-truncation";
14
+ @import "node_modules/bootstrap/scss/helpers/vr";
15
15
 
16
16
  @import "overlay";
17
17
  @import "text-truncate";
@@ -1,2 +1,2 @@
1
- // @import "bootstrap/scss/root";
1
+ // @import "node_modules/bootstrap/scss/root";
2
2
  @import "root";
@@ -18,7 +18,7 @@
18
18
  // end custom
19
19
  }
20
20
 
21
- @each $color, $value in $bg-soft-colors {
21
+ @each $color, $value in $bg-surface-colors {
22
22
  --#{$prefix}#{$color}-rgb: #{to-rgb($value)};
23
23
  }
24
24
 
@@ -42,7 +42,7 @@
42
42
  --#{$prefix}gray-#{$color}: rgb(var(--#{$prefix}gray-#{$color}-rgb));
43
43
  }
44
44
 
45
- @each $color, $value in $bg-soft-colors {
45
+ @each $color, $value in $bg-surface-colors {
46
46
  --#{$prefix}#{$color}: rgb(var(--#{$prefix}#{$color}-rgb));
47
47
  }
48
48
  // end custom
@@ -217,7 +217,7 @@
217
217
  $hover-text-color: color-contrast-var(map-get($all-colors, gray-200)),
218
218
  $focus-text-color: color-contrast-var(map-get($all-colors, gray-200)),
219
219
  $active-text-color: color-contrast-var(map-get($all-colors, gray-300)),
220
- $disabled-opacity: .5
220
+ $disabled-opacity: .65
221
221
  );
222
222
  @include df-button-outline-variant-variables(
223
223
  "light",
@@ -249,7 +249,7 @@
249
249
  $hover-text-color: color-contrast-var(map-get($all-colors, gray-800)),
250
250
  $focus-text-color: color-contrast-var(map-get($all-colors, gray-800)),
251
251
  $active-text-color: color-contrast-var(map-get($all-colors, gray-700)),
252
- $disabled-opacity: .5
252
+ $disabled-opacity: .65
253
253
  );
254
254
  @include df-button-outline-variant-variables(
255
255
  "dark",