@elliemae/ds-form-layout-label 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 DSFormLayoutLabel = (props) => {
47
47
  (required || optional) && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_styled.StyledMark, { required })
48
48
  ] });
49
49
  };
50
- DSFormLayoutLabel.propTypes = import_react_desc_prop_types.DSFormLayoutLabelPropTypes;
51
50
  DSFormLayoutLabel.displayName = import_constants.DSFormLayoutLabelName;
52
51
  const DSFormLayoutLabelWithSchema = (0, import_ds_props_helpers.describe)(DSFormLayoutLabel);
53
52
  DSFormLayoutLabelWithSchema.propTypes = import_react_desc_prop_types.DSFormLayoutLabelPropTypes;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/DSFormLayoutLabel.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import React from 'react';\nimport { describe } from '@elliemae/ds-props-helpers';\nimport { type DSFormLayoutLabelT, DSFormLayoutLabelPropTypes } from './react-desc-prop-types.js';\nimport { useFormLayoutLabel } from './config/useFormLayoutLabel.js';\nimport { DSFormLayoutLabelName } from './constants/index.js';\nimport { StyledLabel, StyledMark } from './styled.js';\nconst DSFormLayoutLabel: React.ComponentType<DSFormLayoutLabelT.Props> = (props) => {\n const { propsWithDefault, globalProps, xstyledProps } = useFormLayoutLabel(props);\n const { children, required, hideLabel, optional } = propsWithDefault;\n return (\n <StyledLabel {...globalProps} {...xstyledProps} hideLabel={hideLabel}>\n {children}\n {(required || optional) && <StyledMark required={required} />}\n </StyledLabel>\n );\n};\n\nDSFormLayoutLabel.propTypes = DSFormLayoutLabelPropTypes;\nDSFormLayoutLabel.displayName = DSFormLayoutLabelName;\nconst DSFormLayoutLabelWithSchema = describe(DSFormLayoutLabel);\nDSFormLayoutLabelWithSchema.propTypes = DSFormLayoutLabelPropTypes;\n\nexport { DSFormLayoutLabel, DSFormLayoutLabelWithSchema };\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADUnB;AATJ,8BAAyB;AACzB,mCAAoE;AACpE,gCAAmC;AACnC,uBAAsC;AACtC,oBAAwC;AACxC,MAAM,oBAAmE,CAAC,UAAU;AAClF,QAAM,EAAE,kBAAkB,aAAa,aAAa,QAAI,8CAAmB,KAAK;AAChF,QAAM,EAAE,UAAU,UAAU,WAAW,SAAS,IAAI;AACpD,SACE,6CAAC,6BAAa,GAAG,aAAc,GAAG,cAAc,WAC7C;AAAA;AAAA,KACC,YAAY,aAAa,4CAAC,4BAAW,UAAoB;AAAA,KAC7D;AAEJ;AAEA,kBAAkB,YAAY;AAC9B,kBAAkB,cAAc;AAChC,MAAM,kCAA8B,kCAAS,iBAAiB;AAC9D,4BAA4B,YAAY;",
4
+ "sourcesContent": ["import React from 'react';\nimport { describe } from '@elliemae/ds-props-helpers';\nimport { type DSFormLayoutLabelT, DSFormLayoutLabelPropTypes } from './react-desc-prop-types.js';\nimport { useFormLayoutLabel } from './config/useFormLayoutLabel.js';\nimport { DSFormLayoutLabelName } from './constants/index.js';\nimport { StyledLabel, StyledMark } from './styled.js';\nconst DSFormLayoutLabel: React.ComponentType<DSFormLayoutLabelT.Props> = (props) => {\n const { propsWithDefault, globalProps, xstyledProps } = useFormLayoutLabel(props);\n const { children, required, hideLabel, optional } = propsWithDefault;\n return (\n <StyledLabel {...globalProps} {...xstyledProps} hideLabel={hideLabel}>\n {children}\n {(required || optional) && <StyledMark required={required} />}\n </StyledLabel>\n );\n};\n\nDSFormLayoutLabel.displayName = DSFormLayoutLabelName;\nconst DSFormLayoutLabelWithSchema = describe(DSFormLayoutLabel);\nDSFormLayoutLabelWithSchema.propTypes = DSFormLayoutLabelPropTypes;\n\nexport { DSFormLayoutLabel, DSFormLayoutLabelWithSchema };\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADUnB;AATJ,8BAAyB;AACzB,mCAAoE;AACpE,gCAAmC;AACnC,uBAAsC;AACtC,oBAAwC;AACxC,MAAM,oBAAmE,CAAC,UAAU;AAClF,QAAM,EAAE,kBAAkB,aAAa,aAAa,QAAI,8CAAmB,KAAK;AAChF,QAAM,EAAE,UAAU,UAAU,WAAW,SAAS,IAAI;AACpD,SACE,6CAAC,6BAAa,GAAG,aAAc,GAAG,cAAc,WAC7C;AAAA;AAAA,KACC,YAAY,aAAa,4CAAC,4BAAW,UAAoB;AAAA,KAC7D;AAEJ;AAEA,kBAAkB,cAAc;AAChC,MAAM,kCAA8B,kCAAS,iBAAiB;AAC9D,4BAA4B,YAAY;",
6
6
  "names": []
7
7
  }
