@spectrum-icons/ui 3.6.0 → 3.6.2

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 (79) hide show
  1. package/AlertMedium.d.ts +2 -2
  2. package/AlertMedium.d.ts.map +1 -1
  3. package/AlertSmall.d.ts +2 -2
  4. package/AlertSmall.d.ts.map +1 -1
  5. package/ArrowDownSmall.d.ts +2 -2
  6. package/ArrowDownSmall.d.ts.map +1 -1
  7. package/ArrowLeftMedium.d.ts +2 -2
  8. package/ArrowLeftMedium.d.ts.map +1 -1
  9. package/ArrowUpSmall.d.ts +2 -2
  10. package/ArrowUpSmall.d.ts.map +1 -1
  11. package/Asterisk.d.ts +2 -2
  12. package/Asterisk.d.ts.map +1 -1
  13. package/CheckmarkMedium.d.ts +2 -2
  14. package/CheckmarkMedium.d.ts.map +1 -1
  15. package/CheckmarkSmall.d.ts +2 -2
  16. package/CheckmarkSmall.d.ts.map +1 -1
  17. package/ChevronDownMedium.d.ts +2 -2
  18. package/ChevronDownMedium.d.ts.map +1 -1
  19. package/ChevronDownSmall.d.ts +2 -2
  20. package/ChevronDownSmall.d.ts.map +1 -1
  21. package/ChevronLeftLarge.d.ts +2 -2
  22. package/ChevronLeftLarge.d.ts.map +1 -1
  23. package/ChevronLeftMedium.d.ts +2 -2
  24. package/ChevronLeftMedium.d.ts.map +1 -1
  25. package/ChevronRightLarge.d.ts +2 -2
  26. package/ChevronRightLarge.d.ts.map +1 -1
  27. package/ChevronRightMedium.d.ts +2 -2
  28. package/ChevronRightMedium.d.ts.map +1 -1
  29. package/ChevronRightSmall.d.ts +2 -2
  30. package/ChevronRightSmall.d.ts.map +1 -1
  31. package/ChevronRightSmall.js +16 -1
  32. package/ChevronRightSmall.module.mjs +14 -1
  33. package/ChevronUpSmall.d.ts +2 -2
  34. package/ChevronUpSmall.d.ts.map +1 -1
  35. package/CornerTriangle.d.ts +2 -2
  36. package/CornerTriangle.d.ts.map +1 -1
  37. package/CrossLarge.d.ts +2 -2
  38. package/CrossLarge.d.ts.map +1 -1
  39. package/CrossMedium.d.ts +2 -2
  40. package/CrossMedium.d.ts.map +1 -1
  41. package/CrossSmall.d.ts +2 -2
  42. package/CrossSmall.d.ts.map +1 -1
  43. package/DashSmall.d.ts +2 -2
  44. package/DashSmall.d.ts.map +1 -1
  45. package/DoubleGripper.d.ts +2 -2
  46. package/DoubleGripper.d.ts.map +1 -1
  47. package/FolderBreadcrumb.d.ts +2 -2
  48. package/FolderBreadcrumb.d.ts.map +1 -1
  49. package/FolderBreadcrumb.js +26 -1
  50. package/FolderBreadcrumb.module.mjs +24 -1
  51. package/HelpMedium.d.ts +2 -2
  52. package/HelpMedium.d.ts.map +1 -1
  53. package/HelpSmall.d.ts +2 -2
  54. package/HelpSmall.d.ts.map +1 -1
  55. package/InfoMedium.d.ts +2 -2
  56. package/InfoMedium.d.ts.map +1 -1
  57. package/InfoSmall.d.ts +2 -2
  58. package/InfoSmall.d.ts.map +1 -1
  59. package/ListGripper.d.ts +2 -2
  60. package/ListGripper.d.ts.map +1 -1
  61. package/Magnifier.d.ts +2 -2
  62. package/Magnifier.d.ts.map +1 -1
  63. package/More.d.ts +2 -2
  64. package/More.d.ts.map +1 -1
  65. package/SkipLeft.d.ts +2 -2
  66. package/SkipLeft.d.ts.map +1 -1
  67. package/SkipRight.d.ts +2 -2
  68. package/SkipRight.d.ts.map +1 -1
  69. package/Star.d.ts +2 -2
  70. package/Star.d.ts.map +1 -1
  71. package/StarOutline.d.ts +2 -2
  72. package/StarOutline.d.ts.map +1 -1
  73. package/SuccessMedium.d.ts +2 -2
  74. package/SuccessMedium.d.ts.map +1 -1
  75. package/SuccessSmall.d.ts +2 -2
  76. package/SuccessSmall.d.ts.map +1 -1
  77. package/TripleGripper.d.ts +2 -2
  78. package/TripleGripper.d.ts.map +1 -1
  79. package/package.json +3 -3
