@spectrum-icons/ui 3.0.2 → 3.2.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 (75) hide show
  1. package/AlertMedium.d.ts +2 -1
  2. package/AlertMedium.d.ts.map +1 -1
  3. package/AlertSmall.d.ts +2 -1
  4. package/AlertSmall.d.ts.map +1 -1
  5. package/ArrowDownSmall.d.ts +2 -1
  6. package/ArrowDownSmall.d.ts.map +1 -1
  7. package/ArrowLeftMedium.d.ts +2 -1
  8. package/ArrowLeftMedium.d.ts.map +1 -1
  9. package/ArrowUpSmall.d.ts +2 -1
  10. package/ArrowUpSmall.d.ts.map +1 -1
  11. package/Asterisk.d.ts +2 -1
  12. package/Asterisk.d.ts.map +1 -1
  13. package/CheckmarkMedium.d.ts +2 -1
  14. package/CheckmarkMedium.d.ts.map +1 -1
  15. package/CheckmarkSmall.d.ts +2 -1
  16. package/CheckmarkSmall.d.ts.map +1 -1
  17. package/ChevronDownMedium.d.ts +2 -1
  18. package/ChevronDownMedium.d.ts.map +1 -1
  19. package/ChevronDownSmall.d.ts +2 -1
  20. package/ChevronDownSmall.d.ts.map +1 -1
  21. package/ChevronLeftLarge.d.ts +2 -1
  22. package/ChevronLeftLarge.d.ts.map +1 -1
  23. package/ChevronLeftMedium.d.ts +2 -1
  24. package/ChevronLeftMedium.d.ts.map +1 -1
  25. package/ChevronRightLarge.d.ts +2 -1
  26. package/ChevronRightLarge.d.ts.map +1 -1
  27. package/ChevronRightMedium.d.ts +2 -1
  28. package/ChevronRightMedium.d.ts.map +1 -1
  29. package/ChevronRightSmall.d.ts +2 -1
  30. package/ChevronRightSmall.d.ts.map +1 -1
  31. package/ChevronUpSmall.d.ts +2 -1
  32. package/ChevronUpSmall.d.ts.map +1 -1
  33. package/CornerTriangle.d.ts +2 -1
  34. package/CornerTriangle.d.ts.map +1 -1
  35. package/CrossLarge.d.ts +2 -1
  36. package/CrossLarge.d.ts.map +1 -1
  37. package/CrossMedium.d.ts +2 -1
  38. package/CrossMedium.d.ts.map +1 -1
  39. package/CrossSmall.d.ts +2 -1
  40. package/CrossSmall.d.ts.map +1 -1
  41. package/DashSmall.d.ts +2 -1
  42. package/DashSmall.d.ts.map +1 -1
  43. package/DoubleGripper.d.ts +2 -1
  44. package/DoubleGripper.d.ts.map +1 -1
  45. package/FolderBreadcrumb.d.ts +2 -1
  46. package/FolderBreadcrumb.d.ts.map +1 -1
  47. package/HelpMedium.d.ts +2 -1
  48. package/HelpMedium.d.ts.map +1 -1
  49. package/HelpSmall.d.ts +2 -1
  50. package/HelpSmall.d.ts.map +1 -1
  51. package/InfoMedium.d.ts +2 -1
  52. package/InfoMedium.d.ts.map +1 -1
  53. package/InfoSmall.d.ts +2 -1
  54. package/InfoSmall.d.ts.map +1 -1
  55. package/Magnifier.d.ts +2 -1
  56. package/Magnifier.d.ts.map +1 -1
  57. package/More.d.ts +2 -1
  58. package/More.d.ts.map +1 -1
  59. package/README.md +1 -1
  60. package/SkipLeft.d.ts +2 -1
  61. package/SkipLeft.d.ts.map +1 -1
  62. package/SkipRight.d.ts +2 -1
  63. package/SkipRight.d.ts.map +1 -1
  64. package/Star.d.ts +2 -1
  65. package/Star.d.ts.map +1 -1
  66. package/StarOutline.d.ts +2 -1
  67. package/StarOutline.d.ts.map +1 -1
  68. package/SuccessMedium.d.ts +2 -1
  69. package/SuccessMedium.d.ts.map +1 -1
  70. package/SuccessSmall.d.ts +2 -1
  71. package/SuccessSmall.d.ts.map +1 -1
  72. package/TripleGripper.d.ts +2 -1
  73. package/TripleGripper.d.ts.map +1 -1
  74. package/package.json +10 -7
  75. package/tsconfig.types.json +3 -2
