@evergis/react 2.0.162 → 2.0.163
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/react.cjs.development.js +2 -1
- package/dist/react.cjs.development.js.map +1 -1
- package/dist/react.cjs.production.min.js +1 -1
- package/dist/react.cjs.production.min.js.map +1 -1
- package/dist/react.esm.js +2 -2
- package/dist/react.esm.js.map +1 -1
- package/dist/symbols/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -5032,7 +5032,7 @@ const MapLegendControl = /*#__PURE__*/styled__default(MapControl)(_templateObjec
|
|
|
5032
5032
|
const MapLegendContainer = /*#__PURE__*/styled__default.div(_templateObject2$6 || (_templateObject2$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n width: 100%;\n padding-bottom: 1rem;\n box-sizing: border-box;\n\n canvas {\n height: 1.625rem;\n width: 1.625rem;\n }\n"])));
|
|
5033
5033
|
const MapLegendHeader = /*#__PURE__*/styled__default(LegendSectionHeader)(_templateObject3$4 || (_templateObject3$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n max-width: 15rem;\n margin-bottom: 0.25rem;\n font-weight: 500;\n"])));
|
|
5034
5034
|
const MapLegendDescriptionContainer = /*#__PURE__*/styled__default.div(_templateObject4$4 || (_templateObject4$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 0.5rem;\n font-weight: 400;\n font-size: 0.625rem;\n color: rgba(255, 255, 255, 0.65);\n"])));
|
|
5035
|
-
const MinimizedLegendContainer = /*#__PURE__*/styled__default.div(_templateObject5$4 || (_templateObject5$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: calc(100% - 1.5rem);\n padding-right: 1.5rem;\n \n :not(:
|
|
5035
|
+
const MinimizedLegendContainer = /*#__PURE__*/styled__default.div(_templateObject5$4 || (_templateObject5$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: calc(100% - 1.5rem);\n padding-right: 1.5rem;\n \n :not(:last-child) {\n margin-bottom: 1rem;\n }\n"])));
|
|
5036
5036
|
const MapLegendValueDescr = /*#__PURE__*/styled__default.div(_templateObject6$2 || (_templateObject6$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n min-height: 1rem;\n margin-bottom: 0.25rem;\n font-size: 0.75rem;\n font-weight: 600;\n line-height: 1rem;\n"])));
|
|
5037
5037
|
|
|
5038
5038
|
const SizeLegendItemMixin = function SizeLegendItemMixin(value) {
|
|
@@ -5751,6 +5751,7 @@ exports.getLegendSymbolRenders = getLegendSymbolRenders;
|
|
|
5751
5751
|
exports.getLineDash = getLineDash;
|
|
5752
5752
|
exports.getMapLegendSymbolRenders = getMapLegendSymbolRenders;
|
|
5753
5753
|
exports.getMapState = getMapState;
|
|
5754
|
+
exports.getOffsetParameterValue = getOffsetParameterValue;
|
|
5754
5755
|
exports.getParameterValue = getParameterValue;
|
|
5755
5756
|
exports.getScale = getScale;
|
|
5756
5757
|
exports.getSymbolRenders = getSymbolRenders;
|