@elliemae/ds-hidden 3.16.0-next.10 → 3.16.0-next.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx", "../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import useHiddenProps from './useHiddenProps.js';\nimport useHiddenController from './useHiddenController.js';\nimport useHiddenTransition from './useHiddenTransition.js';\nimport useHiddenTrigger from './useHiddenTrigger.js';\n\nexport { default as useHiddenProps } from './useHiddenProps.js';\nexport { default as useHiddenController } from './useHiddenController.js';\nexport { default as useHiddenTransition } from './useHiddenTransition.js';\nexport { default as useHiddenTrigger } from './useHiddenTrigger.js';\n\nexport default {\n useHiddenProps,\n useHiddenController,\n useHiddenTransition,\n useHiddenTrigger,\n};\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,4BAA2B;AAC3B,iCAAgC;AAChC,iCAAgC;AAChC,8BAA6B;AAE7B,IAAAA,yBAA0C;AAC1C,IAAAC,8BAA+C;AAC/C,IAAAC,8BAA+C;AAC/C,IAAAC,2BAA4C;AAE5C,IAAO,cAAQ;AAAA,EACb,sCAAAC;AAAA,EACA,gDAAAC;AAAA,EACA,gDAAAC;AAAA,EACA,0CAAAC;AACF;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,4BAA2B;AAC3B,iCAAgC;AAChC,iCAAgC;AAChC,8BAA6B;AAE7B,IAAAA,yBAA0C;AAC1C,IAAAC,8BAA+C;AAC/C,IAAAC,8BAA+C;AAC/C,IAAAC,2BAA4C;AAE5C,IAAO,cAAQ;AAAA,EACb,sCAAAC;AAAA,EACA,gDAAAC;AAAA,EACA,gDAAAC;AAAA,EACA,0CAAAC;AACF;",
6
6
  "names": ["import_useHiddenProps", "import_useHiddenController", "import_useHiddenTransition", "import_useHiddenTrigger", "useHiddenProps", "useHiddenController", "useHiddenTransition", "useHiddenTrigger"]
7
7
  }
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/useHiddenController.tsx", "../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import { useCallback, useState } from 'react';\n\nconst useHiddenController = (initialState: boolean | undefined = undefined) => {\n const [visible, setVisible] = useState(initialState);\n\n const onShow = useCallback(() => setVisible(true), []);\n const onHide = useCallback(() => setVisible(false), []);\n const onToggle = useCallback(() => setVisible(!visible), [visible]);\n\n return {\n onShow,\n onHide,\n onToggle,\n visible: initialState !== undefined ? initialState : visible,\n };\n};\n\nexport default useHiddenController;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,mBAAsC;AAEtC,MAAM,sBAAsB,CAAC,eAAoC,WAAc;AAC7E,QAAM,CAAC,SAAS,UAAU,QAAI,uBAAS,YAAY;AAEnD,QAAM,aAAS,0BAAY,MAAM,WAAW,IAAI,GAAG,CAAC,CAAC;AACrD,QAAM,aAAS,0BAAY,MAAM,WAAW,KAAK,GAAG,CAAC,CAAC;AACtD,QAAM,eAAW,0BAAY,MAAM,WAAW,CAAC,OAAO,GAAG,CAAC,OAAO,CAAC;AAElE,SAAO;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA,SAAS,iBAAiB,SAAY,eAAe;AAAA,EACvD;AACF;AAEA,IAAO,8BAAQ;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,mBAAsC;AAEtC,MAAM,sBAAsB,CAAC,eAAoC,WAAc;AAC7E,QAAM,CAAC,SAAS,UAAU,QAAI,uBAAS,YAAY;AAEnD,QAAM,aAAS,0BAAY,MAAM,WAAW,IAAI,GAAG,CAAC,CAAC;AACrD,QAAM,aAAS,0BAAY,MAAM,WAAW,KAAK,GAAG,CAAC,CAAC;AACtD,QAAM,eAAW,0BAAY,MAAM,WAAW,CAAC,OAAO,GAAG,CAAC,OAAO,CAAC;AAElE,SAAO;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA,SAAS,iBAAiB,SAAY,eAAe;AAAA,EACvD;AACF;AAEA,IAAO,8BAAQ;",
6
6
  "names": []
