@foxford/ui 2.116.0 → 2.117.0

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.
Files changed (88) hide show
  1. package/components/AccordionItem/AccordionItem.js +1 -1
  2. package/components/AccordionItem/AccordionItem.js.map +1 -1
  3. package/components/AccordionItem/AccordionItem.mjs +1 -1
  4. package/components/AccordionItem/AccordionItem.mjs.map +1 -1
  5. package/components/AccordionItem/style.js +1 -1
  6. package/components/AccordionItem/style.js.map +1 -1
  7. package/components/AccordionItem/style.mjs +1 -1
  8. package/components/AccordionItem/style.mjs.map +1 -1
  9. package/components/ActionBtn/ActionBtn.js +1 -1
  10. package/components/ActionBtn/ActionBtn.js.map +1 -1
  11. package/components/ActionBtn/ActionBtn.mjs +1 -1
  12. package/components/ActionBtn/ActionBtn.mjs.map +1 -1
  13. package/components/Anchor/Anchor.js +1 -1
  14. package/components/Anchor/Anchor.js.map +1 -1
  15. package/components/Anchor/Anchor.mjs +1 -1
  16. package/components/Anchor/Anchor.mjs.map +1 -1
  17. package/components/Badge/Badge.js +1 -1
  18. package/components/Badge/Badge.js.map +1 -1
  19. package/components/Badge/Badge.mjs +1 -1
  20. package/components/Badge/Badge.mjs.map +1 -1
  21. package/components/Button/Button.js +1 -1
  22. package/components/Button/Button.js.map +1 -1
  23. package/components/Button/Button.mjs +1 -1
  24. package/components/Button/Button.mjs.map +1 -1
  25. package/components/Chip/Chip.js +1 -1
  26. package/components/Chip/Chip.js.map +1 -1
  27. package/components/Chip/Chip.mjs +1 -1
  28. package/components/Chip/Chip.mjs.map +1 -1
  29. package/components/Dropdown/Dropdown.js +1 -1
  30. package/components/Dropdown/Dropdown.js.map +1 -1
  31. package/components/Dropdown/Dropdown.mjs +1 -1
  32. package/components/Dropdown/Dropdown.mjs.map +1 -1
  33. package/components/Dropdown/DropdownMenuNoOptions.js +1 -1
  34. package/components/Dropdown/DropdownMenuNoOptions.js.map +1 -1
  35. package/components/Dropdown/DropdownMenuNoOptions.mjs +1 -1
  36. package/components/Dropdown/DropdownMenuNoOptions.mjs.map +1 -1
  37. package/components/Dropdown/style.js +1 -1
  38. package/components/Dropdown/style.js.map +1 -1
  39. package/components/Dropdown/style.mjs +1 -1
  40. package/components/Dropdown/style.mjs.map +1 -1
  41. package/components/Icon/style.js +1 -1
  42. package/components/Icon/style.js.map +1 -1
  43. package/components/Icon/style.mjs +1 -1
  44. package/components/Icon/style.mjs.map +1 -1
  45. package/components/ListItem/ListItem.js +1 -1
  46. package/components/ListItem/ListItem.js.map +1 -1
  47. package/components/ListItem/ListItem.mjs +1 -1
  48. package/components/ListItem/ListItem.mjs.map +1 -1
  49. package/components/TabList/TabList.js +1 -1
  50. package/components/TabList/TabList.js.map +1 -1
  51. package/components/TabList/TabList.mjs +1 -1
  52. package/components/TabList/TabList.mjs.map +1 -1
  53. package/components/TabList/TabListMenuTab.js +1 -1
  54. package/components/TabList/TabListMenuTab.js.map +1 -1
  55. package/components/TabList/TabListMenuTab.mjs +1 -1
  56. package/components/TabList/TabListMenuTab.mjs.map +1 -1
  57. package/components/TabList/style.js +1 -1
  58. package/components/TabList/style.js.map +1 -1
  59. package/components/TabList/style.mjs +1 -1
  60. package/components/TabList/style.mjs.map +1 -1
  61. package/dts/index.d.ts +36 -694
  62. package/icon-pack/src/collection.json.js +1 -1
  63. package/icon-pack/src/collection.json.mjs +1 -1
  64. package/icon-pack/src/icons/ChevronUp/index.js +2 -0
  65. package/icon-pack/src/icons/ChevronUp/index.js.map +1 -0
  66. package/icon-pack/src/icons/ChevronUp/index.mjs +2 -0
  67. package/icon-pack/src/icons/ChevronUp/index.mjs.map +1 -0
  68. package/icon-pack/src/icons/Undo/index.js +2 -0
  69. package/icon-pack/src/icons/Undo/index.js.map +1 -0
  70. package/icon-pack/src/icons/Undo/index.mjs +2 -0
  71. package/icon-pack/src/icons/Undo/index.mjs.map +1 -0
  72. package/package.json +2 -2
  73. package/icon-pack/src/icons/ChevronDown/index.js +0 -2
  74. package/icon-pack/src/icons/ChevronDown/index.js.map +0 -1
  75. package/icon-pack/src/icons/ChevronDown/index.mjs +0 -2
  76. package/icon-pack/src/icons/ChevronDown/index.mjs.map +0 -1
  77. package/icon-pack/src/icons/ChevronLeft/index.js +0 -2
  78. package/icon-pack/src/icons/ChevronLeft/index.js.map +0 -1
  79. package/icon-pack/src/icons/ChevronLeft/index.mjs +0 -2
  80. package/icon-pack/src/icons/ChevronLeft/index.mjs.map +0 -1
  81. package/icon-pack/src/icons/ChevronRight/index.js +0 -2
  82. package/icon-pack/src/icons/ChevronRight/index.js.map +0 -1
  83. package/icon-pack/src/icons/ChevronRight/index.mjs +0 -2
  84. package/icon-pack/src/icons/ChevronRight/index.mjs.map +0 -1
  85. package/icon-pack/src/icons/Redo/index.js +0 -2
  86. package/icon-pack/src/icons/Redo/index.js.map +0 -1
  87. package/icon-pack/src/icons/Redo/index.mjs +0 -2
  88. package/icon-pack/src/icons/Redo/index.mjs.map +0 -1