package/AlertMedium.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function AlertMedium(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function AlertMedium(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=AlertMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AlertMedium.d.ts","sourceRoot":"","sources":["src/AlertMedium.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,KAAA,eAExC"}
1
+ {"version":3,"file":"AlertMedium.d.ts","sourceRoot":"","sources":["src/AlertMedium.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,0BAA0B,eAEpE"}
package/AlertSmall.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function AlertSmall(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function AlertSmall(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=AlertSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AlertSmall.d.ts","sourceRoot":"","sources":["src/AlertSmall.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,KAAA,eAEvC"}
1
+ {"version":3,"file":"AlertSmall.d.ts","sourceRoot":"","sources":["src/AlertSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,0BAA0B,eAEnE"}
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function ArrowDownSmall(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function ArrowDownSmall(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=ArrowDownSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowDownSmall.d.ts","sourceRoot":"","sources":["src/ArrowDownSmall.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,KAAA,eAE3C"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function ArrowLeftMedium(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function ArrowLeftMedium(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=ArrowLeftMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowLeftMedium.d.ts","sourceRoot":"","sources":["src/ArrowLeftMedium.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,KAAK,KAAA,eAE5C"}
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"}
package/ArrowUpSmall.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function ArrowUpSmall(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function ArrowUpSmall(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=ArrowUpSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowUpSmall.d.ts","sourceRoot":"","sources":["src/ArrowUpSmall.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,KAAA,eAEzC"}
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"}
package/Asterisk.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function Asterisk(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function Asterisk(props: UIIconPropsWithoutChildren): JSX.Element;
3
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":";AAIA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,KAAA,eAErC"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function CheckmarkMedium(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function CheckmarkMedium(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=CheckmarkMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckmarkMedium.d.ts","sourceRoot":"","sources":["src/CheckmarkMedium.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,KAAK,KAAA,eAE5C"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function CheckmarkSmall(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function CheckmarkSmall(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=CheckmarkSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckmarkSmall.d.ts","sourceRoot":"","sources":["src/CheckmarkSmall.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,KAAA,eAE3C"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function ChevronDownMedium(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function ChevronDownMedium(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=ChevronDownMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronDownMedium.d.ts","sourceRoot":"","sources":["src/ChevronDownMedium.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,KAAA,eAE9C"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function ChevronDownSmall(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function ChevronDownSmall(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=ChevronDownSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronDownSmall.d.ts","sourceRoot":"","sources":["src/ChevronDownSmall.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,KAAA,eAE7C"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function ChevronLeftLarge(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function ChevronLeftLarge(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=ChevronLeftLarge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronLeftLarge.d.ts","sourceRoot":"","sources":["src/ChevronLeftLarge.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,KAAA,eAE7C"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function ChevronLeftMedium(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function ChevronLeftMedium(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=ChevronLeftMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronLeftMedium.d.ts","sourceRoot":"","sources":["src/ChevronLeftMedium.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,KAAA,eAE9C"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function ChevronRightLarge(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function ChevronRightLarge(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=ChevronRightLarge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronRightLarge.d.ts","sourceRoot":"","sources":["src/ChevronRightLarge.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,KAAA,eAE9C"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function ChevronRightMedium(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function ChevronRightMedium(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=ChevronRightMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronRightMedium.d.ts","sourceRoot":"","sources":["src/ChevronRightMedium.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,KAAK,KAAA,eAE/C"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function ChevronRightSmall(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function ChevronRightSmall(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=ChevronRightSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronRightSmall.d.ts","sourceRoot":"","sources":["src/ChevronRightSmall.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,KAAA,eAE9C"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function ChevronUpSmall(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function ChevronUpSmall(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=ChevronUpSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChevronUpSmall.d.ts","sourceRoot":"","sources":["src/ChevronUpSmall.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,KAAA,eAE3C"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function CornerTriangle(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function CornerTriangle(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=CornerTriangle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CornerTriangle.d.ts","sourceRoot":"","sources":["src/CornerTriangle.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,KAAA,eAE3C"}
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"}
package/CrossLarge.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function CrossLarge(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function CrossLarge(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=CrossLarge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CrossLarge.d.ts","sourceRoot":"","sources":["src/CrossLarge.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,KAAA,eAEvC"}
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"}
package/CrossMedium.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function CrossMedium(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function CrossMedium(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=CrossMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CrossMedium.d.ts","sourceRoot":"","sources":["src/CrossMedium.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,KAAA,eAExC"}
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"}
package/CrossSmall.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function CrossSmall(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function CrossSmall(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=CrossSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CrossSmall.d.ts","sourceRoot":"","sources":["src/CrossSmall.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,KAAA,eAEvC"}
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"}
package/DashSmall.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function DashSmall(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function DashSmall(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=DashSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DashSmall.d.ts","sourceRoot":"","sources":["src/DashSmall.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,KAAA,eAEtC"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function DoubleGripper(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function DoubleGripper(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=DoubleGripper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DoubleGripper.d.ts","sourceRoot":"","sources":["src/DoubleGripper.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,KAAA,eAE1C"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function FolderBreadcrumb(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function FolderBreadcrumb(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=FolderBreadcrumb.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FolderBreadcrumb.d.ts","sourceRoot":"","sources":["src/FolderBreadcrumb.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,KAAA,eAE7C"}
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"}
package/HelpMedium.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function HelpMedium(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function HelpMedium(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=HelpMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HelpMedium.d.ts","sourceRoot":"","sources":["src/HelpMedium.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,KAAA,eAEvC"}
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"}
package/HelpSmall.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function HelpSmall(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function HelpSmall(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=HelpSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HelpSmall.d.ts","sourceRoot":"","sources":["src/HelpSmall.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,KAAA,eAEtC"}
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"}
package/InfoMedium.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function InfoMedium(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function InfoMedium(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=InfoMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoMedium.d.ts","sourceRoot":"","sources":["src/InfoMedium.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,KAAA,eAEvC"}
1
+ {"version":3,"file":"InfoMedium.d.ts","sourceRoot":"","sources":["src/InfoMedium.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,0BAA0B,eAEnE"}
package/InfoSmall.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function InfoSmall(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function InfoSmall(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=InfoSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoSmall.d.ts","sourceRoot":"","sources":["src/InfoSmall.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,KAAA,eAEtC"}
1
+ {"version":3,"file":"InfoSmall.d.ts","sourceRoot":"","sources":["src/InfoSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,0BAA0B,eAElE"}
package/Magnifier.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function Magnifier(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function Magnifier(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=Magnifier.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Magnifier.d.ts","sourceRoot":"","sources":["src/Magnifier.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,KAAA,eAEtC"}
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"}
package/More.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function More(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function More(props: UIIconPropsWithoutChildren): JSX.Element;
3
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":";AAIA,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,KAAA,eAEjC"}
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"}
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # undefined
1
+ # @spectrum-icons/ui
2
2
 
3
3
  This package is part of [react-spectrum](https://github.com/adobe/react-spectrum). See the repo for more details.
package/SkipLeft.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function SkipLeft(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function SkipLeft(props: UIIconPropsWithoutChildren): JSX.Element;
3
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":";AAIA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,KAAA,eAErC"}
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"}
package/SkipRight.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function SkipRight(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function SkipRight(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=SkipRight.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SkipRight.d.ts","sourceRoot":"","sources":["src/SkipRight.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,KAAA,eAEtC"}
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"}
package/Star.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function Star(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function Star(props: UIIconPropsWithoutChildren): JSX.Element;
3
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":";AAIA,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK,KAAA,eAEjC"}
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"}
package/StarOutline.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function StarOutline(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function StarOutline(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=StarOutline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StarOutline.d.ts","sourceRoot":"","sources":["src/StarOutline.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,KAAA,eAExC"}
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,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function SuccessMedium(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function SuccessMedium(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=SuccessMedium.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SuccessMedium.d.ts","sourceRoot":"","sources":["src/SuccessMedium.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,KAAA,eAE1C"}
1
+ {"version":3,"file":"SuccessMedium.d.ts","sourceRoot":"","sources":["src/SuccessMedium.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,0BAA0B,eAEtE"}
package/SuccessSmall.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function SuccessSmall(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function SuccessSmall(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=SuccessSmall.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SuccessSmall.d.ts","sourceRoot":"","sources":["src/SuccessSmall.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,KAAA,eAEzC"}
1
+ {"version":3,"file":"SuccessSmall.d.ts","sourceRoot":"","sources":["src/SuccessSmall.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,0BAA0B,EAAC,MAAM,sBAAsB,CAAC;AAGxE,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,0BAA0B,eAErE"}
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
- export default function TripleGripper(props: any): JSX.Element;
2
+ import { UIIconPropsWithoutChildren } from '@react-spectrum/icon';
3
+ export default function TripleGripper(props: UIIconPropsWithoutChildren): JSX.Element;
3
4
  //# sourceMappingURL=TripleGripper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TripleGripper.d.ts","sourceRoot":"","sources":["src/TripleGripper.tsx"],"names":[],"mappings":";AAIA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,KAAA,eAE1C"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-icons/ui",
3
- "version": "3.0.2",
3
+ "version": "3.2.2",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -8,19 +8,22 @@
8
8
  "url": "https://github.com/adobe/react-spectrum"
9
9
  },
10
10
  "scripts": {
11
- "build-icons": "BUILD_ENV=production babel --root-mode upward src -d . --extensions '.tsx'",
12
- "make-icons": "babel-node --presets @babel/env ./scripts/generateIcons.js -i '[]' && pwd && ( tsc --project './tsconfig.types.json' || true )"
11
+ "build-icons": "cross-env BUILD_ENV=production babel --root-mode upward src -d . --extensions '.tsx'",
12
+ "make-icons": "babel-node --presets @babel/env ./scripts/generateIcons.js -i '[]' && tsc --project ./tsconfig.types.json"
13
13
  },
14
14
  "dependencies": {
15
15
  "@adobe/react-spectrum-ui": "^1.0.0",
16
- "@react-spectrum/icon": "^3.0.2"
16
+ "@react-spectrum/icon": "^3.3.3"
17
17
  },
18
18
  "devDependencies": {
19
- "@spectrum-icons/build-tools": "^3.0.0-alpha.1",
20
- "react": "^16.8.0"
19
+ "@spectrum-icons/build-tools": "3.0.0-alpha.1"
20
+ },
21
+ "peerDependencies": {
22
+ "@react-spectrum/provider": "^3.0.0",
23
+ "react": "^16.8.0 || ^17.0.0-rc.1"
21
24
  },
22
25
  "publishConfig": {
23
26
  "access": "public"
24
27
  },
25
- "gitHead": "05003506f02a0ec173f3448f1801cbdf12b47bc7"
28
+ "gitHead": "54c2366c4f31bd4bf619126131cd583c12972acc"
26
29
  }
@@ -11,7 +11,8 @@
11
11
  },
12
12
  "include": [
13
13
  "src",
14
- "../../@react-types/shared/src/css.d.ts"
14
+ "../../@react-types/shared/src/css.d.ts",
15
+ "../../@react-spectrum/utils/src/ResizeObserver.d.ts"
15
16
  ],
16
- "exclude": ["scripts", "node_modules", "stories"]
17
+ "exclude": ["scripts", "node_modules", "stories", "chromatic"]
17
18
  }