infinity-forge 0.26.6 → 0.26.7

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.InputControl = void 0;
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
- exports.InputControl = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n margin-bottom: 10px;\n\n .input-content {\n position: relative;\n }\n\n input,\n select,\n textarea {\n border: 0;\n background-color: #fff;\n color: #111;\n padding: 0 10px;\n width: 100%;\n position: relative;\n display: flex;\n height: 46px;\n font-weight: 400;\n border: 1px solid #ccc;\n border-radius: 4px;\n font-size: 14px;\n\n &::placeholder {\n font-weight: 400;\n color: #828282;\n }\n }\n\n textarea {\n height: 120px;\n padding-top: 20px;\n padding-bottom: 20px;\n }\n\n input::placeholder {\n color: ", ";\n }\n\n textarea::placeholder {\n color: ", ";\n }\n\n input:not([type='color']):read-only {\n opacity: 0.6;\n cursor: not-allowed;\n }\n"], ["\n width: 100%;\n margin-bottom: 10px;\n\n .input-content {\n position: relative;\n }\n\n input,\n select,\n textarea {\n border: 0;\n background-color: #fff;\n color: #111;\n padding: 0 10px;\n width: 100%;\n position: relative;\n display: flex;\n height: 46px;\n font-weight: 400;\n border: 1px solid #ccc;\n border-radius: 4px;\n font-size: 14px;\n\n &::placeholder {\n font-weight: 400;\n color: #828282;\n }\n }\n\n textarea {\n height: 120px;\n padding-top: 20px;\n padding-bottom: 20px;\n }\n\n input::placeholder {\n color: ", ";\n }\n\n textarea::placeholder {\n color: ", ";\n }\n\n input:not([type='color']):read-only {\n opacity: 0.6;\n cursor: not-allowed;\n }\n"])), function (props) { return props.theme['grey-dark']; }, function (props) { return props.theme['grey-dark']; });
12
+ exports.InputControl = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n margin-bottom: 0;\n\n .input-content {\n position: relative;\n }\n\n input,\n select,\n textarea {\n border: 0;\n background-color: #fff;\n color: #111;\n padding: 0 10px;\n width: 100%;\n position: relative;\n display: flex;\n height: 40px;\n font-weight: 400;\n border: 1px solid #ccc;\n border-radius: 4px;\n font-size: 14px;\n\n &::placeholder {\n font-weight: 400;\n color: #828282;\n }\n }\n\n textarea {\n height: 120px;\n padding-top: 20px;\n padding-bottom: 20px;\n }\n\n input::placeholder {\n color: ", ";\n }\n\n textarea::placeholder {\n color: ", ";\n }\n\n input:not([type='color']):read-only {\n opacity: 0.6;\n cursor: not-allowed;\n }\n"], ["\n width: 100%;\n margin-bottom: 0;\n\n .input-content {\n position: relative;\n }\n\n input,\n select,\n textarea {\n border: 0;\n background-color: #fff;\n color: #111;\n padding: 0 10px;\n width: 100%;\n position: relative;\n display: flex;\n height: 40px;\n font-weight: 400;\n border: 1px solid #ccc;\n border-radius: 4px;\n font-size: 14px;\n\n &::placeholder {\n font-weight: 400;\n color: #828282;\n }\n }\n\n textarea {\n height: 120px;\n padding-top: 20px;\n padding-bottom: 20px;\n }\n\n input::placeholder {\n color: ", ";\n }\n\n textarea::placeholder {\n color: ", ";\n }\n\n input:not([type='color']):read-only {\n opacity: 0.6;\n cursor: not-allowed;\n }\n"])), function (props) { return props.theme['grey-dark']; }, function (props) { return props.theme['grey-dark']; });
13
13
  var templateObject_1;
14
14
  //# sourceMappingURL=styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/ui/components/form/input-control/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAMzB,QAAA,YAAY,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,o0BAAkB,omBAqC9C,EAAmC,kDAInC,EAAmC,uGAO/C,KAXY,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,EAAxB,CAAwB,EAInC,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,EAAxB,CAAwB,EAO/C"}
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/ui/components/form/input-control/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAMzB,QAAA,YAAY,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,i0BAAkB,imBAqC9C,EAAmC,kDAInC,EAAmC,uGAO/C,KAXY,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,EAAxB,CAAwB,EAInC,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,EAAxB,CAAwB,EAO/C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "0.26.6",
3
+ "version": "0.26.7",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",