package/dist/cjs/index.js CHANGED
@@ -37,6 +37,5 @@ __export(src_exports, {
37
37
  module.exports = __toCommonJS(src_exports);
38
38
  var React = __toESM(require("react"));
39
39
  var import_DSFormLayoutLabel = require("./DSFormLayoutLabel.js");
40
- var import_react_desc_prop_types = require("./react-desc-prop-types.js");
41
40
  var import_constants = require("./constants/index.js");
42
41
  //# sourceMappingURL=index.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts", "../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["// this is a workaround to typescript error TS2742\n// https://github.com/microsoft/TypeScript/issues/47663\nimport type {} from '@xstyled/system';\nexport { DSFormLayoutLabel, DSFormLayoutLabelWithSchema } from './DSFormLayoutLabel.js';\nexport { type DSFormLayoutLabelT } from './react-desc-prop-types.js';\nexport { DSFormLayoutBlockItemDataTestId, DSFormLayoutLabelName, DSFormLayoutLabelSlots } from './constants/index.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADGvB,+BAA+D;AAC/D,mCAAwC;AACxC,uBAA+F;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADGvB,+BAA+D;AAE/D,uBAA+F;",
6
6
  "names": []
7
7
  }
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/styled.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import { styled, xStyledCommonProps } from '@elliemae/ds-system';\nimport { DSFormLayoutLabelName, DSFormLayoutLabelSlots } from './constants/index.js';\n\ninterface DSFormLayoutBlockItemStyledLabelT {\n hideLabel?: boolean;\n}\n\ninterface DSFormLayoutBlockItemStyledMarkT {\n required?: boolean;\n}\n\nexport const StyledLabel = styled('label', {\n name: DSFormLayoutLabelName,\n slot: DSFormLayoutLabelSlots.LABEL,\n})<DSFormLayoutBlockItemStyledLabelT>`\n display: flex;\n ${({ hideLabel }) =>\n hideLabel\n ? `position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border: 0;\n `\n : undefined}\n ${xStyledCommonProps}\n`;\n\nexport const StyledMark = styled('span', {\n name: DSFormLayoutLabelName,\n slot: DSFormLayoutLabelSlots.MARK,\n})<DSFormLayoutBlockItemStyledMarkT>`\n width: 6px;\n height: 6px;\n border-radius: 50%;\n margin-left: ${({ theme }) => theme.space.xxxs};\n ${({ theme, required }) =>\n required\n ? `\n background-color: ${theme.colors.danger[900]};\n `\n : `\n border: 1px solid ${theme.colors.brand[600]};\n `}\n`;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAA2C;AAC3C,uBAA8D;AAUvD,MAAM,kBAAc,yBAAO,SAAS;AAAA,EACzC,MAAM;AAAA,EACN,MAAM,wCAAuB;AAC/B,CAAC;AAAA;AAAA,IAEG,CAAC,EAAE,UAAU,MACb,YACI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAUA;AAAA,IACJ;AAAA;AAGG,MAAM,iBAAa,yBAAO,QAAQ;AAAA,EACvC,MAAM;AAAA,EACN,MAAM,wCAAuB;AAC/B,CAAC;AAAA;AAAA;AAAA;AAAA,iBAIgB,CAAC,EAAE,MAAM,MAAM,MAAM,MAAM;AAAA,IACxC,CAAC,EAAE,OAAO,SAAS,MACnB,WACI;AAAA,sBACc,MAAM,OAAO,OAAO,GAAG;AAAA,MAErC;AAAA,sBACc,MAAM,OAAO,MAAM,GAAG;AAAA;AAAA;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAA2C;AAC3C,uBAA8D;AAUvD,MAAM,kBAAc,yBAAO,SAAS;AAAA,EACzC,MAAM;AAAA,EACN,MAAM,wCAAuB;AAC/B,CAAC;AAAA;AAAA,IAEG,CAAC,EAAE,UAAU,MACb,YACI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAUA,MAAS;AAAA,IACb,mCAAkB;AAAA;AAGf,MAAM,iBAAa,yBAAO,QAAQ;AAAA,EACvC,MAAM;AAAA,EACN,MAAM,wCAAuB;AAC/B,CAAC;AAAA;AAAA;AAAA;AAAA,iBAIgB,CAAC,EAAE,MAAM,MAAM,MAAM,MAAM,IAAI;AAAA,IAC5C,CAAC,EAAE,OAAO,SAAS,MACnB,WACI;AAAA,sBACc,MAAM,OAAO,OAAO,GAAG,CAAC;AAAA,MAEtC;AAAA,sBACc,MAAM,OAAO,MAAM,GAAG,CAAC;AAAA,GAC1C;AAAA;",
6
6
  "names": []
7
7
  }
