infinity-forge 6.6.2 → 6.6.3
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.
|
@@ -9,6 +9,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.Tab = void 0;
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
-
exports.Tab = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n border: 1px solid #e1e1e1;\n border-radius: 5px;\n display: flex;\n flex-direction: column;\n\n .tabs {\n gap: 15px;\n padding: 5px;\n background-color: #f2f2f2;\n position: relative;\n border-radius: 8px;\n\n .background {\n background-color: #e1e1e1;\n box-shadow: var(0 0 #0000, 0 0 #0000), 0 0 #0000, 0px 0px 5px 0px rgba(0, 0, 0, 0.05),\n 0px 2px 10px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 1px 0px hsla(0, 0%, 100%, 0.15);\n border-radius: 6px;\n position: absolute;\n top: 6px;\n left: 6px;\n height: 40px;\n z-index: 0;\n transition: 0.3s;\n }\n\n button {\n padding: 0 15px;\n height: 40px;\n color: #2b2b2b;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 14px;\n background-color: transparent;\n border: 0;\n z-index: 2;\n position: relative;\n\n &:hover {\n transition: 0.1s;\n opacity: 0.75;\n }\n }\n }\n\n .tab_selected {\n padding: 20px;\n }\n"], ["\n width: 100%;\n border: 1px solid #e1e1e1;\n border-radius: 5px;\n display: flex;\n flex-direction: column;\n\n .tabs {\n gap: 15px;\n padding: 5px;\n background-color: #f2f2f2;\n position: relative;\n border-radius: 8px;\n\n .background {\n background-color: #e1e1e1;\n box-shadow: var(0 0 #0000, 0 0 #0000), 0 0 #0000, 0px 0px 5px 0px rgba(0, 0, 0, 0.05),\n 0px 2px 10px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 1px 0px hsla(0, 0%, 100%, 0.15);\n border-radius: 6px;\n position: absolute;\n top: 6px;\n left: 6px;\n height: 40px;\n z-index: 0;\n transition: 0.3s;\n }\n\n button {\n padding: 0 15px;\n height: 40px;\n color: #2b2b2b;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 14px;\n background-color: transparent;\n border: 0;\n z-index: 2;\n position: relative;\n\n &:hover {\n transition: 0.1s;\n opacity: 0.75;\n }\n }\n }\n\n .tab_selected {\n padding: 20px;\n }\n"])));
|
|
12
|
+
exports.Tab = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n border: 1px solid #e1e1e1;\n border-radius: 5px;\n display: flex;\n flex-direction: column;\n\n .tabs {\n gap: 15px;\n padding: 5px;\n background-color: #f2f2f2;\n position: relative;\n border-radius: 8px;\n display: flex;\n\n .background {\n background-color: #e1e1e1;\n box-shadow: var(0 0 #0000, 0 0 #0000), 0 0 #0000, 0px 0px 5px 0px rgba(0, 0, 0, 0.05),\n 0px 2px 10px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 1px 0px hsla(0, 0%, 100%, 0.15);\n border-radius: 6px;\n position: absolute;\n top: 6px;\n left: 6px;\n height: 40px;\n z-index: 0;\n transition: 0.3s;\n }\n\n button {\n padding: 0 15px;\n height: 40px;\n color: #2b2b2b;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 14px;\n background-color: transparent;\n border: 0;\n z-index: 2;\n position: relative;\n\n &:hover {\n transition: 0.1s;\n opacity: 0.75;\n }\n }\n }\n\n .tab_selected {\n padding: 20px;\n }\n"], ["\n width: 100%;\n border: 1px solid #e1e1e1;\n border-radius: 5px;\n display: flex;\n flex-direction: column;\n\n .tabs {\n gap: 15px;\n padding: 5px;\n background-color: #f2f2f2;\n position: relative;\n border-radius: 8px;\n display: flex;\n\n .background {\n background-color: #e1e1e1;\n box-shadow: var(0 0 #0000, 0 0 #0000), 0 0 #0000, 0px 0px 5px 0px rgba(0, 0, 0, 0.05),\n 0px 2px 10px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 1px 0px hsla(0, 0%, 100%, 0.15);\n border-radius: 6px;\n position: absolute;\n top: 6px;\n left: 6px;\n height: 40px;\n z-index: 0;\n transition: 0.3s;\n }\n\n button {\n padding: 0 15px;\n height: 40px;\n color: #2b2b2b;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 14px;\n background-color: transparent;\n border: 0;\n z-index: 2;\n position: relative;\n\n &:hover {\n transition: 0.1s;\n opacity: 0.75;\n }\n }\n }\n\n .tab_selected {\n padding: 20px;\n }\n"])));
|
|
13
13
|
var templateObject_1;
|
|
14
14
|
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/system/components/data/tab/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,GAAG,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/system/components/data/tab/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,GAAG,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,+oCAAA,4kCAmD/B,KAAA"}
|