7
7
  }
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/useHiddenProps.tsx", "../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["function useHiddenProps({ visible = true }) {\n // element props\n return {\n hidden: !visible,\n 'aria-hidden': !visible,\n };\n}\n\nexport default useHiddenProps;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,SAAS,eAAe,EAAE,UAAU,KAAK,GAAG;AAE1C,SAAO;AAAA,IACL,QAAQ,CAAC;AAAA,IACT,eAAe,CAAC;AAAA,EAClB;AACF;AAEA,IAAO,yBAAQ;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,SAAS,eAAe,EAAE,UAAU,KAAK,GAAG;AAE1C,SAAO;AAAA,IACL,QAAQ,CAAC;AAAA,IACT,eAAe,CAAC;AAAA,EAClB;AACF;AAEA,IAAO,yBAAQ;",
6
6
  "names": []
7
7
  }
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/useHiddenTransition.tsx", "../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import { useState, useEffect } from 'react';\nimport { useSpring } from 'react-spring/web';\nimport useHiddenProps from './useHiddenProps.js';\n\nconst growTo = (from, to) => [\n { opacity: 1, transform: `scale(${to})` },\n { opacity: 0, transform: `scale(${from})` },\n];\n\nexport default function useHiddenTransition({\n animationState = growTo(0, 1),\n visible = false,\n duration = 150,\n ...otherProps\n}) {\n const { hidden, ...hiddenProps } = useHiddenProps({ visible });\n const [resting, setResting] = useState(false);\n const [destroyed, setDestroyed] = useState(true);\n const [animationStyles, set] = useSpring(() => ({\n ...animationState[0],\n config: { duration },\n onStart: () => {\n setResting(false);\n setDestroyed(false);\n },\n immediate: !visible,\n onRest: () => setResting(true),\n }));\n\n useEffect(() => {\n set(visible ? { ...animationState[0], immediate: false } : { ...animationState[1] });\n }, [visible]);\n\n useEffect(() => {\n if (!visible && resting) setDestroyed(true);\n }, [resting]);\n\n // element props\n return {\n ...otherProps,\n ...hiddenProps,\n style: {\n ...otherProps.style,\n pointerEvents: !visible && 'none',\n ...animationStyles,\n },\n destroyed: destroyed || undefined,\n };\n}\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,mBAAoC;AACpC,iBAA0B;AAC1B,4BAA2B;AAE3B,MAAM,SAAS,CAAC,MAAM,OAAO;AAAA,EAC3B,EAAE,SAAS,GAAG,WAAW,SAAS,MAAM;AAAA,EACxC,EAAE,SAAS,GAAG,WAAW,SAAS,QAAQ;AAC5C;AAEe,SAAR,oBAAqC;AAAA,EAC1C,iBAAiB,OAAO,GAAG,CAAC;AAAA,EAC5B,UAAU;AAAA,EACV,WAAW;AAAA,KACR;AACL,GAAG;AACD,QAAM,EAAE,WAAW,YAAY,QAAI,sBAAAA,SAAe,EAAE,QAAQ,CAAC;AAC7D,QAAM,CAAC,SAAS,UAAU,QAAI,uBAAS,KAAK;AAC5C,QAAM,CAAC,WAAW,YAAY,QAAI,uBAAS,IAAI;AAC/C,QAAM,CAAC,iBAAiB,GAAG,QAAI,sBAAU,OAAO;AAAA,IAC9C,GAAG,eAAe;AAAA,IAClB,QAAQ,EAAE,SAAS;AAAA,IACnB,SAAS,MAAM;AACb,iBAAW,KAAK;AAChB,mBAAa,KAAK;AAAA,IACpB;AAAA,IACA,WAAW,CAAC;AAAA,IACZ,QAAQ,MAAM,WAAW,IAAI;AAAA,EAC/B,EAAE;AAEF,8BAAU,MAAM;AACd,QAAI,UAAU,EAAE,GAAG,eAAe,IAAI,WAAW,MAAM,IAAI,EAAE,GAAG,eAAe,GAAG,CAAC;AAAA,EACrF,GAAG,CAAC,OAAO,CAAC;AAEZ,8BAAU,MAAM;AACd,QAAI,CAAC,WAAW;AAAS,mBAAa,IAAI;AAAA,EAC5C,GAAG,CAAC,OAAO,CAAC;AAGZ,SAAO;AAAA,IACL,GAAG;AAAA,IACH,GAAG;AAAA,IACH,OAAO;AAAA,MACL,GAAG,WAAW;AAAA,MACd,eAAe,CAAC,WAAW;AAAA,MAC3B,GAAG;AAAA,IACL;AAAA,IACA,WAAW,aAAa;AAAA,EAC1B;AACF;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,mBAAoC;AACpC,iBAA0B;AAC1B,4BAA2B;AAE3B,MAAM,SAAS,CAAC,MAAM,OAAO;AAAA,EAC3B,EAAE,SAAS,GAAG,WAAW,SAAS,MAAM;AAAA,EACxC,EAAE,SAAS,GAAG,WAAW,SAAS,QAAQ;AAC5C;AAEe,SAAR,oBAAqC;AAAA,EAC1C,iBAAiB,OAAO,GAAG,CAAC;AAAA,EAC5B,UAAU;AAAA,EACV,WAAW;AAAA,EACX,GAAG;AACL,GAAG;AACD,QAAM,EAAE,QAAQ,GAAG,YAAY,QAAI,sBAAAA,SAAe,EAAE,QAAQ,CAAC;AAC7D,QAAM,CAAC,SAAS,UAAU,QAAI,uBAAS,KAAK;AAC5C,QAAM,CAAC,WAAW,YAAY,QAAI,uBAAS,IAAI;AAC/C,QAAM,CAAC,iBAAiB,GAAG,QAAI,sBAAU,OAAO;AAAA,IAC9C,GAAG,eAAe,CAAC;AAAA,IACnB,QAAQ,EAAE,SAAS;AAAA,IACnB,SAAS,MAAM;AACb,iBAAW,KAAK;AAChB,mBAAa,KAAK;AAAA,IACpB;AAAA,IACA,WAAW,CAAC;AAAA,IACZ,QAAQ,MAAM,WAAW,IAAI;AAAA,EAC/B,EAAE;AAEF,8BAAU,MAAM;AACd,QAAI,UAAU,EAAE,GAAG,eAAe,CAAC,GAAG,WAAW,MAAM,IAAI,EAAE,GAAG,eAAe,CAAC,EAAE,CAAC;AAAA,EACrF,GAAG,CAAC,OAAO,CAAC;AAEZ,8BAAU,MAAM;AACd,QAAI,CAAC,WAAW;AAAS,mBAAa,IAAI;AAAA,EAC5C,GAAG,CAAC,OAAO,CAAC;AAGZ,SAAO;AAAA,IACL,GAAG;AAAA,IACH,GAAG;AAAA,IACH,OAAO;AAAA,MACL,GAAG,WAAW;AAAA,MACd,eAAe,CAAC,WAAW;AAAA,MAC3B,GAAG;AAAA,IACL;AAAA,IACA,WAAW,aAAa;AAAA,EAC1B;AACF;",
6
6
  "names": ["useHiddenProps"]
7
7
  }
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/useHiddenTrigger.tsx", "../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["function useHiddenTrigger({ visible, hiddenId }) {\n return {\n 'aria-expanded': visible,\n 'aria-controls': hiddenId,\n };\n}\n\nexport default useHiddenTrigger;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,SAAS,iBAAiB,EAAE,SAAS,SAAS,GAAG;AAC/C,SAAO;AAAA,IACL,iBAAiB;AAAA,IACjB,iBAAiB;AAAA,EACnB;AACF;AAEA,IAAO,2BAAQ;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,SAAS,iBAAiB,EAAE,SAAS,SAAS,GAAG;AAC/C,SAAO;AAAA,IACL,iBAAiB;AAAA,IACjB,iBAAiB;AAAA,EACnB;AACF;AAEA,IAAO,2BAAQ;",
6
6
  "names": []
7
7
  }
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../scripts/build/transpile/react-shim.js", "../../src/useHiddenTransition.tsx"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { useState, useEffect } from 'react';\nimport { useSpring } from 'react-spring/web';\nimport useHiddenProps from './useHiddenProps.js';\n\nconst growTo = (from, to) => [\n { opacity: 1, transform: `scale(${to})` },\n { opacity: 0, transform: `scale(${from})` },\n];\n\nexport default function useHiddenTransition({\n animationState = growTo(0, 1),\n visible = false,\n duration = 150,\n ...otherProps\n}) {\n const { hidden, ...hiddenProps } = useHiddenProps({ visible });\n const [resting, setResting] = useState(false);\n const [destroyed, setDestroyed] = useState(true);\n const [animationStyles, set] = useSpring(() => ({\n ...animationState[0],\n config: { duration },\n onStart: () => {\n setResting(false);\n setDestroyed(false);\n },\n immediate: !visible,\n onRest: () => setResting(true),\n }));\n\n useEffect(() => {\n set(visible ? { ...animationState[0], immediate: false } : { ...animationState[1] });\n }, [visible]);\n\n useEffect(() => {\n if (!visible && resting) setDestroyed(true);\n }, [resting]);\n\n // element props\n return {\n ...otherProps,\n ...hiddenProps,\n style: {\n ...otherProps.style,\n pointerEvents: !visible && 'none',\n ...animationStyles,\n },\n destroyed: destroyed || undefined,\n };\n}\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,UAAU,iBAAiB;AACpC,SAAS,iBAAiB;AAC1B,OAAO,oBAAoB;AAE3B,MAAM,SAAS,CAAC,MAAM,OAAO;AAAA,EAC3B,EAAE,SAAS,GAAG,WAAW,SAAS,MAAM;AAAA,EACxC,EAAE,SAAS,GAAG,WAAW,SAAS,QAAQ;AAC5C;AAEe,SAAR,oBAAqC;AAAA,EAC1C,iBAAiB,OAAO,GAAG,CAAC;AAAA,EAC5B,UAAU;AAAA,EACV,WAAW;AAAA,KACR;AACL,GAAG;AACD,QAAM,EAAE,WAAW,YAAY,IAAI,eAAe,EAAE,QAAQ,CAAC;AAC7D,QAAM,CAAC,SAAS,UAAU,IAAI,SAAS,KAAK;AAC5C,QAAM,CAAC,WAAW,YAAY,IAAI,SAAS,IAAI;AAC/C,QAAM,CAAC,iBAAiB,GAAG,IAAI,UAAU,OAAO;AAAA,IAC9C,GAAG,eAAe;AAAA,IAClB,QAAQ,EAAE,SAAS;AAAA,IACnB,SAAS,MAAM;AACb,iBAAW,KAAK;AAChB,mBAAa,KAAK;AAAA,IACpB;AAAA,IACA,WAAW,CAAC;AAAA,IACZ,QAAQ,MAAM,WAAW,IAAI;AAAA,EAC/B,EAAE;AAEF,YAAU,MAAM;AACd,QAAI,UAAU,EAAE,GAAG,eAAe,IAAI,WAAW,MAAM,IAAI,EAAE,GAAG,eAAe,GAAG,CAAC;AAAA,EACrF,GAAG,CAAC,OAAO,CAAC;AAEZ,YAAU,MAAM;AACd,QAAI,CAAC,WAAW;AAAS,mBAAa,IAAI;AAAA,EAC5C,GAAG,CAAC,OAAO,CAAC;AAGZ,SAAO;AAAA,IACL,GAAG;AAAA,IACH,GAAG;AAAA,IACH,OAAO;AAAA,MACL,GAAG,WAAW;AAAA,MACd,eAAe,CAAC,WAAW;AAAA,MAC3B,GAAG;AAAA,IACL;AAAA,IACA,WAAW,aAAa;AAAA,EAC1B;AACF;",
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,UAAU,iBAAiB;AACpC,SAAS,iBAAiB;AAC1B,OAAO,oBAAoB;AAE3B,MAAM,SAAS,CAAC,MAAM,OAAO;AAAA,EAC3B,EAAE,SAAS,GAAG,WAAW,SAAS,MAAM;AAAA,EACxC,EAAE,SAAS,GAAG,WAAW,SAAS,QAAQ;AAC5C;AAEe,SAAR,oBAAqC;AAAA,EAC1C,iBAAiB,OAAO,GAAG,CAAC;AAAA,EAC5B,UAAU;AAAA,EACV,WAAW;AAAA,EACX,GAAG;AACL,GAAG;AACD,QAAM,EAAE,QAAQ,GAAG,YAAY,IAAI,eAAe,EAAE,QAAQ,CAAC;AAC7D,QAAM,CAAC,SAAS,UAAU,IAAI,SAAS,KAAK;AAC5C,QAAM,CAAC,WAAW,YAAY,IAAI,SAAS,IAAI;AAC/C,QAAM,CAAC,iBAAiB,GAAG,IAAI,UAAU,OAAO;AAAA,IAC9C,GAAG,eAAe,CAAC;AAAA,IACnB,QAAQ,EAAE,SAAS;AAAA,IACnB,SAAS,MAAM;AACb,iBAAW,KAAK;AAChB,mBAAa,KAAK;AAAA,IACpB;AAAA,IACA,WAAW,CAAC;AAAA,IACZ,QAAQ,MAAM,WAAW,IAAI;AAAA,EAC/B,EAAE;AAEF,YAAU,MAAM;AACd,QAAI,UAAU,EAAE,GAAG,eAAe,CAAC,GAAG,WAAW,MAAM,IAAI,EAAE,GAAG,eAAe,CAAC,EAAE,CAAC;AAAA,EACrF,GAAG,CAAC,OAAO,CAAC;AAEZ,YAAU,MAAM;AACd,QAAI,CAAC,WAAW;AAAS,mBAAa,IAAI;AAAA,EAC5C,GAAG,CAAC,OAAO,CAAC;AAGZ,SAAO;AAAA,IACL,GAAG;AAAA,IACH,GAAG;AAAA,IACH,OAAO;AAAA,MACL,GAAG,WAAW;AAAA,MACd,eAAe,CAAC,WAAW;AAAA,MAC3B,GAAG;AAAA,IACL;AAAA,IACA,WAAW,aAAa;AAAA,EAC1B;AACF;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-hidden",
3
- "version": "3.16.0-next.10",
3
+ "version": "3.16.0-next.12",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Hidden",
6
6
  "files": [
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "react-spring": "~8.0.27",
55
- "@elliemae/ds-props-helpers": "3.16.0-next.10"
55
+ "@elliemae/ds-props-helpers": "3.16.0-next.12"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "react": "^17.0.2"