@@ -13,7 +13,6 @@ const DSFormLayoutLabel = (props) => {
13
13
  (required || optional) && /* @__PURE__ */ jsx(StyledMark, { required })
14
14
  ] });
15
15
  };
16
- DSFormLayoutLabel.propTypes = DSFormLayoutLabelPropTypes;
17
16
  DSFormLayoutLabel.displayName = DSFormLayoutLabelName;
18
17
  const DSFormLayoutLabelWithSchema = describe(DSFormLayoutLabel);
19
18
  DSFormLayoutLabelWithSchema.propTypes = DSFormLayoutLabelPropTypes;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSFormLayoutLabel.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { describe } from '@elliemae/ds-props-helpers';\nimport { type DSFormLayoutLabelT, DSFormLayoutLabelPropTypes } from './react-desc-prop-types.js';\nimport { useFormLayoutLabel } from './config/useFormLayoutLabel.js';\nimport { DSFormLayoutLabelName } from './constants/index.js';\nimport { StyledLabel, StyledMark } from './styled.js';\nconst DSFormLayoutLabel: React.ComponentType<DSFormLayoutLabelT.Props> = (props) => {\n const { propsWithDefault, globalProps, xstyledProps } = useFormLayoutLabel(props);\n const { children, required, hideLabel, optional } = propsWithDefault;\n return (\n <StyledLabel {...globalProps} {...xstyledProps} hideLabel={hideLabel}>\n {children}\n {(required || optional) && <StyledMark required={required} />}\n </StyledLabel>\n );\n};\n\nDSFormLayoutLabel.propTypes = DSFormLayoutLabelPropTypes;\nDSFormLayoutLabel.displayName = DSFormLayoutLabelName;\nconst DSFormLayoutLabelWithSchema = describe(DSFormLayoutLabel);\nDSFormLayoutLabelWithSchema.propTypes = DSFormLayoutLabelPropTypes;\n\nexport { DSFormLayoutLabel, DSFormLayoutLabelWithSchema };\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACUnB,SAE6B,KAF7B;AATJ,SAAS,gBAAgB;AACzB,SAAkC,kCAAkC;AACpE,SAAS,0BAA0B;AACnC,SAAS,6BAA6B;AACtC,SAAS,aAAa,kBAAkB;AACxC,MAAM,oBAAmE,CAAC,UAAU;AAClF,QAAM,EAAE,kBAAkB,aAAa,aAAa,IAAI,mBAAmB,KAAK;AAChF,QAAM,EAAE,UAAU,UAAU,WAAW,SAAS,IAAI;AACpD,SACE,qBAAC,eAAa,GAAG,aAAc,GAAG,cAAc,WAC7C;AAAA;AAAA,KACC,YAAY,aAAa,oBAAC,cAAW,UAAoB;AAAA,KAC7D;AAEJ;AAEA,kBAAkB,YAAY;AAC9B,kBAAkB,cAAc;AAChC,MAAM,8BAA8B,SAAS,iBAAiB;AAC9D,4BAA4B,YAAY;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { describe } from '@elliemae/ds-props-helpers';\nimport { type DSFormLayoutLabelT, DSFormLayoutLabelPropTypes } from './react-desc-prop-types.js';\nimport { useFormLayoutLabel } from './config/useFormLayoutLabel.js';\nimport { DSFormLayoutLabelName } from './constants/index.js';\nimport { StyledLabel, StyledMark } from './styled.js';\nconst DSFormLayoutLabel: React.ComponentType<DSFormLayoutLabelT.Props> = (props) => {\n const { propsWithDefault, globalProps, xstyledProps } = useFormLayoutLabel(props);\n const { children, required, hideLabel, optional } = propsWithDefault;\n return (\n <StyledLabel {...globalProps} {...xstyledProps} hideLabel={hideLabel}>\n {children}\n {(required || optional) && <StyledMark required={required} />}\n </StyledLabel>\n );\n};\n\nDSFormLayoutLabel.displayName = DSFormLayoutLabelName;\nconst DSFormLayoutLabelWithSchema = describe(DSFormLayoutLabel);\nDSFormLayoutLabelWithSchema.propTypes = DSFormLayoutLabelPropTypes;\n\nexport { DSFormLayoutLabel, DSFormLayoutLabelWithSchema };\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACUnB,SAE6B,KAF7B;AATJ,SAAS,gBAAgB;AACzB,SAAkC,kCAAkC;AACpE,SAAS,0BAA0B;AACnC,SAAS,6BAA6B;AACtC,SAAS,aAAa,kBAAkB;AACxC,MAAM,oBAAmE,CAAC,UAAU;AAClF,QAAM,EAAE,kBAAkB,aAAa,aAAa,IAAI,mBAAmB,KAAK;AAChF,QAAM,EAAE,UAAU,UAAU,WAAW,SAAS,IAAI;AACpD,SACE,qBAAC,eAAa,GAAG,aAAc,GAAG,cAAc,WAC7C;AAAA;AAAA,KACC,YAAY,aAAa,oBAAC,cAAW,UAAoB;AAAA,KAC7D;AAEJ;AAEA,kBAAkB,cAAc;AAChC,MAAM,8BAA8B,SAAS,iBAAiB;AAC9D,4BAA4B,YAAY;",