@@ -0,0 +1,2 @@
1
+ 'use strict';var React=require('react');var jsxRuntime=require('react/jsx-runtime');exports.ChevronUp=React.forwardRef((e,r)=>jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentcolor",width:"1em",height:"1em",ref:r,...e,children:jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M11.47 8.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 1 1-1.06 1.06L12 10.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06z",clipRule:"evenodd"})}));
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../icon-pack/src/icons/ChevronUp/index.tsx"],"sourcesContent":["import type { SVGProps, Ref } from 'react'\nimport { forwardRef } from 'react'\n\nexport const ChevronUp = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n viewBox='0 0 24 24'\n fill='currentcolor'\n width='1em'\n height='1em'\n ref={ref}\n {...props}\n >\n <path\n fillRule='evenodd'\n d='M11.47 8.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 1 1-1.06 1.06L12 10.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06z'\n clipRule='evenodd'\n />\n </svg>\n))\n"],"names":["forwardRef","props","ref","_jsx","xmlns","viewBox","fill","width","height","children","fillRule","d","clipRule"],"mappings":"sGAGyBA,MAAAA,WAAW,CAACC,EAAgCC,IACnEC,WAAAA,IAAA,MAAA,CACEC,MAAM,6BACNC,QAAQ,YACRC,KAAK,eACLC,MAAM,MACNC,OAAO,MACPN,IAAKA,KACDD,EAAKQ,SAETN,WAAAA,IAAA,OAAA,CACEO,SAAS,UACTC,EAAE,yGACFC,SAAS"}
@@ -0,0 +1,2 @@
1
+ import{forwardRef}from'react';import{jsx}from'react/jsx-runtime';const ChevronUp=forwardRef((e,r)=>jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentcolor",width:"1em",height:"1em",ref:r,...e,children:jsx("path",{fillRule:"evenodd",d:"M11.47 8.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 1 1-1.06 1.06L12 10.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06z",clipRule:"evenodd"})}));export{ChevronUp};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":["../../../../../../../icon-pack/src/icons/ChevronUp/index.tsx"],"sourcesContent":["import type { SVGProps, Ref } from 'react'\nimport { forwardRef } from 'react'\n\nexport const ChevronUp = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n viewBox='0 0 24 24'\n fill='currentcolor'\n width='1em'\n height='1em'\n ref={ref}\n {...props}\n >\n <path\n fillRule='evenodd'\n d='M11.47 8.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 1 1-1.06 1.06L12 10.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06z'\n clipRule='evenodd'\n />\n </svg>\n))\n"],"names":["ChevronUp","forwardRef","props","ref","_jsx","xmlns","viewBox","fill","width","height","children","fillRule","d","clipRule"],"mappings":"iEAGO,MAAMA,UAAYC,WAAW,CAACC,EAAgCC,IACnEC,IAAA,MAAA,CACEC,MAAM,6BACNC,QAAQ,YACRC,KAAK,eACLC,MAAM,MACNC,OAAO,MACPN,IAAKA,KACDD,EAAKQ,SAETN,IAAA,OAAA,CACEO,SAAS,UACTC,EAAE,yGACFC,SAAS"}
@@ -0,0 +1,2 @@
1
+ 'use strict';var React=require('react');var jsxRuntime=require('react/jsx-runtime');exports.Undo=React.forwardRef((e,r)=>jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentcolor",width:"1em",height:"1em",ref:r,...e,children:jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M7.53 3.47a.75.75 0 0 1 0 1.06L5.81 6.25H14a6.75 6.75 0 0 1 0 13.5h-4a.75.75 0 0 1 0-1.5h4a5.25 5.25 0 1 0 0-10.5H5.81l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0",clipRule:"evenodd"})}));
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../icon-pack/src/icons/Undo/index.tsx"],"sourcesContent":["import type { SVGProps, Ref } from 'react'\nimport { forwardRef } from 'react'\n\nexport const Undo = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n viewBox='0 0 24 24'\n fill='currentcolor'\n width='1em'\n height='1em'\n ref={ref}\n {...props}\n >\n <path\n fillRule='evenodd'\n d='M7.53 3.47a.75.75 0 0 1 0 1.06L5.81 6.25H14a6.75 6.75 0 0 1 0 13.5h-4a.75.75 0 0 1 0-1.5h4a5.25 5.25 0 1 0 0-10.5H5.81l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0'\n clipRule='evenodd'\n />\n </svg>\n))\n"],"names":["forwardRef","props","ref","_jsx","xmlns","viewBox","fill","width","height","children","fillRule","d","clipRule"],"mappings":"iGAGoBA,MAAAA,WAAW,CAACC,EAAgCC,IAC9DC,WAAAA,IAAA,MAAA,CACEC,MAAM,6BACNC,QAAQ,YACRC,KAAK,eACLC,MAAM,MACNC,OAAO,MACPN,IAAKA,KACDD,EAAKQ,SAETN,WAAAA,IAAA,OAAA,CACEO,SAAS,UACTC,EAAE,2MACFC,SAAS"}
@@ -0,0 +1,2 @@
1
+ import{forwardRef}from'react';import{jsx}from'react/jsx-runtime';const Undo=forwardRef((e,r)=>jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentcolor",width:"1em",height:"1em",ref:r,...e,children:jsx("path",{fillRule:"evenodd",d:"M7.53 3.47a.75.75 0 0 1 0 1.06L5.81 6.25H14a6.75 6.75 0 0 1 0 13.5h-4a.75.75 0 0 1 0-1.5h4a5.25 5.25 0 1 0 0-10.5H5.81l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0",clipRule:"evenodd"})}));export{Undo};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":["../../../../../../../icon-pack/src/icons/Undo/index.tsx"],"sourcesContent":["import type { SVGProps, Ref } from 'react'\nimport { forwardRef } from 'react'\n\nexport const Undo = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n viewBox='0 0 24 24'\n fill='currentcolor'\n width='1em'\n height='1em'\n ref={ref}\n {...props}\n >\n <path\n fillRule='evenodd'\n d='M7.53 3.47a.75.75 0 0 1 0 1.06L5.81 6.25H14a6.75 6.75 0 0 1 0 13.5h-4a.75.75 0 0 1 0-1.5h4a5.25 5.25 0 1 0 0-10.5H5.81l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0'\n clipRule='evenodd'\n />\n </svg>\n))\n"],"names":["Undo","forwardRef","props","ref","_jsx","xmlns","viewBox","fill","width","height","children","fillRule","d","clipRule"],"mappings":"iEAGO,MAAMA,KAAOC,WAAW,CAACC,EAAgCC,IAC9DC,IAAA,MAAA,CACEC,MAAM,6BACNC,QAAQ,YACRC,KAAK,eACLC,MAAM,MACNC,OAAO,MACPN,IAAKA,KACDD,EAAKQ,SAETN,IAAA,OAAA,CACEO,SAAS,UACTC,EAAE,2MACFC,SAAS"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foxford/ui",
3
- "version": "2.116.0",
3
+ "version": "2.117.0",
4
4
  "description": "UI components and utilities",
5
5
  "bugs": {
6
6
  "url": "https://github.com/foxford/ui/issues"
@@ -63,6 +63,6 @@
63
63
  "shared",
64
64
  "theme"
65
65
  ],
66
- "sha": "530a994",
66
+ "sha": "7bcbf77",
67
67
  "scripts": {}
68
68
  }
