@dynamic-framework/ui-react 1.22.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 +26 -26
- package/dist/css/dynamic-ui-non-root.min.css +2 -2
- package/dist/css/dynamic-ui-root.css +25 -25
- package/dist/css/dynamic-ui-root.min.css +2 -2
- package/dist/css/dynamic-ui.css +50 -50
- 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 +2 -2
- package/src/style/abstracts/_+import.scss +6 -6
- package/src/style/abstracts/_mixins.scss +3 -3
- 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/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 +2 -2
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sideEffects": [
|
|
4
4
|
"*.css"
|
|
5
5
|
],
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.23.0",
|
|
7
7
|
"description": "React Dynamic Framework",
|
|
8
8
|
"license": "https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md",
|
|
9
9
|
"repository": {
|
|
@@ -156,5 +156,5 @@
|
|
|
156
156
|
"optional": true
|
|
157
157
|
}
|
|
158
158
|
},
|
|
159
|
-
"gitHead": "
|
|
159
|
+
"gitHead": "a1f7e60f94771ae533ad9034e26b96ddc6dafc0c"
|
|
160
160
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
@import "funcions";
|
|
2
|
-
@import "bootstrap/scss/functions";
|
|
2
|
+
@import "node_modules/bootstrap/scss/functions";
|
|
3
3
|
|
|
4
4
|
@import "variables/+import"; // Include any default variable overrides here
|
|
5
|
-
@import "bootstrap/scss/variables";
|
|
6
|
-
// @import "bootstrap/scss/variables-dark"; re-enable with dark implementation
|
|
5
|
+
@import "node_modules/bootstrap/scss/variables";
|
|
6
|
+
// @import "node_modules/bootstrap/scss/variables-dark"; re-enable with dark implementation
|
|
7
7
|
|
|
8
8
|
@import "maps"; // Include any default map overrides here
|
|
9
|
-
@import "bootstrap/scss/maps";
|
|
9
|
+
@import "node_modules/bootstrap/scss/maps";
|
|
10
10
|
|
|
11
11
|
@import "mixins";
|
|
12
|
-
@import "bootstrap/scss/mixins";
|
|
12
|
+
@import "node_modules/bootstrap/scss/mixins";
|
|
13
13
|
|
|
14
|
-
@import "bootstrap/scss/utilities";
|
|
14
|
+
@import "node_modules/bootstrap/scss/utilities";
|
|
15
15
|
@import "utilities"; // Extend utilities here
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
$hover-text-color: color-contrast-var(map-get($theme-colors-palletes, #{$color-name}-600)),
|
|
10
10
|
$focus-text-color: color-contrast-var(map-get($theme-colors-palletes, #{$color-name}-600)),
|
|
11
11
|
$active-text-color: color-contrast-var(map-get($theme-colors-palletes, #{$color-name}-700)),
|
|
12
|
-
$disabled-opacity: .
|
|
12
|
+
$disabled-opacity: .65
|
|
13
13
|
) {
|
|
14
14
|
--#{$prefix}btn-#{$color-name}-color: #{$default-text-color};
|
|
15
15
|
--#{$prefix}btn-#{$color-name}-bg: #{$default-color};
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
$active-text-color: var(--#{$prefix}#{$color-name}-700),
|
|
45
45
|
$active-bg-color: var(--#{$prefix}#{$color-name}-100),
|
|
46
46
|
$active-border-color: var(--#{$prefix}#{$color-name}-700),
|
|
47
|
-
$disabled-opacity: .
|
|
47
|
+
$disabled-opacity: .65
|
|
48
48
|
) {
|
|
49
49
|
--#{$prefix}btn-outline-#{$color-name}-color: #{$default-color};
|
|
50
50
|
--#{$prefix}btn-outline-#{$color-name}-bg: transparent;
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
$focus-text-color: var(--#{$prefix}#{$color-name}-500),
|
|
79
79
|
$active-text-color: var(--#{$prefix}#{$color-name}-700),
|
|
80
80
|
$active-bg-color: var(--#{$prefix}#{$color-name}-100),
|
|
81
|
-
$disabled-opacity: .
|
|
81
|
+
$disabled-opacity: .65
|
|
82
82
|
) {
|
|
83
83
|
--#{$prefix}btn-link-#{$color-name}-bg: transparent;
|
|
84
84
|
--#{$prefix}btn-link-#{$color-name}-border-color: transparent;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// scss-docs-start tooltip-variables
|
|
2
|
-
$tooltip-font-size: var(--#{$prefix}
|
|
3
|
-
$tooltip-max-width:
|
|
4
|
-
$tooltip-color:
|
|
5
|
-
$tooltip-bg: var(--#{$prefix}
|
|
6
|
-
$tooltip-border-radius: var(--#{$prefix}
|
|
2
|
+
$tooltip-font-size: var(--#{$prefix}body-font-size) !default;
|
|
3
|
+
$tooltip-max-width: 300px !default;
|
|
4
|
+
$tooltip-color: var(--#{$prefix}body-bg) !default;
|
|
5
|
+
$tooltip-bg: var(--#{$prefix}emphasis-color) !default;
|
|
6
|
+
$tooltip-border-radius: var(--#{$prefix}ref-spacer-1) !default;
|
|
7
7
|
$tooltip-opacity: 1 !default;
|
|
8
8
|
$tooltip-padding-y: var(--#{$prefix}ref-spacer-1) !default;
|
|
9
9
|
$tooltip-padding-x: var(--#{$prefix}ref-spacer-2) !default;
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
@import "bootstrap/scss/reboot";
|
|
1
|
+
@import "node_modules/bootstrap/scss/reboot";
|
|
2
2
|
|
|
3
|
-
// @import "bootstrap/scss/type"; we use our own bootstrap based implementation
|
|
3
|
+
// @import "node_modules/bootstrap/scss/type"; we use our own bootstrap based implementation
|
|
4
4
|
|
|
5
|
-
@import "bootstrap/scss/images";
|
|
6
|
-
@import "bootstrap/scss/containers";
|
|
7
|
-
@import "bootstrap/scss/grid";
|
|
8
|
-
// @import "bootstrap/scss/tables"; we use our own bootstrap based implementation
|
|
5
|
+
@import "node_modules/bootstrap/scss/images";
|
|
6
|
+
@import "node_modules/bootstrap/scss/containers";
|
|
7
|
+
@import "node_modules/bootstrap/scss/grid";
|
|
8
|
+
// @import "node_modules/bootstrap/scss/tables"; we use our own bootstrap based implementation
|
|
9
9
|
@import "tables";
|
|
10
10
|
|
|
11
|
-
@import "bootstrap/scss/transitions";
|
|
11
|
+
@import "node_modules/bootstrap/scss/transitions";
|
|
12
12
|
|
|
13
|
-
@import "bootstrap/scss/forms";
|
|
14
|
-
// @import "bootstrap/scss/buttons"; we use our own bootstrap based implementation
|
|
15
|
-
@import "bootstrap/scss/dropdown";
|
|
16
|
-
@import "bootstrap/scss/button-group";
|
|
17
|
-
@import "bootstrap/scss/nav";
|
|
18
|
-
@import "bootstrap/scss/navbar";
|
|
19
|
-
@import "bootstrap/scss/card";
|
|
20
|
-
@import "bootstrap/scss/accordion";
|
|
21
|
-
@import "bootstrap/scss/breadcrumb";
|
|
22
|
-
@import "bootstrap/scss/pagination";
|
|
23
|
-
@import "bootstrap/scss/alert";
|
|
24
|
-
@import "bootstrap/scss/progress";
|
|
25
|
-
@import "bootstrap/scss/list-group";
|
|
26
|
-
@import "bootstrap/scss/close";
|
|
27
|
-
@import "bootstrap/scss/toasts";
|
|
28
|
-
@import "bootstrap/scss/modal";
|
|
29
|
-
@import "bootstrap/scss/tooltip";
|
|
30
|
-
@import "bootstrap/scss/popover";
|
|
31
|
-
@import "bootstrap/scss/carousel";
|
|
32
|
-
@import "bootstrap/scss/spinners";
|
|
33
|
-
@import "bootstrap/scss/offcanvas";
|
|
34
|
-
@import "bootstrap/scss/placeholders";
|
|
35
|
-
@import "bootstrap/scss/badge";
|
|
13
|
+
@import "node_modules/bootstrap/scss/forms";
|
|
14
|
+
// @import "node_modules/bootstrap/scss/buttons"; we use our own bootstrap based implementation
|
|
15
|
+
@import "node_modules/bootstrap/scss/dropdown";
|
|
16
|
+
@import "node_modules/bootstrap/scss/button-group";
|
|
17
|
+
@import "node_modules/bootstrap/scss/nav";
|
|
18
|
+
@import "node_modules/bootstrap/scss/navbar";
|
|
19
|
+
@import "node_modules/bootstrap/scss/card";
|
|
20
|
+
@import "node_modules/bootstrap/scss/accordion";
|
|
21
|
+
@import "node_modules/bootstrap/scss/breadcrumb";
|
|
22
|
+
@import "node_modules/bootstrap/scss/pagination";
|
|
23
|
+
@import "node_modules/bootstrap/scss/alert";
|
|
24
|
+
@import "node_modules/bootstrap/scss/progress";
|
|
25
|
+
@import "node_modules/bootstrap/scss/list-group";
|
|
26
|
+
@import "node_modules/bootstrap/scss/close";
|
|
27
|
+
@import "node_modules/bootstrap/scss/toasts";
|
|
28
|
+
@import "node_modules/bootstrap/scss/modal";
|
|
29
|
+
@import "node_modules/bootstrap/scss/tooltip";
|
|
30
|
+
@import "node_modules/bootstrap/scss/popover";
|
|
31
|
+
@import "node_modules/bootstrap/scss/carousel";
|
|
32
|
+
@import "node_modules/bootstrap/scss/spinners";
|
|
33
|
+
@import "node_modules/bootstrap/scss/offcanvas";
|
|
34
|
+
@import "node_modules/bootstrap/scss/placeholders";
|
|
35
|
+
@import "node_modules/bootstrap/scss/badge";
|
|
36
36
|
|
|
37
37
|
@import "type";
|
|
38
38
|
@import "body";
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
$color: color-contrast-var($value);
|
|
17
17
|
|
|
18
18
|
&.tooltip-#{$theme} {
|
|
19
|
-
--#{$prefix}tooltip-color:
|
|
20
|
-
--#{$prefix}tooltip-bg: var(--#{$prefix}
|
|
19
|
+
--#{$prefix}tooltip-color: #{$color};
|
|
20
|
+
--#{$prefix}tooltip-bg: var(--#{$prefix}#{$theme});
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -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";
|
|
@@ -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",
|