6
6
  "names": []
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
2
  import { DSFormLayoutLabel, DSFormLayoutLabelWithSchema } from "./DSFormLayoutLabel.js";
3
- import {} from "./react-desc-prop-types.js";
4
3
  import { DSFormLayoutBlockItemDataTestId, DSFormLayoutLabelName, DSFormLayoutLabelSlots } from "./constants/index.js";
5
4
  export {
6
5
  DSFormLayoutBlockItemDataTestId,
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.ts"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "// this is a workaround to typescript error TS2742\n// https://github.com/microsoft/TypeScript/issues/47663\nimport type {} from '@xstyled/system';\nexport { DSFormLayoutLabel, DSFormLayoutLabelWithSchema } from './DSFormLayoutLabel.js';\nexport { type DSFormLayoutLabelT } from './react-desc-prop-types.js';\nexport { DSFormLayoutBlockItemDataTestId, DSFormLayoutLabelName, DSFormLayoutLabelSlots } from './constants/index.js';\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACGvB,SAAS,mBAAmB,mCAAmC;AAC/D,eAAwC;AACxC,SAAS,iCAAiC,uBAAuB,8BAA8B;",
5
+ "mappings": "AAAA,YAAY,WAAW;ACGvB,SAAS,mBAAmB,mCAAmC;AAE/D,SAAS,iCAAiC,uBAAuB,8BAA8B;",
6
6
  "names": []
7
7
  }
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/styled.tsx"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { styled, xStyledCommonProps } from '@elliemae/ds-system';\nimport { DSFormLayoutLabelName, DSFormLayoutLabelSlots } from './constants/index.js';\n\ninterface DSFormLayoutBlockItemStyledLabelT {\n hideLabel?: boolean;\n}\n\ninterface DSFormLayoutBlockItemStyledMarkT {\n required?: boolean;\n}\n\nexport const StyledLabel = styled('label', {\n name: DSFormLayoutLabelName,\n slot: DSFormLayoutLabelSlots.LABEL,\n})<DSFormLayoutBlockItemStyledLabelT>`\n display: flex;\n ${({ hideLabel }) =>\n hideLabel\n ? `position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border: 0;\n `\n : undefined}\n ${xStyledCommonProps}\n`;\n\nexport const StyledMark = styled('span', {\n name: DSFormLayoutLabelName,\n slot: DSFormLayoutLabelSlots.MARK,\n})<DSFormLayoutBlockItemStyledMarkT>`\n width: 6px;\n height: 6px;\n border-radius: 50%;\n margin-left: ${({ theme }) => theme.space.xxxs};\n ${({ theme, required }) =>\n required\n ? `\n background-color: ${theme.colors.danger[900]};\n `\n : `\n border: 1px solid ${theme.colors.brand[600]};\n `}\n`;\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,QAAQ,0BAA0B;AAC3C,SAAS,uBAAuB,8BAA8B;AAUvD,MAAM,cAAc,OAAO,SAAS;AAAA,EACzC,MAAM;AAAA,EACN,MAAM,uBAAuB;AAC/B,CAAC;AAAA;AAAA,IAEG,CAAC,EAAE,UAAU,MACb,YACI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAUA;AAAA,IACJ;AAAA;AAGG,MAAM,aAAa,OAAO,QAAQ;AAAA,EACvC,MAAM;AAAA,EACN,MAAM,uBAAuB;AAC/B,CAAC;AAAA;AAAA;AAAA;AAAA,iBAIgB,CAAC,EAAE,MAAM,MAAM,MAAM,MAAM;AAAA,IACxC,CAAC,EAAE,OAAO,SAAS,MACnB,WACI;AAAA,sBACc,MAAM,OAAO,OAAO,GAAG;AAAA,MAErC;AAAA,sBACc,MAAM,OAAO,MAAM,GAAG;AAAA;AAAA;",
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,QAAQ,0BAA0B;AAC3C,SAAS,uBAAuB,8BAA8B;AAUvD,MAAM,cAAc,OAAO,SAAS;AAAA,EACzC,MAAM;AAAA,EACN,MAAM,uBAAuB;AAC/B,CAAC;AAAA;AAAA,IAEG,CAAC,EAAE,UAAU,MACb,YACI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAUA,MAAS;AAAA,IACb,kBAAkB;AAAA;AAGf,MAAM,aAAa,OAAO,QAAQ;AAAA,EACvC,MAAM;AAAA,EACN,MAAM,uBAAuB;AAC/B,CAAC;AAAA;AAAA;AAAA;AAAA,iBAIgB,CAAC,EAAE,MAAM,MAAM,MAAM,MAAM,IAAI;AAAA,IAC5C,CAAC,EAAE,OAAO,SAAS,MACnB,WACI;AAAA,sBACc,MAAM,OAAO,OAAO,GAAG,CAAC;AAAA,MAEtC;AAAA,sBACc,MAAM,OAAO,MAAM,GAAG,CAAC;AAAA,GAC1C;AAAA;",
6
6
  "names": []
