@elliemae/ds-skeleton 3.35.0 → 3.36.0-next.1

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.
@@ -47,7 +47,6 @@ const DSSkeleton = (props) => {
47
47
  } = (0, import_useSkeleton.useSkeleton)(props);
48
48
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_components.StyledSkeleton, { ...globalAttributes, ...xstyledProps, variant, withChildren, as: "span" });
49
49
  };
50
- DSSkeleton.propTypes = import_react_desc_prop_types.DSSkeletonPropTypes;
51
50
  DSSkeleton.displayName = "DSSkeleton";
52
51
  const DSSkeletonWithSchema = (0, import_ds_props_helpers.describe)(DSSkeleton);
53
52
  DSSkeletonWithSchema.propTypes = import_react_desc_prop_types.DSSkeletonPropTypes;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/DSSkeleton.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import { describe } from '@elliemae/ds-props-helpers';\nimport { StyledSkeleton } from './styled/components.js';\nimport { useSkeleton } from './config/useSkeleton.js';\nimport type { DSSkeletonT } from './react-desc-prop-types.js';\nimport { DSSkeletonPropTypes } from './react-desc-prop-types.js';\n\nexport const DSSkeleton: React.ComponentType<DSSkeletonT.Props> = (props) => {\n const {\n propsWithDefault: { variant },\n withChildren,\n xstyledProps,\n globalAttributes,\n } = useSkeleton(props);\n\n return (\n <StyledSkeleton {...globalAttributes} {...xstyledProps} variant={variant} withChildren={withChildren} as=\"span\" />\n );\n};\n\nDSSkeleton.propTypes = DSSkeletonPropTypes;\nDSSkeleton.displayName = 'DSSkeleton';\nexport const DSSkeletonWithSchema = describe(DSSkeleton);\nDSSkeletonWithSchema.propTypes = DSSkeletonPropTypes;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADenB;AAfJ,8BAAyB;AACzB,wBAA+B;AAC/B,yBAA4B;AAE5B,mCAAoC;AAE7B,MAAM,aAAqD,CAAC,UAAU;AAC3E,QAAM;AAAA,IACJ,kBAAkB,EAAE,QAAQ;AAAA,IAC5B;AAAA,IACA;AAAA,IACA;AAAA,EACF,QAAI,gCAAY,KAAK;AAErB,SACE,4CAAC,oCAAgB,GAAG,kBAAmB,GAAG,cAAc,SAAkB,cAA4B,IAAG,QAAO;AAEpH;AAEA,WAAW,YAAY;AACvB,WAAW,cAAc;AAClB,MAAM,2BAAuB,kCAAS,UAAU;AACvD,qBAAqB,YAAY;",
4
+ "sourcesContent": ["import { describe } from '@elliemae/ds-props-helpers';\nimport { StyledSkeleton } from './styled/components.js';\nimport { useSkeleton } from './config/useSkeleton.js';\nimport type { DSSkeletonT } from './react-desc-prop-types.js';\nimport { DSSkeletonPropTypes } from './react-desc-prop-types.js';\n\nexport const DSSkeleton: React.ComponentType<DSSkeletonT.Props> = (props) => {\n const {\n propsWithDefault: { variant },\n withChildren,\n xstyledProps,\n globalAttributes,\n } = useSkeleton(props);\n\n return (\n <StyledSkeleton {...globalAttributes} {...xstyledProps} variant={variant} withChildren={withChildren} as=\"span\" />\n );\n};\n\nDSSkeleton.displayName = 'DSSkeleton';\nexport const DSSkeletonWithSchema = describe(DSSkeleton);\nDSSkeletonWithSchema.propTypes = DSSkeletonPropTypes;\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADenB;AAfJ,8BAAyB;AACzB,wBAA+B;AAC/B,yBAA4B;AAE5B,mCAAoC;AAE7B,MAAM,aAAqD,CAAC,UAAU;AAC3E,QAAM;AAAA,IACJ,kBAAkB,EAAE,QAAQ;AAAA,IAC5B;AAAA,IACA;AAAA,IACA;AAAA,EACF,QAAI,gCAAY,KAAK;AAErB,SACE,4CAAC,oCAAgB,GAAG,kBAAmB,GAAG,cAAc,SAAkB,cAA4B,IAAG,QAAO;AAEpH;AAEA,WAAW,cAAc;AAClB,MAAM,2BAAuB,kCAAS,UAAU;AACvD,qBAAqB,YAAY;",
6
6
  "names": []
7
7
  }
@@ -44,10 +44,8 @@ const StyledSkeleton = (0, import_ds_system.styled)("div", {
44
44
  height: 20px;
45
45
  background-color: ${import_ds_system.th.color("neutral-400")}2f;
46
46
  ${(props) => {
47
- if (props.variant === "circular")
48
- return import_variants.circularVariantCss;
49
- if (props.variant === "text")
50
- return import_variants.textVariantCss;
47
+ if (props.variant === "circular") return import_variants.circularVariantCss;
48
+ if (props.variant === "text") return import_variants.textVariantCss;
51
49
  }}
52
50
  ${(props) => props.withChildren ? import_variants.withChildrenCss : ""}
53
51
 
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../src/styled/components.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import { styled, th, xStyledCommonProps } from '@elliemae/ds-system';\nimport { DSSkeletonName, DSSkeletonSlots } from '../exported-related/index.js';\nimport { pulseKeyframe } from './animation.js';\nimport { circularVariantCss, textVariantCss, withChildrenCss } from './variants.js';\n\ninterface StyledSkeletonProps {\n variant: 'circular' | 'rectangular' | 'text';\n withChildren: boolean;\n w?: unknown;\n h?: unknown;\n}\n\nexport const StyledSkeleton = styled('div', {\n name: DSSkeletonName,\n slot: DSSkeletonSlots.ROOT,\n})<StyledSkeletonProps>`\n display: block;\n height: 20px;\n background-color: ${th.color('neutral-400')}2f;\n ${(props) => {\n if (props.variant === 'circular') return circularVariantCss;\n if (props.variant === 'text') return textVariantCss;\n }}\n ${(props) => (props.withChildren ? withChildrenCss : '')}\n \n animation: ${pulseKeyframe} 1.5s ease-in-out 0.5s infinite;\n ${xStyledCommonProps}\n`;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAA+C;AAC/C,8BAAgD;AAChD,uBAA8B;AAC9B,sBAAoE;AAS7D,MAAM,qBAAiB,yBAAO,OAAO;AAAA,EAC1C,MAAM;AAAA,EACN,MAAM,wCAAgB;AACxB,CAAC;AAAA;AAAA;AAAA,sBAGqB,oBAAG,MAAM,aAAa;AAAA,IACxC,CAAC,UAAU;AACX,MAAI,MAAM,YAAY;AAAY,WAAO;AACzC,MAAI,MAAM,YAAY;AAAQ,WAAO;AACvC;AAAA,IACE,CAAC,UAAW,MAAM,eAAe,kCAAkB;AAAA;AAAA,eAExC;AAAA,IACX;AAAA;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAA+C;AAC/C,8BAAgD;AAChD,uBAA8B;AAC9B,sBAAoE;AAS7D,MAAM,qBAAiB,yBAAO,OAAO;AAAA,EAC1C,MAAM;AAAA,EACN,MAAM,wCAAgB;AACxB,CAAC;AAAA;AAAA;AAAA,sBAGqB,oBAAG,MAAM,aAAa,CAAC;AAAA,IACzC,CAAC,UAAU;AACX,MAAI,MAAM,YAAY,WAAY,QAAO;AACzC,MAAI,MAAM,YAAY,OAAQ,QAAO;AACvC,CAAC;AAAA,IACC,CAAC,UAAW,MAAM,eAAe,kCAAkB,EAAG;AAAA;AAAA,eAE3C,8BAAa;AAAA,IACxB,mCAAkB;AAAA;",
6
6
  "names": []
7
7
  }
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../src/styled/variants.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import { css } from '@elliemae/ds-system';\n\nexport const textVariantCss = css`\n margin-top: 0;\n margin-bottom: 0;\n height: auto;\n transform-origin: 0 55%;\n transform: scale(1, 0.6);\n border-radius: 4px/4%;\n &:empty:before {\n content: '\\\\00a0';\n }\n`;\n\nexport const circularVariantCss = css`\n border-radius: 50%;\n`;\n\nexport const withChildrenCss = css<{ w?: unknown; h?: unknown }>`\n & > * {\n visibility: hidden;\n }\n\n ${({ w }) => (!w ? 'width: fit-content;' : '')}\n ${({ h }) => (!h ? 'height: auto;' : '')}\n`;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAoB;AAEb,MAAM,iBAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYvB,MAAM,qBAAqB;AAAA;AAAA;AAI3B,MAAM,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA,IAK3B,CAAC,EAAE,EAAE,MAAO,CAAC,IAAI,wBAAwB;AAAA,IACzC,CAAC,EAAE,EAAE,MAAO,CAAC,IAAI,kBAAkB;AAAA;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAoB;AAEb,MAAM,iBAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYvB,MAAM,qBAAqB;AAAA;AAAA;AAI3B,MAAM,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA,IAK3B,CAAC,EAAE,EAAE,MAAO,CAAC,IAAI,wBAAwB,EAAG;AAAA,IAC5C,CAAC,EAAE,EAAE,MAAO,CAAC,IAAI,kBAAkB,EAAG;AAAA;",
6
6
  "names": []
7
7
  }
@@ -13,7 +13,6 @@ const DSSkeleton = (props) => {
13
13
  } = useSkeleton(props);
14
14
  return /* @__PURE__ */ jsx(StyledSkeleton, { ...globalAttributes, ...xstyledProps, variant, withChildren, as: "span" });
15
15
  };
16
- DSSkeleton.propTypes = DSSkeletonPropTypes;
17
16
  DSSkeleton.displayName = "DSSkeleton";
18
17
  const DSSkeletonWithSchema = describe(DSSkeleton);
19
18
  DSSkeletonWithSchema.propTypes = DSSkeletonPropTypes;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSSkeleton.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { describe } from '@elliemae/ds-props-helpers';\nimport { StyledSkeleton } from './styled/components.js';\nimport { useSkeleton } from './config/useSkeleton.js';\nimport type { DSSkeletonT } from './react-desc-prop-types.js';\nimport { DSSkeletonPropTypes } from './react-desc-prop-types.js';\n\nexport const DSSkeleton: React.ComponentType<DSSkeletonT.Props> = (props) => {\n const {\n propsWithDefault: { variant },\n withChildren,\n xstyledProps,\n globalAttributes,\n } = useSkeleton(props);\n\n return (\n <StyledSkeleton {...globalAttributes} {...xstyledProps} variant={variant} withChildren={withChildren} as=\"span\" />\n );\n};\n\nDSSkeleton.propTypes = DSSkeletonPropTypes;\nDSSkeleton.displayName = 'DSSkeleton';\nexport const DSSkeletonWithSchema = describe(DSSkeleton);\nDSSkeletonWithSchema.propTypes = DSSkeletonPropTypes;\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACenB;AAfJ,SAAS,gBAAgB;AACzB,SAAS,sBAAsB;AAC/B,SAAS,mBAAmB;AAE5B,SAAS,2BAA2B;AAE7B,MAAM,aAAqD,CAAC,UAAU;AAC3E,QAAM;AAAA,IACJ,kBAAkB,EAAE,QAAQ;AAAA,IAC5B;AAAA,IACA;AAAA,IACA;AAAA,EACF,IAAI,YAAY,KAAK;AAErB,SACE,oBAAC,kBAAgB,GAAG,kBAAmB,GAAG,cAAc,SAAkB,cAA4B,IAAG,QAAO;AAEpH;AAEA,WAAW,YAAY;AACvB,WAAW,cAAc;AAClB,MAAM,uBAAuB,SAAS,UAAU;AACvD,qBAAqB,YAAY;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { describe } from '@elliemae/ds-props-helpers';\nimport { StyledSkeleton } from './styled/components.js';\nimport { useSkeleton } from './config/useSkeleton.js';\nimport type { DSSkeletonT } from './react-desc-prop-types.js';\nimport { DSSkeletonPropTypes } from './react-desc-prop-types.js';\n\nexport const DSSkeleton: React.ComponentType<DSSkeletonT.Props> = (props) => {\n const {\n propsWithDefault: { variant },\n withChildren,\n xstyledProps,\n globalAttributes,\n } = useSkeleton(props);\n\n return (\n <StyledSkeleton {...globalAttributes} {...xstyledProps} variant={variant} withChildren={withChildren} as=\"span\" />\n );\n};\n\nDSSkeleton.displayName = 'DSSkeleton';\nexport const DSSkeletonWithSchema = describe(DSSkeleton);\nDSSkeletonWithSchema.propTypes = DSSkeletonPropTypes;\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACenB;AAfJ,SAAS,gBAAgB;AACzB,SAAS,sBAAsB;AAC/B,SAAS,mBAAmB;AAE5B,SAAS,2BAA2B;AAE7B,MAAM,aAAqD,CAAC,UAAU;AAC3E,QAAM;AAAA,IACJ,kBAAkB,EAAE,QAAQ;AAAA,IAC5B;AAAA,IACA;AAAA,IACA;AAAA,EACF,IAAI,YAAY,KAAK;AAErB,SACE,oBAAC,kBAAgB,GAAG,kBAAmB,GAAG,cAAc,SAAkB,cAA4B,IAAG,QAAO;AAEpH;AAEA,WAAW,cAAc;AAClB,MAAM,uBAAuB,SAAS,UAAU;AACvD,qBAAqB,YAAY;",
6
6
  "names": []
7
7
  }
@@ -11,10 +11,8 @@ const StyledSkeleton = styled("div", {
11
11
  height: 20px;
12
12
  background-color: ${th.color("neutral-400")}2f;
13
13
  ${(props) => {
14
- if (props.variant === "circular")
15
- return circularVariantCss;
16
- if (props.variant === "text")
17
- return textVariantCss;
14
+ if (props.variant === "circular") return circularVariantCss;
15
+ if (props.variant === "text") return textVariantCss;
18
16
  }}
19
17
  ${(props) => props.withChildren ? withChildrenCss : ""}
20
18
 
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/styled/components.tsx"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { styled, th, xStyledCommonProps } from '@elliemae/ds-system';\nimport { DSSkeletonName, DSSkeletonSlots } from '../exported-related/index.js';\nimport { pulseKeyframe } from './animation.js';\nimport { circularVariantCss, textVariantCss, withChildrenCss } from './variants.js';\n\ninterface StyledSkeletonProps {\n variant: 'circular' | 'rectangular' | 'text';\n withChildren: boolean;\n w?: unknown;\n h?: unknown;\n}\n\nexport const StyledSkeleton = styled('div', {\n name: DSSkeletonName,\n slot: DSSkeletonSlots.ROOT,\n})<StyledSkeletonProps>`\n display: block;\n height: 20px;\n background-color: ${th.color('neutral-400')}2f;\n ${(props) => {\n if (props.variant === 'circular') return circularVariantCss;\n if (props.variant === 'text') return textVariantCss;\n }}\n ${(props) => (props.withChildren ? withChildrenCss : '')}\n \n animation: ${pulseKeyframe} 1.5s ease-in-out 0.5s infinite;\n ${xStyledCommonProps}\n`;\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,QAAQ,IAAI,0BAA0B;AAC/C,SAAS,gBAAgB,uBAAuB;AAChD,SAAS,qBAAqB;AAC9B,SAAS,oBAAoB,gBAAgB,uBAAuB;AAS7D,MAAM,iBAAiB,OAAO,OAAO;AAAA,EAC1C,MAAM;AAAA,EACN,MAAM,gBAAgB;AACxB,CAAC;AAAA;AAAA;AAAA,sBAGqB,GAAG,MAAM,aAAa;AAAA,IACxC,CAAC,UAAU;AACX,MAAI,MAAM,YAAY;AAAY,WAAO;AACzC,MAAI,MAAM,YAAY;AAAQ,WAAO;AACvC;AAAA,IACE,CAAC,UAAW,MAAM,eAAe,kBAAkB;AAAA;AAAA,eAExC;AAAA,IACX;AAAA;",
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,QAAQ,IAAI,0BAA0B;AAC/C,SAAS,gBAAgB,uBAAuB;AAChD,SAAS,qBAAqB;AAC9B,SAAS,oBAAoB,gBAAgB,uBAAuB;AAS7D,MAAM,iBAAiB,OAAO,OAAO;AAAA,EAC1C,MAAM;AAAA,EACN,MAAM,gBAAgB;AACxB,CAAC;AAAA;AAAA;AAAA,sBAGqB,GAAG,MAAM,aAAa,CAAC;AAAA,IACzC,CAAC,UAAU;AACX,MAAI,MAAM,YAAY,WAAY,QAAO;AACzC,MAAI,MAAM,YAAY,OAAQ,QAAO;AACvC,CAAC;AAAA,IACC,CAAC,UAAW,MAAM,eAAe,kBAAkB,EAAG;AAAA;AAAA,eAE3C,aAAa;AAAA,IACxB,kBAAkB;AAAA;",
6
6
  "names": []
7
7
  }
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/styled/variants.ts"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { css } from '@elliemae/ds-system';\n\nexport const textVariantCss = css`\n margin-top: 0;\n margin-bottom: 0;\n height: auto;\n transform-origin: 0 55%;\n transform: scale(1, 0.6);\n border-radius: 4px/4%;\n &:empty:before {\n content: '\\\\00a0';\n }\n`;\n\nexport const circularVariantCss = css`\n border-radius: 50%;\n`;\n\nexport const withChildrenCss = css<{ w?: unknown; h?: unknown }>`\n & > * {\n visibility: hidden;\n }\n\n ${({ w }) => (!w ? 'width: fit-content;' : '')}\n ${({ h }) => (!h ? 'height: auto;' : '')}\n`;\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,WAAW;AAEb,MAAM,iBAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYvB,MAAM,qBAAqB;AAAA;AAAA;AAI3B,MAAM,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA,IAK3B,CAAC,EAAE,EAAE,MAAO,CAAC,IAAI,wBAAwB;AAAA,IACzC,CAAC,EAAE,EAAE,MAAO,CAAC,IAAI,kBAAkB;AAAA;",
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,WAAW;AAEb,MAAM,iBAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYvB,MAAM,qBAAqB;AAAA;AAAA;AAI3B,MAAM,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA,IAK3B,CAAC,EAAE,EAAE,MAAO,CAAC,IAAI,wBAAwB,EAAG;AAAA,IAC5C,CAAC,EAAE,EAAE,MAAO,CAAC,IAAI,kBAAkB,EAAG;AAAA;",
6
6
  "names": []
7
7
  }
@@ -2,55 +2,82 @@
2
2
  import type { DSSkeletonT } from '../react-desc-prop-types.js';
3
3
  export declare const useSkeleton: (props: DSSkeletonT.Props) => {
4
4
  propsWithDefault: DSSkeletonT.InternalProps;
5
- globalAttributes: Partial<Pick<object, "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "default" | "type" | "name" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "checked" | "disabled" | "placeholder" | "start" | "size" | "wrap" | "open" | "multiple" | "list" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "noValidate" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "target" | "useMap" | "value" | "width" | "wmode"> & Omit<{
5
+ globalAttributes: Partial<Pick<object, "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "suppressHydrationWarning" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "href" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "classID" | "useMap" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "download" | "hrefLang" | "alt" | "coords" | "shape" | "autoPlay" | "controls" | "loop" | "mediaGroup" | "muted" | "playsInline" | "preload" | "src" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "dateTime" | "open" | "acceptCharset" | "action" | "autoComplete" | "encType" | "noValidate" | "manifest" | "allowFullScreen" | "allowTransparency" | "frameBorder" | "marginHeight" | "marginWidth" | "sandbox" | "scrolling" | "seamless" | "srcDoc" | "sizes" | "srcSet" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "placeholder" | "readOnly" | "required" | "size" | "step" | "challenge" | "keyType" | "keyParams" | "htmlFor" | "integrity" | "charSet" | "httpEquiv" | "high" | "low" | "optimum" | "reversed" | "start" | "selected" | "async" | "defer" | "scoped" | "cellPadding" | "cellSpacing" | "colSpan" | "headers" | "rowSpan" | "scope" | "cols" | "rows" | "wrap" | "default" | "kind" | "srcLang" | "poster"> & Omit<{
6
+ cite?: string | undefined;
7
+ data?: string | undefined;
8
+ form?: string | undefined;
9
+ label?: string | undefined;
10
+ slot?: string | undefined;
11
+ span?: number | undefined;
12
+ style?: import("react").CSSProperties | undefined;
13
+ summary?: string | undefined;
14
+ title?: string | undefined;
15
+ pattern?: string | undefined;
16
+ suppressHydrationWarning?: boolean | undefined;
17
+ className?: string | undefined;
18
+ color?: string | undefined;
19
+ height?: string | number | undefined;
20
+ id?: string | undefined;
21
+ lang?: string | undefined;
22
+ max?: string | number | undefined;
23
+ media?: string | undefined;
24
+ method?: string | undefined;
25
+ min?: string | number | undefined;
6
26
  name?: string | undefined;
27
+ target?: string | undefined;
28
+ type?: string | undefined;
29
+ width?: string | number | undefined;
30
+ role?: import("react").AriaRole | undefined;
31
+ tabIndex?: 0 | -1 | undefined;
32
+ crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
33
+ href?: string | undefined;
7
34
  "aria-activedescendant"?: string | undefined;
8
- "aria-atomic"?: boolean | "false" | "true" | undefined;
9
- "aria-autocomplete"?: "inline" | "none" | "both" | "list" | undefined;
35
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
36
+ "aria-autocomplete"?: "list" | "inline" | "none" | "both" | undefined;
10
37
  "aria-braillelabel"?: string | undefined;
11
38
  "aria-brailleroledescription"?: string | undefined;
12
- "aria-busy"?: boolean | "false" | "true" | undefined;
39
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
13
40
  "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
14
41
  "aria-colcount"?: number | undefined;
15
42
  "aria-colindex"?: number | undefined;
16
43
  "aria-colindextext"?: string | undefined;
17
44
  "aria-colspan"?: number | undefined;
18
45
  "aria-controls"?: string | undefined;
19
- "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
46
+ "aria-current"?: boolean | "time" | "step" | "page" | "false" | "true" | "location" | "date" | undefined;
20
47
  "aria-describedby"?: string | undefined;
21
48
  "aria-description"?: string | undefined;
22
49
  "aria-details"?: string | undefined;
23
- "aria-disabled"?: boolean | "false" | "true" | undefined;
50
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
24
51
  "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
25
52
  "aria-errormessage"?: string | undefined;
26
- "aria-expanded"?: boolean | "false" | "true" | undefined;
53
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
27
54
  "aria-flowto"?: string | undefined;
28
- "aria-grabbed"?: boolean | "false" | "true" | undefined;
55
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
29
56
  "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
30
- "aria-hidden"?: boolean | "false" | "true" | undefined;
57
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
31
58
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
32
59
  "aria-keyshortcuts"?: string | undefined;
33
60
  "aria-label"?: string | undefined;
34
61
  "aria-labelledby"?: string | undefined;
35
62
  "aria-level"?: number | undefined;
36
63
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
37
- "aria-modal"?: boolean | "false" | "true" | undefined;
38
- "aria-multiline"?: boolean | "false" | "true" | undefined;
39
- "aria-multiselectable"?: boolean | "false" | "true" | undefined;
64
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
65
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
66
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
40
67
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
41
68
  "aria-owns"?: string | undefined;
42
69
  "aria-placeholder"?: string | undefined;
43
70
  "aria-posinset"?: number | undefined;
44
71
  "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
45
- "aria-readonly"?: boolean | "false" | "true" | undefined;
72
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
46
73
  "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
47
- "aria-required"?: boolean | "false" | "true" | undefined;
74
+ "aria-required"?: (boolean | "false" | "true") | undefined;
48
75
  "aria-roledescription"?: string | undefined;
49
76
  "aria-rowcount"?: number | undefined;
50
77
  "aria-rowindex"?: number | undefined;
51
78
  "aria-rowindextext"?: string | undefined;
52
79
  "aria-rowspan"?: number | undefined;
53
- "aria-selected"?: boolean | "false" | "true" | undefined;
80
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
54
81
  "aria-setsize"?: number | undefined;
55
82
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
56
83
  "aria-valuemax"?: number | undefined;
@@ -218,31 +245,23 @@ export declare const useSkeleton: (props: DSSkeletonT.Props) => {
218
245
  onAnimationIterationCapture?: import("react").AnimationEventHandler<Element> | undefined;
219
246
  onTransitionEnd?: import("react").TransitionEventHandler<Element> | undefined;
220
247
  onTransitionEndCapture?: import("react").TransitionEventHandler<Element> | undefined;
221
- form?: string | undefined;
222
- list?: string | undefined;
248
+ classID?: string | undefined;
249
+ useMap?: string | undefined;
250
+ wmode?: string | undefined;
223
251
  defaultChecked?: boolean | undefined;
224
252
  defaultValue?: string | number | readonly string[] | undefined;
225
253
  suppressContentEditableWarning?: boolean | undefined;
226
- suppressHydrationWarning?: boolean | undefined;
227
254
  accessKey?: string | undefined;
228
255
  autoFocus?: boolean | undefined;
229
- className?: string | undefined;
230
- contentEditable?: boolean | "inherit" | "false" | "true" | "plaintext-only" | undefined;
256
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
231
257
  contextMenu?: string | undefined;
232
258
  dir?: string | undefined;
233
- draggable?: boolean | "false" | "true" | undefined;
259
+ draggable?: (boolean | "false" | "true") | undefined;
234
260
  hidden?: boolean | undefined;
235
- id?: string | undefined;
236
- lang?: string | undefined;
237
261
  nonce?: string | undefined;
238
- slot?: string | undefined;
239
- spellCheck?: boolean | "false" | "true" | undefined;
240
- style?: import("react").CSSProperties | undefined;
241
- tabIndex?: 0 | -1 | undefined;
242
- title?: string | undefined;
262
+ spellCheck?: (boolean | "false" | "true") | undefined;
243
263
  translate?: "yes" | "no" | undefined;
244
264
  radioGroup?: string | undefined;
245
- role?: import("react").AriaRole | undefined;
246
265
  about?: string | undefined;
247
266
  content?: string | undefined;
248
267
  datatype?: string | undefined;
@@ -257,7 +276,6 @@ export declare const useSkeleton: (props: DSSkeletonT.Props) => {
257
276
  autoCapitalize?: string | undefined;
258
277
  autoCorrect?: string | undefined;
259
278
  autoSave?: string | undefined;
260
- color?: string | undefined;
261
279
  itemProp?: string | undefined;
262
280
  itemScope?: boolean | undefined;
263
281
  itemType?: string | undefined;
@@ -268,104 +286,86 @@ export declare const useSkeleton: (props: DSSkeletonT.Props) => {
268
286
  unselectable?: "on" | "off" | undefined;
269
287
  inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
270
288
  is?: string | undefined;
271
- accept?: string | undefined;
272
- acceptCharset?: string | undefined;
273
- action?: string | undefined;
274
- allowFullScreen?: boolean | undefined;
275
- allowTransparency?: boolean | undefined;
289
+ download?: any;
290
+ hrefLang?: string | undefined;
276
291
  alt?: string | undefined;
277
- async?: boolean | undefined;
278
- autoComplete?: string | undefined;
292
+ coords?: string | undefined;
293
+ shape?: string | undefined;
279
294
  autoPlay?: boolean | undefined;
280
- capture?: boolean | "user" | "environment" | undefined;
281
- cellPadding?: string | number | undefined;
282
- cellSpacing?: string | number | undefined;
283
- charSet?: string | undefined;
284
- challenge?: string | undefined;
285
- checked?: boolean | undefined;
286
- cite?: string | undefined;
287
- classID?: string | undefined;
288
- cols?: number | undefined;
289
- colSpan?: number | undefined;
290
295
  controls?: boolean | undefined;
291
- coords?: string | undefined;
292
- crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
293
- data?: string | undefined;
294
- dateTime?: string | undefined;
295
- default?: boolean | undefined;
296
- defer?: boolean | undefined;
296
+ loop?: boolean | undefined;
297
+ mediaGroup?: string | undefined;
298
+ muted?: boolean | undefined;
299
+ playsInline?: boolean | undefined;
300
+ preload?: string | undefined;
301
+ src?: string | undefined;
297
302
  disabled?: boolean | undefined;
298
- download?: any;
299
- encType?: string | undefined;
300
303
  formAction?: string | undefined;
301
304
  formEncType?: string | undefined;
302
305
  formMethod?: string | undefined;
303
306
  formNoValidate?: boolean | undefined;
304
307
  formTarget?: string | undefined;
305
- frameBorder?: string | number | undefined;
306
- headers?: string | undefined;
307
- height?: string | number | undefined;
308
- high?: number | undefined;
309
- href?: string | undefined;
310
- hrefLang?: string | undefined;
311
- htmlFor?: string | undefined;
312
- httpEquiv?: string | undefined;
313
- integrity?: string | undefined;
314
- keyParams?: string | undefined;
315
- keyType?: string | undefined;
316
- kind?: string | undefined;
317
- label?: string | undefined;
318
- loop?: boolean | undefined;
319
- low?: number | undefined;
308
+ value?: string | number | readonly string[] | undefined;
309
+ dateTime?: string | undefined;
310
+ open?: boolean | undefined;
311
+ acceptCharset?: string | undefined;
312
+ action?: string | undefined;
313
+ autoComplete?: string | undefined;
314
+ encType?: string | undefined;
315
+ noValidate?: boolean | undefined;
320
316
  manifest?: string | undefined;
317
+ allowFullScreen?: boolean | undefined;
318
+ allowTransparency?: boolean | undefined;
319
+ frameBorder?: string | number | undefined;
321
320
  marginHeight?: number | undefined;
322
321
  marginWidth?: number | undefined;
323
- max?: string | number | undefined;
322
+ sandbox?: string | undefined;
323
+ scrolling?: string | undefined;
324
+ seamless?: boolean | undefined;
325
+ srcDoc?: string | undefined;
326
+ sizes?: string | undefined;
327
+ srcSet?: string | undefined;
328
+ accept?: string | undefined;
329
+ capture?: boolean | "user" | "environment" | undefined;
330
+ checked?: boolean | undefined;
331
+ list?: string | undefined;
324
332
  maxLength?: number | undefined;
325
- media?: string | undefined;
326
- mediaGroup?: string | undefined;
327
- method?: string | undefined;
328
- min?: string | number | undefined;
329
333
  minLength?: number | undefined;
330
334
  multiple?: boolean | undefined;
331
- muted?: boolean | undefined;
332
- noValidate?: boolean | undefined;
333
- open?: boolean | undefined;
334
- optimum?: number | undefined;
335
- pattern?: string | undefined;
336
335
  placeholder?: string | undefined;
337
- playsInline?: boolean | undefined;
338
- poster?: string | undefined;
339
- preload?: string | undefined;
340
336
  readOnly?: boolean | undefined;
341
337
  required?: boolean | undefined;
338
+ size?: number | undefined;
339
+ step?: string | number | undefined;
340
+ challenge?: string | undefined;
341
+ keyType?: string | undefined;
342
+ keyParams?: string | undefined;
343
+ htmlFor?: string | undefined;
344
+ integrity?: string | undefined;
345
+ charSet?: string | undefined;
346
+ httpEquiv?: string | undefined;
347
+ high?: number | undefined;
348
+ low?: number | undefined;
349
+ optimum?: number | undefined;
342
350
  reversed?: boolean | undefined;
343
- rows?: number | undefined;
351
+ start?: number | undefined;
352
+ selected?: boolean | undefined;
353
+ async?: boolean | undefined;
354
+ defer?: boolean | undefined;
355
+ scoped?: boolean | undefined;
356
+ cellPadding?: string | number | undefined;
357
+ cellSpacing?: string | number | undefined;
358
+ colSpan?: number | undefined;
359
+ headers?: string | undefined;
344
360
  rowSpan?: number | undefined;
345
- sandbox?: string | undefined;
346
361
  scope?: string | undefined;
347
- scoped?: boolean | undefined;
348
- scrolling?: string | undefined;
349
- seamless?: boolean | undefined;
350
- selected?: boolean | undefined;
351
- shape?: string | undefined;
352
- size?: number | undefined;
353
- sizes?: string | undefined;
354
- span?: number | undefined;
355
- src?: string | undefined;
356
- srcDoc?: string | undefined;
357
- srcLang?: string | undefined;
358
- srcSet?: string | undefined;
359
- start?: number | undefined;
360
- step?: string | number | undefined;
361
- summary?: string | undefined;
362
- target?: string | undefined;
363
- type?: string | undefined;
364
- useMap?: string | undefined;
365
- value?: string | number | readonly string[] | undefined;
366
- width?: string | number | undefined;
367
- wmode?: string | undefined;
362
+ cols?: number | undefined;
363
+ rows?: number | undefined;
368
364
  wrap?: string | undefined;
365
+ default?: boolean | undefined;
366
+ kind?: string | undefined;
367
+ srcLang?: string | undefined;
368
+ poster?: string | undefined;
369
369
  }, never>>;
370
370
  xstyledProps: import("@elliemae/ds-props-helpers").XstyledProps;
371
371
  withChildren: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-skeleton",
3
- "version": "3.35.0",
3
+ "version": "3.36.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Skeleton UI",
6
6
  "files": [
@@ -36,14 +36,14 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.35.0",
40
- "@elliemae/ds-system": "3.35.0",
41
- "@elliemae/ds-utilities": "3.35.0"
39
+ "@elliemae/ds-props-helpers": "3.36.0-next.1",
40
+ "@elliemae/ds-system": "3.36.0-next.1",
41
+ "@elliemae/ds-utilities": "3.36.0-next.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@elliemae/pui-cli": "~9.0.0-next.31",
45
45
  "styled-components": "~5.3.9",
46
- "@elliemae/ds-monorepo-devops": "3.35.0"
46
+ "@elliemae/ds-monorepo-devops": "3.36.0-next.1"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "^17.0.2",