infinity-forge 13.5.7 → 13.5.8
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,7 +9,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.StarIcon = exports.InputStar = void 0;
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
-
exports.InputStar = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n gap: 4px;\n\n label {\n cursor: pointer;\n position: relative;\n\n input {\n position: absolute;\n opacity: 0;\n height: 0;\n width: 0;\n overflow: hidden;\n appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n outline: none;\n box-shadow: none;\n\n &:focus {\n outline: none;\n box-shadow: none;\n }\n }\n }\n"], ["\n display: flex;\n gap: 4px;\n\n label {\n cursor: pointer;\n position: relative;\n\n input {\n position: absolute;\n opacity: 0;\n height: 0;\n width: 0;\n overflow: hidden;\n appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n outline: none;\n box-shadow: none;\n\n &:focus {\n outline: none;\n box-shadow: none;\n }\n }\n }\n"])));
|
|
12
|
+
exports.InputStar = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n gap: 4px;\n\n label {\n cursor: pointer;\n position: relative;\n\n input {\n position: absolute !important;\n opacity: 0 !important;\n height: 0 !important;\n width: 0 !important;\n overflow: hidden !important;\n appearance: none !important;\n -webkit-appearance: none !important;\n -moz-appearance: none !important;\n outline: none !important;\n box-shadow: none !important;\n border: none !important;\n\n &:focus {\n outline: none !important;\n box-shadow: none !important;\n }\n }\n }\n"], ["\n display: flex;\n gap: 4px;\n\n label {\n cursor: pointer;\n position: relative;\n\n input {\n position: absolute !important;\n opacity: 0 !important;\n height: 0 !important;\n width: 0 !important;\n overflow: hidden !important;\n appearance: none !important;\n -webkit-appearance: none !important;\n -moz-appearance: none !important;\n outline: none !important;\n box-shadow: none !important;\n border: none !important;\n\n &:focus {\n outline: none !important;\n box-shadow: none !important;\n }\n }\n }\n"])));
|
|
13
13
|
exports.StarIcon = styled_components_1.default.span(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: block;\n color: ", ";\n transition: color 0.2s;\n font-size: 28px;\n line-height: 1;\n\n &:hover {\n color: #ffd700;\n }\n"], ["\n display: block;\n color: ", ";\n transition: color 0.2s;\n font-size: 28px;\n line-height: 1;\n\n &:hover {\n color: #ffd700;\n }\n"])), function (_a) {
|
|
14
14
|
var $isActive = _a.$isActive;
|
|
15
15
|
return ($isActive ? '#ffd700' : '#e4e5e9');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/ui/components/form/input-star/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,SAAS,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/ui/components/form/input-star/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,SAAS,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,iqBAAA,8lBA2BrC,KAAA;AAEY,QAAA,QAAQ,GAAG,2BAAM,CAAC,IAAI,qNAAwB,gCAEhD,EAAsD,gHAQhE,KARU,UAAC,EAAa;QAAX,SAAS,eAAA;IAAO,OAAA,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;AAAnC,CAAmC,EAQhE"}
|