7
7
  }
@@ -9,13 +9,14 @@ export interface FormLayoutLabelCTX {
9
9
  export declare const useFormLayoutLabel: (propsFromUser: DSFormLayoutLabelT.Props) => {
10
10
  propsWithDefault: DSFormLayoutLabelT.InternalProps;
11
11
  globalProps: Partial<Pick<object, "form" | "list" | "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" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "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" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "type" | "useMap" | "value" | "width" | "wmode" | "wrap"> & Omit<{
12
- name?: string | undefined;
12
+ form?: string | undefined;
13
+ list?: string | undefined;
13
14
  "aria-activedescendant"?: string | undefined;
14
- "aria-atomic"?: boolean | "true" | "false" | undefined;
15
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
15
16
  "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
16
17
  "aria-braillelabel"?: string | undefined;
17
18
  "aria-brailleroledescription"?: string | undefined;
18
- "aria-busy"?: boolean | "true" | "false" | undefined;
19
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
19
20
  "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
20
21
  "aria-colcount"?: number | undefined;
21
22
  "aria-colindex"?: number | undefined;
@@ -26,37 +27,37 @@ export declare const useFormLayoutLabel: (propsFromUser: DSFormLayoutLabelT.Prop
26
27
  "aria-describedby"?: string | undefined;
27
28
  "aria-description"?: string | undefined;
28
29
  "aria-details"?: string | undefined;
29
- "aria-disabled"?: boolean | "true" | "false" | undefined;
30
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
30
31
  "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
31
32
  "aria-errormessage"?: string | undefined;
32
- "aria-expanded"?: boolean | "true" | "false" | undefined;
33
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
33
34
  "aria-flowto"?: string | undefined;
34
- "aria-grabbed"?: boolean | "true" | "false" | undefined;
35
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
35
36
  "aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
36
- "aria-hidden"?: boolean | "true" | "false" | undefined;
37
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
37
38
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
38
39
  "aria-keyshortcuts"?: string | undefined;
39
40
  "aria-label"?: string | undefined;
40
41
  "aria-labelledby"?: string | undefined;
41
42
  "aria-level"?: number | undefined;
42
43
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
43
- "aria-modal"?: boolean | "true" | "false" | undefined;
44
- "aria-multiline"?: boolean | "true" | "false" | undefined;
45
- "aria-multiselectable"?: boolean | "true" | "false" | undefined;
44
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
45
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
46
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
46
47
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
47
48
  "aria-owns"?: string | undefined;
48
49
  "aria-placeholder"?: string | undefined;
49
50
  "aria-posinset"?: number | undefined;
50
51
  "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
51
- "aria-readonly"?: boolean | "true" | "false" | undefined;
52
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
52
53
  "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
53
- "aria-required"?: boolean | "true" | "false" | undefined;
54
+ "aria-required"?: (boolean | "true" | "false") | undefined;
54
55
  "aria-roledescription"?: string | undefined;
55
56
  "aria-rowcount"?: number | undefined;
56
57
  "aria-rowindex"?: number | undefined;
57
58
  "aria-rowindextext"?: string | undefined;
58
59
  "aria-rowspan"?: number | undefined;
59
- "aria-selected"?: boolean | "true" | "false" | undefined;
60
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
60
61
  "aria-setsize"?: number | undefined;
61
62
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
62
63
  "aria-valuemax"?: number | undefined;
@@ -224,8 +225,6 @@ export declare const useFormLayoutLabel: (propsFromUser: DSFormLayoutLabelT.Prop
224
225
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLLabelElement> | undefined;
225
226
  onTransitionEnd?: React.TransitionEventHandler<HTMLLabelElement> | undefined;
226
227
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLLabelElement> | undefined;
227
- form?: string | undefined;
228
- list?: string | undefined;
229
228
  defaultChecked?: boolean | undefined;
230
229
  defaultValue?: string | number | readonly string[] | undefined;
231
230
  suppressContentEditableWarning?: boolean | undefined;
@@ -233,16 +232,16 @@ export declare const useFormLayoutLabel: (propsFromUser: DSFormLayoutLabelT.Prop
233
232
  accessKey?: string | undefined;
234
233
  autoFocus?: boolean | undefined;
235
234
  className?: string | undefined;
236
- contentEditable?: boolean | "true" | "false" | "inherit" | "plaintext-only" | undefined;
235
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
237
236
  contextMenu?: string | undefined;
238
237
  dir?: string | undefined;
239
- draggable?: boolean | "true" | "false" | undefined;
238
+ draggable?: (boolean | "true" | "false") | undefined;
240
239
  hidden?: boolean | undefined;
241
240
  id?: string | undefined;
242
241
  lang?: string | undefined;
243
242
  nonce?: string | undefined;
244
243
  slot?: string | undefined;
245
- spellCheck?: boolean | "true" | "false" | undefined;
244
+ spellCheck?: (boolean | "true" | "false") | undefined;
246
245
  style?: React.CSSProperties | undefined;
247
246
  tabIndex?: 0 | -1 | undefined;
248
247
  title?: string | undefined;
@@ -335,6 +334,7 @@ export declare const useFormLayoutLabel: (propsFromUser: DSFormLayoutLabelT.Prop
335
334
  minLength?: number | undefined;
336
335
  multiple?: boolean | undefined;
337
336
  muted?: boolean | undefined;
337
+ name?: string | undefined;
338
338
  noValidate?: boolean | undefined;
339
339
  open?: boolean | undefined;
340
340
  optimum?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-layout-label",
3
- "version": "3.35.0",
3
+ "version": "3.36.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Layout Label",
6
6
  "files": [
@@ -37,15 +37,15 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@xstyled/system": "~3.7.3",
40
- "@elliemae/ds-grid": "3.35.0",
41
- "@elliemae/ds-props-helpers": "3.35.0",
42
- "@elliemae/ds-system": "3.35.0"
40
+ "@elliemae/ds-grid": "3.36.0-next.1",
41
+ "@elliemae/ds-props-helpers": "3.36.0-next.1",
42
+ "@elliemae/ds-system": "3.36.0-next.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@elliemae/pui-cli": "~9.0.0-next.31",
46
46
  "lodash": "^4.17.21",
47
47
  "styled-components": "~5.3.9",
48
- "@elliemae/ds-monorepo-devops": "3.35.0"
48
+ "@elliemae/ds-monorepo-devops": "3.36.0-next.1"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "lodash": "^4.17.21",