@trafilea/afrodita-components 5.0.0-beta.212 → 5.0.0-beta.213
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/build/index.esm.js +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -12898,7 +12898,7 @@ var TopTagContainer$2 = newStyled.div(templateObject_5$8 || (templateObject_5$8
|
|
|
12898
12898
|
var style = _a.style;
|
|
12899
12899
|
return style.width;
|
|
12900
12900
|
});
|
|
12901
|
-
var BottomTagContainer$2 = newStyled.div(templateObject_6$7 || (templateObject_6$7 = __makeTemplateObject(["\n position: absolute;\n bottom:
|
|
12901
|
+
var BottomTagContainer$2 = newStyled.div(templateObject_6$7 || (templateObject_6$7 = __makeTemplateObject(["\n position: absolute;\n bottom: 10%;\n left: 0;\n width: ", ";\n z-index: 1;\n"], ["\n position: absolute;\n bottom: 10%;\n left: 0;\n width: ", ";\n z-index: 1;\n"])), function (_a) {
|
|
12902
12902
|
var style = _a.style;
|
|
12903
12903
|
return style.width;
|
|
12904
12904
|
});
|
package/build/index.js
CHANGED
|
@@ -12924,7 +12924,7 @@ var TopTagContainer$2 = newStyled.div(templateObject_5$8 || (templateObject_5$8
|
|
|
12924
12924
|
var style = _a.style;
|
|
12925
12925
|
return style.width;
|
|
12926
12926
|
});
|
|
12927
|
-
var BottomTagContainer$2 = newStyled.div(templateObject_6$7 || (templateObject_6$7 = __makeTemplateObject(["\n position: absolute;\n bottom:
|
|
12927
|
+
var BottomTagContainer$2 = newStyled.div(templateObject_6$7 || (templateObject_6$7 = __makeTemplateObject(["\n position: absolute;\n bottom: 10%;\n left: 0;\n width: ", ";\n z-index: 1;\n"], ["\n position: absolute;\n bottom: 10%;\n left: 0;\n width: ", ";\n z-index: 1;\n"])), function (_a) {
|
|
12928
12928
|
var style = _a.style;
|
|
12929
12929
|
return style.width;
|
|
12930
12930
|
});
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Trafilea's Design System",
|
|
4
4
|
"author": "Trafilea",
|
|
5
5
|
"repository": "https://github.com/trafilea/afrodita-components",
|
|
6
|
-
"version": "5.0.0-beta.
|
|
6
|
+
"version": "5.0.0-beta.213",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|