@ynput/ayon-frontend-shared 0.3.0 → 0.3.2
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/_virtual/index.cjs4.js +1 -1
- package/dist/_virtual/index.cjs5.js +1 -1
- package/dist/_virtual/index.es4.js +2 -5
- package/dist/_virtual/index.es4.js.map +1 -1
- package/dist/_virtual/index.es5.js +5 -2
- package/dist/_virtual/index.es5.js.map +1 -1
- package/dist/node_modules/remove-accents/index.cjs.js +1 -1
- package/dist/node_modules/remove-accents/index.es.js +1 -1
- package/dist/node_modules/web-namespaces/index.cjs.js +1 -1
- package/dist/node_modules/web-namespaces/index.cjs.js.map +1 -1
- package/dist/node_modules/web-namespaces/index.es.js +3 -8
- package/dist/node_modules/web-namespaces/index.es.js.map +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/CSSTransition.cjs.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/CSSTransition.es.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/Transition.cjs.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/Transition.es.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/utils/PropTypes.cjs.js +1 -1
- package/dist/shared/node_modules/react-transition-group/esm/utils/PropTypes.es.js +1 -1
- package/dist/shared/src/api/generated/graphql.cjs.js +12 -8
- package/dist/shared/src/api/generated/graphql.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/graphql.es.js +11 -7
- package/dist/shared/src/api/generated/graphql.es.js.map +1 -1
- package/dist/shared/src/api/generated/graphqlLinks.cjs.js.map +1 -1
- package/dist/shared/src/api/generated/graphqlLinks.es.js.map +1 -1
- package/dist/shared/src/api/queries/overview/getOverview.cjs.js +1 -1
- package/dist/shared/src/api/queries/overview/getOverview.cjs.js.map +1 -1
- package/dist/shared/src/api/queries/overview/getOverview.es.js +95 -95
- package/dist/shared/src/api/queries/overview/getOverview.es.js.map +1 -1
- package/dist/shared/src/components/ProjectTableSettings/ColumnsSettings.cjs.js +2 -2
- package/dist/shared/src/components/ProjectTableSettings/ColumnsSettings.cjs.js.map +1 -1
- package/dist/shared/src/components/ProjectTableSettings/ColumnsSettings.es.js +66 -61
- package/dist/shared/src/components/ProjectTableSettings/ColumnsSettings.es.js.map +1 -1
- package/dist/shared/src/components/RemotePage/RemotePageWrapper.cjs.js +1 -1
- package/dist/shared/src/components/RemotePage/RemotePageWrapper.cjs.js.map +1 -1
- package/dist/shared/src/components/RemotePage/RemotePageWrapper.es.js +14 -11
- package/dist/shared/src/components/RemotePage/RemotePageWrapper.es.js.map +1 -1
- package/dist/shared/src/components/SearchFilter/useBuildFilterOptions.cjs.js +1 -1
- package/dist/shared/src/components/SearchFilter/useBuildFilterOptions.cjs.js.map +1 -1
- package/dist/shared/src/components/SearchFilter/useBuildFilterOptions.es.js +42 -41
- package/dist/shared/src/components/SearchFilter/useBuildFilterOptions.es.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanel.cjs.js +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanel.cjs.js.map +1 -1
- package/dist/shared/src/containers/DetailsPanel/DetailsPanel.es.js +23 -23
- package/dist/shared/src/containers/DetailsPanel/DetailsPanel.es.js.map +1 -1
- package/dist/shared/src/containers/Feed/hooks/useTransformActivities.cjs.js +1 -1
- package/dist/shared/src/containers/Feed/hooks/useTransformActivities.cjs.js.map +1 -1
- package/dist/shared/src/containers/Feed/hooks/useTransformActivities.es.js +6 -6
- package/dist/shared/src/containers/Feed/hooks/useTransformActivities.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/ProjectTreeTable.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/ProjectTreeTable.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/ProjectTreeTable.es.js +65 -64
- package/dist/shared/src/containers/ProjectTreeTable/ProjectTreeTable.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/buildTreeTableColumns.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/buildTreeTableColumns.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/buildTreeTableColumns.es.js +16 -16
- package/dist/shared/src/containers/ProjectTreeTable/buildTreeTableColumns.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ClipboardContext.cjs.js +3 -3
- package/dist/shared/src/containers/ProjectTreeTable/context/ClipboardContext.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/context/ClipboardContext.es.js +142 -146
- package/dist/shared/src/containers/ProjectTreeTable/context/ClipboardContext.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildGroupByTableData.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildGroupByTableData.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildGroupByTableData.es.js +24 -24
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useBuildGroupByTableData.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useFetchOverviewData.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useFetchOverviewData.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useFetchOverviewData.es.js +141 -132
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useFetchOverviewData.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useQueryFilters.cjs.js +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useQueryFilters.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useQueryFilters.es.js +35 -28
- package/dist/shared/src/containers/ProjectTreeTable/hooks/useQueryFilters.es.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/TextWidget.cjs.js +2 -2
- package/dist/shared/src/containers/ProjectTreeTable/widgets/TextWidget.cjs.js.map +1 -1
- package/dist/shared/src/containers/ProjectTreeTable/widgets/TextWidget.es.js +10 -10
- package/dist/shared/src/containers/Views/hooks/pages/useOverviewViewSettings.cjs.js.map +1 -1
- package/dist/shared/src/containers/Views/hooks/pages/useOverviewViewSettings.es.js.map +1 -1
- package/dist/shared/src/context/AddonContext.cjs.js.map +1 -1
- package/dist/shared/src/context/AddonContext.es.js.map +1 -1
- package/dist/shared/src/context/ProjectFoldersContext.cjs.js +1 -1
- package/dist/shared/src/context/ProjectFoldersContext.cjs.js.map +1 -1
- package/dist/shared/src/context/ProjectFoldersContext.es.js +62 -49
- package/dist/shared/src/context/ProjectFoldersContext.es.js.map +1 -1
- package/dist/shared/src/hooks/useLoadModules.cjs.js +1 -1
- package/dist/shared/src/hooks/useLoadModules.cjs.js.map +1 -1
- package/dist/shared/src/hooks/useLoadModules.es.js +86 -80
- package/dist/shared/src/hooks/useLoadModules.es.js.map +1 -1
- package/dist/types/api/generated/graphql.d.ts +2 -1
- package/dist/types/api/generated/graphqlLinks.d.ts +1 -0
- package/dist/types/api/queries/overview/getOverview.d.ts +1 -0
- package/dist/types/components/RemotePage/RemotePageWrapper.d.ts +1 -0
- package/dist/types/components/SearchFilter/useBuildFilterOptions.d.ts +1 -0
- package/dist/types/containers/ProjectTreeTable/hooks/useFetchOverviewData.d.ts +2 -1
- package/dist/types/containers/ProjectTreeTable/hooks/useQueryFilters.d.ts +4 -1
- package/dist/types/context/AddonContext.d.ts +1 -0
- package/dist/types/context/ProjectFoldersContext.d.ts +1 -0
- package/package.json +2 -1
- package/dist/node_modules/@ungap/structured-clone/esm/deserialize.cjs.js +0 -2
- package/dist/node_modules/@ungap/structured-clone/esm/deserialize.cjs.js.map +0 -1
- package/dist/node_modules/@ungap/structured-clone/esm/deserialize.es.js +0 -63
- package/dist/node_modules/@ungap/structured-clone/esm/deserialize.es.js.map +0 -1
- package/dist/node_modules/@ungap/structured-clone/esm/index.cjs.js +0 -2
- package/dist/node_modules/@ungap/structured-clone/esm/index.cjs.js.map +0 -1
- package/dist/node_modules/@ungap/structured-clone/esm/index.es.js +0 -12
- package/dist/node_modules/@ungap/structured-clone/esm/index.es.js.map +0 -1
- package/dist/node_modules/@ungap/structured-clone/esm/serialize.cjs.js +0 -2
- package/dist/node_modules/@ungap/structured-clone/esm/serialize.cjs.js.map +0 -1
- package/dist/node_modules/@ungap/structured-clone/esm/serialize.es.js +0 -107
- package/dist/node_modules/@ungap/structured-clone/esm/serialize.es.js.map +0 -1
- package/dist/node_modules/@ungap/structured-clone/esm/types.cjs.js +0 -2
- package/dist/node_modules/@ungap/structured-clone/esm/types.cjs.js.map +0 -1
- package/dist/node_modules/@ungap/structured-clone/esm/types.es.js +0 -14
- package/dist/node_modules/@ungap/structured-clone/esm/types.es.js.map +0 -1
- package/dist/node_modules/devlop/lib/default.cjs.js +0 -2
- package/dist/node_modules/devlop/lib/default.cjs.js.map +0 -1
- package/dist/node_modules/devlop/lib/default.es.js +0 -6
- package/dist/node_modules/devlop/lib/default.es.js.map +0 -1
- package/dist/node_modules/entities/dist/esm/decode-codepoint.cjs.js +0 -2
- package/dist/node_modules/entities/dist/esm/decode-codepoint.cjs.js.map +0 -1
- package/dist/node_modules/entities/dist/esm/decode-codepoint.es.js +0 -39
- package/dist/node_modules/entities/dist/esm/decode-codepoint.es.js.map +0 -1
- package/dist/node_modules/entities/dist/esm/decode.cjs.js +0 -2
- package/dist/node_modules/entities/dist/esm/decode.cjs.js.map +0 -1
- package/dist/node_modules/entities/dist/esm/decode.es.js +0 -246
- package/dist/node_modules/entities/dist/esm/decode.es.js.map +0 -1
- package/dist/node_modules/entities/dist/esm/generated/decode-data-html.cjs.js +0 -2
- package/dist/node_modules/entities/dist/esm/generated/decode-data-html.cjs.js.map +0 -1
- package/dist/node_modules/entities/dist/esm/generated/decode-data-html.es.js +0 -8
- package/dist/node_modules/entities/dist/esm/generated/decode-data-html.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/lib/index.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/lib/index.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/lib/index.es.js +0 -218
- package/dist/node_modules/hast-util-raw/lib/index.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/hast-util-from-parse5/lib/index.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/hast-util-from-parse5/lib/index.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/hast-util-from-parse5/lib/index.es.js +0 -146
- package/dist/node_modules/hast-util-raw/node_modules/hast-util-from-parse5/lib/index.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/hast-util-parse-selector/lib/index.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/hast-util-parse-selector/lib/index.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/hast-util-parse-selector/lib/index.es.js +0 -21
- package/dist/node_modules/hast-util-raw/node_modules/hast-util-parse-selector/lib/index.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/hastscript/lib/create-h.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/hastscript/lib/create-h.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/hastscript/lib/create-h.es.js +0 -113
- package/dist/node_modules/hast-util-raw/node_modules/hastscript/lib/create-h.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/hastscript/lib/index.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/hastscript/lib/index.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/hastscript/lib/index.es.js +0 -9
- package/dist/node_modules/hast-util-raw/node_modules/hastscript/lib/index.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/hastscript/lib/svg-case-sensitive-tag-names.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/hastscript/lib/svg-case-sensitive-tag-names.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/hastscript/lib/svg-case-sensitive-tag-names.es.js +0 -45
- package/dist/node_modules/hast-util-raw/node_modules/hastscript/lib/svg-case-sensitive-tag-names.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/html-void-elements/index.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/html-void-elements/index.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/html-void-elements/index.es.js +0 -26
- package/dist/node_modules/hast-util-raw/node_modules/html-void-elements/index.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/doctype.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/doctype.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/doctype.es.js +0 -99
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/doctype.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/error-codes.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/error-codes.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/error-codes.es.js +0 -8
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/error-codes.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/foreign-content.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/foreign-content.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/foreign-content.es.js +0 -211
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/foreign-content.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/html.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/html.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/html.es.js +0 -251
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/html.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/token.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/token.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/token.es.js +0 -15
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/token.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/unicode.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/unicode.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/unicode.es.js +0 -74
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/common/unicode.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/parser/formatting-element-list.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/parser/formatting-element-list.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/parser/formatting-element-list.es.js +0 -85
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/parser/formatting-element-list.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/parser/index.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/parser/index.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/parser/index.es.js +0 -2272
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/parser/index.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/parser/open-element-stack.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/parser/open-element-stack.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/parser/open-element-stack.es.js +0 -241
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/parser/open-element-stack.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/serializer/index.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/serializer/index.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/serializer/index.es.js +0 -3
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/serializer/index.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/index.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/index.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/index.es.js +0 -1941
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/index.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/preprocessor.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/preprocessor.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/preprocessor.es.js +0 -89
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/preprocessor.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tree-adapters/default.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tree-adapters/default.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tree-adapters/default.es.js +0 -163
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tree-adapters/default.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/index.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/index.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/index.es.js +0 -13
- package/dist/node_modules/hast-util-raw/node_modules/property-information/index.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/aria.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/aria.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/aria.es.js +0 -62
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/aria.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/find.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/find.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/find.es.js +0 -34
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/find.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/html.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/html.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/html.es.js +0 -369
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/html.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/normalize.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/normalize.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/normalize.es.js +0 -7
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/normalize.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/svg.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/svg.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/svg.es.js +0 -567
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/svg.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/case-insensitive-transform.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/case-insensitive-transform.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/case-insensitive-transform.es.js +0 -8
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/case-insensitive-transform.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/case-sensitive-transform.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/case-sensitive-transform.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/case-sensitive-transform.es.js +0 -7
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/case-sensitive-transform.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/create.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/create.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/create.es.js +0 -20
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/create.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/defined-info.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/defined-info.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/defined-info.es.js +0 -37
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/defined-info.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/info.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/info.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/info.es.js +0 -29
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/info.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/merge.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/merge.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/merge.es.js +0 -11
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/merge.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/schema.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/schema.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/schema.es.js +0 -22
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/schema.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/types.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/types.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/types.es.js +0 -15
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/util/types.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/xlink.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/xlink.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/xlink.es.js +0 -20
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/xlink.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/xml.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/xml.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/xml.es.js +0 -12
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/xml.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/xmlns.cjs.js +0 -2
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/xmlns.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/xmlns.es.js +0 -12
- package/dist/node_modules/hast-util-raw/node_modules/property-information/lib/xmlns.es.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/vfile-location/lib/index.cjs.js +0 -3
- package/dist/node_modules/hast-util-raw/node_modules/vfile-location/lib/index.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-raw/node_modules/vfile-location/lib/index.es.js +0 -43
- package/dist/node_modules/hast-util-raw/node_modules/vfile-location/lib/index.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/lib/index.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/lib/index.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/lib/index.es.js +0 -119
- package/dist/node_modules/hast-util-to-parse5/lib/index.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/index.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/index.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/index.es.js +0 -13
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/index.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/aria.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/aria.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/aria.es.js +0 -62
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/aria.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/find.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/find.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/find.es.js +0 -34
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/find.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/html.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/html.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/html.es.js +0 -369
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/html.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/normalize.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/normalize.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/normalize.es.js +0 -7
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/normalize.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/svg.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/svg.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/svg.es.js +0 -567
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/svg.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/case-insensitive-transform.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/case-insensitive-transform.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/case-insensitive-transform.es.js +0 -8
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/case-insensitive-transform.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/case-sensitive-transform.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/case-sensitive-transform.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/case-sensitive-transform.es.js +0 -7
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/case-sensitive-transform.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/create.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/create.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/create.es.js +0 -20
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/create.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/defined-info.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/defined-info.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/defined-info.es.js +0 -37
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/defined-info.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/info.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/info.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/info.es.js +0 -29
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/info.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/merge.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/merge.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/merge.es.js +0 -11
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/merge.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/schema.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/schema.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/schema.es.js +0 -22
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/schema.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/types.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/types.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/types.es.js +0 -15
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/util/types.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xlink.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xlink.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xlink.es.js +0 -20
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xlink.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xml.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xml.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xml.es.js +0 -12
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xml.es.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xmlns.cjs.js +0 -2
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xmlns.cjs.js.map +0 -1
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xmlns.es.js +0 -12
- package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/xmlns.es.js.map +0 -1
- package/dist/node_modules/rehype-raw/lib/index.cjs.js +0 -2
- package/dist/node_modules/rehype-raw/lib/index.cjs.js.map +0 -1
- package/dist/node_modules/rehype-raw/lib/index.es.js +0 -13
- package/dist/node_modules/rehype-raw/lib/index.es.js.map +0 -1
- package/dist/node_modules/unist-util-is/lib/index.cjs.js +0 -2
- package/dist/node_modules/unist-util-is/lib/index.cjs.js.map +0 -1
- package/dist/node_modules/unist-util-is/lib/index.es.js +0 -92
- package/dist/node_modules/unist-util-is/lib/index.es.js.map +0 -1
- package/dist/node_modules/unist-util-position/lib/index.cjs.js +0 -2
- package/dist/node_modules/unist-util-position/lib/index.cjs.js.map +0 -1
- package/dist/node_modules/unist-util-position/lib/index.es.js +0 -18
- package/dist/node_modules/unist-util-position/lib/index.es.js.map +0 -1
- package/dist/node_modules/unist-util-visit/lib/index.cjs.js +0 -2
- package/dist/node_modules/unist-util-visit/lib/index.cjs.js.map +0 -1
- package/dist/node_modules/unist-util-visit/lib/index.es.js +0 -17
- package/dist/node_modules/unist-util-visit/lib/index.es.js.map +0 -1
- package/dist/node_modules/unist-util-visit-parents/lib/color.cjs.js +0 -2
- package/dist/node_modules/unist-util-visit-parents/lib/color.cjs.js.map +0 -1
- package/dist/node_modules/unist-util-visit-parents/lib/color.es.js +0 -7
- package/dist/node_modules/unist-util-visit-parents/lib/color.es.js.map +0 -1
- package/dist/node_modules/unist-util-visit-parents/lib/index.cjs.js +0 -2
- package/dist/node_modules/unist-util-visit-parents/lib/index.cjs.js.map +0 -1
- package/dist/node_modules/unist-util-visit-parents/lib/index.es.js +0 -57
- package/dist/node_modules/unist-util-visit-parents/lib/index.es.js.map +0 -1
package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/svg.cjs.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./util/case-sensitive-transform.cjs.js"),e=require("./util/create.cjs.js"),n=require("./util/types.cjs.js"),o=e.create({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:n.commaOrSpaceSeparated,accentHeight:n.number,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:n.number,amplitude:n.number,arabicForm:null,ascent:n.number,attributeName:null,attributeType:null,azimuth:n.number,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:n.number,by:null,calcMode:null,capHeight:n.number,className:n.spaceSeparated,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:n.number,diffuseConstant:n.number,direction:null,display:null,dur:null,divisor:n.number,dominantBaseline:null,download:n.boolean,dx:null,dy:null,edgeMode:null,editable:null,elevation:n.number,enableBackground:null,end:null,event:null,exponent:n.number,externalResourcesRequired:null,fill:null,fillOpacity:n.number,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:n.commaSeparated,g2:n.commaSeparated,glyphName:n.commaSeparated,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:n.number,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:n.number,horizOriginX:n.number,horizOriginY:n.number,id:null,ideographic:n.number,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:n.number,k:n.number,k1:n.number,k2:n.number,k3:n.number,k4:n.number,kernelMatrix:n.commaOrSpaceSeparated,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:n.number,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:n.number,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:n.number,overlineThickness:n.number,paintOrder:null,panose1:null,path:null,pathLength:n.number,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:n.spaceSeparated,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:n.number,pointsAtY:n.number,pointsAtZ:n.number,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:n.commaOrSpaceSeparated,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:n.commaOrSpaceSeparated,rev:n.commaOrSpaceSeparated,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:n.commaOrSpaceSeparated,requiredFeatures:n.commaOrSpaceSeparated,requiredFonts:n.commaOrSpaceSeparated,requiredFormats:n.commaOrSpaceSeparated,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:n.number,specularExponent:n.number,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:n.number,strikethroughThickness:n.number,string:null,stroke:null,strokeDashArray:n.commaOrSpaceSeparated,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:n.number,strokeOpacity:n.number,strokeWidth:null,style:null,surfaceScale:n.number,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:n.commaOrSpaceSeparated,tabIndex:n.number,tableValues:null,target:null,targetX:n.number,targetY:n.number,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:n.commaOrSpaceSeparated,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:n.number,underlineThickness:n.number,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:n.number,values:null,vAlphabetic:n.number,vMathematical:n.number,vectorEffect:null,vHanging:n.number,vIdeographic:n.number,version:null,vertAdvY:n.number,vertOriginX:n.number,vertOriginY:n.number,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:n.number,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:l.caseSensitiveTransform});exports.svg=o;
|
|
2
|
-
//# sourceMappingURL=svg.cjs.js.map
|
package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/svg.cjs.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"svg.cjs.js","sources":["../../../../../../../node_modules/hast-util-to-parse5/node_modules/property-information/lib/svg.js"],"sourcesContent":["import {caseSensitiveTransform} from './util/case-sensitive-transform.js'\nimport {create} from './util/create.js'\nimport {\n boolean,\n commaOrSpaceSeparated,\n commaSeparated,\n number,\n spaceSeparated\n} from './util/types.js'\n\nexport const svg = create({\n attributes: {\n accentHeight: 'accent-height',\n alignmentBaseline: 'alignment-baseline',\n arabicForm: 'arabic-form',\n baselineShift: 'baseline-shift',\n capHeight: 'cap-height',\n className: 'class',\n clipPath: 'clip-path',\n clipRule: 'clip-rule',\n colorInterpolation: 'color-interpolation',\n colorInterpolationFilters: 'color-interpolation-filters',\n colorProfile: 'color-profile',\n colorRendering: 'color-rendering',\n crossOrigin: 'crossorigin',\n dataType: 'datatype',\n dominantBaseline: 'dominant-baseline',\n enableBackground: 'enable-background',\n fillOpacity: 'fill-opacity',\n fillRule: 'fill-rule',\n floodColor: 'flood-color',\n floodOpacity: 'flood-opacity',\n fontFamily: 'font-family',\n fontSize: 'font-size',\n fontSizeAdjust: 'font-size-adjust',\n fontStretch: 'font-stretch',\n fontStyle: 'font-style',\n fontVariant: 'font-variant',\n fontWeight: 'font-weight',\n glyphName: 'glyph-name',\n glyphOrientationHorizontal: 'glyph-orientation-horizontal',\n glyphOrientationVertical: 'glyph-orientation-vertical',\n hrefLang: 'hreflang',\n horizAdvX: 'horiz-adv-x',\n horizOriginX: 'horiz-origin-x',\n horizOriginY: 'horiz-origin-y',\n imageRendering: 'image-rendering',\n letterSpacing: 'letter-spacing',\n lightingColor: 'lighting-color',\n markerEnd: 'marker-end',\n markerMid: 'marker-mid',\n markerStart: 'marker-start',\n navDown: 'nav-down',\n navDownLeft: 'nav-down-left',\n navDownRight: 'nav-down-right',\n navLeft: 'nav-left',\n navNext: 'nav-next',\n navPrev: 'nav-prev',\n navRight: 'nav-right',\n navUp: 'nav-up',\n navUpLeft: 'nav-up-left',\n navUpRight: 'nav-up-right',\n onAbort: 'onabort',\n onActivate: 'onactivate',\n onAfterPrint: 'onafterprint',\n onBeforePrint: 'onbeforeprint',\n onBegin: 'onbegin',\n onCancel: 'oncancel',\n onCanPlay: 'oncanplay',\n onCanPlayThrough: 'oncanplaythrough',\n onChange: 'onchange',\n onClick: 'onclick',\n onClose: 'onclose',\n onCopy: 'oncopy',\n onCueChange: 'oncuechange',\n onCut: 'oncut',\n onDblClick: 'ondblclick',\n onDrag: 'ondrag',\n onDragEnd: 'ondragend',\n onDragEnter: 'ondragenter',\n onDragExit: 'ondragexit',\n onDragLeave: 'ondragleave',\n onDragOver: 'ondragover',\n onDragStart: 'ondragstart',\n onDrop: 'ondrop',\n onDurationChange: 'ondurationchange',\n onEmptied: 'onemptied',\n onEnd: 'onend',\n onEnded: 'onended',\n onError: 'onerror',\n onFocus: 'onfocus',\n onFocusIn: 'onfocusin',\n onFocusOut: 'onfocusout',\n onHashChange: 'onhashchange',\n onInput: 'oninput',\n onInvalid: 'oninvalid',\n onKeyDown: 'onkeydown',\n onKeyPress: 'onkeypress',\n onKeyUp: 'onkeyup',\n onLoad: 'onload',\n onLoadedData: 'onloadeddata',\n onLoadedMetadata: 'onloadedmetadata',\n onLoadStart: 'onloadstart',\n onMessage: 'onmessage',\n onMouseDown: 'onmousedown',\n onMouseEnter: 'onmouseenter',\n onMouseLeave: 'onmouseleave',\n onMouseMove: 'onmousemove',\n onMouseOut: 'onmouseout',\n onMouseOver: 'onmouseover',\n onMouseUp: 'onmouseup',\n onMouseWheel: 'onmousewheel',\n onOffline: 'onoffline',\n onOnline: 'ononline',\n onPageHide: 'onpagehide',\n onPageShow: 'onpageshow',\n onPaste: 'onpaste',\n onPause: 'onpause',\n onPlay: 'onplay',\n onPlaying: 'onplaying',\n onPopState: 'onpopstate',\n onProgress: 'onprogress',\n onRateChange: 'onratechange',\n onRepeat: 'onrepeat',\n onReset: 'onreset',\n onResize: 'onresize',\n onScroll: 'onscroll',\n onSeeked: 'onseeked',\n onSeeking: 'onseeking',\n onSelect: 'onselect',\n onShow: 'onshow',\n onStalled: 'onstalled',\n onStorage: 'onstorage',\n onSubmit: 'onsubmit',\n onSuspend: 'onsuspend',\n onTimeUpdate: 'ontimeupdate',\n onToggle: 'ontoggle',\n onUnload: 'onunload',\n onVolumeChange: 'onvolumechange',\n onWaiting: 'onwaiting',\n onZoom: 'onzoom',\n overlinePosition: 'overline-position',\n overlineThickness: 'overline-thickness',\n paintOrder: 'paint-order',\n panose1: 'panose-1',\n pointerEvents: 'pointer-events',\n referrerPolicy: 'referrerpolicy',\n renderingIntent: 'rendering-intent',\n shapeRendering: 'shape-rendering',\n stopColor: 'stop-color',\n stopOpacity: 'stop-opacity',\n strikethroughPosition: 'strikethrough-position',\n strikethroughThickness: 'strikethrough-thickness',\n strokeDashArray: 'stroke-dasharray',\n strokeDashOffset: 'stroke-dashoffset',\n strokeLineCap: 'stroke-linecap',\n strokeLineJoin: 'stroke-linejoin',\n strokeMiterLimit: 'stroke-miterlimit',\n strokeOpacity: 'stroke-opacity',\n strokeWidth: 'stroke-width',\n tabIndex: 'tabindex',\n textAnchor: 'text-anchor',\n textDecoration: 'text-decoration',\n textRendering: 'text-rendering',\n transformOrigin: 'transform-origin',\n typeOf: 'typeof',\n underlinePosition: 'underline-position',\n underlineThickness: 'underline-thickness',\n unicodeBidi: 'unicode-bidi',\n unicodeRange: 'unicode-range',\n unitsPerEm: 'units-per-em',\n vAlphabetic: 'v-alphabetic',\n vHanging: 'v-hanging',\n vIdeographic: 'v-ideographic',\n vMathematical: 'v-mathematical',\n vectorEffect: 'vector-effect',\n vertAdvY: 'vert-adv-y',\n vertOriginX: 'vert-origin-x',\n vertOriginY: 'vert-origin-y',\n wordSpacing: 'word-spacing',\n writingMode: 'writing-mode',\n xHeight: 'x-height',\n // These were camelcased in Tiny. Now lowercased in SVG 2\n playbackOrder: 'playbackorder',\n timelineBegin: 'timelinebegin'\n },\n properties: {\n about: commaOrSpaceSeparated,\n accentHeight: number,\n accumulate: null,\n additive: null,\n alignmentBaseline: null,\n alphabetic: number,\n amplitude: number,\n arabicForm: null,\n ascent: number,\n attributeName: null,\n attributeType: null,\n azimuth: number,\n bandwidth: null,\n baselineShift: null,\n baseFrequency: null,\n baseProfile: null,\n bbox: null,\n begin: null,\n bias: number,\n by: null,\n calcMode: null,\n capHeight: number,\n className: spaceSeparated,\n clip: null,\n clipPath: null,\n clipPathUnits: null,\n clipRule: null,\n color: null,\n colorInterpolation: null,\n colorInterpolationFilters: null,\n colorProfile: null,\n colorRendering: null,\n content: null,\n contentScriptType: null,\n contentStyleType: null,\n crossOrigin: null,\n cursor: null,\n cx: null,\n cy: null,\n d: null,\n dataType: null,\n defaultAction: null,\n descent: number,\n diffuseConstant: number,\n direction: null,\n display: null,\n dur: null,\n divisor: number,\n dominantBaseline: null,\n download: boolean,\n dx: null,\n dy: null,\n edgeMode: null,\n editable: null,\n elevation: number,\n enableBackground: null,\n end: null,\n event: null,\n exponent: number,\n externalResourcesRequired: null,\n fill: null,\n fillOpacity: number,\n fillRule: null,\n filter: null,\n filterRes: null,\n filterUnits: null,\n floodColor: null,\n floodOpacity: null,\n focusable: null,\n focusHighlight: null,\n fontFamily: null,\n fontSize: null,\n fontSizeAdjust: null,\n fontStretch: null,\n fontStyle: null,\n fontVariant: null,\n fontWeight: null,\n format: null,\n fr: null,\n from: null,\n fx: null,\n fy: null,\n g1: commaSeparated,\n g2: commaSeparated,\n glyphName: commaSeparated,\n glyphOrientationHorizontal: null,\n glyphOrientationVertical: null,\n glyphRef: null,\n gradientTransform: null,\n gradientUnits: null,\n handler: null,\n hanging: number,\n hatchContentUnits: null,\n hatchUnits: null,\n height: null,\n href: null,\n hrefLang: null,\n horizAdvX: number,\n horizOriginX: number,\n horizOriginY: number,\n id: null,\n ideographic: number,\n imageRendering: null,\n initialVisibility: null,\n in: null,\n in2: null,\n intercept: number,\n k: number,\n k1: number,\n k2: number,\n k3: number,\n k4: number,\n kernelMatrix: commaOrSpaceSeparated,\n kernelUnitLength: null,\n keyPoints: null, // SEMI_COLON_SEPARATED\n keySplines: null, // SEMI_COLON_SEPARATED\n keyTimes: null, // SEMI_COLON_SEPARATED\n kerning: null,\n lang: null,\n lengthAdjust: null,\n letterSpacing: null,\n lightingColor: null,\n limitingConeAngle: number,\n local: null,\n markerEnd: null,\n markerMid: null,\n markerStart: null,\n markerHeight: null,\n markerUnits: null,\n markerWidth: null,\n mask: null,\n maskContentUnits: null,\n maskUnits: null,\n mathematical: null,\n max: null,\n media: null,\n mediaCharacterEncoding: null,\n mediaContentEncodings: null,\n mediaSize: number,\n mediaTime: null,\n method: null,\n min: null,\n mode: null,\n name: null,\n navDown: null,\n navDownLeft: null,\n navDownRight: null,\n navLeft: null,\n navNext: null,\n navPrev: null,\n navRight: null,\n navUp: null,\n navUpLeft: null,\n navUpRight: null,\n numOctaves: null,\n observer: null,\n offset: null,\n onAbort: null,\n onActivate: null,\n onAfterPrint: null,\n onBeforePrint: null,\n onBegin: null,\n onCancel: null,\n onCanPlay: null,\n onCanPlayThrough: null,\n onChange: null,\n onClick: null,\n onClose: null,\n onCopy: null,\n onCueChange: null,\n onCut: null,\n onDblClick: null,\n onDrag: null,\n onDragEnd: null,\n onDragEnter: null,\n onDragExit: null,\n onDragLeave: null,\n onDragOver: null,\n onDragStart: null,\n onDrop: null,\n onDurationChange: null,\n onEmptied: null,\n onEnd: null,\n onEnded: null,\n onError: null,\n onFocus: null,\n onFocusIn: null,\n onFocusOut: null,\n onHashChange: null,\n onInput: null,\n onInvalid: null,\n onKeyDown: null,\n onKeyPress: null,\n onKeyUp: null,\n onLoad: null,\n onLoadedData: null,\n onLoadedMetadata: null,\n onLoadStart: null,\n onMessage: null,\n onMouseDown: null,\n onMouseEnter: null,\n onMouseLeave: null,\n onMouseMove: null,\n onMouseOut: null,\n onMouseOver: null,\n onMouseUp: null,\n onMouseWheel: null,\n onOffline: null,\n onOnline: null,\n onPageHide: null,\n onPageShow: null,\n onPaste: null,\n onPause: null,\n onPlay: null,\n onPlaying: null,\n onPopState: null,\n onProgress: null,\n onRateChange: null,\n onRepeat: null,\n onReset: null,\n onResize: null,\n onScroll: null,\n onSeeked: null,\n onSeeking: null,\n onSelect: null,\n onShow: null,\n onStalled: null,\n onStorage: null,\n onSubmit: null,\n onSuspend: null,\n onTimeUpdate: null,\n onToggle: null,\n onUnload: null,\n onVolumeChange: null,\n onWaiting: null,\n onZoom: null,\n opacity: null,\n operator: null,\n order: null,\n orient: null,\n orientation: null,\n origin: null,\n overflow: null,\n overlay: null,\n overlinePosition: number,\n overlineThickness: number,\n paintOrder: null,\n panose1: null,\n path: null,\n pathLength: number,\n patternContentUnits: null,\n patternTransform: null,\n patternUnits: null,\n phase: null,\n ping: spaceSeparated,\n pitch: null,\n playbackOrder: null,\n pointerEvents: null,\n points: null,\n pointsAtX: number,\n pointsAtY: number,\n pointsAtZ: number,\n preserveAlpha: null,\n preserveAspectRatio: null,\n primitiveUnits: null,\n propagate: null,\n property: commaOrSpaceSeparated,\n r: null,\n radius: null,\n referrerPolicy: null,\n refX: null,\n refY: null,\n rel: commaOrSpaceSeparated,\n rev: commaOrSpaceSeparated,\n renderingIntent: null,\n repeatCount: null,\n repeatDur: null,\n requiredExtensions: commaOrSpaceSeparated,\n requiredFeatures: commaOrSpaceSeparated,\n requiredFonts: commaOrSpaceSeparated,\n requiredFormats: commaOrSpaceSeparated,\n resource: null,\n restart: null,\n result: null,\n rotate: null,\n rx: null,\n ry: null,\n scale: null,\n seed: null,\n shapeRendering: null,\n side: null,\n slope: null,\n snapshotTime: null,\n specularConstant: number,\n specularExponent: number,\n spreadMethod: null,\n spacing: null,\n startOffset: null,\n stdDeviation: null,\n stemh: null,\n stemv: null,\n stitchTiles: null,\n stopColor: null,\n stopOpacity: null,\n strikethroughPosition: number,\n strikethroughThickness: number,\n string: null,\n stroke: null,\n strokeDashArray: commaOrSpaceSeparated,\n strokeDashOffset: null,\n strokeLineCap: null,\n strokeLineJoin: null,\n strokeMiterLimit: number,\n strokeOpacity: number,\n strokeWidth: null,\n style: null,\n surfaceScale: number,\n syncBehavior: null,\n syncBehaviorDefault: null,\n syncMaster: null,\n syncTolerance: null,\n syncToleranceDefault: null,\n systemLanguage: commaOrSpaceSeparated,\n tabIndex: number,\n tableValues: null,\n target: null,\n targetX: number,\n targetY: number,\n textAnchor: null,\n textDecoration: null,\n textRendering: null,\n textLength: null,\n timelineBegin: null,\n title: null,\n transformBehavior: null,\n type: null,\n typeOf: commaOrSpaceSeparated,\n to: null,\n transform: null,\n transformOrigin: null,\n u1: null,\n u2: null,\n underlinePosition: number,\n underlineThickness: number,\n unicode: null,\n unicodeBidi: null,\n unicodeRange: null,\n unitsPerEm: number,\n values: null,\n vAlphabetic: number,\n vMathematical: number,\n vectorEffect: null,\n vHanging: number,\n vIdeographic: number,\n version: null,\n vertAdvY: number,\n vertOriginX: number,\n vertOriginY: number,\n viewBox: null,\n viewTarget: null,\n visibility: null,\n width: null,\n widths: null,\n wordSpacing: null,\n writingMode: null,\n x: null,\n x1: null,\n x2: null,\n xChannelSelector: null,\n xHeight: number,\n y: null,\n y1: null,\n y2: null,\n yChannelSelector: null,\n z: null,\n zoomAndPan: null\n },\n space: 'svg',\n transform: caseSensitiveTransform\n})\n"],"names":["svg","create","commaOrSpaceSeparated","number","spaceSeparated","boolean","commaSeparated","caseSensitiveTransform"],"mappings":"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","x_google_ignoreList":[0]}
|
package/dist/node_modules/hast-util-to-parse5/node_modules/property-information/lib/svg.es.js
DELETED
|
@@ -1,567 +0,0 @@
|
|
|
1
|
-
import { caseSensitiveTransform as t } from "./util/case-sensitive-transform.es.js";
|
|
2
|
-
import { create as i } from "./util/create.es.js";
|
|
3
|
-
import { number as n, commaOrSpaceSeparated as l, spaceSeparated as o, commaSeparated as e, boolean as r } from "./util/types.es.js";
|
|
4
|
-
const g = i({
|
|
5
|
-
attributes: {
|
|
6
|
-
accentHeight: "accent-height",
|
|
7
|
-
alignmentBaseline: "alignment-baseline",
|
|
8
|
-
arabicForm: "arabic-form",
|
|
9
|
-
baselineShift: "baseline-shift",
|
|
10
|
-
capHeight: "cap-height",
|
|
11
|
-
className: "class",
|
|
12
|
-
clipPath: "clip-path",
|
|
13
|
-
clipRule: "clip-rule",
|
|
14
|
-
colorInterpolation: "color-interpolation",
|
|
15
|
-
colorInterpolationFilters: "color-interpolation-filters",
|
|
16
|
-
colorProfile: "color-profile",
|
|
17
|
-
colorRendering: "color-rendering",
|
|
18
|
-
crossOrigin: "crossorigin",
|
|
19
|
-
dataType: "datatype",
|
|
20
|
-
dominantBaseline: "dominant-baseline",
|
|
21
|
-
enableBackground: "enable-background",
|
|
22
|
-
fillOpacity: "fill-opacity",
|
|
23
|
-
fillRule: "fill-rule",
|
|
24
|
-
floodColor: "flood-color",
|
|
25
|
-
floodOpacity: "flood-opacity",
|
|
26
|
-
fontFamily: "font-family",
|
|
27
|
-
fontSize: "font-size",
|
|
28
|
-
fontSizeAdjust: "font-size-adjust",
|
|
29
|
-
fontStretch: "font-stretch",
|
|
30
|
-
fontStyle: "font-style",
|
|
31
|
-
fontVariant: "font-variant",
|
|
32
|
-
fontWeight: "font-weight",
|
|
33
|
-
glyphName: "glyph-name",
|
|
34
|
-
glyphOrientationHorizontal: "glyph-orientation-horizontal",
|
|
35
|
-
glyphOrientationVertical: "glyph-orientation-vertical",
|
|
36
|
-
hrefLang: "hreflang",
|
|
37
|
-
horizAdvX: "horiz-adv-x",
|
|
38
|
-
horizOriginX: "horiz-origin-x",
|
|
39
|
-
horizOriginY: "horiz-origin-y",
|
|
40
|
-
imageRendering: "image-rendering",
|
|
41
|
-
letterSpacing: "letter-spacing",
|
|
42
|
-
lightingColor: "lighting-color",
|
|
43
|
-
markerEnd: "marker-end",
|
|
44
|
-
markerMid: "marker-mid",
|
|
45
|
-
markerStart: "marker-start",
|
|
46
|
-
navDown: "nav-down",
|
|
47
|
-
navDownLeft: "nav-down-left",
|
|
48
|
-
navDownRight: "nav-down-right",
|
|
49
|
-
navLeft: "nav-left",
|
|
50
|
-
navNext: "nav-next",
|
|
51
|
-
navPrev: "nav-prev",
|
|
52
|
-
navRight: "nav-right",
|
|
53
|
-
navUp: "nav-up",
|
|
54
|
-
navUpLeft: "nav-up-left",
|
|
55
|
-
navUpRight: "nav-up-right",
|
|
56
|
-
onAbort: "onabort",
|
|
57
|
-
onActivate: "onactivate",
|
|
58
|
-
onAfterPrint: "onafterprint",
|
|
59
|
-
onBeforePrint: "onbeforeprint",
|
|
60
|
-
onBegin: "onbegin",
|
|
61
|
-
onCancel: "oncancel",
|
|
62
|
-
onCanPlay: "oncanplay",
|
|
63
|
-
onCanPlayThrough: "oncanplaythrough",
|
|
64
|
-
onChange: "onchange",
|
|
65
|
-
onClick: "onclick",
|
|
66
|
-
onClose: "onclose",
|
|
67
|
-
onCopy: "oncopy",
|
|
68
|
-
onCueChange: "oncuechange",
|
|
69
|
-
onCut: "oncut",
|
|
70
|
-
onDblClick: "ondblclick",
|
|
71
|
-
onDrag: "ondrag",
|
|
72
|
-
onDragEnd: "ondragend",
|
|
73
|
-
onDragEnter: "ondragenter",
|
|
74
|
-
onDragExit: "ondragexit",
|
|
75
|
-
onDragLeave: "ondragleave",
|
|
76
|
-
onDragOver: "ondragover",
|
|
77
|
-
onDragStart: "ondragstart",
|
|
78
|
-
onDrop: "ondrop",
|
|
79
|
-
onDurationChange: "ondurationchange",
|
|
80
|
-
onEmptied: "onemptied",
|
|
81
|
-
onEnd: "onend",
|
|
82
|
-
onEnded: "onended",
|
|
83
|
-
onError: "onerror",
|
|
84
|
-
onFocus: "onfocus",
|
|
85
|
-
onFocusIn: "onfocusin",
|
|
86
|
-
onFocusOut: "onfocusout",
|
|
87
|
-
onHashChange: "onhashchange",
|
|
88
|
-
onInput: "oninput",
|
|
89
|
-
onInvalid: "oninvalid",
|
|
90
|
-
onKeyDown: "onkeydown",
|
|
91
|
-
onKeyPress: "onkeypress",
|
|
92
|
-
onKeyUp: "onkeyup",
|
|
93
|
-
onLoad: "onload",
|
|
94
|
-
onLoadedData: "onloadeddata",
|
|
95
|
-
onLoadedMetadata: "onloadedmetadata",
|
|
96
|
-
onLoadStart: "onloadstart",
|
|
97
|
-
onMessage: "onmessage",
|
|
98
|
-
onMouseDown: "onmousedown",
|
|
99
|
-
onMouseEnter: "onmouseenter",
|
|
100
|
-
onMouseLeave: "onmouseleave",
|
|
101
|
-
onMouseMove: "onmousemove",
|
|
102
|
-
onMouseOut: "onmouseout",
|
|
103
|
-
onMouseOver: "onmouseover",
|
|
104
|
-
onMouseUp: "onmouseup",
|
|
105
|
-
onMouseWheel: "onmousewheel",
|
|
106
|
-
onOffline: "onoffline",
|
|
107
|
-
onOnline: "ononline",
|
|
108
|
-
onPageHide: "onpagehide",
|
|
109
|
-
onPageShow: "onpageshow",
|
|
110
|
-
onPaste: "onpaste",
|
|
111
|
-
onPause: "onpause",
|
|
112
|
-
onPlay: "onplay",
|
|
113
|
-
onPlaying: "onplaying",
|
|
114
|
-
onPopState: "onpopstate",
|
|
115
|
-
onProgress: "onprogress",
|
|
116
|
-
onRateChange: "onratechange",
|
|
117
|
-
onRepeat: "onrepeat",
|
|
118
|
-
onReset: "onreset",
|
|
119
|
-
onResize: "onresize",
|
|
120
|
-
onScroll: "onscroll",
|
|
121
|
-
onSeeked: "onseeked",
|
|
122
|
-
onSeeking: "onseeking",
|
|
123
|
-
onSelect: "onselect",
|
|
124
|
-
onShow: "onshow",
|
|
125
|
-
onStalled: "onstalled",
|
|
126
|
-
onStorage: "onstorage",
|
|
127
|
-
onSubmit: "onsubmit",
|
|
128
|
-
onSuspend: "onsuspend",
|
|
129
|
-
onTimeUpdate: "ontimeupdate",
|
|
130
|
-
onToggle: "ontoggle",
|
|
131
|
-
onUnload: "onunload",
|
|
132
|
-
onVolumeChange: "onvolumechange",
|
|
133
|
-
onWaiting: "onwaiting",
|
|
134
|
-
onZoom: "onzoom",
|
|
135
|
-
overlinePosition: "overline-position",
|
|
136
|
-
overlineThickness: "overline-thickness",
|
|
137
|
-
paintOrder: "paint-order",
|
|
138
|
-
panose1: "panose-1",
|
|
139
|
-
pointerEvents: "pointer-events",
|
|
140
|
-
referrerPolicy: "referrerpolicy",
|
|
141
|
-
renderingIntent: "rendering-intent",
|
|
142
|
-
shapeRendering: "shape-rendering",
|
|
143
|
-
stopColor: "stop-color",
|
|
144
|
-
stopOpacity: "stop-opacity",
|
|
145
|
-
strikethroughPosition: "strikethrough-position",
|
|
146
|
-
strikethroughThickness: "strikethrough-thickness",
|
|
147
|
-
strokeDashArray: "stroke-dasharray",
|
|
148
|
-
strokeDashOffset: "stroke-dashoffset",
|
|
149
|
-
strokeLineCap: "stroke-linecap",
|
|
150
|
-
strokeLineJoin: "stroke-linejoin",
|
|
151
|
-
strokeMiterLimit: "stroke-miterlimit",
|
|
152
|
-
strokeOpacity: "stroke-opacity",
|
|
153
|
-
strokeWidth: "stroke-width",
|
|
154
|
-
tabIndex: "tabindex",
|
|
155
|
-
textAnchor: "text-anchor",
|
|
156
|
-
textDecoration: "text-decoration",
|
|
157
|
-
textRendering: "text-rendering",
|
|
158
|
-
transformOrigin: "transform-origin",
|
|
159
|
-
typeOf: "typeof",
|
|
160
|
-
underlinePosition: "underline-position",
|
|
161
|
-
underlineThickness: "underline-thickness",
|
|
162
|
-
unicodeBidi: "unicode-bidi",
|
|
163
|
-
unicodeRange: "unicode-range",
|
|
164
|
-
unitsPerEm: "units-per-em",
|
|
165
|
-
vAlphabetic: "v-alphabetic",
|
|
166
|
-
vHanging: "v-hanging",
|
|
167
|
-
vIdeographic: "v-ideographic",
|
|
168
|
-
vMathematical: "v-mathematical",
|
|
169
|
-
vectorEffect: "vector-effect",
|
|
170
|
-
vertAdvY: "vert-adv-y",
|
|
171
|
-
vertOriginX: "vert-origin-x",
|
|
172
|
-
vertOriginY: "vert-origin-y",
|
|
173
|
-
wordSpacing: "word-spacing",
|
|
174
|
-
writingMode: "writing-mode",
|
|
175
|
-
xHeight: "x-height",
|
|
176
|
-
// These were camelcased in Tiny. Now lowercased in SVG 2
|
|
177
|
-
playbackOrder: "playbackorder",
|
|
178
|
-
timelineBegin: "timelinebegin"
|
|
179
|
-
},
|
|
180
|
-
properties: {
|
|
181
|
-
about: l,
|
|
182
|
-
accentHeight: n,
|
|
183
|
-
accumulate: null,
|
|
184
|
-
additive: null,
|
|
185
|
-
alignmentBaseline: null,
|
|
186
|
-
alphabetic: n,
|
|
187
|
-
amplitude: n,
|
|
188
|
-
arabicForm: null,
|
|
189
|
-
ascent: n,
|
|
190
|
-
attributeName: null,
|
|
191
|
-
attributeType: null,
|
|
192
|
-
azimuth: n,
|
|
193
|
-
bandwidth: null,
|
|
194
|
-
baselineShift: null,
|
|
195
|
-
baseFrequency: null,
|
|
196
|
-
baseProfile: null,
|
|
197
|
-
bbox: null,
|
|
198
|
-
begin: null,
|
|
199
|
-
bias: n,
|
|
200
|
-
by: null,
|
|
201
|
-
calcMode: null,
|
|
202
|
-
capHeight: n,
|
|
203
|
-
className: o,
|
|
204
|
-
clip: null,
|
|
205
|
-
clipPath: null,
|
|
206
|
-
clipPathUnits: null,
|
|
207
|
-
clipRule: null,
|
|
208
|
-
color: null,
|
|
209
|
-
colorInterpolation: null,
|
|
210
|
-
colorInterpolationFilters: null,
|
|
211
|
-
colorProfile: null,
|
|
212
|
-
colorRendering: null,
|
|
213
|
-
content: null,
|
|
214
|
-
contentScriptType: null,
|
|
215
|
-
contentStyleType: null,
|
|
216
|
-
crossOrigin: null,
|
|
217
|
-
cursor: null,
|
|
218
|
-
cx: null,
|
|
219
|
-
cy: null,
|
|
220
|
-
d: null,
|
|
221
|
-
dataType: null,
|
|
222
|
-
defaultAction: null,
|
|
223
|
-
descent: n,
|
|
224
|
-
diffuseConstant: n,
|
|
225
|
-
direction: null,
|
|
226
|
-
display: null,
|
|
227
|
-
dur: null,
|
|
228
|
-
divisor: n,
|
|
229
|
-
dominantBaseline: null,
|
|
230
|
-
download: r,
|
|
231
|
-
dx: null,
|
|
232
|
-
dy: null,
|
|
233
|
-
edgeMode: null,
|
|
234
|
-
editable: null,
|
|
235
|
-
elevation: n,
|
|
236
|
-
enableBackground: null,
|
|
237
|
-
end: null,
|
|
238
|
-
event: null,
|
|
239
|
-
exponent: n,
|
|
240
|
-
externalResourcesRequired: null,
|
|
241
|
-
fill: null,
|
|
242
|
-
fillOpacity: n,
|
|
243
|
-
fillRule: null,
|
|
244
|
-
filter: null,
|
|
245
|
-
filterRes: null,
|
|
246
|
-
filterUnits: null,
|
|
247
|
-
floodColor: null,
|
|
248
|
-
floodOpacity: null,
|
|
249
|
-
focusable: null,
|
|
250
|
-
focusHighlight: null,
|
|
251
|
-
fontFamily: null,
|
|
252
|
-
fontSize: null,
|
|
253
|
-
fontSizeAdjust: null,
|
|
254
|
-
fontStretch: null,
|
|
255
|
-
fontStyle: null,
|
|
256
|
-
fontVariant: null,
|
|
257
|
-
fontWeight: null,
|
|
258
|
-
format: null,
|
|
259
|
-
fr: null,
|
|
260
|
-
from: null,
|
|
261
|
-
fx: null,
|
|
262
|
-
fy: null,
|
|
263
|
-
g1: e,
|
|
264
|
-
g2: e,
|
|
265
|
-
glyphName: e,
|
|
266
|
-
glyphOrientationHorizontal: null,
|
|
267
|
-
glyphOrientationVertical: null,
|
|
268
|
-
glyphRef: null,
|
|
269
|
-
gradientTransform: null,
|
|
270
|
-
gradientUnits: null,
|
|
271
|
-
handler: null,
|
|
272
|
-
hanging: n,
|
|
273
|
-
hatchContentUnits: null,
|
|
274
|
-
hatchUnits: null,
|
|
275
|
-
height: null,
|
|
276
|
-
href: null,
|
|
277
|
-
hrefLang: null,
|
|
278
|
-
horizAdvX: n,
|
|
279
|
-
horizOriginX: n,
|
|
280
|
-
horizOriginY: n,
|
|
281
|
-
id: null,
|
|
282
|
-
ideographic: n,
|
|
283
|
-
imageRendering: null,
|
|
284
|
-
initialVisibility: null,
|
|
285
|
-
in: null,
|
|
286
|
-
in2: null,
|
|
287
|
-
intercept: n,
|
|
288
|
-
k: n,
|
|
289
|
-
k1: n,
|
|
290
|
-
k2: n,
|
|
291
|
-
k3: n,
|
|
292
|
-
k4: n,
|
|
293
|
-
kernelMatrix: l,
|
|
294
|
-
kernelUnitLength: null,
|
|
295
|
-
keyPoints: null,
|
|
296
|
-
// SEMI_COLON_SEPARATED
|
|
297
|
-
keySplines: null,
|
|
298
|
-
// SEMI_COLON_SEPARATED
|
|
299
|
-
keyTimes: null,
|
|
300
|
-
// SEMI_COLON_SEPARATED
|
|
301
|
-
kerning: null,
|
|
302
|
-
lang: null,
|
|
303
|
-
lengthAdjust: null,
|
|
304
|
-
letterSpacing: null,
|
|
305
|
-
lightingColor: null,
|
|
306
|
-
limitingConeAngle: n,
|
|
307
|
-
local: null,
|
|
308
|
-
markerEnd: null,
|
|
309
|
-
markerMid: null,
|
|
310
|
-
markerStart: null,
|
|
311
|
-
markerHeight: null,
|
|
312
|
-
markerUnits: null,
|
|
313
|
-
markerWidth: null,
|
|
314
|
-
mask: null,
|
|
315
|
-
maskContentUnits: null,
|
|
316
|
-
maskUnits: null,
|
|
317
|
-
mathematical: null,
|
|
318
|
-
max: null,
|
|
319
|
-
media: null,
|
|
320
|
-
mediaCharacterEncoding: null,
|
|
321
|
-
mediaContentEncodings: null,
|
|
322
|
-
mediaSize: n,
|
|
323
|
-
mediaTime: null,
|
|
324
|
-
method: null,
|
|
325
|
-
min: null,
|
|
326
|
-
mode: null,
|
|
327
|
-
name: null,
|
|
328
|
-
navDown: null,
|
|
329
|
-
navDownLeft: null,
|
|
330
|
-
navDownRight: null,
|
|
331
|
-
navLeft: null,
|
|
332
|
-
navNext: null,
|
|
333
|
-
navPrev: null,
|
|
334
|
-
navRight: null,
|
|
335
|
-
navUp: null,
|
|
336
|
-
navUpLeft: null,
|
|
337
|
-
navUpRight: null,
|
|
338
|
-
numOctaves: null,
|
|
339
|
-
observer: null,
|
|
340
|
-
offset: null,
|
|
341
|
-
onAbort: null,
|
|
342
|
-
onActivate: null,
|
|
343
|
-
onAfterPrint: null,
|
|
344
|
-
onBeforePrint: null,
|
|
345
|
-
onBegin: null,
|
|
346
|
-
onCancel: null,
|
|
347
|
-
onCanPlay: null,
|
|
348
|
-
onCanPlayThrough: null,
|
|
349
|
-
onChange: null,
|
|
350
|
-
onClick: null,
|
|
351
|
-
onClose: null,
|
|
352
|
-
onCopy: null,
|
|
353
|
-
onCueChange: null,
|
|
354
|
-
onCut: null,
|
|
355
|
-
onDblClick: null,
|
|
356
|
-
onDrag: null,
|
|
357
|
-
onDragEnd: null,
|
|
358
|
-
onDragEnter: null,
|
|
359
|
-
onDragExit: null,
|
|
360
|
-
onDragLeave: null,
|
|
361
|
-
onDragOver: null,
|
|
362
|
-
onDragStart: null,
|
|
363
|
-
onDrop: null,
|
|
364
|
-
onDurationChange: null,
|
|
365
|
-
onEmptied: null,
|
|
366
|
-
onEnd: null,
|
|
367
|
-
onEnded: null,
|
|
368
|
-
onError: null,
|
|
369
|
-
onFocus: null,
|
|
370
|
-
onFocusIn: null,
|
|
371
|
-
onFocusOut: null,
|
|
372
|
-
onHashChange: null,
|
|
373
|
-
onInput: null,
|
|
374
|
-
onInvalid: null,
|
|
375
|
-
onKeyDown: null,
|
|
376
|
-
onKeyPress: null,
|
|
377
|
-
onKeyUp: null,
|
|
378
|
-
onLoad: null,
|
|
379
|
-
onLoadedData: null,
|
|
380
|
-
onLoadedMetadata: null,
|
|
381
|
-
onLoadStart: null,
|
|
382
|
-
onMessage: null,
|
|
383
|
-
onMouseDown: null,
|
|
384
|
-
onMouseEnter: null,
|
|
385
|
-
onMouseLeave: null,
|
|
386
|
-
onMouseMove: null,
|
|
387
|
-
onMouseOut: null,
|
|
388
|
-
onMouseOver: null,
|
|
389
|
-
onMouseUp: null,
|
|
390
|
-
onMouseWheel: null,
|
|
391
|
-
onOffline: null,
|
|
392
|
-
onOnline: null,
|
|
393
|
-
onPageHide: null,
|
|
394
|
-
onPageShow: null,
|
|
395
|
-
onPaste: null,
|
|
396
|
-
onPause: null,
|
|
397
|
-
onPlay: null,
|
|
398
|
-
onPlaying: null,
|
|
399
|
-
onPopState: null,
|
|
400
|
-
onProgress: null,
|
|
401
|
-
onRateChange: null,
|
|
402
|
-
onRepeat: null,
|
|
403
|
-
onReset: null,
|
|
404
|
-
onResize: null,
|
|
405
|
-
onScroll: null,
|
|
406
|
-
onSeeked: null,
|
|
407
|
-
onSeeking: null,
|
|
408
|
-
onSelect: null,
|
|
409
|
-
onShow: null,
|
|
410
|
-
onStalled: null,
|
|
411
|
-
onStorage: null,
|
|
412
|
-
onSubmit: null,
|
|
413
|
-
onSuspend: null,
|
|
414
|
-
onTimeUpdate: null,
|
|
415
|
-
onToggle: null,
|
|
416
|
-
onUnload: null,
|
|
417
|
-
onVolumeChange: null,
|
|
418
|
-
onWaiting: null,
|
|
419
|
-
onZoom: null,
|
|
420
|
-
opacity: null,
|
|
421
|
-
operator: null,
|
|
422
|
-
order: null,
|
|
423
|
-
orient: null,
|
|
424
|
-
orientation: null,
|
|
425
|
-
origin: null,
|
|
426
|
-
overflow: null,
|
|
427
|
-
overlay: null,
|
|
428
|
-
overlinePosition: n,
|
|
429
|
-
overlineThickness: n,
|
|
430
|
-
paintOrder: null,
|
|
431
|
-
panose1: null,
|
|
432
|
-
path: null,
|
|
433
|
-
pathLength: n,
|
|
434
|
-
patternContentUnits: null,
|
|
435
|
-
patternTransform: null,
|
|
436
|
-
patternUnits: null,
|
|
437
|
-
phase: null,
|
|
438
|
-
ping: o,
|
|
439
|
-
pitch: null,
|
|
440
|
-
playbackOrder: null,
|
|
441
|
-
pointerEvents: null,
|
|
442
|
-
points: null,
|
|
443
|
-
pointsAtX: n,
|
|
444
|
-
pointsAtY: n,
|
|
445
|
-
pointsAtZ: n,
|
|
446
|
-
preserveAlpha: null,
|
|
447
|
-
preserveAspectRatio: null,
|
|
448
|
-
primitiveUnits: null,
|
|
449
|
-
propagate: null,
|
|
450
|
-
property: l,
|
|
451
|
-
r: null,
|
|
452
|
-
radius: null,
|
|
453
|
-
referrerPolicy: null,
|
|
454
|
-
refX: null,
|
|
455
|
-
refY: null,
|
|
456
|
-
rel: l,
|
|
457
|
-
rev: l,
|
|
458
|
-
renderingIntent: null,
|
|
459
|
-
repeatCount: null,
|
|
460
|
-
repeatDur: null,
|
|
461
|
-
requiredExtensions: l,
|
|
462
|
-
requiredFeatures: l,
|
|
463
|
-
requiredFonts: l,
|
|
464
|
-
requiredFormats: l,
|
|
465
|
-
resource: null,
|
|
466
|
-
restart: null,
|
|
467
|
-
result: null,
|
|
468
|
-
rotate: null,
|
|
469
|
-
rx: null,
|
|
470
|
-
ry: null,
|
|
471
|
-
scale: null,
|
|
472
|
-
seed: null,
|
|
473
|
-
shapeRendering: null,
|
|
474
|
-
side: null,
|
|
475
|
-
slope: null,
|
|
476
|
-
snapshotTime: null,
|
|
477
|
-
specularConstant: n,
|
|
478
|
-
specularExponent: n,
|
|
479
|
-
spreadMethod: null,
|
|
480
|
-
spacing: null,
|
|
481
|
-
startOffset: null,
|
|
482
|
-
stdDeviation: null,
|
|
483
|
-
stemh: null,
|
|
484
|
-
stemv: null,
|
|
485
|
-
stitchTiles: null,
|
|
486
|
-
stopColor: null,
|
|
487
|
-
stopOpacity: null,
|
|
488
|
-
strikethroughPosition: n,
|
|
489
|
-
strikethroughThickness: n,
|
|
490
|
-
string: null,
|
|
491
|
-
stroke: null,
|
|
492
|
-
strokeDashArray: l,
|
|
493
|
-
strokeDashOffset: null,
|
|
494
|
-
strokeLineCap: null,
|
|
495
|
-
strokeLineJoin: null,
|
|
496
|
-
strokeMiterLimit: n,
|
|
497
|
-
strokeOpacity: n,
|
|
498
|
-
strokeWidth: null,
|
|
499
|
-
style: null,
|
|
500
|
-
surfaceScale: n,
|
|
501
|
-
syncBehavior: null,
|
|
502
|
-
syncBehaviorDefault: null,
|
|
503
|
-
syncMaster: null,
|
|
504
|
-
syncTolerance: null,
|
|
505
|
-
syncToleranceDefault: null,
|
|
506
|
-
systemLanguage: l,
|
|
507
|
-
tabIndex: n,
|
|
508
|
-
tableValues: null,
|
|
509
|
-
target: null,
|
|
510
|
-
targetX: n,
|
|
511
|
-
targetY: n,
|
|
512
|
-
textAnchor: null,
|
|
513
|
-
textDecoration: null,
|
|
514
|
-
textRendering: null,
|
|
515
|
-
textLength: null,
|
|
516
|
-
timelineBegin: null,
|
|
517
|
-
title: null,
|
|
518
|
-
transformBehavior: null,
|
|
519
|
-
type: null,
|
|
520
|
-
typeOf: l,
|
|
521
|
-
to: null,
|
|
522
|
-
transform: null,
|
|
523
|
-
transformOrigin: null,
|
|
524
|
-
u1: null,
|
|
525
|
-
u2: null,
|
|
526
|
-
underlinePosition: n,
|
|
527
|
-
underlineThickness: n,
|
|
528
|
-
unicode: null,
|
|
529
|
-
unicodeBidi: null,
|
|
530
|
-
unicodeRange: null,
|
|
531
|
-
unitsPerEm: n,
|
|
532
|
-
values: null,
|
|
533
|
-
vAlphabetic: n,
|
|
534
|
-
vMathematical: n,
|
|
535
|
-
vectorEffect: null,
|
|
536
|
-
vHanging: n,
|
|
537
|
-
vIdeographic: n,
|
|
538
|
-
version: null,
|
|
539
|
-
vertAdvY: n,
|
|
540
|
-
vertOriginX: n,
|
|
541
|
-
vertOriginY: n,
|
|
542
|
-
viewBox: null,
|
|
543
|
-
viewTarget: null,
|
|
544
|
-
visibility: null,
|
|
545
|
-
width: null,
|
|
546
|
-
widths: null,
|
|
547
|
-
wordSpacing: null,
|
|
548
|
-
writingMode: null,
|
|
549
|
-
x: null,
|
|
550
|
-
x1: null,
|
|
551
|
-
x2: null,
|
|
552
|
-
xChannelSelector: null,
|
|
553
|
-
xHeight: n,
|
|
554
|
-
y: null,
|
|
555
|
-
y1: null,
|
|
556
|
-
y2: null,
|
|
557
|
-
yChannelSelector: null,
|
|
558
|
-
z: null,
|
|
559
|
-
zoomAndPan: null
|
|
560
|
-
},
|
|
561
|
-
space: "svg",
|
|
562
|
-
transform: t
|
|
563
|
-
});
|
|
564
|
-
export {
|
|
565
|
-
g as svg
|
|
566
|
-
};
|
|
567
|
-
//# sourceMappingURL=svg.es.js.map
|