google-docs-components
Advanced tools
Comparing version
@@ -109,3 +109,3 @@ "use strict"; | ||
function default_1(componentDefs, inputTable, parseContent, defaultToTable = true, classProp = false) { | ||
var _a, _b; | ||
var _a, _b, _c, _d; | ||
let matchingDef; | ||
@@ -221,3 +221,3 @@ const [componentNotFoundError, invalidPropError, tableFormatError, componentError,] = [ | ||
let value = verifyValue.text; | ||
if (matchingDef.props[matches.prop].type == "number") { | ||
if (((_d = (_c = matchingDef.props) === null || _c === void 0 ? void 0 : _c[matches.prop]) === null || _d === void 0 ? void 0 : _d.type) == "number") { | ||
value = Number(value); | ||
@@ -224,0 +224,0 @@ } |
@@ -107,3 +107,3 @@ function matchesName(componentDef, title) { | ||
export default function (componentDefs, inputTable, parseContent, defaultToTable = true, classProp = false) { | ||
var _a, _b; | ||
var _a, _b, _c, _d; | ||
let matchingDef; | ||
@@ -219,3 +219,3 @@ const [componentNotFoundError, invalidPropError, tableFormatError, componentError,] = [ | ||
let value = verifyValue.text; | ||
if (matchingDef.props[matches.prop].type == "number") { | ||
if (((_d = (_c = matchingDef.props) === null || _c === void 0 ? void 0 : _c[matches.prop]) === null || _d === void 0 ? void 0 : _d.type) == "number") { | ||
value = Number(value); | ||
@@ -222,0 +222,0 @@ } |
{ | ||
"name": "google-docs-components", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "./dist/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
74539
0.33%