@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.
- package/dist/css/dynamic-ui-non-root.css +160 -47
- package/dist/css/dynamic-ui-non-root.min.css +2 -2
- package/dist/css/dynamic-ui-root.css +115 -87
- package/dist/css/dynamic-ui-root.min.css +2 -2
- package/dist/css/dynamic-ui.css +274 -133
- package/dist/css/dynamic-ui.min.css +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +10 -3
- package/src/style/abstracts/_+import.scss +6 -6
- package/src/style/abstracts/_mixins.scss +3 -3
- package/src/style/abstracts/_utilities.scss +1 -1
- package/src/style/abstracts/variables/_colors.scss +110 -65
- package/src/style/abstracts/variables/_tooltip.scss +5 -5
- package/src/style/base/_+import.scss +30 -30
- package/src/style/base/_tooltip.scss +2 -2
- package/src/style/components/_+import.scss +1 -1
- package/src/style/components/_d-carousel.scss +1 -1
- package/src/style/components/_d-datepicker.scss +1 -1
- package/src/style/components/_d-tabs.scss +11 -7
- package/src/style/dynamic-ui-non-root.scss +1 -1
- package/src/style/dynamic-ui.scss +1 -1
- package/src/style/helpers/_+import.scss +12 -12
- package/src/style/root/_+import.scss +1 -1
- package/src/style/root/_root.scss +4 -4
|
@@ -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-
|
|
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-
|
|
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: .
|
|
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: .
|
|
252
|
+
$disabled-opacity: .65
|
|
253
253
|
);
|
|
254
254
|
@include df-button-outline-variant-variables(
|
|
255
255
|
"dark",
|