ece-docs-components 1.0.40 → 1.0.42
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.
- package/dist/cjs/_virtual/Parser.js +6 -0
- package/dist/cjs/_virtual/Parser.js.map +1 -0
- package/dist/cjs/_virtual/Tokenizer.js +6 -0
- package/dist/cjs/_virtual/Tokenizer.js.map +1 -0
- package/dist/cjs/_virtual/attributes-to-props.js +6 -0
- package/dist/cjs/_virtual/attributes-to-props.js.map +1 -0
- package/dist/cjs/_virtual/decode-codepoint.js +6 -0
- package/dist/cjs/_virtual/decode-codepoint.js.map +1 -0
- package/dist/cjs/_virtual/decode-data-html.js +6 -0
- package/dist/cjs/_virtual/decode-data-html.js.map +1 -0
- package/dist/cjs/_virtual/decode-data-html2.js +6 -0
- package/dist/cjs/_virtual/decode-data-html2.js.map +1 -0
- package/dist/cjs/_virtual/decode-data-xml.js +6 -0
- package/dist/cjs/_virtual/decode-data-xml.js.map +1 -0
- package/dist/cjs/_virtual/decode-data-xml2.js +6 -0
- package/dist/cjs/_virtual/decode-data-xml2.js.map +1 -0
- package/dist/cjs/_virtual/decode.js +6 -0
- package/dist/cjs/_virtual/decode.js.map +1 -0
- package/dist/cjs/_virtual/decode2.js +6 -0
- package/dist/cjs/_virtual/decode2.js.map +1 -0
- package/dist/cjs/_virtual/decode_codepoint.js +6 -0
- package/dist/cjs/_virtual/decode_codepoint.js.map +1 -0
- package/dist/cjs/_virtual/dom-to-react.js +6 -0
- package/dist/cjs/_virtual/dom-to-react.js.map +1 -0
- package/dist/cjs/_virtual/encode-html.js +6 -0
- package/dist/cjs/_virtual/encode-html.js.map +1 -0
- package/dist/cjs/_virtual/encode.js +6 -0
- package/dist/cjs/_virtual/encode.js.map +1 -0
- package/dist/cjs/_virtual/escape.js +6 -0
- package/dist/cjs/_virtual/escape.js.map +1 -0
- package/dist/cjs/_virtual/feeds.js +6 -0
- package/dist/cjs/_virtual/feeds.js.map +1 -0
- package/dist/cjs/_virtual/foreignNames.js +6 -0
- package/dist/cjs/_virtual/foreignNames.js.map +1 -0
- package/dist/cjs/_virtual/helpers.js +6 -0
- package/dist/cjs/_virtual/helpers.js.map +1 -0
- package/dist/cjs/_virtual/html-to-dom.js +6 -0
- package/dist/cjs/_virtual/html-to-dom.js.map +1 -0
- package/dist/cjs/_virtual/index.js +4 -4
- package/dist/cjs/_virtual/index10.js +6 -0
- package/dist/cjs/_virtual/index10.js.map +1 -0
- package/dist/cjs/_virtual/index11.js +6 -0
- package/dist/cjs/_virtual/index11.js.map +1 -0
- package/dist/cjs/_virtual/index2.js +2 -4
- package/dist/cjs/_virtual/index2.js.map +1 -1
- package/dist/cjs/_virtual/index3.js +2 -2
- package/dist/cjs/_virtual/index4.js +2 -2
- package/dist/cjs/_virtual/index5.js +2 -2
- package/dist/cjs/_virtual/index6.js +2 -2
- package/dist/cjs/_virtual/index7.js +6 -0
- package/dist/cjs/_virtual/index7.js.map +1 -0
- package/dist/cjs/_virtual/index8.js +6 -0
- package/dist/cjs/_virtual/index8.js.map +1 -0
- package/dist/cjs/_virtual/index9.js +6 -0
- package/dist/cjs/_virtual/index9.js.map +1 -0
- package/dist/cjs/_virtual/legacy.js +6 -0
- package/dist/cjs/_virtual/legacy.js.map +1 -0
- package/dist/cjs/_virtual/manipulation.js +6 -0
- package/dist/cjs/_virtual/manipulation.js.map +1 -0
- package/dist/cjs/_virtual/node.js +6 -0
- package/dist/cjs/_virtual/node.js.map +1 -0
- package/dist/cjs/_virtual/possibleStandardNamesOptimized.js +6 -0
- package/dist/cjs/_virtual/possibleStandardNamesOptimized.js.map +1 -0
- package/dist/cjs/_virtual/querying.js +6 -0
- package/dist/cjs/_virtual/querying.js.map +1 -0
- package/dist/cjs/_virtual/stringify.js +6 -0
- package/dist/cjs/_virtual/stringify.js.map +1 -0
- package/dist/cjs/_virtual/traversal.js +6 -0
- package/dist/cjs/_virtual/traversal.js.map +1 -0
- package/dist/cjs/_virtual/types.js +6 -0
- package/dist/cjs/_virtual/types.js.map +1 -0
- package/dist/cjs/_virtual/utilities.js +6 -0
- package/dist/cjs/_virtual/utilities.js.map +1 -0
- package/dist/cjs/_virtual/utilities2.js +6 -0
- package/dist/cjs/_virtual/utilities2.js.map +1 -0
- package/dist/cjs/_virtual/utilities3.js +6 -0
- package/dist/cjs/_virtual/utilities3.js.map +1 -0
- package/dist/cjs/components/Alert.js +5 -4
- package/dist/cjs/components/Alert.js.map +1 -1
- package/dist/cjs/components/Modal.js +2 -1
- package/dist/cjs/components/Modal.js.map +1 -1
- package/dist/cjs/node_modules/dom-serializer/lib/foreignNames.js +116 -0
- package/dist/cjs/node_modules/dom-serializer/lib/foreignNames.js.map +1 -0
- package/dist/cjs/node_modules/dom-serializer/lib/index.js +245 -0
- package/dist/cjs/node_modules/dom-serializer/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/domelementtype/lib/index.js +70 -0
- package/dist/cjs/node_modules/domelementtype/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/domhandler/lib/index.js +182 -0
- package/dist/cjs/node_modules/domhandler/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/domhandler/lib/node.js +488 -0
- package/dist/cjs/node_modules/domhandler/lib/node.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/feeds.js +205 -0
- package/dist/cjs/node_modules/domutils/lib/feeds.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/helpers.js +156 -0
- package/dist/cjs/node_modules/domutils/lib/helpers.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/index.js +56 -0
- package/dist/cjs/node_modules/domutils/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/legacy.js +183 -0
- package/dist/cjs/node_modules/domutils/lib/legacy.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/manipulation.js +155 -0
- package/dist/cjs/node_modules/domutils/lib/manipulation.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/querying.js +169 -0
- package/dist/cjs/node_modules/domutils/lib/querying.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/stringify.js +107 -0
- package/dist/cjs/node_modules/domutils/lib/stringify.js.map +1 -0
- package/dist/cjs/node_modules/domutils/lib/traversal.js +139 -0
- package/dist/cjs/node_modules/domutils/lib/traversal.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/decode.js +554 -0
- package/dist/cjs/node_modules/entities/lib/decode.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/decode_codepoint.js +91 -0
- package/dist/cjs/node_modules/entities/lib/decode_codepoint.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/encode.js +92 -0
- package/dist/cjs/node_modules/entities/lib/encode.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/escape.js +137 -0
- package/dist/cjs/node_modules/entities/lib/escape.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/generated/decode-data-html.js +22 -0
- package/dist/cjs/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/generated/decode-data-xml.js +22 -0
- package/dist/cjs/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/generated/encode-html.js +25 -0
- package/dist/cjs/node_modules/entities/lib/generated/encode-html.js.map +1 -0
- package/dist/cjs/node_modules/entities/lib/index.js +144 -0
- package/dist/cjs/node_modules/entities/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/index.js +47 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/server/html-to-dom.js +46 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/server/html-to-dom.js.map +1 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/server/utilities.js +32 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/server/utilities.js.map +1 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/types.js +16 -0
- package/dist/cjs/node_modules/html-dom-parser/lib/types.js.map +1 -0
- package/dist/cjs/node_modules/html-react-parser/esm/index.js +10 -0
- package/dist/cjs/node_modules/html-react-parser/esm/index.js.map +1 -0
- package/dist/cjs/node_modules/html-react-parser/lib/attributes-to-props.js +89 -0
- package/dist/cjs/node_modules/html-react-parser/lib/attributes-to-props.js.map +1 -0
- package/dist/cjs/node_modules/html-react-parser/lib/dom-to-react.js +138 -0
- package/dist/cjs/node_modules/html-react-parser/lib/dom-to-react.js.map +1 -0
- package/dist/cjs/node_modules/html-react-parser/lib/index.js +55 -0
- package/dist/cjs/node_modules/html-react-parser/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/html-react-parser/lib/utilities.js +121 -0
- package/dist/cjs/node_modules/html-react-parser/lib/utilities.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/dist/commonjs/Parser.js +542 -0
- package/dist/cjs/node_modules/htmlparser2/dist/commonjs/Parser.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/dist/commonjs/Tokenizer.js +805 -0
- package/dist/cjs/node_modules/htmlparser2/dist/commonjs/Tokenizer.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/dist/commonjs/index.js +143 -0
- package/dist/cjs/node_modules/htmlparser2/dist/commonjs/index.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js +92 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js +529 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js +23 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +23 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map +1 -0
- package/dist/cjs/node_modules/inline-style-parser/cjs/index.js +274 -0
- package/dist/cjs/node_modules/inline-style-parser/cjs/index.js.map +1 -0
- package/dist/cjs/node_modules/react-property/lib/index.js +534 -0
- package/dist/cjs/node_modules/react-property/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/react-property/lib/possibleStandardNamesOptimized.js +507 -0
- package/dist/cjs/node_modules/react-property/lib/possibleStandardNamesOptimized.js.map +1 -0
- package/dist/cjs/node_modules/style-to-js/cjs/index.js +40 -0
- package/dist/cjs/node_modules/style-to-js/cjs/index.js.map +1 -0
- package/dist/cjs/node_modules/style-to-js/cjs/utilities.js +60 -0
- package/dist/cjs/node_modules/style-to-js/cjs/utilities.js.map +1 -0
- package/dist/cjs/node_modules/style-to-object/cjs/index.js +58 -0
- package/dist/cjs/node_modules/style-to-object/cjs/index.js.map +1 -0
- package/dist/esm/_virtual/Parser.js +4 -0
- package/dist/esm/_virtual/Parser.js.map +1 -0
- package/dist/esm/_virtual/Tokenizer.js +4 -0
- package/dist/esm/_virtual/Tokenizer.js.map +1 -0
- package/dist/esm/_virtual/_commonjsHelpers.js +6 -0
- package/dist/esm/_virtual/_commonjsHelpers.js.map +1 -0
- package/dist/esm/_virtual/attributes-to-props.js +4 -0
- package/dist/esm/_virtual/attributes-to-props.js.map +1 -0
- package/dist/esm/_virtual/decode-codepoint.js +4 -0
- package/dist/esm/_virtual/decode-codepoint.js.map +1 -0
- package/dist/esm/_virtual/decode-data-html.js +4 -0
- package/dist/esm/_virtual/decode-data-html.js.map +1 -0
- package/dist/esm/_virtual/decode-data-html2.js +4 -0
- package/dist/esm/_virtual/decode-data-html2.js.map +1 -0
- package/dist/esm/_virtual/decode-data-xml.js +4 -0
- package/dist/esm/_virtual/decode-data-xml.js.map +1 -0
- package/dist/esm/_virtual/decode-data-xml2.js +4 -0
- package/dist/esm/_virtual/decode-data-xml2.js.map +1 -0
- package/dist/esm/_virtual/decode.js +4 -0
- package/dist/esm/_virtual/decode.js.map +1 -0
- package/dist/esm/_virtual/decode2.js +4 -0
- package/dist/esm/_virtual/decode2.js.map +1 -0
- package/dist/esm/_virtual/decode_codepoint.js +4 -0
- package/dist/esm/_virtual/decode_codepoint.js.map +1 -0
- package/dist/esm/_virtual/dom-to-react.js +4 -0
- package/dist/esm/_virtual/dom-to-react.js.map +1 -0
- package/dist/esm/_virtual/encode-html.js +4 -0
- package/dist/esm/_virtual/encode-html.js.map +1 -0
- package/dist/esm/_virtual/encode.js +4 -0
- package/dist/esm/_virtual/encode.js.map +1 -0
- package/dist/esm/_virtual/escape.js +4 -0
- package/dist/esm/_virtual/escape.js.map +1 -0
- package/dist/esm/_virtual/feeds.js +4 -0
- package/dist/esm/_virtual/feeds.js.map +1 -0
- package/dist/esm/_virtual/foreignNames.js +4 -0
- package/dist/esm/_virtual/foreignNames.js.map +1 -0
- package/dist/esm/_virtual/helpers.js +4 -0
- package/dist/esm/_virtual/helpers.js.map +1 -0
- package/dist/esm/_virtual/html-to-dom.js +4 -0
- package/dist/esm/_virtual/html-to-dom.js.map +1 -0
- package/dist/esm/_virtual/index.js +8 -0
- package/dist/esm/_virtual/index.js.map +1 -0
- package/dist/esm/_virtual/index10.js +4 -0
- package/dist/esm/_virtual/index10.js.map +1 -0
- package/dist/esm/_virtual/index11.js +4 -0
- package/dist/esm/_virtual/index11.js.map +1 -0
- package/dist/esm/_virtual/index2.js +4 -0
- package/dist/esm/_virtual/index2.js.map +1 -0
- package/dist/esm/_virtual/index3.js +4 -0
- package/dist/esm/_virtual/index3.js.map +1 -0
- package/dist/esm/_virtual/index4.js +4 -0
- package/dist/esm/_virtual/index4.js.map +1 -0
- package/dist/esm/_virtual/index5.js +4 -0
- package/dist/esm/_virtual/index5.js.map +1 -0
- package/dist/esm/_virtual/index6.js +4 -0
- package/dist/esm/_virtual/index6.js.map +1 -0
- package/dist/esm/_virtual/index7.js +4 -0
- package/dist/esm/_virtual/index7.js.map +1 -0
- package/dist/esm/_virtual/index8.js +4 -0
- package/dist/esm/_virtual/index8.js.map +1 -0
- package/dist/esm/_virtual/index9.js +4 -0
- package/dist/esm/_virtual/index9.js.map +1 -0
- package/dist/esm/_virtual/legacy.js +4 -0
- package/dist/esm/_virtual/legacy.js.map +1 -0
- package/dist/esm/_virtual/manipulation.js +4 -0
- package/dist/esm/_virtual/manipulation.js.map +1 -0
- package/dist/esm/_virtual/node.js +4 -0
- package/dist/esm/_virtual/node.js.map +1 -0
- package/dist/esm/_virtual/possibleStandardNamesOptimized.js +4 -0
- package/dist/esm/_virtual/possibleStandardNamesOptimized.js.map +1 -0
- package/dist/esm/_virtual/querying.js +4 -0
- package/dist/esm/_virtual/querying.js.map +1 -0
- package/dist/esm/_virtual/stringify.js +4 -0
- package/dist/esm/_virtual/stringify.js.map +1 -0
- package/dist/esm/_virtual/traversal.js +4 -0
- package/dist/esm/_virtual/traversal.js.map +1 -0
- package/dist/esm/_virtual/types.js +4 -0
- package/dist/esm/_virtual/types.js.map +1 -0
- package/dist/esm/_virtual/utilities.js +4 -0
- package/dist/esm/_virtual/utilities.js.map +1 -0
- package/dist/esm/_virtual/utilities2.js +4 -0
- package/dist/esm/_virtual/utilities2.js.map +1 -0
- package/dist/esm/_virtual/utilities3.js +4 -0
- package/dist/esm/_virtual/utilities3.js.map +1 -0
- package/dist/esm/components/Alert.js +5 -4
- package/dist/esm/components/Alert.js.map +1 -1
- package/dist/esm/components/Modal.js +2 -1
- package/dist/esm/components/Modal.js.map +1 -1
- package/dist/esm/node_modules/dom-serializer/lib/foreignNames.js +114 -0
- package/dist/esm/node_modules/dom-serializer/lib/foreignNames.js.map +1 -0
- package/dist/esm/node_modules/dom-serializer/lib/index.js +243 -0
- package/dist/esm/node_modules/dom-serializer/lib/index.js.map +1 -0
- package/dist/esm/node_modules/domelementtype/lib/index.js +68 -0
- package/dist/esm/node_modules/domelementtype/lib/index.js.map +1 -0
- package/dist/esm/node_modules/domhandler/lib/index.js +180 -0
- package/dist/esm/node_modules/domhandler/lib/index.js.map +1 -0
- package/dist/esm/node_modules/domhandler/lib/node.js +486 -0
- package/dist/esm/node_modules/domhandler/lib/node.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/feeds.js +203 -0
- package/dist/esm/node_modules/domutils/lib/feeds.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/helpers.js +154 -0
- package/dist/esm/node_modules/domutils/lib/helpers.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/index.js +54 -0
- package/dist/esm/node_modules/domutils/lib/index.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/legacy.js +181 -0
- package/dist/esm/node_modules/domutils/lib/legacy.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/manipulation.js +153 -0
- package/dist/esm/node_modules/domutils/lib/manipulation.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/querying.js +167 -0
- package/dist/esm/node_modules/domutils/lib/querying.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/stringify.js +105 -0
- package/dist/esm/node_modules/domutils/lib/stringify.js.map +1 -0
- package/dist/esm/node_modules/domutils/lib/traversal.js +137 -0
- package/dist/esm/node_modules/domutils/lib/traversal.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/decode.js +552 -0
- package/dist/esm/node_modules/entities/lib/decode.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/decode_codepoint.js +89 -0
- package/dist/esm/node_modules/entities/lib/decode_codepoint.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/encode.js +90 -0
- package/dist/esm/node_modules/entities/lib/encode.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/escape.js +135 -0
- package/dist/esm/node_modules/entities/lib/escape.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/generated/decode-data-html.js +20 -0
- package/dist/esm/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/generated/decode-data-xml.js +20 -0
- package/dist/esm/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/generated/encode-html.js +23 -0
- package/dist/esm/node_modules/entities/lib/generated/encode-html.js.map +1 -0
- package/dist/esm/node_modules/entities/lib/index.js +142 -0
- package/dist/esm/node_modules/entities/lib/index.js.map +1 -0
- package/dist/esm/node_modules/html-dom-parser/lib/index.js +45 -0
- package/dist/esm/node_modules/html-dom-parser/lib/index.js.map +1 -0
- package/dist/esm/node_modules/html-dom-parser/lib/server/html-to-dom.js +44 -0
- package/dist/esm/node_modules/html-dom-parser/lib/server/html-to-dom.js.map +1 -0
- package/dist/esm/node_modules/html-dom-parser/lib/server/utilities.js +30 -0
- package/dist/esm/node_modules/html-dom-parser/lib/server/utilities.js.map +1 -0
- package/dist/esm/node_modules/html-dom-parser/lib/types.js +14 -0
- package/dist/esm/node_modules/html-dom-parser/lib/types.js.map +1 -0
- package/dist/esm/node_modules/html-react-parser/esm/index.js +6 -0
- package/dist/esm/node_modules/html-react-parser/esm/index.js.map +1 -0
- package/dist/esm/node_modules/html-react-parser/lib/attributes-to-props.js +87 -0
- package/dist/esm/node_modules/html-react-parser/lib/attributes-to-props.js.map +1 -0
- package/dist/esm/node_modules/html-react-parser/lib/dom-to-react.js +136 -0
- package/dist/esm/node_modules/html-react-parser/lib/dom-to-react.js.map +1 -0
- package/dist/esm/node_modules/html-react-parser/lib/index.js +53 -0
- package/dist/esm/node_modules/html-react-parser/lib/index.js.map +1 -0
- package/dist/esm/node_modules/html-react-parser/lib/utilities.js +119 -0
- package/dist/esm/node_modules/html-react-parser/lib/utilities.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/dist/commonjs/Parser.js +540 -0
- package/dist/esm/node_modules/htmlparser2/dist/commonjs/Parser.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/dist/commonjs/Tokenizer.js +803 -0
- package/dist/esm/node_modules/htmlparser2/dist/commonjs/Tokenizer.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/dist/commonjs/index.js +141 -0
- package/dist/esm/node_modules/htmlparser2/dist/commonjs/index.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js +90 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js +527 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js +21 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map +1 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +21 -0
- package/dist/esm/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map +1 -0
- package/dist/esm/node_modules/inline-style-parser/cjs/index.js +272 -0
- package/dist/esm/node_modules/inline-style-parser/cjs/index.js.map +1 -0
- package/dist/esm/node_modules/react-property/lib/index.js +532 -0
- package/dist/esm/node_modules/react-property/lib/index.js.map +1 -0
- package/dist/esm/node_modules/react-property/lib/possibleStandardNamesOptimized.js +505 -0
- package/dist/esm/node_modules/react-property/lib/possibleStandardNamesOptimized.js.map +1 -0
- package/dist/esm/node_modules/style-to-js/cjs/index.js +38 -0
- package/dist/esm/node_modules/style-to-js/cjs/index.js.map +1 -0
- package/dist/esm/node_modules/style-to-js/cjs/utilities.js +58 -0
- package/dist/esm/node_modules/style-to-js/cjs/utilities.js.map +1 -0
- package/dist/esm/node_modules/style-to-object/cjs/index.js +56 -0
- package/dist/esm/node_modules/style-to-object/cjs/index.js.map +1 -0
- package/package.json +3 -2
|
@@ -0,0 +1,507 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var possibleStandardNamesOptimized = require('../../../_virtual/possibleStandardNamesOptimized.js');
|
|
4
|
+
|
|
5
|
+
var hasRequiredPossibleStandardNamesOptimized;
|
|
6
|
+
|
|
7
|
+
function requirePossibleStandardNamesOptimized () {
|
|
8
|
+
if (hasRequiredPossibleStandardNamesOptimized) return possibleStandardNamesOptimized.__exports;
|
|
9
|
+
hasRequiredPossibleStandardNamesOptimized = 1;
|
|
10
|
+
// An attribute in which the DOM/SVG standard name is the same as the React prop name (e.g., 'accept').
|
|
11
|
+
var SAME = 0;
|
|
12
|
+
possibleStandardNamesOptimized.__exports.SAME = SAME;
|
|
13
|
+
|
|
14
|
+
// An attribute in which the React prop name is the camelcased version of the DOM/SVG standard name (e.g., 'acceptCharset').
|
|
15
|
+
var CAMELCASE = 1;
|
|
16
|
+
possibleStandardNamesOptimized.__exports.CAMELCASE = CAMELCASE;
|
|
17
|
+
|
|
18
|
+
possibleStandardNamesOptimized.__exports.possibleStandardNames = {
|
|
19
|
+
accept: 0,
|
|
20
|
+
acceptCharset: 1,
|
|
21
|
+
'accept-charset': 'acceptCharset',
|
|
22
|
+
accessKey: 1,
|
|
23
|
+
action: 0,
|
|
24
|
+
allowFullScreen: 1,
|
|
25
|
+
alt: 0,
|
|
26
|
+
as: 0,
|
|
27
|
+
async: 0,
|
|
28
|
+
autoCapitalize: 1,
|
|
29
|
+
autoComplete: 1,
|
|
30
|
+
autoCorrect: 1,
|
|
31
|
+
autoFocus: 1,
|
|
32
|
+
autoPlay: 1,
|
|
33
|
+
autoSave: 1,
|
|
34
|
+
capture: 0,
|
|
35
|
+
cellPadding: 1,
|
|
36
|
+
cellSpacing: 1,
|
|
37
|
+
challenge: 0,
|
|
38
|
+
charSet: 1,
|
|
39
|
+
checked: 0,
|
|
40
|
+
children: 0,
|
|
41
|
+
cite: 0,
|
|
42
|
+
class: 'className',
|
|
43
|
+
classID: 1,
|
|
44
|
+
className: 1,
|
|
45
|
+
cols: 0,
|
|
46
|
+
colSpan: 1,
|
|
47
|
+
content: 0,
|
|
48
|
+
contentEditable: 1,
|
|
49
|
+
contextMenu: 1,
|
|
50
|
+
controls: 0,
|
|
51
|
+
controlsList: 1,
|
|
52
|
+
coords: 0,
|
|
53
|
+
crossOrigin: 1,
|
|
54
|
+
dangerouslySetInnerHTML: 1,
|
|
55
|
+
data: 0,
|
|
56
|
+
dateTime: 1,
|
|
57
|
+
default: 0,
|
|
58
|
+
defaultChecked: 1,
|
|
59
|
+
defaultValue: 1,
|
|
60
|
+
defer: 0,
|
|
61
|
+
dir: 0,
|
|
62
|
+
disabled: 0,
|
|
63
|
+
disablePictureInPicture: 1,
|
|
64
|
+
disableRemotePlayback: 1,
|
|
65
|
+
download: 0,
|
|
66
|
+
draggable: 0,
|
|
67
|
+
encType: 1,
|
|
68
|
+
enterKeyHint: 1,
|
|
69
|
+
for: 'htmlFor',
|
|
70
|
+
form: 0,
|
|
71
|
+
formMethod: 1,
|
|
72
|
+
formAction: 1,
|
|
73
|
+
formEncType: 1,
|
|
74
|
+
formNoValidate: 1,
|
|
75
|
+
formTarget: 1,
|
|
76
|
+
frameBorder: 1,
|
|
77
|
+
headers: 0,
|
|
78
|
+
height: 0,
|
|
79
|
+
hidden: 0,
|
|
80
|
+
high: 0,
|
|
81
|
+
href: 0,
|
|
82
|
+
hrefLang: 1,
|
|
83
|
+
htmlFor: 1,
|
|
84
|
+
httpEquiv: 1,
|
|
85
|
+
'http-equiv': 'httpEquiv',
|
|
86
|
+
icon: 0,
|
|
87
|
+
id: 0,
|
|
88
|
+
innerHTML: 1,
|
|
89
|
+
inputMode: 1,
|
|
90
|
+
integrity: 0,
|
|
91
|
+
is: 0,
|
|
92
|
+
itemID: 1,
|
|
93
|
+
itemProp: 1,
|
|
94
|
+
itemRef: 1,
|
|
95
|
+
itemScope: 1,
|
|
96
|
+
itemType: 1,
|
|
97
|
+
keyParams: 1,
|
|
98
|
+
keyType: 1,
|
|
99
|
+
kind: 0,
|
|
100
|
+
label: 0,
|
|
101
|
+
lang: 0,
|
|
102
|
+
list: 0,
|
|
103
|
+
loop: 0,
|
|
104
|
+
low: 0,
|
|
105
|
+
manifest: 0,
|
|
106
|
+
marginWidth: 1,
|
|
107
|
+
marginHeight: 1,
|
|
108
|
+
max: 0,
|
|
109
|
+
maxLength: 1,
|
|
110
|
+
media: 0,
|
|
111
|
+
mediaGroup: 1,
|
|
112
|
+
method: 0,
|
|
113
|
+
min: 0,
|
|
114
|
+
minLength: 1,
|
|
115
|
+
multiple: 0,
|
|
116
|
+
muted: 0,
|
|
117
|
+
name: 0,
|
|
118
|
+
noModule: 1,
|
|
119
|
+
nonce: 0,
|
|
120
|
+
noValidate: 1,
|
|
121
|
+
open: 0,
|
|
122
|
+
optimum: 0,
|
|
123
|
+
pattern: 0,
|
|
124
|
+
placeholder: 0,
|
|
125
|
+
playsInline: 1,
|
|
126
|
+
poster: 0,
|
|
127
|
+
preload: 0,
|
|
128
|
+
profile: 0,
|
|
129
|
+
radioGroup: 1,
|
|
130
|
+
readOnly: 1,
|
|
131
|
+
referrerPolicy: 1,
|
|
132
|
+
rel: 0,
|
|
133
|
+
required: 0,
|
|
134
|
+
reversed: 0,
|
|
135
|
+
role: 0,
|
|
136
|
+
rows: 0,
|
|
137
|
+
rowSpan: 1,
|
|
138
|
+
sandbox: 0,
|
|
139
|
+
scope: 0,
|
|
140
|
+
scoped: 0,
|
|
141
|
+
scrolling: 0,
|
|
142
|
+
seamless: 0,
|
|
143
|
+
selected: 0,
|
|
144
|
+
shape: 0,
|
|
145
|
+
size: 0,
|
|
146
|
+
sizes: 0,
|
|
147
|
+
span: 0,
|
|
148
|
+
spellCheck: 1,
|
|
149
|
+
src: 0,
|
|
150
|
+
srcDoc: 1,
|
|
151
|
+
srcLang: 1,
|
|
152
|
+
srcSet: 1,
|
|
153
|
+
start: 0,
|
|
154
|
+
step: 0,
|
|
155
|
+
style: 0,
|
|
156
|
+
summary: 0,
|
|
157
|
+
tabIndex: 1,
|
|
158
|
+
target: 0,
|
|
159
|
+
title: 0,
|
|
160
|
+
type: 0,
|
|
161
|
+
useMap: 1,
|
|
162
|
+
value: 0,
|
|
163
|
+
width: 0,
|
|
164
|
+
wmode: 0,
|
|
165
|
+
wrap: 0,
|
|
166
|
+
about: 0,
|
|
167
|
+
accentHeight: 1,
|
|
168
|
+
'accent-height': 'accentHeight',
|
|
169
|
+
accumulate: 0,
|
|
170
|
+
additive: 0,
|
|
171
|
+
alignmentBaseline: 1,
|
|
172
|
+
'alignment-baseline': 'alignmentBaseline',
|
|
173
|
+
allowReorder: 1,
|
|
174
|
+
alphabetic: 0,
|
|
175
|
+
amplitude: 0,
|
|
176
|
+
arabicForm: 1,
|
|
177
|
+
'arabic-form': 'arabicForm',
|
|
178
|
+
ascent: 0,
|
|
179
|
+
attributeName: 1,
|
|
180
|
+
attributeType: 1,
|
|
181
|
+
autoReverse: 1,
|
|
182
|
+
azimuth: 0,
|
|
183
|
+
baseFrequency: 1,
|
|
184
|
+
baselineShift: 1,
|
|
185
|
+
'baseline-shift': 'baselineShift',
|
|
186
|
+
baseProfile: 1,
|
|
187
|
+
bbox: 0,
|
|
188
|
+
begin: 0,
|
|
189
|
+
bias: 0,
|
|
190
|
+
by: 0,
|
|
191
|
+
calcMode: 1,
|
|
192
|
+
capHeight: 1,
|
|
193
|
+
'cap-height': 'capHeight',
|
|
194
|
+
clip: 0,
|
|
195
|
+
clipPath: 1,
|
|
196
|
+
'clip-path': 'clipPath',
|
|
197
|
+
clipPathUnits: 1,
|
|
198
|
+
clipRule: 1,
|
|
199
|
+
'clip-rule': 'clipRule',
|
|
200
|
+
color: 0,
|
|
201
|
+
colorInterpolation: 1,
|
|
202
|
+
'color-interpolation': 'colorInterpolation',
|
|
203
|
+
colorInterpolationFilters: 1,
|
|
204
|
+
'color-interpolation-filters': 'colorInterpolationFilters',
|
|
205
|
+
colorProfile: 1,
|
|
206
|
+
'color-profile': 'colorProfile',
|
|
207
|
+
colorRendering: 1,
|
|
208
|
+
'color-rendering': 'colorRendering',
|
|
209
|
+
contentScriptType: 1,
|
|
210
|
+
contentStyleType: 1,
|
|
211
|
+
cursor: 0,
|
|
212
|
+
cx: 0,
|
|
213
|
+
cy: 0,
|
|
214
|
+
d: 0,
|
|
215
|
+
datatype: 0,
|
|
216
|
+
decelerate: 0,
|
|
217
|
+
descent: 0,
|
|
218
|
+
diffuseConstant: 1,
|
|
219
|
+
direction: 0,
|
|
220
|
+
display: 0,
|
|
221
|
+
divisor: 0,
|
|
222
|
+
dominantBaseline: 1,
|
|
223
|
+
'dominant-baseline': 'dominantBaseline',
|
|
224
|
+
dur: 0,
|
|
225
|
+
dx: 0,
|
|
226
|
+
dy: 0,
|
|
227
|
+
edgeMode: 1,
|
|
228
|
+
elevation: 0,
|
|
229
|
+
enableBackground: 1,
|
|
230
|
+
'enable-background': 'enableBackground',
|
|
231
|
+
end: 0,
|
|
232
|
+
exponent: 0,
|
|
233
|
+
externalResourcesRequired: 1,
|
|
234
|
+
fill: 0,
|
|
235
|
+
fillOpacity: 1,
|
|
236
|
+
'fill-opacity': 'fillOpacity',
|
|
237
|
+
fillRule: 1,
|
|
238
|
+
'fill-rule': 'fillRule',
|
|
239
|
+
filter: 0,
|
|
240
|
+
filterRes: 1,
|
|
241
|
+
filterUnits: 1,
|
|
242
|
+
floodOpacity: 1,
|
|
243
|
+
'flood-opacity': 'floodOpacity',
|
|
244
|
+
floodColor: 1,
|
|
245
|
+
'flood-color': 'floodColor',
|
|
246
|
+
focusable: 0,
|
|
247
|
+
fontFamily: 1,
|
|
248
|
+
'font-family': 'fontFamily',
|
|
249
|
+
fontSize: 1,
|
|
250
|
+
'font-size': 'fontSize',
|
|
251
|
+
fontSizeAdjust: 1,
|
|
252
|
+
'font-size-adjust': 'fontSizeAdjust',
|
|
253
|
+
fontStretch: 1,
|
|
254
|
+
'font-stretch': 'fontStretch',
|
|
255
|
+
fontStyle: 1,
|
|
256
|
+
'font-style': 'fontStyle',
|
|
257
|
+
fontVariant: 1,
|
|
258
|
+
'font-variant': 'fontVariant',
|
|
259
|
+
fontWeight: 1,
|
|
260
|
+
'font-weight': 'fontWeight',
|
|
261
|
+
format: 0,
|
|
262
|
+
from: 0,
|
|
263
|
+
fx: 0,
|
|
264
|
+
fy: 0,
|
|
265
|
+
g1: 0,
|
|
266
|
+
g2: 0,
|
|
267
|
+
glyphName: 1,
|
|
268
|
+
'glyph-name': 'glyphName',
|
|
269
|
+
glyphOrientationHorizontal: 1,
|
|
270
|
+
'glyph-orientation-horizontal': 'glyphOrientationHorizontal',
|
|
271
|
+
glyphOrientationVertical: 1,
|
|
272
|
+
'glyph-orientation-vertical': 'glyphOrientationVertical',
|
|
273
|
+
glyphRef: 1,
|
|
274
|
+
gradientTransform: 1,
|
|
275
|
+
gradientUnits: 1,
|
|
276
|
+
hanging: 0,
|
|
277
|
+
horizAdvX: 1,
|
|
278
|
+
'horiz-adv-x': 'horizAdvX',
|
|
279
|
+
horizOriginX: 1,
|
|
280
|
+
'horiz-origin-x': 'horizOriginX',
|
|
281
|
+
ideographic: 0,
|
|
282
|
+
imageRendering: 1,
|
|
283
|
+
'image-rendering': 'imageRendering',
|
|
284
|
+
in2: 0,
|
|
285
|
+
in: 0,
|
|
286
|
+
inlist: 0,
|
|
287
|
+
intercept: 0,
|
|
288
|
+
k1: 0,
|
|
289
|
+
k2: 0,
|
|
290
|
+
k3: 0,
|
|
291
|
+
k4: 0,
|
|
292
|
+
k: 0,
|
|
293
|
+
kernelMatrix: 1,
|
|
294
|
+
kernelUnitLength: 1,
|
|
295
|
+
kerning: 0,
|
|
296
|
+
keyPoints: 1,
|
|
297
|
+
keySplines: 1,
|
|
298
|
+
keyTimes: 1,
|
|
299
|
+
lengthAdjust: 1,
|
|
300
|
+
letterSpacing: 1,
|
|
301
|
+
'letter-spacing': 'letterSpacing',
|
|
302
|
+
lightingColor: 1,
|
|
303
|
+
'lighting-color': 'lightingColor',
|
|
304
|
+
limitingConeAngle: 1,
|
|
305
|
+
local: 0,
|
|
306
|
+
markerEnd: 1,
|
|
307
|
+
'marker-end': 'markerEnd',
|
|
308
|
+
markerHeight: 1,
|
|
309
|
+
markerMid: 1,
|
|
310
|
+
'marker-mid': 'markerMid',
|
|
311
|
+
markerStart: 1,
|
|
312
|
+
'marker-start': 'markerStart',
|
|
313
|
+
markerUnits: 1,
|
|
314
|
+
markerWidth: 1,
|
|
315
|
+
mask: 0,
|
|
316
|
+
maskContentUnits: 1,
|
|
317
|
+
maskUnits: 1,
|
|
318
|
+
mathematical: 0,
|
|
319
|
+
mode: 0,
|
|
320
|
+
numOctaves: 1,
|
|
321
|
+
offset: 0,
|
|
322
|
+
opacity: 0,
|
|
323
|
+
operator: 0,
|
|
324
|
+
order: 0,
|
|
325
|
+
orient: 0,
|
|
326
|
+
orientation: 0,
|
|
327
|
+
origin: 0,
|
|
328
|
+
overflow: 0,
|
|
329
|
+
overlinePosition: 1,
|
|
330
|
+
'overline-position': 'overlinePosition',
|
|
331
|
+
overlineThickness: 1,
|
|
332
|
+
'overline-thickness': 'overlineThickness',
|
|
333
|
+
paintOrder: 1,
|
|
334
|
+
'paint-order': 'paintOrder',
|
|
335
|
+
panose1: 0,
|
|
336
|
+
'panose-1': 'panose1',
|
|
337
|
+
pathLength: 1,
|
|
338
|
+
patternContentUnits: 1,
|
|
339
|
+
patternTransform: 1,
|
|
340
|
+
patternUnits: 1,
|
|
341
|
+
pointerEvents: 1,
|
|
342
|
+
'pointer-events': 'pointerEvents',
|
|
343
|
+
points: 0,
|
|
344
|
+
pointsAtX: 1,
|
|
345
|
+
pointsAtY: 1,
|
|
346
|
+
pointsAtZ: 1,
|
|
347
|
+
prefix: 0,
|
|
348
|
+
preserveAlpha: 1,
|
|
349
|
+
preserveAspectRatio: 1,
|
|
350
|
+
primitiveUnits: 1,
|
|
351
|
+
property: 0,
|
|
352
|
+
r: 0,
|
|
353
|
+
radius: 0,
|
|
354
|
+
refX: 1,
|
|
355
|
+
refY: 1,
|
|
356
|
+
renderingIntent: 1,
|
|
357
|
+
'rendering-intent': 'renderingIntent',
|
|
358
|
+
repeatCount: 1,
|
|
359
|
+
repeatDur: 1,
|
|
360
|
+
requiredExtensions: 1,
|
|
361
|
+
requiredFeatures: 1,
|
|
362
|
+
resource: 0,
|
|
363
|
+
restart: 0,
|
|
364
|
+
result: 0,
|
|
365
|
+
results: 0,
|
|
366
|
+
rotate: 0,
|
|
367
|
+
rx: 0,
|
|
368
|
+
ry: 0,
|
|
369
|
+
scale: 0,
|
|
370
|
+
security: 0,
|
|
371
|
+
seed: 0,
|
|
372
|
+
shapeRendering: 1,
|
|
373
|
+
'shape-rendering': 'shapeRendering',
|
|
374
|
+
slope: 0,
|
|
375
|
+
spacing: 0,
|
|
376
|
+
specularConstant: 1,
|
|
377
|
+
specularExponent: 1,
|
|
378
|
+
speed: 0,
|
|
379
|
+
spreadMethod: 1,
|
|
380
|
+
startOffset: 1,
|
|
381
|
+
stdDeviation: 1,
|
|
382
|
+
stemh: 0,
|
|
383
|
+
stemv: 0,
|
|
384
|
+
stitchTiles: 1,
|
|
385
|
+
stopColor: 1,
|
|
386
|
+
'stop-color': 'stopColor',
|
|
387
|
+
stopOpacity: 1,
|
|
388
|
+
'stop-opacity': 'stopOpacity',
|
|
389
|
+
strikethroughPosition: 1,
|
|
390
|
+
'strikethrough-position': 'strikethroughPosition',
|
|
391
|
+
strikethroughThickness: 1,
|
|
392
|
+
'strikethrough-thickness': 'strikethroughThickness',
|
|
393
|
+
string: 0,
|
|
394
|
+
stroke: 0,
|
|
395
|
+
strokeDasharray: 1,
|
|
396
|
+
'stroke-dasharray': 'strokeDasharray',
|
|
397
|
+
strokeDashoffset: 1,
|
|
398
|
+
'stroke-dashoffset': 'strokeDashoffset',
|
|
399
|
+
strokeLinecap: 1,
|
|
400
|
+
'stroke-linecap': 'strokeLinecap',
|
|
401
|
+
strokeLinejoin: 1,
|
|
402
|
+
'stroke-linejoin': 'strokeLinejoin',
|
|
403
|
+
strokeMiterlimit: 1,
|
|
404
|
+
'stroke-miterlimit': 'strokeMiterlimit',
|
|
405
|
+
strokeWidth: 1,
|
|
406
|
+
'stroke-width': 'strokeWidth',
|
|
407
|
+
strokeOpacity: 1,
|
|
408
|
+
'stroke-opacity': 'strokeOpacity',
|
|
409
|
+
suppressContentEditableWarning: 1,
|
|
410
|
+
suppressHydrationWarning: 1,
|
|
411
|
+
surfaceScale: 1,
|
|
412
|
+
systemLanguage: 1,
|
|
413
|
+
tableValues: 1,
|
|
414
|
+
targetX: 1,
|
|
415
|
+
targetY: 1,
|
|
416
|
+
textAnchor: 1,
|
|
417
|
+
'text-anchor': 'textAnchor',
|
|
418
|
+
textDecoration: 1,
|
|
419
|
+
'text-decoration': 'textDecoration',
|
|
420
|
+
textLength: 1,
|
|
421
|
+
textRendering: 1,
|
|
422
|
+
'text-rendering': 'textRendering',
|
|
423
|
+
to: 0,
|
|
424
|
+
transform: 0,
|
|
425
|
+
typeof: 0,
|
|
426
|
+
u1: 0,
|
|
427
|
+
u2: 0,
|
|
428
|
+
underlinePosition: 1,
|
|
429
|
+
'underline-position': 'underlinePosition',
|
|
430
|
+
underlineThickness: 1,
|
|
431
|
+
'underline-thickness': 'underlineThickness',
|
|
432
|
+
unicode: 0,
|
|
433
|
+
unicodeBidi: 1,
|
|
434
|
+
'unicode-bidi': 'unicodeBidi',
|
|
435
|
+
unicodeRange: 1,
|
|
436
|
+
'unicode-range': 'unicodeRange',
|
|
437
|
+
unitsPerEm: 1,
|
|
438
|
+
'units-per-em': 'unitsPerEm',
|
|
439
|
+
unselectable: 0,
|
|
440
|
+
vAlphabetic: 1,
|
|
441
|
+
'v-alphabetic': 'vAlphabetic',
|
|
442
|
+
values: 0,
|
|
443
|
+
vectorEffect: 1,
|
|
444
|
+
'vector-effect': 'vectorEffect',
|
|
445
|
+
version: 0,
|
|
446
|
+
vertAdvY: 1,
|
|
447
|
+
'vert-adv-y': 'vertAdvY',
|
|
448
|
+
vertOriginX: 1,
|
|
449
|
+
'vert-origin-x': 'vertOriginX',
|
|
450
|
+
vertOriginY: 1,
|
|
451
|
+
'vert-origin-y': 'vertOriginY',
|
|
452
|
+
vHanging: 1,
|
|
453
|
+
'v-hanging': 'vHanging',
|
|
454
|
+
vIdeographic: 1,
|
|
455
|
+
'v-ideographic': 'vIdeographic',
|
|
456
|
+
viewBox: 1,
|
|
457
|
+
viewTarget: 1,
|
|
458
|
+
visibility: 0,
|
|
459
|
+
vMathematical: 1,
|
|
460
|
+
'v-mathematical': 'vMathematical',
|
|
461
|
+
vocab: 0,
|
|
462
|
+
widths: 0,
|
|
463
|
+
wordSpacing: 1,
|
|
464
|
+
'word-spacing': 'wordSpacing',
|
|
465
|
+
writingMode: 1,
|
|
466
|
+
'writing-mode': 'writingMode',
|
|
467
|
+
x1: 0,
|
|
468
|
+
x2: 0,
|
|
469
|
+
x: 0,
|
|
470
|
+
xChannelSelector: 1,
|
|
471
|
+
xHeight: 1,
|
|
472
|
+
'x-height': 'xHeight',
|
|
473
|
+
xlinkActuate: 1,
|
|
474
|
+
'xlink:actuate': 'xlinkActuate',
|
|
475
|
+
xlinkArcrole: 1,
|
|
476
|
+
'xlink:arcrole': 'xlinkArcrole',
|
|
477
|
+
xlinkHref: 1,
|
|
478
|
+
'xlink:href': 'xlinkHref',
|
|
479
|
+
xlinkRole: 1,
|
|
480
|
+
'xlink:role': 'xlinkRole',
|
|
481
|
+
xlinkShow: 1,
|
|
482
|
+
'xlink:show': 'xlinkShow',
|
|
483
|
+
xlinkTitle: 1,
|
|
484
|
+
'xlink:title': 'xlinkTitle',
|
|
485
|
+
xlinkType: 1,
|
|
486
|
+
'xlink:type': 'xlinkType',
|
|
487
|
+
xmlBase: 1,
|
|
488
|
+
'xml:base': 'xmlBase',
|
|
489
|
+
xmlLang: 1,
|
|
490
|
+
'xml:lang': 'xmlLang',
|
|
491
|
+
xmlns: 0,
|
|
492
|
+
'xml:space': 'xmlSpace',
|
|
493
|
+
xmlnsXlink: 1,
|
|
494
|
+
'xmlns:xlink': 'xmlnsXlink',
|
|
495
|
+
xmlSpace: 1,
|
|
496
|
+
y1: 0,
|
|
497
|
+
y2: 0,
|
|
498
|
+
y: 0,
|
|
499
|
+
yChannelSelector: 1,
|
|
500
|
+
z: 0,
|
|
501
|
+
zoomAndPan: 1
|
|
502
|
+
};
|
|
503
|
+
return possibleStandardNamesOptimized.__exports;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
exports.__require = requirePossibleStandardNamesOptimized;
|
|
507
|
+
//# sourceMappingURL=possibleStandardNamesOptimized.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"possibleStandardNamesOptimized.js","sources":["../../../../../node_modules/react-property/lib/possibleStandardNamesOptimized.js"],"sourcesContent":["// An attribute in which the DOM/SVG standard name is the same as the React prop name (e.g., 'accept').\nvar SAME = 0;\nexports.SAME = SAME;\n\n// An attribute in which the React prop name is the camelcased version of the DOM/SVG standard name (e.g., 'acceptCharset').\nvar CAMELCASE = 1;\nexports.CAMELCASE = CAMELCASE;\n\nexports.possibleStandardNames = {\n accept: 0,\n acceptCharset: 1,\n 'accept-charset': 'acceptCharset',\n accessKey: 1,\n action: 0,\n allowFullScreen: 1,\n alt: 0,\n as: 0,\n async: 0,\n autoCapitalize: 1,\n autoComplete: 1,\n autoCorrect: 1,\n autoFocus: 1,\n autoPlay: 1,\n autoSave: 1,\n capture: 0,\n cellPadding: 1,\n cellSpacing: 1,\n challenge: 0,\n charSet: 1,\n checked: 0,\n children: 0,\n cite: 0,\n class: 'className',\n classID: 1,\n className: 1,\n cols: 0,\n colSpan: 1,\n content: 0,\n contentEditable: 1,\n contextMenu: 1,\n controls: 0,\n controlsList: 1,\n coords: 0,\n crossOrigin: 1,\n dangerouslySetInnerHTML: 1,\n data: 0,\n dateTime: 1,\n default: 0,\n defaultChecked: 1,\n defaultValue: 1,\n defer: 0,\n dir: 0,\n disabled: 0,\n disablePictureInPicture: 1,\n disableRemotePlayback: 1,\n download: 0,\n draggable: 0,\n encType: 1,\n enterKeyHint: 1,\n for: 'htmlFor',\n form: 0,\n formMethod: 1,\n formAction: 1,\n formEncType: 1,\n formNoValidate: 1,\n formTarget: 1,\n frameBorder: 1,\n headers: 0,\n height: 0,\n hidden: 0,\n high: 0,\n href: 0,\n hrefLang: 1,\n htmlFor: 1,\n httpEquiv: 1,\n 'http-equiv': 'httpEquiv',\n icon: 0,\n id: 0,\n innerHTML: 1,\n inputMode: 1,\n integrity: 0,\n is: 0,\n itemID: 1,\n itemProp: 1,\n itemRef: 1,\n itemScope: 1,\n itemType: 1,\n keyParams: 1,\n keyType: 1,\n kind: 0,\n label: 0,\n lang: 0,\n list: 0,\n loop: 0,\n low: 0,\n manifest: 0,\n marginWidth: 1,\n marginHeight: 1,\n max: 0,\n maxLength: 1,\n media: 0,\n mediaGroup: 1,\n method: 0,\n min: 0,\n minLength: 1,\n multiple: 0,\n muted: 0,\n name: 0,\n noModule: 1,\n nonce: 0,\n noValidate: 1,\n open: 0,\n optimum: 0,\n pattern: 0,\n placeholder: 0,\n playsInline: 1,\n poster: 0,\n preload: 0,\n profile: 0,\n radioGroup: 1,\n readOnly: 1,\n referrerPolicy: 1,\n rel: 0,\n required: 0,\n reversed: 0,\n role: 0,\n rows: 0,\n rowSpan: 1,\n sandbox: 0,\n scope: 0,\n scoped: 0,\n scrolling: 0,\n seamless: 0,\n selected: 0,\n shape: 0,\n size: 0,\n sizes: 0,\n span: 0,\n spellCheck: 1,\n src: 0,\n srcDoc: 1,\n srcLang: 1,\n srcSet: 1,\n start: 0,\n step: 0,\n style: 0,\n summary: 0,\n tabIndex: 1,\n target: 0,\n title: 0,\n type: 0,\n useMap: 1,\n value: 0,\n width: 0,\n wmode: 0,\n wrap: 0,\n about: 0,\n accentHeight: 1,\n 'accent-height': 'accentHeight',\n accumulate: 0,\n additive: 0,\n alignmentBaseline: 1,\n 'alignment-baseline': 'alignmentBaseline',\n allowReorder: 1,\n alphabetic: 0,\n amplitude: 0,\n arabicForm: 1,\n 'arabic-form': 'arabicForm',\n ascent: 0,\n attributeName: 1,\n attributeType: 1,\n autoReverse: 1,\n azimuth: 0,\n baseFrequency: 1,\n baselineShift: 1,\n 'baseline-shift': 'baselineShift',\n baseProfile: 1,\n bbox: 0,\n begin: 0,\n bias: 0,\n by: 0,\n calcMode: 1,\n capHeight: 1,\n 'cap-height': 'capHeight',\n clip: 0,\n clipPath: 1,\n 'clip-path': 'clipPath',\n clipPathUnits: 1,\n clipRule: 1,\n 'clip-rule': 'clipRule',\n color: 0,\n colorInterpolation: 1,\n 'color-interpolation': 'colorInterpolation',\n colorInterpolationFilters: 1,\n 'color-interpolation-filters': 'colorInterpolationFilters',\n colorProfile: 1,\n 'color-profile': 'colorProfile',\n colorRendering: 1,\n 'color-rendering': 'colorRendering',\n contentScriptType: 1,\n contentStyleType: 1,\n cursor: 0,\n cx: 0,\n cy: 0,\n d: 0,\n datatype: 0,\n decelerate: 0,\n descent: 0,\n diffuseConstant: 1,\n direction: 0,\n display: 0,\n divisor: 0,\n dominantBaseline: 1,\n 'dominant-baseline': 'dominantBaseline',\n dur: 0,\n dx: 0,\n dy: 0,\n edgeMode: 1,\n elevation: 0,\n enableBackground: 1,\n 'enable-background': 'enableBackground',\n end: 0,\n exponent: 0,\n externalResourcesRequired: 1,\n fill: 0,\n fillOpacity: 1,\n 'fill-opacity': 'fillOpacity',\n fillRule: 1,\n 'fill-rule': 'fillRule',\n filter: 0,\n filterRes: 1,\n filterUnits: 1,\n floodOpacity: 1,\n 'flood-opacity': 'floodOpacity',\n floodColor: 1,\n 'flood-color': 'floodColor',\n focusable: 0,\n fontFamily: 1,\n 'font-family': 'fontFamily',\n fontSize: 1,\n 'font-size': 'fontSize',\n fontSizeAdjust: 1,\n 'font-size-adjust': 'fontSizeAdjust',\n fontStretch: 1,\n 'font-stretch': 'fontStretch',\n fontStyle: 1,\n 'font-style': 'fontStyle',\n fontVariant: 1,\n 'font-variant': 'fontVariant',\n fontWeight: 1,\n 'font-weight': 'fontWeight',\n format: 0,\n from: 0,\n fx: 0,\n fy: 0,\n g1: 0,\n g2: 0,\n glyphName: 1,\n 'glyph-name': 'glyphName',\n glyphOrientationHorizontal: 1,\n 'glyph-orientation-horizontal': 'glyphOrientationHorizontal',\n glyphOrientationVertical: 1,\n 'glyph-orientation-vertical': 'glyphOrientationVertical',\n glyphRef: 1,\n gradientTransform: 1,\n gradientUnits: 1,\n hanging: 0,\n horizAdvX: 1,\n 'horiz-adv-x': 'horizAdvX',\n horizOriginX: 1,\n 'horiz-origin-x': 'horizOriginX',\n ideographic: 0,\n imageRendering: 1,\n 'image-rendering': 'imageRendering',\n in2: 0,\n in: 0,\n inlist: 0,\n intercept: 0,\n k1: 0,\n k2: 0,\n k3: 0,\n k4: 0,\n k: 0,\n kernelMatrix: 1,\n kernelUnitLength: 1,\n kerning: 0,\n keyPoints: 1,\n keySplines: 1,\n keyTimes: 1,\n lengthAdjust: 1,\n letterSpacing: 1,\n 'letter-spacing': 'letterSpacing',\n lightingColor: 1,\n 'lighting-color': 'lightingColor',\n limitingConeAngle: 1,\n local: 0,\n markerEnd: 1,\n 'marker-end': 'markerEnd',\n markerHeight: 1,\n markerMid: 1,\n 'marker-mid': 'markerMid',\n markerStart: 1,\n 'marker-start': 'markerStart',\n markerUnits: 1,\n markerWidth: 1,\n mask: 0,\n maskContentUnits: 1,\n maskUnits: 1,\n mathematical: 0,\n mode: 0,\n numOctaves: 1,\n offset: 0,\n opacity: 0,\n operator: 0,\n order: 0,\n orient: 0,\n orientation: 0,\n origin: 0,\n overflow: 0,\n overlinePosition: 1,\n 'overline-position': 'overlinePosition',\n overlineThickness: 1,\n 'overline-thickness': 'overlineThickness',\n paintOrder: 1,\n 'paint-order': 'paintOrder',\n panose1: 0,\n 'panose-1': 'panose1',\n pathLength: 1,\n patternContentUnits: 1,\n patternTransform: 1,\n patternUnits: 1,\n pointerEvents: 1,\n 'pointer-events': 'pointerEvents',\n points: 0,\n pointsAtX: 1,\n pointsAtY: 1,\n pointsAtZ: 1,\n prefix: 0,\n preserveAlpha: 1,\n preserveAspectRatio: 1,\n primitiveUnits: 1,\n property: 0,\n r: 0,\n radius: 0,\n refX: 1,\n refY: 1,\n renderingIntent: 1,\n 'rendering-intent': 'renderingIntent',\n repeatCount: 1,\n repeatDur: 1,\n requiredExtensions: 1,\n requiredFeatures: 1,\n resource: 0,\n restart: 0,\n result: 0,\n results: 0,\n rotate: 0,\n rx: 0,\n ry: 0,\n scale: 0,\n security: 0,\n seed: 0,\n shapeRendering: 1,\n 'shape-rendering': 'shapeRendering',\n slope: 0,\n spacing: 0,\n specularConstant: 1,\n specularExponent: 1,\n speed: 0,\n spreadMethod: 1,\n startOffset: 1,\n stdDeviation: 1,\n stemh: 0,\n stemv: 0,\n stitchTiles: 1,\n stopColor: 1,\n 'stop-color': 'stopColor',\n stopOpacity: 1,\n 'stop-opacity': 'stopOpacity',\n strikethroughPosition: 1,\n 'strikethrough-position': 'strikethroughPosition',\n strikethroughThickness: 1,\n 'strikethrough-thickness': 'strikethroughThickness',\n string: 0,\n stroke: 0,\n strokeDasharray: 1,\n 'stroke-dasharray': 'strokeDasharray',\n strokeDashoffset: 1,\n 'stroke-dashoffset': 'strokeDashoffset',\n strokeLinecap: 1,\n 'stroke-linecap': 'strokeLinecap',\n strokeLinejoin: 1,\n 'stroke-linejoin': 'strokeLinejoin',\n strokeMiterlimit: 1,\n 'stroke-miterlimit': 'strokeMiterlimit',\n strokeWidth: 1,\n 'stroke-width': 'strokeWidth',\n strokeOpacity: 1,\n 'stroke-opacity': 'strokeOpacity',\n suppressContentEditableWarning: 1,\n suppressHydrationWarning: 1,\n surfaceScale: 1,\n systemLanguage: 1,\n tableValues: 1,\n targetX: 1,\n targetY: 1,\n textAnchor: 1,\n 'text-anchor': 'textAnchor',\n textDecoration: 1,\n 'text-decoration': 'textDecoration',\n textLength: 1,\n textRendering: 1,\n 'text-rendering': 'textRendering',\n to: 0,\n transform: 0,\n typeof: 0,\n u1: 0,\n u2: 0,\n underlinePosition: 1,\n 'underline-position': 'underlinePosition',\n underlineThickness: 1,\n 'underline-thickness': 'underlineThickness',\n unicode: 0,\n unicodeBidi: 1,\n 'unicode-bidi': 'unicodeBidi',\n unicodeRange: 1,\n 'unicode-range': 'unicodeRange',\n unitsPerEm: 1,\n 'units-per-em': 'unitsPerEm',\n unselectable: 0,\n vAlphabetic: 1,\n 'v-alphabetic': 'vAlphabetic',\n values: 0,\n vectorEffect: 1,\n 'vector-effect': 'vectorEffect',\n version: 0,\n vertAdvY: 1,\n 'vert-adv-y': 'vertAdvY',\n vertOriginX: 1,\n 'vert-origin-x': 'vertOriginX',\n vertOriginY: 1,\n 'vert-origin-y': 'vertOriginY',\n vHanging: 1,\n 'v-hanging': 'vHanging',\n vIdeographic: 1,\n 'v-ideographic': 'vIdeographic',\n viewBox: 1,\n viewTarget: 1,\n visibility: 0,\n vMathematical: 1,\n 'v-mathematical': 'vMathematical',\n vocab: 0,\n widths: 0,\n wordSpacing: 1,\n 'word-spacing': 'wordSpacing',\n writingMode: 1,\n 'writing-mode': 'writingMode',\n x1: 0,\n x2: 0,\n x: 0,\n xChannelSelector: 1,\n xHeight: 1,\n 'x-height': 'xHeight',\n xlinkActuate: 1,\n 'xlink:actuate': 'xlinkActuate',\n xlinkArcrole: 1,\n 'xlink:arcrole': 'xlinkArcrole',\n xlinkHref: 1,\n 'xlink:href': 'xlinkHref',\n xlinkRole: 1,\n 'xlink:role': 'xlinkRole',\n xlinkShow: 1,\n 'xlink:show': 'xlinkShow',\n xlinkTitle: 1,\n 'xlink:title': 'xlinkTitle',\n xlinkType: 1,\n 'xlink:type': 'xlinkType',\n xmlBase: 1,\n 'xml:base': 'xmlBase',\n xmlLang: 1,\n 'xml:lang': 'xmlLang',\n xmlns: 0,\n 'xml:space': 'xmlSpace',\n xmlnsXlink: 1,\n 'xmlns:xlink': 'xmlnsXlink',\n xmlSpace: 1,\n y1: 0,\n y2: 0,\n y: 0,\n yChannelSelector: 1,\n z: 0,\n zoomAndPan: 1\n};\n"],"names":["possibleStandardNamesOptimized"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('../../style-to-object/cjs/index.js');
|
|
4
|
+
var utilities = require('./utilities.js');
|
|
5
|
+
|
|
6
|
+
var cjs;
|
|
7
|
+
var hasRequiredCjs;
|
|
8
|
+
|
|
9
|
+
function requireCjs () {
|
|
10
|
+
if (hasRequiredCjs) return cjs;
|
|
11
|
+
hasRequiredCjs = 1;
|
|
12
|
+
var __importDefault = (cjs && cjs.__importDefault) || function (mod) {
|
|
13
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14
|
+
};
|
|
15
|
+
var style_to_object_1 = __importDefault(index.__require());
|
|
16
|
+
var utilities_1 = utilities.__require();
|
|
17
|
+
/**
|
|
18
|
+
* Parses CSS inline style to JavaScript object (camelCased).
|
|
19
|
+
*/
|
|
20
|
+
function StyleToJS(style, options) {
|
|
21
|
+
var output = {};
|
|
22
|
+
if (!style || typeof style !== 'string') {
|
|
23
|
+
return output;
|
|
24
|
+
}
|
|
25
|
+
(0, style_to_object_1.default)(style, function (property, value) {
|
|
26
|
+
// skip CSS comment
|
|
27
|
+
if (property && value) {
|
|
28
|
+
output[(0, utilities_1.camelCase)(property, options)] = value;
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
return output;
|
|
32
|
+
}
|
|
33
|
+
StyleToJS.default = StyleToJS;
|
|
34
|
+
cjs = StyleToJS;
|
|
35
|
+
|
|
36
|
+
return cjs;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
exports.__require = requireCjs;
|
|
40
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../node_modules/style-to-js/cjs/index.js"],"sourcesContent":["\"use strict\";\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nvar style_to_object_1 = __importDefault(require(\"style-to-object\"));\nvar utilities_1 = require(\"./utilities\");\n/**\n * Parses CSS inline style to JavaScript object (camelCased).\n */\nfunction StyleToJS(style, options) {\n var output = {};\n if (!style || typeof style !== 'string') {\n return output;\n }\n (0, style_to_object_1.default)(style, function (property, value) {\n // skip CSS comment\n if (property && value) {\n output[(0, utilities_1.camelCase)(property, options)] = value;\n }\n });\n return output;\n}\nStyleToJS.default = StyleToJS;\nmodule.exports = StyleToJS;\n//# sourceMappingURL=index.js.map"],"names":["this","require$$0","require$$1"],"mappings":";;;;;;;;;;;CACA,IAAI,eAAe,GAAG,CAACA,GAAI,IAAIA,GAAI,CAAC,eAAe,KAAK,UAAU,GAAG,EAAE;AACvE,KAAI,OAAO,CAAC,GAAG,IAAI,GAAG,CAAC,UAAU,IAAI,GAAG,GAAG,EAAE,SAAS,EAAE,GAAG,EAAE;CAC7D,CAAC;AACD,CAAA,IAAI,iBAAiB,GAAG,eAAe,CAACC,iBAA0B,CAAC;CACnE,IAAI,WAAW,GAAGC,mBAAA,EAAsB;AACxC;AACA;AACA;AACA,CAAA,SAAS,SAAS,CAAC,KAAK,EAAE,OAAO,EAAE;KAC/B,IAAI,MAAM,GAAG,EAAE;KACf,IAAI,CAAC,KAAK,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;AAC7C,SAAQ,OAAO,MAAM;AACrB,KAAA;AACA,KAAI,IAAI,iBAAiB,CAAC,OAAO,EAAE,KAAK,EAAE,UAAU,QAAQ,EAAE,KAAK,EAAE;AACrE;AACA,SAAQ,IAAI,QAAQ,IAAI,KAAK,EAAE;AAC/B,aAAY,MAAM,CAAC,IAAI,WAAW,CAAC,SAAS,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,GAAG,KAAK;AACzE,SAAA;AACA,KAAA,CAAK,CAAC;AACN,KAAI,OAAO,MAAM;AACjB,CAAA;CACA,SAAS,CAAC,OAAO,GAAG,SAAS;AAC7B,CAAA,GAAc,GAAG,SAAS;AAC1B;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var utilities = require('../../../_virtual/utilities3.js');
|
|
4
|
+
|
|
5
|
+
var hasRequiredUtilities;
|
|
6
|
+
|
|
7
|
+
function requireUtilities () {
|
|
8
|
+
if (hasRequiredUtilities) return utilities.__exports;
|
|
9
|
+
hasRequiredUtilities = 1;
|
|
10
|
+
Object.defineProperty(utilities.__exports, "__esModule", { value: true });
|
|
11
|
+
utilities.__exports.camelCase = void 0;
|
|
12
|
+
var CUSTOM_PROPERTY_REGEX = /^--[a-zA-Z0-9_-]+$/;
|
|
13
|
+
var HYPHEN_REGEX = /-([a-z])/g;
|
|
14
|
+
var NO_HYPHEN_REGEX = /^[^-]+$/;
|
|
15
|
+
var VENDOR_PREFIX_REGEX = /^-(webkit|moz|ms|o|khtml)-/;
|
|
16
|
+
var MS_VENDOR_PREFIX_REGEX = /^-(ms)-/;
|
|
17
|
+
/**
|
|
18
|
+
* Checks whether to skip camelCase.
|
|
19
|
+
*/
|
|
20
|
+
var skipCamelCase = function (property) {
|
|
21
|
+
return !property ||
|
|
22
|
+
NO_HYPHEN_REGEX.test(property) ||
|
|
23
|
+
CUSTOM_PROPERTY_REGEX.test(property);
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Replacer that capitalizes first character.
|
|
27
|
+
*/
|
|
28
|
+
var capitalize = function (match, character) {
|
|
29
|
+
return character.toUpperCase();
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Replacer that removes beginning hyphen of vendor prefix property.
|
|
33
|
+
*/
|
|
34
|
+
var trimHyphen = function (match, prefix) { return "".concat(prefix, "-"); };
|
|
35
|
+
/**
|
|
36
|
+
* CamelCases a CSS property.
|
|
37
|
+
*/
|
|
38
|
+
var camelCase = function (property, options) {
|
|
39
|
+
if (options === void 0) { options = {}; }
|
|
40
|
+
if (skipCamelCase(property)) {
|
|
41
|
+
return property;
|
|
42
|
+
}
|
|
43
|
+
property = property.toLowerCase();
|
|
44
|
+
if (options.reactCompat) {
|
|
45
|
+
// `-ms` vendor prefix should not be capitalized
|
|
46
|
+
property = property.replace(MS_VENDOR_PREFIX_REGEX, trimHyphen);
|
|
47
|
+
}
|
|
48
|
+
else {
|
|
49
|
+
// for non-React, remove first hyphen so vendor prefix is not capitalized
|
|
50
|
+
property = property.replace(VENDOR_PREFIX_REGEX, trimHyphen);
|
|
51
|
+
}
|
|
52
|
+
return property.replace(HYPHEN_REGEX, capitalize);
|
|
53
|
+
};
|
|
54
|
+
utilities.__exports.camelCase = camelCase;
|
|
55
|
+
|
|
56
|
+
return utilities.__exports;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
exports.__require = requireUtilities;
|
|
60
|
+
//# sourceMappingURL=utilities.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utilities.js","sources":["../../../../../node_modules/style-to-js/cjs/utilities.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.camelCase = void 0;\nvar CUSTOM_PROPERTY_REGEX = /^--[a-zA-Z0-9_-]+$/;\nvar HYPHEN_REGEX = /-([a-z])/g;\nvar NO_HYPHEN_REGEX = /^[^-]+$/;\nvar VENDOR_PREFIX_REGEX = /^-(webkit|moz|ms|o|khtml)-/;\nvar MS_VENDOR_PREFIX_REGEX = /^-(ms)-/;\n/**\n * Checks whether to skip camelCase.\n */\nvar skipCamelCase = function (property) {\n return !property ||\n NO_HYPHEN_REGEX.test(property) ||\n CUSTOM_PROPERTY_REGEX.test(property);\n};\n/**\n * Replacer that capitalizes first character.\n */\nvar capitalize = function (match, character) {\n return character.toUpperCase();\n};\n/**\n * Replacer that removes beginning hyphen of vendor prefix property.\n */\nvar trimHyphen = function (match, prefix) { return \"\".concat(prefix, \"-\"); };\n/**\n * CamelCases a CSS property.\n */\nvar camelCase = function (property, options) {\n if (options === void 0) { options = {}; }\n if (skipCamelCase(property)) {\n return property;\n }\n property = property.toLowerCase();\n if (options.reactCompat) {\n // `-ms` vendor prefix should not be capitalized\n property = property.replace(MS_VENDOR_PREFIX_REGEX, trimHyphen);\n }\n else {\n // for non-React, remove first hyphen so vendor prefix is not capitalized\n property = property.replace(VENDOR_PREFIX_REGEX, trimHyphen);\n }\n return property.replace(HYPHEN_REGEX, capitalize);\n};\nexports.camelCase = camelCase;\n//# sourceMappingURL=utilities.js.map"],"names":["utilities"],"mappings":";;;;;;;;;AACA,CAAA,MAAM,CAAC,cAAc,CAACA,mBAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC7D,CAAAA,mBAAA,CAAA,SAAiB,GAAG,MAAM;CAC1B,IAAI,qBAAqB,GAAG,oBAAoB;CAChD,IAAI,YAAY,GAAG,WAAW;CAC9B,IAAI,eAAe,GAAG,SAAS;CAC/B,IAAI,mBAAmB,GAAG,4BAA4B;CACtD,IAAI,sBAAsB,GAAG,SAAS;AACtC;AACA;AACA;AACA,CAAA,IAAI,aAAa,GAAG,UAAU,QAAQ,EAAE;KACpC,OAAO,CAAC,QAAQ;AACpB,SAAQ,eAAe,CAAC,IAAI,CAAC,QAAQ,CAAC;AACtC,SAAQ,qBAAqB,CAAC,IAAI,CAAC,QAAQ,CAAC;CAC5C,CAAC;AACD;AACA;AACA;AACA,CAAA,IAAI,UAAU,GAAG,UAAU,KAAK,EAAE,SAAS,EAAE;AAC7C,KAAI,OAAO,SAAS,CAAC,WAAW,EAAE;CAClC,CAAC;AACD;AACA;AACA;AACA,CAAA,IAAI,UAAU,GAAG,UAAU,KAAK,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAA,CAAE;AAC5E;AACA;AACA;AACA,CAAA,IAAI,SAAS,GAAG,UAAU,QAAQ,EAAE,OAAO,EAAE;KACzC,IAAI,OAAO,KAAK,MAAM,EAAE,EAAE,OAAO,GAAG,EAAE,CAAC,CAAA;AAC3C,KAAI,IAAI,aAAa,CAAC,QAAQ,CAAC,EAAE;AACjC,SAAQ,OAAO,QAAQ;AACvB,KAAA;AACA,KAAI,QAAQ,GAAG,QAAQ,CAAC,WAAW,EAAE;AACrC,KAAI,IAAI,OAAO,CAAC,WAAW,EAAE;AAC7B;SACQ,QAAQ,GAAG,QAAQ,CAAC,OAAO,CAAC,sBAAsB,EAAE,UAAU,CAAC;AACvE,KAAA;UACS;AACT;SACQ,QAAQ,GAAG,QAAQ,CAAC,OAAO,CAAC,mBAAmB,EAAE,UAAU,CAAC;AACpE,KAAA;KACI,OAAO,QAAQ,CAAC,OAAO,CAAC,YAAY,EAAE,UAAU,CAAC;CACrD,CAAC;AACD,CAAAA,mBAAA,CAAA,SAAiB,GAAG,SAAS;AAC7B;;;;;;","x_google_ignoreList":[0]}
|