@dhis2/analytics 23.8.1 → 23.8.2
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [23.8.2](https://github.com/dhis2/analytics/compare/v23.8.1...v23.8.2) (2022-05-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* remove min-width on File button TECH-1145 ([#1215](https://github.com/dhis2/analytics/issues/1215)) ([3a8f427](https://github.com/dhis2/analytics/commit/3a8f42777cdad2f6ec3c7c48a3b9290989869467))
|
|
7
|
+
|
|
1
8
|
## [23.8.1](https://github.com/dhis2/analytics/compare/v23.8.0...v23.8.1) (2022-05-05)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -7,6 +7,6 @@ exports.fileMenuStyles = void 0;
|
|
|
7
7
|
|
|
8
8
|
var _ui = require("@dhis2/ui");
|
|
9
9
|
|
|
10
|
-
const fileMenuStyles = [".menu-toggle.jsx-
|
|
10
|
+
const fileMenuStyles = [".menu-toggle.jsx-1542458312{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:400;text-transform:none;padding:6px 8px;border-radius:3px;color:".concat(_ui.colors.grey900, ";box-sizing:border-box;line-height:1.75;background:none;border:none;-webkit-transition:background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms;transition:background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms;cursor:pointer;}"), ".menu-toggle.jsx-1542458312:hover.jsx-1542458312:enabled{background-color:".concat(_ui.colors.grey200, ";}"), ".menu-toggle.jsx-1542458312:disabled{color:".concat(_ui.colors.grey400, ";cursor:not-allowed;}"), ".menu-toggle.jsx-1542458312:active{background-color:".concat(_ui.colors.grey300, ";}"), ".menuButton.jsx-1542458312:focus{outline:2px solid ".concat(_ui.colors.blue600, ";}"), ".menuButton.jsx-1542458312:focus.jsx-1542458312:not(:focus-visible){outline:none;}"];
|
|
11
11
|
exports.fileMenuStyles = fileMenuStyles;
|
|
12
|
-
fileMenuStyles.__hash = "
|
|
12
|
+
fileMenuStyles.__hash = "1542458312";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { colors } from '@dhis2/ui';
|
|
2
|
-
export const fileMenuStyles = [".menu-toggle.jsx-
|
|
3
|
-
fileMenuStyles.__hash = "
|
|
2
|
+
export const fileMenuStyles = [".menu-toggle.jsx-1542458312{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:400;text-transform:none;padding:6px 8px;border-radius:3px;color:".concat(colors.grey900, ";box-sizing:border-box;line-height:1.75;background:none;border:none;-webkit-transition:background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms;transition:background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms;cursor:pointer;}"), ".menu-toggle.jsx-1542458312:hover.jsx-1542458312:enabled{background-color:".concat(colors.grey200, ";}"), ".menu-toggle.jsx-1542458312:disabled{color:".concat(colors.grey400, ";cursor:not-allowed;}"), ".menu-toggle.jsx-1542458312:active{background-color:".concat(colors.grey300, ";}"), ".menuButton.jsx-1542458312:focus{outline:2px solid ".concat(colors.blue600, ";}"), ".menuButton.jsx-1542458312:focus.jsx-1542458312:not(:focus-visible){outline:none;}"];
|
|
3
|
+
fileMenuStyles.__hash = "1542458312";
|