@@ -1,2 +0,0 @@
1
- 'use strict';var React=require('react');var jsxRuntime=require('react/jsx-runtime');exports.ChevronDown=React.forwardRef((e,r)=>jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentcolor",width:"1em",height:"1em",ref:r,...e,children:jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M5.47 8.47a.75.75 0 0 1 1.06 0L12 13.94l5.47-5.47a.75.75 0 1 1 1.06 1.06l-6 6a.75.75 0 0 1-1.06 0l-6-6a.75.75 0 0 1 0-1.06",clipRule:"evenodd"})}));
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../icon-pack/src/icons/ChevronDown/index.tsx"],"sourcesContent":["import type { SVGProps, Ref } from 'react'\nimport { forwardRef } from 'react'\n\nexport const ChevronDown = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n viewBox='0 0 24 24'\n fill='currentcolor'\n width='1em'\n height='1em'\n ref={ref}\n {...props}\n >\n <path\n fillRule='evenodd'\n d='M5.47 8.47a.75.75 0 0 1 1.06 0L12 13.94l5.47-5.47a.75.75 0 1 1 1.06 1.06l-6 6a.75.75 0 0 1-1.06 0l-6-6a.75.75 0 0 1 0-1.06'\n clipRule='evenodd'\n />\n </svg>\n))\n"],"names":["forwardRef","props","ref","_jsx","xmlns","viewBox","fill","width","height","children","fillRule","d","clipRule"],"mappings":"wGAG2BA,MAAAA,WAAW,CAACC,EAAgCC,IACrEC,WAAAA,IAAA,MAAA,CACEC,MAAM,6BACNC,QAAQ,YACRC,KAAK,eACLC,MAAM,MACNC,OAAO,MACPN,IAAKA,KACDD,EAAKQ,SAETN,WAAAA,IAAA,OAAA,CACEO,SAAS,UACTC,EAAE,6HACFC,SAAS"}
@@ -1,2 +0,0 @@
1
- import{forwardRef}from'react';import{jsx}from'react/jsx-runtime';const ChevronDown=forwardRef((e,r)=>jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentcolor",width:"1em",height:"1em",ref:r,...e,children:jsx("path",{fillRule:"evenodd",d:"M5.47 8.47a.75.75 0 0 1 1.06 0L12 13.94l5.47-5.47a.75.75 0 1 1 1.06 1.06l-6 6a.75.75 0 0 1-1.06 0l-6-6a.75.75 0 0 1 0-1.06",clipRule:"evenodd"})}));export{ChevronDown};
2
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","sources":["../../../../../../../icon-pack/src/icons/ChevronDown/index.tsx"],"sourcesContent":["import type { SVGProps, Ref } from 'react'\nimport { forwardRef } from 'react'\n\nexport const ChevronDown = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n viewBox='0 0 24 24'\n fill='currentcolor'\n width='1em'\n height='1em'\n ref={ref}\n {...props}\n >\n <path\n fillRule='evenodd'\n d='M5.47 8.47a.75.75 0 0 1 1.06 0L12 13.94l5.47-5.47a.75.75 0 1 1 1.06 1.06l-6 6a.75.75 0 0 1-1.06 0l-6-6a.75.75 0 0 1 0-1.06'\n clipRule='evenodd'\n />\n </svg>\n))\n"],"names":["ChevronDown","forwardRef","props","ref","_jsx","xmlns","viewBox","fill","width","height","children","fillRule","d","clipRule"],"mappings":"iEAGO,MAAMA,YAAcC,WAAW,CAACC,EAAgCC,IACrEC,IAAA,MAAA,CACEC,MAAM,6BACNC,QAAQ,YACRC,KAAK,eACLC,MAAM,MACNC,OAAO,MACPN,IAAKA,KACDD,EAAKQ,SAETN,IAAA,OAAA,CACEO,SAAS,UACTC,EAAE,6HACFC,SAAS"}
@@ -1,2 +0,0 @@
1
- 'use strict';var React=require('react');var jsxRuntime=require('react/jsx-runtime');exports.ChevronLeft=React.forwardRef((e,r)=>jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentcolor",width:"1em",height:"1em",ref:r,...e,children:jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M14.53 5.47a.75.75 0 0 1 0 1.06L9.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 0",clipRule:"evenodd"})}));
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../icon-pack/src/icons/ChevronLeft/index.tsx"],"sourcesContent":["import type { SVGProps, Ref } from 'react'\nimport { forwardRef } from 'react'\n\nexport const ChevronLeft = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n viewBox='0 0 24 24'\n fill='currentcolor'\n width='1em'\n height='1em'\n ref={ref}\n {...props}\n >\n <path\n fillRule='evenodd'\n d='M14.53 5.47a.75.75 0 0 1 0 1.06L9.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 0'\n clipRule='evenodd'\n />\n </svg>\n))\n"],"names":["forwardRef","props","ref","_jsx","xmlns","viewBox","fill","width","height","children","fillRule","d","clipRule"],"mappings":"wGAG2BA,MAAAA,WAAW,CAACC,EAAgCC,IACrEC,WAAAA,IAAA,MAAA,CACEC,MAAM,6BACNC,QAAQ,YACRC,KAAK,eACLC,MAAM,MACNC,OAAO,MACPN,IAAKA,KACDD,EAAKQ,SAETN,WAAAA,IAAA,OAAA,CACEO,SAAS,UACTC,EAAE,4HACFC,SAAS"}
@@ -1,2 +0,0 @@
1
- import{forwardRef}from'react';import{jsx}from'react/jsx-runtime';const ChevronLeft=forwardRef((e,r)=>jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentcolor",width:"1em",height:"1em",ref:r,...e,children:jsx("path",{fillRule:"evenodd",d:"M14.53 5.47a.75.75 0 0 1 0 1.06L9.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 0",clipRule:"evenodd"})}));export{ChevronLeft};
2
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","sources":["../../../../../../../icon-pack/src/icons/ChevronLeft/index.tsx"],"sourcesContent":["import type { SVGProps, Ref } from 'react'\nimport { forwardRef } from 'react'\n\nexport const ChevronLeft = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n viewBox='0 0 24 24'\n fill='currentcolor'\n width='1em'\n height='1em'\n ref={ref}\n {...props}\n >\n <path\n fillRule='evenodd'\n d='M14.53 5.47a.75.75 0 0 1 0 1.06L9.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06l-6-6a.75.75 0 0 1 0-1.06l6-6a.75.75 0 0 1 1.06 0'\n clipRule='evenodd'\n />\n </svg>\n))\n"],"names":["ChevronLeft","forwardRef","props","ref","_jsx","xmlns","viewBox","fill","width","height","children","fillRule","d","clipRule"],"mappings":"iEAGO,MAAMA,YAAcC,WAAW,CAACC,EAAgCC,IACrEC,IAAA,MAAA,CACEC,MAAM,6BACNC,QAAQ,YACRC,KAAK,eACLC,MAAM,MACNC,OAAO,MACPN,IAAKA,KACDD,EAAKQ,SAETN,IAAA,OAAA,CACEO,SAAS,UACTC,EAAE,4HACFC,SAAS"}
@@ -1,2 +0,0 @@
1
- 'use strict';var React=require('react');var jsxRuntime=require('react/jsx-runtime');exports.ChevronRight=React.forwardRef((e,r)=>jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentcolor",width:"1em",height:"1em",ref:r,...e,children:jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M9.47 5.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06L14.94 12 9.47 6.53a.75.75 0 0 1 0-1.06",clipRule:"evenodd"})}));
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../icon-pack/src/icons/ChevronRight/index.tsx"],"sourcesContent":["import type { SVGProps, Ref } from 'react'\nimport { forwardRef } from 'react'\n\nexport const ChevronRight = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n viewBox='0 0 24 24'\n fill='currentcolor'\n width='1em'\n height='1em'\n ref={ref}\n {...props}\n >\n <path\n fillRule='evenodd'\n d='M9.47 5.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06L14.94 12 9.47 6.53a.75.75 0 0 1 0-1.06'\n clipRule='evenodd'\n />\n </svg>\n))\n"],"names":["forwardRef","props","ref","_jsx","xmlns","viewBox","fill","width","height","children","fillRule","d","clipRule"],"mappings":"yGAG4BA,MAAAA,WAAW,CAACC,EAAgCC,IACtEC,WAAAA,IAAA,MAAA,CACEC,MAAM,6BACNC,QAAQ,YACRC,KAAK,eACLC,MAAM,MACNC,OAAO,MACPN,IAAKA,KACDD,EAAKQ,SAETN,WAAAA,IAAA,OAAA,CACEO,SAAS,UACTC,EAAE,4HACFC,SAAS"}
@@ -1,2 +0,0 @@
1
- import{forwardRef}from'react';import{jsx}from'react/jsx-runtime';const ChevronRight=forwardRef((e,r)=>jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentcolor",width:"1em",height:"1em",ref:r,...e,children:jsx("path",{fillRule:"evenodd",d:"M9.47 5.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06L14.94 12 9.47 6.53a.75.75 0 0 1 0-1.06",clipRule:"evenodd"})}));export{ChevronRight};
2
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","sources":["../../../../../../../icon-pack/src/icons/ChevronRight/index.tsx"],"sourcesContent":["import type { SVGProps, Ref } from 'react'\nimport { forwardRef } from 'react'\n\nexport const ChevronRight = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n viewBox='0 0 24 24'\n fill='currentcolor'\n width='1em'\n height='1em'\n ref={ref}\n {...props}\n >\n <path\n fillRule='evenodd'\n d='M9.47 5.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06L14.94 12 9.47 6.53a.75.75 0 0 1 0-1.06'\n clipRule='evenodd'\n />\n </svg>\n))\n"],"names":["ChevronRight","forwardRef","props","ref","_jsx","xmlns","viewBox","fill","width","height","children","fillRule","d","clipRule"],"mappings":"iEAGO,MAAMA,aAAeC,WAAW,CAACC,EAAgCC,IACtEC,IAAA,MAAA,CACEC,MAAM,6BACNC,QAAQ,YACRC,KAAK,eACLC,MAAM,MACNC,OAAO,MACPN,IAAKA,KACDD,EAAKQ,SAETN,IAAA,OAAA,CACEO,SAAS,UACTC,EAAE,4HACFC,SAAS"}
@@ -1,2 +0,0 @@
1
- 'use strict';var React=require('react');var jsxRuntime=require('react/jsx-runtime');exports.Redo=React.forwardRef((e,r)=>jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentcolor",width:"1em",height:"1em",ref:r,...e,children:jsxRuntime.jsx("path",{fillRule:"evenodd",d:"M16.47 3.47a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H10a5.25 5.25 0 1 0 0 10.5h4a.75.75 0 0 1 0 1.5h-4a6.75 6.75 0 0 1 0-13.5h8.19l-1.72-1.72a.75.75 0 0 1 0-1.06",clipRule:"evenodd"})}));
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../icon-pack/src/icons/Redo/index.tsx"],"sourcesContent":["import type { SVGProps, Ref } from 'react'\nimport { forwardRef } from 'react'\n\nexport const Redo = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n viewBox='0 0 24 24'\n fill='currentcolor'\n width='1em'\n height='1em'\n ref={ref}\n {...props}\n >\n <path\n fillRule='evenodd'\n d='M16.47 3.47a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H10a5.25 5.25 0 1 0 0 10.5h4a.75.75 0 0 1 0 1.5h-4a6.75 6.75 0 0 1 0-13.5h8.19l-1.72-1.72a.75.75 0 0 1 0-1.06'\n clipRule='evenodd'\n />\n </svg>\n))\n"],"names":["forwardRef","props","ref","_jsx","xmlns","viewBox","fill","width","height","children","fillRule","d","clipRule"],"mappings":"iGAGoBA,MAAAA,WAAW,CAACC,EAAgCC,IAC9DC,WAAAA,IAAA,MAAA,CACEC,MAAM,6BACNC,QAAQ,YACRC,KAAK,eACLC,MAAM,MACNC,OAAO,MACPN,IAAKA,KACDD,EAAKQ,SAETN,WAAAA,IAAA,OAAA,CACEO,SAAS,UACTC,EAAE,6MACFC,SAAS"}
@@ -1,2 +0,0 @@
1
- import{forwardRef}from'react';import{jsx}from'react/jsx-runtime';const Redo=forwardRef((e,r)=>jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentcolor",width:"1em",height:"1em",ref:r,...e,children:jsx("path",{fillRule:"evenodd",d:"M16.47 3.47a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H10a5.25 5.25 0 1 0 0 10.5h4a.75.75 0 0 1 0 1.5h-4a6.75 6.75 0 0 1 0-13.5h8.19l-1.72-1.72a.75.75 0 0 1 0-1.06",clipRule:"evenodd"})}));export{Redo};
2
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","sources":["../../../../../../../icon-pack/src/icons/Redo/index.tsx"],"sourcesContent":["import type { SVGProps, Ref } from 'react'\nimport { forwardRef } from 'react'\n\nexport const Redo = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n viewBox='0 0 24 24'\n fill='currentcolor'\n width='1em'\n height='1em'\n ref={ref}\n {...props}\n >\n <path\n fillRule='evenodd'\n d='M16.47 3.47a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H10a5.25 5.25 0 1 0 0 10.5h4a.75.75 0 0 1 0 1.5h-4a6.75 6.75 0 0 1 0-13.5h8.19l-1.72-1.72a.75.75 0 0 1 0-1.06'\n clipRule='evenodd'\n />\n </svg>\n))\n"],"names":["Redo","forwardRef","props","ref","_jsx","xmlns","viewBox","fill","width","height","children","fillRule","d","clipRule"],"mappings":"iEAGO,MAAMA,KAAOC,WAAW,CAACC,EAAgCC,IAC9DC,IAAA,MAAA,CACEC,MAAM,6BACNC,QAAQ,YACRC,KAAK,eACLC,MAAM,MACNC,OAAO,MACPN,IAAKA,KACDD,EAAKQ,SAETN,IAAA,OAAA,CACEO,SAAS,UACTC,EAAE,6MACFC,SAAS"}