@elliemae/ds-spinner 1.61.12 → 1.61.13
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/cjs/DSSpinner.js.map +1 -1
- package/esm/DSSpinner.js.map +1 -1
- package/package.json +2 -2
package/cjs/DSSpinner.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DSSpinner.js","sources":["../../src/DSSpinner.tsx"],"sourcesContent":["/* eslint-disable import/no-unresolved */\nimport React from 'react';\nimport { describe, PropTypes } from 'react-desc';\nimport { aggregatedClasses } from '@elliemae/ds-classnames';\n\nconst blockName = 'spinner';\n\nconst SpinnerContainer = aggregatedClasses('div')(blockName);\nconst SpinnerMessage = aggregatedClasses('span')(blockName, 'message');\nconst Spinner = aggregatedClasses('div')(blockName, 'spinner');\n\n// TODO: do we want dynamic position of the text (top, right, bottom, left)?\n\nconst DSSpinner = ({\n containerProps = {},\n innerRef,\n message,\n size,\n ...otherProps\n}) => (\n <SpinnerContainer\n {...containerProps}\n ref={innerRef}\n aria-busy\n aria-label={message}\n aria-live=\"polite\"\n role=\"alert\"\n {...otherProps}\n >\n <Spinner classProps={{ size }}>\n <svg\n className={`${blockName}-tl`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M16.1.5A15.6,15.6,0,0,0,.5,16.1,15.6,15.6,0,0,0,16.1.5Z\"\n fill=\"#408a90\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n <svg\n className={`${blockName}-tr`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M16.1,16.1A15.6,15.6,0,0,0,.5.5,15.6,15.6,0,0,0,16.1,16.1Z\"\n fill=\"#f7901e\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n <svg\n className={`${blockName}-br`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M.5.5A15.6,15.6,0,0,0,16.1,16.1,15.6,15.6,0,0,0,.5.5Z\"\n fill=\"#0067ab\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n <svg\n className={`${blockName}-bl`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M16.1.5A15.6,15.6,0,0,0,.5,16.1,15.6,15.6,0,0,0,16.1.5Z\"\n fill=\"#00acdc\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n </Spinner>\n {message && <SpinnerMessage>{message}</SpinnerMessage>}\n </SpinnerContainer>\n);\n\nDSSpinner.defaultProps = {\n containerProps: {},\n message: '',\n size: 'm',\n};\n\nconst spinnerProps = {\n innerRef: PropTypes.object.description('ref to the component s container'),\n containerProps: PropTypes.object.description(\n 'Set of Properties attached to the main container',\n ),\n message: PropTypes.string.description('Text below the spinner'),\n size: PropTypes.oneOf(['s', 'm', 'l'])\n .description('Spinner size')\n .defaultValue('m'),\n};\n\nDSSpinner.propTypes = spinnerProps;\n\nconst SpinnerWithSchema = describe(DSSpinner);\nSpinnerWithSchema.propTypes = spinnerProps;\n\nexport { DSSpinner, SpinnerWithSchema };\nexport default DSSpinner;\n"],"names":["blockName","SpinnerContainer","aggregatedClasses","SpinnerMessage","Spinner","DSSpinner","containerProps","innerRef","message","size","otherProps","React","defaultProps","spinnerProps","PropTypes","object","description","string","oneOf","defaultValue","propTypes","SpinnerWithSchema","describe"],"mappings":";;;;;;;;;;;;;;;;;AAKA,IAAMA,SAAS,GAAG,SAAlB;AAEA,IAAMC,gBAAgB,GAAGC,8BAAiB,CAAC,KAAD,CAAjB,CAAyBF,SAAzB,CAAzB;AACA,IAAMG,cAAc,GAAGD,8BAAiB,CAAC,MAAD,CAAjB,CAA0BF,SAA1B,EAAqC,SAArC,CAAvB;AACA,IAAMI,OAAO,GAAGF,8BAAiB,CAAC,KAAD,CAAjB,CAAyBF,SAAzB,EAAoC,SAApC,CAAhB;;IAIMK,SAAS,GAAG,SAAZA,SAAY;
|
|
1
|
+
{"version":3,"file":"DSSpinner.js","sources":["../../src/DSSpinner.tsx"],"sourcesContent":["/* eslint-disable import/no-unresolved */\nimport React from 'react';\nimport { describe, PropTypes } from 'react-desc';\nimport { aggregatedClasses } from '@elliemae/ds-classnames';\n\nconst blockName = 'spinner';\n\nconst SpinnerContainer = aggregatedClasses('div')(blockName);\nconst SpinnerMessage = aggregatedClasses('span')(blockName, 'message');\nconst Spinner = aggregatedClasses('div')(blockName, 'spinner');\n\n// TODO: do we want dynamic position of the text (top, right, bottom, left)?\n\nconst DSSpinner = ({\n containerProps = {},\n innerRef,\n message,\n size,\n ...otherProps\n}) => (\n <SpinnerContainer\n {...containerProps}\n ref={innerRef}\n aria-busy\n aria-label={message}\n aria-live=\"polite\"\n role=\"alert\"\n {...otherProps}\n >\n <Spinner classProps={{ size }}>\n <svg\n className={`${blockName}-tl`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M16.1.5A15.6,15.6,0,0,0,.5,16.1,15.6,15.6,0,0,0,16.1.5Z\"\n fill=\"#408a90\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n <svg\n className={`${blockName}-tr`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M16.1,16.1A15.6,15.6,0,0,0,.5.5,15.6,15.6,0,0,0,16.1,16.1Z\"\n fill=\"#f7901e\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n <svg\n className={`${blockName}-br`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M.5.5A15.6,15.6,0,0,0,16.1,16.1,15.6,15.6,0,0,0,.5.5Z\"\n fill=\"#0067ab\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n <svg\n className={`${blockName}-bl`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M16.1.5A15.6,15.6,0,0,0,.5,16.1,15.6,15.6,0,0,0,16.1.5Z\"\n fill=\"#00acdc\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n </Spinner>\n {message && <SpinnerMessage>{message}</SpinnerMessage>}\n </SpinnerContainer>\n);\n\nDSSpinner.defaultProps = {\n containerProps: {},\n message: '',\n size: 'm',\n};\n\nconst spinnerProps = {\n innerRef: PropTypes.object.description('ref to the component s container'),\n containerProps: PropTypes.object.description(\n 'Set of Properties attached to the main container',\n ),\n message: PropTypes.string.description('Text below the spinner'),\n size: PropTypes.oneOf(['s', 'm', 'l'])\n .description('Spinner size')\n .defaultValue('m'),\n};\n\nDSSpinner.propTypes = spinnerProps;\n\nconst SpinnerWithSchema = describe(DSSpinner);\nSpinnerWithSchema.propTypes = spinnerProps;\n\nexport { DSSpinner, SpinnerWithSchema };\nexport default DSSpinner;\n"],"names":["blockName","SpinnerContainer","aggregatedClasses","SpinnerMessage","Spinner","DSSpinner","containerProps","innerRef","message","size","otherProps","React","defaultProps","spinnerProps","PropTypes","object","description","string","oneOf","defaultValue","propTypes","SpinnerWithSchema","describe"],"mappings":";;;;;;;;;;;;;;;;;AAKA,IAAMA,SAAS,GAAG,SAAlB;AAEA,IAAMC,gBAAgB,GAAGC,8BAAiB,CAAC,KAAD,CAAjB,CAAyBF,SAAzB,CAAzB;AACA,IAAMG,cAAc,GAAGD,8BAAiB,CAAC,MAAD,CAAjB,CAA0BF,SAA1B,EAAqC,SAArC,CAAvB;AACA,IAAMI,OAAO,GAAGF,8BAAiB,CAAC,KAAD,CAAjB,CAAyBF,SAAzB,EAAoC,SAApC,CAAhB;;IAIMK,SAAS,GAAG,SAAZA,SAAY;EAAA,+BAChBC,cADgB;MAChBA,cADgB,oCACC,EADD;MAEhBC,QAFgB,QAEhBA,QAFgB;MAGhBC,OAHgB,QAGhBA,OAHgB;MAIhBC,IAJgB,QAIhBA,IAJgB;MAKbC,UALa;;EAAA,oBAOhBC,wCAAC,gBAAD,mCACML,cADN;IAEE,GAAG,EAAEC,QAFP;IAGE,iBAHF;IAIE,cAAYC,OAJd;IAKE,aAAU,QALZ;IAME,IAAI,EAAC;KACDE,UAPN,gBASEC,wCAAC,OAAD;IAAS,UAAU,EAAE;MAAEF,IAAI,EAAJA;;kBACrBE;IACE,SAAS,YAAKX,SAAL,QADX;IAEE,OAAO,EAAC,eAFV;IAGE,KAAK,EAAC;kBAENW;IACE,CAAC,EAAC,yDADJ;IAEE,IAAI,EAAC,SAFP;IAGE,MAAM,EAAC;IARX,CADF,eAYEA;IACE,SAAS,YAAKX,SAAL,QADX;IAEE,OAAO,EAAC,eAFV;IAGE,KAAK,EAAC;kBAENW;IACE,CAAC,EAAC,4DADJ;IAEE,IAAI,EAAC,SAFP;IAGE,MAAM,EAAC;IARX,CAZF,eAuBEA;IACE,SAAS,YAAKX,SAAL,QADX;IAEE,OAAO,EAAC,eAFV;IAGE,KAAK,EAAC;kBAENW;IACE,CAAC,EAAC,uDADJ;IAEE,IAAI,EAAC,SAFP;IAGE,MAAM,EAAC;IARX,CAvBF,eAkCEA;IACE,SAAS,YAAKX,SAAL,QADX;IAEE,OAAO,EAAC,eAFV;IAGE,KAAK,EAAC;kBAENW;IACE,CAAC,EAAC,yDADJ;IAEE,IAAI,EAAC,SAFP;IAGE,MAAM,EAAC;IARX,CAlCF,CATF,EAuDGH,OAAO,iBAAIG,wCAAC,cAAD,QAAiBH,OAAjB,CAvDd,CAPgB;AAAA;;AAkElBH,SAAS,CAACO,YAAV,GAAyB;EACvBN,cAAc,EAAE,EADO;EAEvBE,OAAO,EAAE,EAFc;EAGvBC,IAAI,EAAE;AAHiB,CAAzB;AAMA,IAAMI,YAAY,GAAG;EACnBN,QAAQ,EAAEO,mBAAS,CAACC,MAAV,CAAiBC,WAAjB,CAA6B,kCAA7B,CADS;EAEnBV,cAAc,EAAEQ,mBAAS,CAACC,MAAV,CAAiBC,WAAjB,CACd,kDADc,CAFG;EAKnBR,OAAO,EAAEM,mBAAS,CAACG,MAAV,CAAiBD,WAAjB,CAA6B,wBAA7B,CALU;EAMnBP,IAAI,EAAEK,mBAAS,CAACI,KAAV,CAAgB,CAAC,GAAD,EAAM,GAAN,EAAW,GAAX,CAAhB,EACHF,WADG,CACS,cADT,EAEHG,YAFG,CAEU,GAFV;AANa,CAArB;AAWAd,SAAS,CAACe,SAAV,GAAsBP,YAAtB;IAEMQ,iBAAiB,GAAGC,kBAAQ,CAACjB,SAAD;AAClCgB,iBAAiB,CAACD,SAAlB,GAA8BP,YAA9B;;;;;;"}
|
package/esm/DSSpinner.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DSSpinner.js","sources":["../../src/DSSpinner.tsx"],"sourcesContent":["/* eslint-disable import/no-unresolved */\nimport React from 'react';\nimport { describe, PropTypes } from 'react-desc';\nimport { aggregatedClasses } from '@elliemae/ds-classnames';\n\nconst blockName = 'spinner';\n\nconst SpinnerContainer = aggregatedClasses('div')(blockName);\nconst SpinnerMessage = aggregatedClasses('span')(blockName, 'message');\nconst Spinner = aggregatedClasses('div')(blockName, 'spinner');\n\n// TODO: do we want dynamic position of the text (top, right, bottom, left)?\n\nconst DSSpinner = ({\n containerProps = {},\n innerRef,\n message,\n size,\n ...otherProps\n}) => (\n <SpinnerContainer\n {...containerProps}\n ref={innerRef}\n aria-busy\n aria-label={message}\n aria-live=\"polite\"\n role=\"alert\"\n {...otherProps}\n >\n <Spinner classProps={{ size }}>\n <svg\n className={`${blockName}-tl`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M16.1.5A15.6,15.6,0,0,0,.5,16.1,15.6,15.6,0,0,0,16.1.5Z\"\n fill=\"#408a90\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n <svg\n className={`${blockName}-tr`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M16.1,16.1A15.6,15.6,0,0,0,.5.5,15.6,15.6,0,0,0,16.1,16.1Z\"\n fill=\"#f7901e\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n <svg\n className={`${blockName}-br`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M.5.5A15.6,15.6,0,0,0,16.1,16.1,15.6,15.6,0,0,0,.5.5Z\"\n fill=\"#0067ab\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n <svg\n className={`${blockName}-bl`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M16.1.5A15.6,15.6,0,0,0,.5,16.1,15.6,15.6,0,0,0,16.1.5Z\"\n fill=\"#00acdc\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n </Spinner>\n {message && <SpinnerMessage>{message}</SpinnerMessage>}\n </SpinnerContainer>\n);\n\nDSSpinner.defaultProps = {\n containerProps: {},\n message: '',\n size: 'm',\n};\n\nconst spinnerProps = {\n innerRef: PropTypes.object.description('ref to the component s container'),\n containerProps: PropTypes.object.description(\n 'Set of Properties attached to the main container',\n ),\n message: PropTypes.string.description('Text below the spinner'),\n size: PropTypes.oneOf(['s', 'm', 'l'])\n .description('Spinner size')\n .defaultValue('m'),\n};\n\nDSSpinner.propTypes = spinnerProps;\n\nconst SpinnerWithSchema = describe(DSSpinner);\nSpinnerWithSchema.propTypes = spinnerProps;\n\nexport { DSSpinner, SpinnerWithSchema };\nexport default DSSpinner;\n"],"names":["blockName","SpinnerContainer","aggregatedClasses","SpinnerMessage","Spinner","DSSpinner","containerProps","innerRef","message","size","otherProps","defaultProps","spinnerProps","PropTypes","object","description","string","oneOf","defaultValue","propTypes","SpinnerWithSchema","describe"],"mappings":";;;;;;;AAKA,IAAMA,SAAS,GAAG,SAAlB;AAEA,IAAMC,gBAAgB,GAAGC,iBAAiB,CAAC,KAAD,CAAjB,CAAyBF,SAAzB,CAAzB;AACA,IAAMG,cAAc,GAAGD,iBAAiB,CAAC,MAAD,CAAjB,CAA0BF,SAA1B,EAAqC,SAArC,CAAvB;AACA,IAAMI,OAAO,GAAGF,iBAAiB,CAAC,KAAD,CAAjB,CAAyBF,SAAzB,EAAoC,SAApC,CAAhB;;IAIMK,SAAS,GAAG,SAAZA,SAAY;
|
|
1
|
+
{"version":3,"file":"DSSpinner.js","sources":["../../src/DSSpinner.tsx"],"sourcesContent":["/* eslint-disable import/no-unresolved */\nimport React from 'react';\nimport { describe, PropTypes } from 'react-desc';\nimport { aggregatedClasses } from '@elliemae/ds-classnames';\n\nconst blockName = 'spinner';\n\nconst SpinnerContainer = aggregatedClasses('div')(blockName);\nconst SpinnerMessage = aggregatedClasses('span')(blockName, 'message');\nconst Spinner = aggregatedClasses('div')(blockName, 'spinner');\n\n// TODO: do we want dynamic position of the text (top, right, bottom, left)?\n\nconst DSSpinner = ({\n containerProps = {},\n innerRef,\n message,\n size,\n ...otherProps\n}) => (\n <SpinnerContainer\n {...containerProps}\n ref={innerRef}\n aria-busy\n aria-label={message}\n aria-live=\"polite\"\n role=\"alert\"\n {...otherProps}\n >\n <Spinner classProps={{ size }}>\n <svg\n className={`${blockName}-tl`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M16.1.5A15.6,15.6,0,0,0,.5,16.1,15.6,15.6,0,0,0,16.1.5Z\"\n fill=\"#408a90\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n <svg\n className={`${blockName}-tr`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M16.1,16.1A15.6,15.6,0,0,0,.5.5,15.6,15.6,0,0,0,16.1,16.1Z\"\n fill=\"#f7901e\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n <svg\n className={`${blockName}-br`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M.5.5A15.6,15.6,0,0,0,16.1,16.1,15.6,15.6,0,0,0,.5.5Z\"\n fill=\"#0067ab\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n <svg\n className={`${blockName}-bl`}\n viewBox=\"0 0 16.6 16.6\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M16.1.5A15.6,15.6,0,0,0,.5,16.1,15.6,15.6,0,0,0,16.1.5Z\"\n fill=\"#00acdc\"\n stroke=\"#fbfbfb\"\n />\n </svg>\n </Spinner>\n {message && <SpinnerMessage>{message}</SpinnerMessage>}\n </SpinnerContainer>\n);\n\nDSSpinner.defaultProps = {\n containerProps: {},\n message: '',\n size: 'm',\n};\n\nconst spinnerProps = {\n innerRef: PropTypes.object.description('ref to the component s container'),\n containerProps: PropTypes.object.description(\n 'Set of Properties attached to the main container',\n ),\n message: PropTypes.string.description('Text below the spinner'),\n size: PropTypes.oneOf(['s', 'm', 'l'])\n .description('Spinner size')\n .defaultValue('m'),\n};\n\nDSSpinner.propTypes = spinnerProps;\n\nconst SpinnerWithSchema = describe(DSSpinner);\nSpinnerWithSchema.propTypes = spinnerProps;\n\nexport { DSSpinner, SpinnerWithSchema };\nexport default DSSpinner;\n"],"names":["blockName","SpinnerContainer","aggregatedClasses","SpinnerMessage","Spinner","DSSpinner","containerProps","innerRef","message","size","otherProps","defaultProps","spinnerProps","PropTypes","object","description","string","oneOf","defaultValue","propTypes","SpinnerWithSchema","describe"],"mappings":";;;;;;;AAKA,IAAMA,SAAS,GAAG,SAAlB;AAEA,IAAMC,gBAAgB,GAAGC,iBAAiB,CAAC,KAAD,CAAjB,CAAyBF,SAAzB,CAAzB;AACA,IAAMG,cAAc,GAAGD,iBAAiB,CAAC,MAAD,CAAjB,CAA0BF,SAA1B,EAAqC,SAArC,CAAvB;AACA,IAAMI,OAAO,GAAGF,iBAAiB,CAAC,KAAD,CAAjB,CAAyBF,SAAzB,EAAoC,SAApC,CAAhB;;IAIMK,SAAS,GAAG,SAAZA,SAAY;EAAA,+BAChBC,cADgB;MAChBA,cADgB,oCACC,EADD;MAEhBC,QAFgB,QAEhBA,QAFgB;MAGhBC,OAHgB,QAGhBA,OAHgB;MAIhBC,IAJgB,QAIhBA,IAJgB;MAKbC,UALa;;EAAA,oBAOhB,oBAAC,gBAAD,eACMJ,cADN;IAEE,GAAG,EAAEC,QAFP;IAGE,iBAHF;IAIE,cAAYC,OAJd;IAKE,aAAU,QALZ;IAME,IAAI,EAAC;KACDE,UAPN,gBASE,oBAAC,OAAD;IAAS,UAAU,EAAE;MAAED,IAAI,EAAJA;;kBACrB;IACE,SAAS,YAAKT,SAAL,QADX;IAEE,OAAO,EAAC,eAFV;IAGE,KAAK,EAAC;kBAEN;IACE,CAAC,EAAC,yDADJ;IAEE,IAAI,EAAC,SAFP;IAGE,MAAM,EAAC;IARX,CADF,eAYE;IACE,SAAS,YAAKA,SAAL,QADX;IAEE,OAAO,EAAC,eAFV;IAGE,KAAK,EAAC;kBAEN;IACE,CAAC,EAAC,4DADJ;IAEE,IAAI,EAAC,SAFP;IAGE,MAAM,EAAC;IARX,CAZF,eAuBE;IACE,SAAS,YAAKA,SAAL,QADX;IAEE,OAAO,EAAC,eAFV;IAGE,KAAK,EAAC;kBAEN;IACE,CAAC,EAAC,uDADJ;IAEE,IAAI,EAAC,SAFP;IAGE,MAAM,EAAC;IARX,CAvBF,eAkCE;IACE,SAAS,YAAKA,SAAL,QADX;IAEE,OAAO,EAAC,eAFV;IAGE,KAAK,EAAC;kBAEN;IACE,CAAC,EAAC,yDADJ;IAEE,IAAI,EAAC,SAFP;IAGE,MAAM,EAAC;IARX,CAlCF,CATF,EAuDGQ,OAAO,iBAAI,oBAAC,cAAD,QAAiBA,OAAjB,CAvDd,CAPgB;AAAA;;AAkElBH,SAAS,CAACM,YAAV,GAAyB;EACvBL,cAAc,EAAE,EADO;EAEvBE,OAAO,EAAE,EAFc;EAGvBC,IAAI,EAAE;AAHiB,CAAzB;AAMA,IAAMG,YAAY,GAAG;EACnBL,QAAQ,EAAEM,SAAS,CAACC,MAAV,CAAiBC,WAAjB,CAA6B,kCAA7B,CADS;EAEnBT,cAAc,EAAEO,SAAS,CAACC,MAAV,CAAiBC,WAAjB,CACd,kDADc,CAFG;EAKnBP,OAAO,EAAEK,SAAS,CAACG,MAAV,CAAiBD,WAAjB,CAA6B,wBAA7B,CALU;EAMnBN,IAAI,EAAEI,SAAS,CAACI,KAAV,CAAgB,CAAC,GAAD,EAAM,GAAN,EAAW,GAAX,CAAhB,EACHF,WADG,CACS,cADT,EAEHG,YAFG,CAEU,GAFV;AANa,CAArB;AAWAb,SAAS,CAACc,SAAV,GAAsBP,YAAtB;IAEMQ,iBAAiB,GAAGC,QAAQ,CAAChB,SAAD;AAClCe,iBAAiB,CAACD,SAAlB,GAA8BP,YAA9B;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-spinner",
|
|
3
|
-
"version": "1.61.
|
|
3
|
+
"version": "1.61.13",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Ellie Mae - Dim Sum - Spinner",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"build": "node ../../scripts/build/build.js"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@elliemae/ds-classnames": "1.61.
|
|
19
|
+
"@elliemae/ds-classnames": "1.61.13",
|
|
20
20
|
"react-desc": "^4.1.2"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|