oolib 2.26.3 → 2.26.4
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.
|
@@ -5,7 +5,8 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
5
5
|
};
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.innerShadow0 = exports.boxShadow1 = exports.boxShadow0 = void 0;
|
|
8
|
-
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
8
|
+
var styled_components_1 = require("styled-components");
|
|
9
|
+
exports.boxShadow0 = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);\n"], ["\n box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);\n"])));
|
|
10
|
+
exports.boxShadow1 = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);\n"], ["\n box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);\n"])));
|
|
11
|
+
exports.innerShadow0 = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.05);\n"], ["\n box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.05);\n"])));
|
|
11
12
|
var templateObject_1, templateObject_2, templateObject_3;
|