package/AlertMedium.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function AlertMedium(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function AlertMedium(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=AlertMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AlertMedium.d.ts","sourceRoot":"","sources":["src/AlertMedium.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAQxE,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,0BAA0B,eAGpE"}
1
+ {"version":3,"file":"AlertMedium.d.ts","sourceRoot":"","sources":["src/AlertMedium.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAExE,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,0BAA0B,qBAGpE"}
package/AlertSmall.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function AlertSmall(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function AlertSmall(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=AlertSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AlertSmall.d.ts","sourceRoot":"","sources":["src/AlertSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAQxE,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,0BAA0B,eAGnE"}
1
+ {"version":3,"file":"AlertSmall.d.ts","sourceRoot":"","sources":["src/AlertSmall.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAExE,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,0BAA0B,qBAGnE"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function ArrowDownSmall(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function ArrowDownSmall(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=ArrowDownSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowDownSmall.d.ts","sourceRoot":"","sources":["src/ArrowDownSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,0BAA0B,eAEvE"}
1
+ {"version":3,"file":"ArrowDownSmall.d.ts","sourceRoot":"","sources":["src/ArrowDownSmall.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,0BAA0B,qBAEvE"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function ArrowLeftMedium(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function ArrowLeftMedium(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=ArrowLeftMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowLeftMedium.d.ts","sourceRoot":"","sources":["src/ArrowLeftMedium.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,KAAK,EAAE,0BAA0B,eAExE"}
1
+ {"version":3,"file":"ArrowLeftMedium.d.ts","sourceRoot":"","sources":["src/ArrowLeftMedium.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,KAAK,EAAE,0BAA0B,qBAExE"}
package/ArrowUpSmall.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function ArrowUpSmall(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function ArrowUpSmall(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=ArrowUpSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowUpSmall.d.ts","sourceRoot":"","sources":["src/ArrowUpSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,0BAA0B,eAErE"}
1
+ {"version":3,"file":"ArrowUpSmall.d.ts","sourceRoot":"","sources":["src/ArrowUpSmall.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,0BAA0B,qBAErE"}
package/Asterisk.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function Asterisk(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function Asterisk(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=Asterisk.d.ts.map
package/Asterisk.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Asterisk.d.ts","sourceRoot":"","sources":["src/Asterisk.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,0BAA0B,eAEjE"}
1
+ {"version":3,"file":"Asterisk.d.ts","sourceRoot":"","sources":["src/Asterisk.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,0BAA0B,qBAEjE"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function CheckmarkMedium(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function CheckmarkMedium(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=CheckmarkMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckmarkMedium.d.ts","sourceRoot":"","sources":["src/CheckmarkMedium.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,KAAK,EAAE,0BAA0B,eAExE"}
1
+ {"version":3,"file":"CheckmarkMedium.d.ts","sourceRoot":"","sources":["src/CheckmarkMedium.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,KAAK,EAAE,0BAA0B,qBAExE"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function CheckmarkSmall(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function CheckmarkSmall(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=CheckmarkSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckmarkSmall.d.ts","sourceRoot":"","sources":["src/CheckmarkSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,0BAA0B,eAEvE"}
1
+ {"version":3,"file":"CheckmarkSmall.d.ts","sourceRoot":"","sources":["src/CheckmarkSmall.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,0BAA0B,qBAEvE"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function ChevronDownMedium(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function ChevronDownMedium(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=ChevronDownMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronDownMedium.d.ts","sourceRoot":"","sources":["src/ChevronDownMedium.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,EAAE,0BAA0B,eAE1E"}
1
+ {"version":3,"file":"ChevronDownMedium.d.ts","sourceRoot":"","sources":["src/ChevronDownMedium.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,EAAE,0BAA0B,qBAE1E"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function ChevronDownSmall(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function ChevronDownSmall(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=ChevronDownSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronDownSmall.d.ts","sourceRoot":"","sources":["src/ChevronDownSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,EAAE,0BAA0B,eAEzE"}
1
+ {"version":3,"file":"ChevronDownSmall.d.ts","sourceRoot":"","sources":["src/ChevronDownSmall.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,EAAE,0BAA0B,qBAEzE"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function ChevronLeftLarge(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function ChevronLeftLarge(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=ChevronLeftLarge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronLeftLarge.d.ts","sourceRoot":"","sources":["src/ChevronLeftLarge.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,EAAE,0BAA0B,eAEzE"}
1
+ {"version":3,"file":"ChevronLeftLarge.d.ts","sourceRoot":"","sources":["src/ChevronLeftLarge.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,EAAE,0BAA0B,qBAEzE"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function ChevronLeftMedium(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function ChevronLeftMedium(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=ChevronLeftMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronLeftMedium.d.ts","sourceRoot":"","sources":["src/ChevronLeftMedium.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,EAAE,0BAA0B,eAE1E"}
1
+ {"version":3,"file":"ChevronLeftMedium.d.ts","sourceRoot":"","sources":["src/ChevronLeftMedium.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,EAAE,0BAA0B,qBAE1E"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function ChevronRightLarge(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function ChevronRightLarge(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=ChevronRightLarge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronRightLarge.d.ts","sourceRoot":"","sources":["src/ChevronRightLarge.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,EAAE,0BAA0B,eAE1E"}
1
+ {"version":3,"file":"ChevronRightLarge.d.ts","sourceRoot":"","sources":["src/ChevronRightLarge.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,EAAE,0BAA0B,qBAE1E"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function ChevronRightMedium(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function ChevronRightMedium(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=ChevronRightMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronRightMedium.d.ts","sourceRoot":"","sources":["src/ChevronRightMedium.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,KAAK,EAAE,0BAA0B,eAE3E"}
1
+ {"version":3,"file":"ChevronRightMedium.d.ts","sourceRoot":"","sources":["src/ChevronRightMedium.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,KAAK,EAAE,0BAA0B,qBAE3E"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function ChevronRightSmall(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function ChevronRightSmall(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=ChevronRightSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronRightSmall.d.ts","sourceRoot":"","sources":["src/ChevronRightSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,EAAE,0BAA0B,eAE1E"}
1
+ {"version":3,"file":"ChevronRightSmall.d.ts","sourceRoot":"","sources":["src/ChevronRightSmall.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAExE,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,EAAE,0BAA0B,qBAG1E"}
@@ -5,12 +5,27 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
5
5
  exports.__esModule = true;
6
6
  exports.default = ChevronRightSmall;
7
7
 
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+
8
10
  var _ChevronRightSmall = require("@adobe/react-spectrum-ui/dist/ChevronRightSmall.js");
9
11
 
10
12
  var _icon = require("@react-spectrum/icon");
11
13
 
14
+ var _provider = require("@react-spectrum/provider");
15
+
12
16
  var _react = _interopRequireDefault(require("react"));
13
17
 
18
+ const ExpressIcon = props => /*#__PURE__*/_react.default.createElement("svg", (0, _extends2.default)({
19
+ viewBox: "0 0 18 18"
20
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
21
+ d: "M7.707 4.293a1 1 0 1 0-1.414 1.414L9.586 9l-3.293 3.293a1 1 0 1 0 1.414 1.414l4-4a1 1 0 0 0 0-1.414l-4-4Z"
22
+ }));
23
+
24
+ ExpressIcon.displayName = _ChevronRightSmall.ChevronRightSmall.displayName;
25
+
14
26
  function ChevronRightSmall(props) {
15
- return /*#__PURE__*/_react.default.createElement(_icon.UIIcon, props, /*#__PURE__*/_react.default.createElement(_ChevronRightSmall.ChevronRightSmall, null));
27
+ var _provider$theme, _provider$theme$globa;
28
+
29
+ let provider = (0, _provider.useProvider)();
30
+ return /*#__PURE__*/_react.default.createElement(_icon.UIIcon, props, provider != null && (_provider$theme = provider.theme) != null && (_provider$theme$globa = _provider$theme.global) != null && _provider$theme$globa.express ? /*#__PURE__*/_react.default.createElement(ExpressIcon, null) : /*#__PURE__*/_react.default.createElement(_ChevronRightSmall.ChevronRightSmall, null));
16
31
  }
@@ -1,6 +1,19 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
1
2
  import { ChevronRightSmall as IconComponent } from '@adobe/react-spectrum-ui/dist/ChevronRightSmall.js';
2
3
  import { UIIcon } from '@react-spectrum/icon';
4
+ import { useProvider } from '@react-spectrum/provider';
3
5
  import React from 'react';
6
+
7
+ const ExpressIcon = props => /*#__PURE__*/React.createElement("svg", _extends({
8
+ viewBox: "0 0 18 18"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M7.707 4.293a1 1 0 1 0-1.414 1.414L9.586 9l-3.293 3.293a1 1 0 1 0 1.414 1.414l4-4a1 1 0 0 0 0-1.414l-4-4Z"
11
+ }));
12
+
13
+ ExpressIcon.displayName = IconComponent.displayName;
4
14
  export default function ChevronRightSmall(props) {
5
- return /*#__PURE__*/React.createElement(UIIcon, props, /*#__PURE__*/React.createElement(IconComponent, null));
15
+ var _provider$theme, _provider$theme$globa;
16
+
17
+ let provider = useProvider();
18
+ return /*#__PURE__*/React.createElement(UIIcon, props, provider != null && (_provider$theme = provider.theme) != null && (_provider$theme$globa = _provider$theme.global) != null && _provider$theme$globa.express ? /*#__PURE__*/React.createElement(ExpressIcon, null) : /*#__PURE__*/React.createElement(IconComponent, null));
6
19
  }
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function ChevronUpSmall(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function ChevronUpSmall(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=ChevronUpSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronUpSmall.d.ts","sourceRoot":"","sources":["src/ChevronUpSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,0BAA0B,eAEvE"}
1
+ {"version":3,"file":"ChevronUpSmall.d.ts","sourceRoot":"","sources":["src/ChevronUpSmall.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,0BAA0B,qBAEvE"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function CornerTriangle(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function CornerTriangle(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=CornerTriangle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CornerTriangle.d.ts","sourceRoot":"","sources":["src/CornerTriangle.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,0BAA0B,eAEvE"}
1
+ {"version":3,"file":"CornerTriangle.d.ts","sourceRoot":"","sources":["src/CornerTriangle.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,0BAA0B,qBAEvE"}
package/CrossLarge.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function CrossLarge(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function CrossLarge(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=CrossLarge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CrossLarge.d.ts","sourceRoot":"","sources":["src/CrossLarge.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,0BAA0B,eAEnE"}
1
+ {"version":3,"file":"CrossLarge.d.ts","sourceRoot":"","sources":["src/CrossLarge.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,0BAA0B,qBAEnE"}
package/CrossMedium.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function CrossMedium(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function CrossMedium(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=CrossMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CrossMedium.d.ts","sourceRoot":"","sources":["src/CrossMedium.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,0BAA0B,eAEpE"}
1
+ {"version":3,"file":"CrossMedium.d.ts","sourceRoot":"","sources":["src/CrossMedium.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,0BAA0B,qBAEpE"}
package/CrossSmall.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function CrossSmall(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function CrossSmall(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=CrossSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CrossSmall.d.ts","sourceRoot":"","sources":["src/CrossSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,0BAA0B,eAEnE"}
1
+ {"version":3,"file":"CrossSmall.d.ts","sourceRoot":"","sources":["src/CrossSmall.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,0BAA0B,qBAEnE"}
package/DashSmall.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function DashSmall(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function DashSmall(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=DashSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DashSmall.d.ts","sourceRoot":"","sources":["src/DashSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,0BAA0B,eAElE"}
1
+ {"version":3,"file":"DashSmall.d.ts","sourceRoot":"","sources":["src/DashSmall.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,0BAA0B,qBAElE"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function DoubleGripper(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function DoubleGripper(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=DoubleGripper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DoubleGripper.d.ts","sourceRoot":"","sources":["src/DoubleGripper.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,0BAA0B,eAEtE"}
1
+ {"version":3,"file":"DoubleGripper.d.ts","sourceRoot":"","sources":["src/DoubleGripper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,0BAA0B,qBAEtE"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function FolderBreadcrumb(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function FolderBreadcrumb(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=FolderBreadcrumb.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FolderBreadcrumb.d.ts","sourceRoot":"","sources":["src/FolderBreadcrumb.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,EAAE,0BAA0B,eAEzE"}
1
+ {"version":3,"file":"FolderBreadcrumb.d.ts","sourceRoot":"","sources":["src/FolderBreadcrumb.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAExE,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,EAAE,0BAA0B,qBAGzE"}
@@ -5,12 +5,37 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
5
5
  exports.__esModule = true;
6
6
  exports.default = FolderBreadcrumb;
7
7
 
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+
8
10
  var _FolderBreadcrumb = require("@adobe/react-spectrum-ui/dist/FolderBreadcrumb.js");
9
11
 
10
12
  var _icon = require("@react-spectrum/icon");
11
13
 
14
+ var _provider = require("@react-spectrum/provider");
15
+
12
16
  var _react = _interopRequireDefault(require("react"));
13
17
 
18
+ const ExpressIcon = props => /*#__PURE__*/_react.default.createElement("svg", (0, _extends2.default)({
19
+ viewBox: "0 0 18 18"
20
+ }, props), /*#__PURE__*/_react.default.createElement("circle", {
21
+ cx: 9,
22
+ cy: 9,
23
+ r: 2
24
+ }), /*#__PURE__*/_react.default.createElement("circle", {
25
+ cx: 15,
26
+ cy: 9,
27
+ r: 2
28
+ }), /*#__PURE__*/_react.default.createElement("circle", {
29
+ cx: 3,
30
+ cy: 9,
31
+ r: 2
32
+ }));
33
+
34
+ ExpressIcon.displayName = _FolderBreadcrumb.FolderBreadcrumb.displayName;
35
+
14
36
  function FolderBreadcrumb(props) {
15
- return /*#__PURE__*/_react.default.createElement(_icon.UIIcon, props, /*#__PURE__*/_react.default.createElement(_FolderBreadcrumb.FolderBreadcrumb, null));
37
+ var _provider$theme, _provider$theme$globa;
38
+
39
+ let provider = (0, _provider.useProvider)();
40
+ return /*#__PURE__*/_react.default.createElement(_icon.UIIcon, props, provider != null && (_provider$theme = provider.theme) != null && (_provider$theme$globa = _provider$theme.global) != null && _provider$theme$globa.express ? /*#__PURE__*/_react.default.createElement(ExpressIcon, null) : /*#__PURE__*/_react.default.createElement(_FolderBreadcrumb.FolderBreadcrumb, null));
16
41
  }
@@ -1,6 +1,29 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
1
2
  import { FolderBreadcrumb as IconComponent } from '@adobe/react-spectrum-ui/dist/FolderBreadcrumb.js';
2
3
  import { UIIcon } from '@react-spectrum/icon';
4
+ import { useProvider } from '@react-spectrum/provider';
3
5
  import React from 'react';
6
+
7
+ const ExpressIcon = props => /*#__PURE__*/React.createElement("svg", _extends({
8
+ viewBox: "0 0 18 18"
9
+ }, props), /*#__PURE__*/React.createElement("circle", {
10
+ cx: 9,
11
+ cy: 9,
12
+ r: 2
13
+ }), /*#__PURE__*/React.createElement("circle", {
14
+ cx: 15,
15
+ cy: 9,
16
+ r: 2
17
+ }), /*#__PURE__*/React.createElement("circle", {
18
+ cx: 3,
19
+ cy: 9,
20
+ r: 2
21
+ }));
22
+
23
+ ExpressIcon.displayName = IconComponent.displayName;
4
24
  export default function FolderBreadcrumb(props) {
5
- return /*#__PURE__*/React.createElement(UIIcon, props, /*#__PURE__*/React.createElement(IconComponent, null));
25
+ var _provider$theme, _provider$theme$globa;
26
+
27
+ let provider = useProvider();
28
+ return /*#__PURE__*/React.createElement(UIIcon, props, provider != null && (_provider$theme = provider.theme) != null && (_provider$theme$globa = _provider$theme.global) != null && _provider$theme$globa.express ? /*#__PURE__*/React.createElement(ExpressIcon, null) : /*#__PURE__*/React.createElement(IconComponent, null));
6
29
  }
package/HelpMedium.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function HelpMedium(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function HelpMedium(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=HelpMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HelpMedium.d.ts","sourceRoot":"","sources":["src/HelpMedium.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,0BAA0B,eAEnE"}
1
+ {"version":3,"file":"HelpMedium.d.ts","sourceRoot":"","sources":["src/HelpMedium.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,0BAA0B,qBAEnE"}
package/HelpSmall.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function HelpSmall(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function HelpSmall(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=HelpSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HelpSmall.d.ts","sourceRoot":"","sources":["src/HelpSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,0BAA0B,eAElE"}
1
+ {"version":3,"file":"HelpSmall.d.ts","sourceRoot":"","sources":["src/HelpSmall.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,0BAA0B,qBAElE"}
package/InfoMedium.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function InfoMedium(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function InfoMedium(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=InfoMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoMedium.d.ts","sourceRoot":"","sources":["src/InfoMedium.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAQxE,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,0BAA0B,eAGnE"}
1
+ {"version":3,"file":"InfoMedium.d.ts","sourceRoot":"","sources":["src/InfoMedium.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAExE,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,0BAA0B,qBAGnE"}
package/InfoSmall.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function InfoSmall(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function InfoSmall(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=InfoSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoSmall.d.ts","sourceRoot":"","sources":["src/InfoSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAQxE,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,0BAA0B,eAGlE"}
1
+ {"version":3,"file":"InfoSmall.d.ts","sourceRoot":"","sources":["src/InfoSmall.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAExE,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,0BAA0B,qBAGlE"}
package/ListGripper.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function ListGripper(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function ListGripper(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=ListGripper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListGripper.d.ts","sourceRoot":"","sources":["src/ListGripper.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,0BAA0B,eAEpE"}
1
+ {"version":3,"file":"ListGripper.d.ts","sourceRoot":"","sources":["src/ListGripper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,0BAA0B,qBAEpE"}
package/Magnifier.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function Magnifier(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function Magnifier(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=Magnifier.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Magnifier.d.ts","sourceRoot":"","sources":["src/Magnifier.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,0BAA0B,eAElE"}
1
+ {"version":3,"file":"Magnifier.d.ts","sourceRoot":"","sources":["src/Magnifier.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,0BAA0B,qBAElE"}
package/More.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function More(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function More(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=More.d.ts.map
package/More.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"More.d.ts","sourceRoot":"","sources":["src/More.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,0BAA0B,eAE7D"}
1
+ {"version":3,"file":"More.d.ts","sourceRoot":"","sources":["src/More.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,0BAA0B,qBAE7D"}
package/SkipLeft.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function SkipLeft(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function SkipLeft(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=SkipLeft.d.ts.map
package/SkipLeft.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"SkipLeft.d.ts","sourceRoot":"","sources":["src/SkipLeft.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,0BAA0B,eAEjE"}
1
+ {"version":3,"file":"SkipLeft.d.ts","sourceRoot":"","sources":["src/SkipLeft.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,0BAA0B,qBAEjE"}
package/SkipRight.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function SkipRight(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function SkipRight(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=SkipRight.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SkipRight.d.ts","sourceRoot":"","sources":["src/SkipRight.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,0BAA0B,eAElE"}
1
+ {"version":3,"file":"SkipRight.d.ts","sourceRoot":"","sources":["src/SkipRight.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,0BAA0B,qBAElE"}
package/Star.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function Star(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function Star(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=Star.d.ts.map
package/Star.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Star.d.ts","sourceRoot":"","sources":["src/Star.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,0BAA0B,eAE7D"}
1
+ {"version":3,"file":"Star.d.ts","sourceRoot":"","sources":["src/Star.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,EAAE,0BAA0B,qBAE7D"}
package/StarOutline.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function StarOutline(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function StarOutline(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=StarOutline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StarOutline.d.ts","sourceRoot":"","sources":["src/StarOutline.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,0BAA0B,eAEpE"}
1
+ {"version":3,"file":"StarOutline.d.ts","sourceRoot":"","sources":["src/StarOutline.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,0BAA0B,qBAEpE"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function SuccessMedium(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function SuccessMedium(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=SuccessMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SuccessMedium.d.ts","sourceRoot":"","sources":["src/SuccessMedium.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAQxE,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,0BAA0B,eAGtE"}
1
+ {"version":3,"file":"SuccessMedium.d.ts","sourceRoot":"","sources":["src/SuccessMedium.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAExE,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,0BAA0B,qBAGtE"}
package/SuccessSmall.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function SuccessSmall(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function SuccessSmall(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=SuccessSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SuccessSmall.d.ts","sourceRoot":"","sources":["src/SuccessSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAQxE,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,0BAA0B,eAGrE"}
1
+ {"version":3,"file":"SuccessSmall.d.ts","sourceRoot":"","sources":["src/SuccessSmall.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAExE,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,0BAA0B,qBAGrE"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
- export default function TripleGripper(props: UIIconPropsWithoutChildren): JSX.Element;
2
+ import React from 'react';
3
+ export default function TripleGripper(props: UIIconPropsWithoutChildren): React.JSX.Element;
4
4
  //# sourceMappingURL=TripleGripper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TripleGripper.d.ts","sourceRoot":"","sources":["src/TripleGripper.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,0BAA0B,eAEtE"}
1
+ {"version":3,"file":"TripleGripper.d.ts","sourceRoot":"","sources":["src/TripleGripper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AACxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,0BAA0B,qBAEtE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-icons/ui",
3
- "version": "3.6.0",
3
+ "version": "3.6.2",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@adobe/react-spectrum-ui": "1.2.0",
26
- "@react-spectrum/icon": "^3.7.6",
26
+ "@react-spectrum/icon": "^3.7.8",
27
27
  "@swc/helpers": "^0.5.0"
28
28
  },
29
29
  "devDependencies": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "4122e44d1991c90507d630d35ed297f89db435d3"
39
+ "gitHead": "9ce2f674eab2cc8912800d3162dcf00a1ce94274"
40
40
  }