@dynamic-framework/ui-react 2.0.0-dev.5 → 2.0.0-dev.6
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 +2 -2
- package/dist/css/dynamic-ui-non-root.min.css +2 -2
- package/dist/css/dynamic-ui-root.css +1 -1
- package/dist/css/dynamic-ui-root.min.css +1 -1
- package/dist/css/dynamic-ui.css +2 -2
- package/dist/css/dynamic-ui.min.css +2 -2
- package/dist/index.esm.js +61 -43
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +48 -31
- package/dist/index.js.map +1 -1
- package/dist/types/components/DBoxFile/DBoxFile.d.ts +1 -1
- package/dist/types/components/DIconBase/DIconBase.d.ts +1 -1
- package/dist/types/components/DModal/DModal.d.ts +3 -1
- package/dist/types/components/DOffcanvas/DOffcanvas.d.ts +3 -1
- package/dist/types/components/index.d.ts +0 -1
- package/package.json +2 -1
- package/src/style/components/_d-box-file.scss +1 -1
- package/dist/types/components/DTableHead/DTableHead.d.ts +0 -9
- package/dist/types/components/DTableHead/index.d.ts +0 -2
package/dist/css/dynamic-ui.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dynamic-framework 2.0.0-dev.
|
|
2
|
+
* dynamic-framework 2.0.0-dev.6
|
|
3
3
|
* bootstrap ~5.3.8
|
|
4
4
|
* license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
|
|
5
5
|
*/
|
|
@@ -13118,7 +13118,7 @@ react-datepicker__navigation
|
|
|
13118
13118
|
background: var(--bs-box-file-disabled-bg);
|
|
13119
13119
|
border: var(--bs-box-file-disabled-border);
|
|
13120
13120
|
}
|
|
13121
|
-
.d-box-file .d-icon {
|
|
13121
|
+
.d-box-file .d-box-file-dropzone > .d-icon {
|
|
13122
13122
|
--bs-icon-size: var(--bs-box-file-icon-size);
|
|
13123
13123
|
--bs-icon-color: var(--bs-box-file-icon-color);
|
|
13124
13124
|
}
|