@fibery/ui-kit 1.29.2 → 1.29.5

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 (59) hide show
  1. package/package.json +5 -4
  2. package/src/actions-menu/actions-menu-item.tsx +3 -1
  3. package/src/actions-menu/actions-menu-sub-command-menu.tsx +14 -6
  4. package/src/button/button-base.tsx +1 -1
  5. package/src/button/button.tsx +1 -1
  6. package/src/design-system.ts +78 -23
  7. package/src/emoji-picker/primitives/footer.tsx +1 -1
  8. package/src/icons/ast/Abort.ts +8 -0
  9. package/src/icons/ast/AiAssistant.ts +1 -1
  10. package/src/icons/ast/AiAvatar.ts +1 -1
  11. package/src/icons/ast/Clear.ts +8 -0
  12. package/src/icons/ast/Database.ts +1 -1
  13. package/src/icons/ast/DatabaseStroke.ts +8 -0
  14. package/src/icons/ast/ExtensionComments.ts +1 -1
  15. package/src/icons/ast/FieldUnit.ts +1 -1
  16. package/src/icons/ast/InfoCircle.ts +8 -0
  17. package/src/icons/ast/Key.ts +8 -0
  18. package/src/icons/ast/MoveBottom.ts +1 -1
  19. package/src/icons/ast/MoveLeft.ts +1 -1
  20. package/src/icons/ast/MoveRight.ts +1 -1
  21. package/src/icons/ast/MoveTop.ts +1 -1
  22. package/src/icons/ast/Pin.ts +1 -1
  23. package/src/icons/ast/RicheditorCommentCreate.ts +1 -1
  24. package/src/icons/ast/SendArrow.ts +8 -0
  25. package/src/icons/ast/UnitsAvatar.ts +8 -0
  26. package/src/icons/ast/UnitsCollection.ts +8 -0
  27. package/src/icons/ast/UnitsCounter.ts +8 -0
  28. package/src/icons/ast/UnitsDbBadgeAbbr.ts +8 -0
  29. package/src/icons/ast/UnitsDbBadgeFull.ts +8 -0
  30. package/src/icons/ast/UnitsDbIcon.ts +8 -0
  31. package/src/icons/ast/UnitsField.ts +8 -0
  32. package/src/icons/ast/UnitsInput.ts +8 -0
  33. package/src/icons/ast/UnitsProgressBar.ts +8 -0
  34. package/src/icons/ast/UnitsRichText.ts +8 -0
  35. package/src/icons/ast/UnitsSnippet.ts +8 -0
  36. package/src/icons/ast/index.tsx +17 -0
  37. package/src/icons/react/Abort.tsx +12 -0
  38. package/src/icons/react/Clear.tsx +12 -0
  39. package/src/icons/react/DatabaseStroke.tsx +12 -0
  40. package/src/icons/react/InfoCircle.tsx +12 -0
  41. package/src/icons/react/Key.tsx +12 -0
  42. package/src/icons/react/SendArrow.tsx +12 -0
  43. package/src/icons/react/UnitsAvatar.tsx +12 -0
  44. package/src/icons/react/UnitsCollection.tsx +12 -0
  45. package/src/icons/react/UnitsCounter.tsx +12 -0
  46. package/src/icons/react/UnitsDbBadgeAbbr.tsx +12 -0
  47. package/src/icons/react/UnitsDbBadgeFull.tsx +12 -0
  48. package/src/icons/react/UnitsDbIcon.tsx +12 -0
  49. package/src/icons/react/UnitsField.tsx +12 -0
  50. package/src/icons/react/UnitsInput.tsx +12 -0
  51. package/src/icons/react/UnitsProgressBar.tsx +12 -0
  52. package/src/icons/react/UnitsRichText.tsx +12 -0
  53. package/src/icons/react/UnitsSnippet.tsx +12 -0
  54. package/src/icons/react/index.tsx +17 -0
  55. package/src/select/custom-select-partials/menu.tsx +1 -1
  56. package/src/select/select-in-popover.tsx +56 -10
  57. package/src/theme-settings.ts +10 -8
  58. package/src/toggle.tsx +3 -1
  59. package/src/tooltip.tsx +4 -2
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const SendArrow: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M10 3.85c.307 0 .6.123.816.34l4.25 4.286a1.15 1.15 0 1 1-1.633 1.62L11.15 7.793V15a1.15 1.15 0 0 1-2.3 0V7.793l-2.283 2.303a1.15 1.15 0 1 1-1.634-1.62l4.25-4.286c.216-.217.51-.34.817-.34Z"},"children":[]}],"metadata":""}]},"name":"send-arrow"};
7
+
8
+ export default SendArrow;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const UnitsAvatar: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M11.707 14.165A4.487 4.487 0 0 1 10 14.5c-.604 0-1.18-.119-1.707-.335.221-.473.837-.915 1.707-.915.87 0 1.486.442 1.707.915Zm1.279-.798c-.55-1.005-1.739-1.617-2.986-1.617s-2.435.612-2.986 1.617a4.5 4.5 0 1 1 5.972 0ZM16 10a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm-6-2.417a1.583 1.583 0 1 0 0 3.167 1.583 1.583 0 0 0 0-3.167Z","fill":"currentColor"},"children":[]}],"metadata":""}]},"name":"units-avatar"};
7
+
8
+ export default UnitsAvatar;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const UnitsCollection: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 17A2.25 2.25 0 0 1 2 14.75v-9.5A2.25 2.25 0 0 1 4.25 3h11.5A2.25 2.25 0 0 1 18 5.25v9.5A2.25 2.25 0 0 1 15.75 17H4.25Zm0-1.5a.75.75 0 0 1-.75-.75v-8A.75.75 0 0 1 4.25 6h11.5a.75.75 0 0 1 .75.75v8a.75.75 0 0 1-.75.75H4.25ZM5.5 11a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-9ZM5 8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9A.5.5 0 0 1 5 9V8Z","fill":"currentColor"},"children":[]}],"metadata":""}]},"name":"units-collection"};
7
+
8
+ export default UnitsCollection;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const UnitsCounter: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M9.926 14.5c1.832 0 3.074-1.04 3.074-2.604 0-1.188-.76-1.94-1.936-2.06V9.8c.93-.21 1.646-.926 1.646-2.019 0-1.38-1.127-2.281-2.795-2.281-1.395 0-2.292.705-2.642 1.547-.082.203-.12.376-.12.58 0 .435.235.728.695.728.372 0 .563-.15.744-.556.257-.609.661-.913 1.329-.913.798 0 1.225.46 1.225 1.152 0 .705-.536 1.195-1.362 1.195h-.323c-.399 0-.629.262-.629.639 0 .388.23.645.63.645h.344c.957 0 1.52.465 1.515 1.302 0 .716-.558 1.23-1.368 1.23-.82 0-1.247-.358-1.526-.962-.164-.328-.371-.471-.7-.471-.454 0-.727.292-.727.758 0 .18.038.37.126.567.372.848 1.296 1.559 2.8 1.559ZM2 12.75A2.25 2.25 0 0 0 4.25 15h.5a.75.75 0 0 0 0-1.5h-.5a.75.75 0 0 1-.75-.75v-5.5a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 0 0-1.5h-.5A2.25 2.25 0 0 0 2 7.25v5.5ZM15.75 15A2.25 2.25 0 0 0 18 12.75v-5.5A2.25 2.25 0 0 0 15.75 5h-.5a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 0 0 1.5h.5Z","fill":"currentColor"},"children":[]}],"metadata":""}]},"name":"units-counter"};
7
+
8
+ export default UnitsCounter;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const UnitsDbBadgeAbbr: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M5.25 17A2.25 2.25 0 0 1 3 14.75v-9.5A2.25 2.25 0 0 1 5.25 3h9.5A2.25 2.25 0 0 1 17 5.25v9.5A2.25 2.25 0 0 1 14.75 17h-9.5Zm2.362-2.996c-.149.486-.386.691-.803.691-.492 0-.809-.286-.809-.74 0-.125.031-.3.106-.492l2.608-7.091c.218-.598.58-.872 1.165-.872.591 0 .952.261 1.176.865l2.615 7.098a1.4 1.4 0 0 1 .106.491c0 .436-.336.741-.803.741-.436 0-.679-.199-.822-.678l-.592-1.719H8.204l-.592 1.706Zm2.235-6.81-1.263 3.834h2.583L9.891 7.193h-.044Z"},"children":[]}],"metadata":""}]},"name":"units-db-badge-abbr"};
7
+
8
+ export default UnitsDbBadgeAbbr;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const UnitsDbBadgeFull: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 16A2.25 2.25 0 0 1 2 13.75v-7.5A2.25 2.25 0 0 1 4.25 4h11.5A2.25 2.25 0 0 1 18 6.25v7.5A2.25 2.25 0 0 1 15.75 16H4.25Zm.375-2.5c.321 0 .504-.156.62-.526l.456-1.299H8.29l.456 1.308c.11.365.298.517.634.517.36 0 .62-.232.62-.564 0-.109-.024-.218-.082-.374L7.901 7.159c-.173-.46-.452-.659-.908-.659-.452 0-.73.209-.899.664l-2.012 5.398c-.058.147-.082.28-.082.374 0 .346.245.564.625.564Zm1.369-2.791.975-2.92h.033l.985 2.92H5.994Zm5.529 2.791h2.18c1.433 0 2.297-.747 2.297-1.98 0-.93-.616-1.605-1.531-1.712V9.77c.672-.117 1.2-.781 1.2-1.524 0-1.057-.785-1.746-1.98-1.746h-2.166c-.327 0-.523.213-.523.563v5.874c0 .35.196.563.523.563Zm.523-4.021V7.388h1.391c.756 0 1.186.359 1.186 1.009 0 .693-.5 1.082-1.405 1.082h-1.172Zm0 3.133v-2.304h1.382c.99 0 1.503.388 1.503 1.145s-.5 1.16-1.443 1.16h-1.442Z"},"children":[]}],"metadata":""}]},"name":"units-db-badge-full"};
7
+
8
+ export default UnitsDbBadgeFull;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const UnitsDbIcon: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M8.25 14A2.25 2.25 0 0 1 6 11.75v-3.5A2.25 2.25 0 0 1 8.25 6h3.5A2.25 2.25 0 0 1 14 8.25v3.5A2.25 2.25 0 0 1 11.75 14h-3.5Z"},"children":[]}],"metadata":""}]},"name":"units-db-icon"};
7
+
8
+ export default UnitsDbIcon;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const UnitsField: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 12.75A2.25 2.25 0 0 0 4.25 15h11.5A2.25 2.25 0 0 0 18 12.75v-5.5A2.25 2.25 0 0 0 15.75 5H4.25A2.25 2.25 0 0 0 2 7.25v5.5Zm1.5 0c0 .414.336.75.75.75h11.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75H4.25a.75.75 0 0 0-.75.75v5.5Zm6.75-3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5ZM6 8.5a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H6Z"},"children":[]}],"metadata":""}]},"name":"units-field"};
7
+
8
+ export default UnitsField;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const UnitsInput: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.75 4a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm-.5 11A2.25 2.25 0 0 1 2 12.75v-3.5A2.25 2.25 0 0 1 4.25 7h11.5A2.25 2.25 0 0 1 18 9.25v3.5A2.25 2.25 0 0 1 15.75 15H4.25Zm0-1.5a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75H4.25ZM5 11a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 5 11Z","fill":"currentColor"},"children":[]}],"metadata":""}]},"name":"units-input"};
7
+
8
+ export default UnitsInput;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const UnitsProgressBar: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M5 13h10c2 0 3-1 3-3s-1.233-3-3-3H5c-2 0-3 1-3 3s1 3 3 3Zm5-4.5v3h5c.84 0 1.5-.5 1.5-1.5S16 8.5 15 8.5h-5Z","fill":"currentColor"},"children":[]}],"metadata":""}]},"name":"units-progress-bar"};
7
+
8
+ export default UnitsProgressBar;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const UnitsRichText: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M13.25 3.75A.75.75 0 0 1 14 3h1.25A2.75 2.75 0 0 1 18 5.75v8.5A2.75 2.75 0 0 1 15.25 17H4.75A2.75 2.75 0 0 1 2 14.25V11a.75.75 0 0 1 1.5 0v3.25c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25H14a.75.75 0 0 1-.75-.75Zm-4.65.564H3.8a.8.8 0 1 0 0 1.6h1.6v4a.8.8 0 1 0 1.6 0v-4h1.6a.8.8 0 0 0 0-1.6Zm2.1 3.257h3.6a.664.664 0 0 0 .495-.23.837.837 0 0 0 .205-.555.837.837 0 0 0-.205-.556A.664.664 0 0 0 14.3 6h-3.6a.664.664 0 0 0-.495.23.837.837 0 0 0-.205.556c0 .208.074.408.205.555.131.148.31.23.495.23Zm3.6 4.715c.186 0 .364.082.495.23a.837.837 0 0 1 .205.555.837.837 0 0 1-.205.556.664.664 0 0 1-.495.23H5.7a.664.664 0 0 1-.495-.23.837.837 0 0 1-.205-.556c0-.208.074-.408.205-.555a.663.663 0 0 1 .495-.23h8.6Zm0-3.143h-3.6a.664.664 0 0 0-.495.23.837.837 0 0 0-.205.556c0 .208.074.408.205.555.131.148.31.23.495.23h3.6a.664.664 0 0 0 .495-.23A.837.837 0 0 0 15 9.93a.837.837 0 0 0-.205-.556.664.664 0 0 0-.495-.23Z"},"children":[]}],"metadata":""}]},"name":"units-rich-text"};
7
+
8
+ export default UnitsRichText;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const UnitsSnippet: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 15A2.25 2.25 0 0 1 2 12.75v-5.5A2.25 2.25 0 0 1 4.25 5h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 0-.75.75v5.5c0 .414.336.75.75.75h.5a.75.75 0 0 1 0 1.5h-.5ZM18 12.75A2.25 2.25 0 0 1 15.75 15h-.5a.75.75 0 0 1 0-1.5h.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-.75-.75h-.5a.75.75 0 0 1 0-1.5h.5A2.25 2.25 0 0 1 18 7.25v5.5Zm-12-1.5a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Zm0-3a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 6 8.25Z","fill":"currentColor"},"children":[]}],"metadata":""}]},"name":"units-snippet"};
7
+
8
+ export default UnitsSnippet;
@@ -1,4 +1,5 @@
1
1
  // This icon file is generated automatically.
2
+ export { default as Abort } from './Abort';
2
3
  export { default as ActivityLog } from './ActivityLog';
3
4
  export { default as Activity } from './Activity';
4
5
  export { default as AddAfter } from './AddAfter';
@@ -50,6 +51,7 @@ export { default as CheckCircleFilled } from './CheckCircleFilled';
50
51
  export { default as CheckCircle } from './CheckCircle';
51
52
  export { default as Checked } from './Checked';
52
53
  export { default as ClearValue } from './ClearValue';
54
+ export { default as Clear } from './Clear';
53
55
  export { default as ClockAlarm } from './ClockAlarm';
54
56
  export { default as ClockForward } from './ClockForward';
55
57
  export { default as Clock } from './Clock';
@@ -60,6 +62,7 @@ export { default as Columns2 } from './Columns2';
60
62
  export { default as Columns4 } from './Columns4';
61
63
  export { default as Columns } from './Columns';
62
64
  export { default as Copy } from './Copy';
65
+ export { default as DatabaseStroke } from './DatabaseStroke';
63
66
  export { default as Database } from './Database';
64
67
  export { default as Delete } from './Delete';
65
68
  export { default as Demo } from './Demo';
@@ -107,6 +110,7 @@ export { default as Home } from './Home';
107
110
  export { default as ImageXmark } from './ImageXmark';
108
111
  export { default as Import } from './Import';
109
112
  export { default as InfoCircleFilled } from './InfoCircleFilled';
113
+ export { default as InfoCircle } from './InfoCircle';
110
114
  export { default as Integration } from './Integration';
111
115
  export { default as IntegrationsIntegrationDiscourseColor } from './IntegrationsIntegrationDiscourseColor';
112
116
  export { default as IntegrationsIntegrationIntercomColor } from './IntegrationsIntegrationIntercomColor';
@@ -115,6 +119,7 @@ export { default as IntegrationsIntegrationZendeskColor } from './IntegrationsIn
115
119
  export { default as InvitePeople } from './InvitePeople';
116
120
  export { default as Items } from './Items';
117
121
  export { default as Jira } from './Jira';
122
+ export { default as Key } from './Key';
118
123
  export { default as Lab } from './Lab';
119
124
  export { default as LayoutDouble } from './LayoutDouble';
120
125
  export { default as LayoutSingle } from './LayoutSingle';
@@ -211,6 +216,7 @@ export { default as Rows } from './Rows';
211
216
  export { default as Search } from './Search';
212
217
  export { default as SelfReferenceOff } from './SelfReferenceOff';
213
218
  export { default as SelfReferenceOn } from './SelfReferenceOn';
219
+ export { default as SendArrow } from './SendArrow';
214
220
  export { default as Settings } from './Settings';
215
221
  export { default as Share } from './Share';
216
222
  export { default as Shared } from './Shared';
@@ -253,6 +259,17 @@ export { default as TypeRule } from './TypeRule';
253
259
  export { default as TypeSingleSelect } from './TypeSingleSelect';
254
260
  export { default as TypeText } from './TypeText';
255
261
  export { default as TypeUrl } from './TypeUrl';
262
+ export { default as UnitsAvatar } from './UnitsAvatar';
263
+ export { default as UnitsCollection } from './UnitsCollection';
264
+ export { default as UnitsCounter } from './UnitsCounter';
265
+ export { default as UnitsDbBadgeAbbr } from './UnitsDbBadgeAbbr';
266
+ export { default as UnitsDbBadgeFull } from './UnitsDbBadgeFull';
267
+ export { default as UnitsDbIcon } from './UnitsDbIcon';
268
+ export { default as UnitsField } from './UnitsField';
269
+ export { default as UnitsInput } from './UnitsInput';
270
+ export { default as UnitsProgressBar } from './UnitsProgressBar';
271
+ export { default as UnitsRichText } from './UnitsRichText';
272
+ export { default as UnitsSnippet } from './UnitsSnippet';
256
273
  export { default as Upgrade } from './Upgrade';
257
274
  export { default as UsbFlashDrive } from './UsbFlashDrive';
258
275
  export { default as UserRole } from './UserRole';
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import AbortSvg from '../ast/Abort';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const Abort = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={AbortSvg} />;
10
+
11
+ Abort.displayName = 'Abort';
12
+ export default Abort;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import ClearSvg from '../ast/Clear';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const Clear = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={ClearSvg} />;
10
+
11
+ Clear.displayName = 'Clear';
12
+ export default Clear;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import DatabaseStrokeSvg from '../ast/DatabaseStroke';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const DatabaseStroke = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={DatabaseStrokeSvg} />;
10
+
11
+ DatabaseStroke.displayName = 'DatabaseStroke';
12
+ export default DatabaseStroke;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import InfoCircleSvg from '../ast/InfoCircle';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const InfoCircle = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={InfoCircleSvg} />;
10
+
11
+ InfoCircle.displayName = 'InfoCircle';
12
+ export default InfoCircle;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import KeySvg from '../ast/Key';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const Key = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={KeySvg} />;
10
+
11
+ Key.displayName = 'Key';
12
+ export default Key;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import SendArrowSvg from '../ast/SendArrow';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const SendArrow = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={SendArrowSvg} />;
10
+
11
+ SendArrow.displayName = 'SendArrow';
12
+ export default SendArrow;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import UnitsAvatarSvg from '../ast/UnitsAvatar';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const UnitsAvatar = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={UnitsAvatarSvg} />;
10
+
11
+ UnitsAvatar.displayName = 'UnitsAvatar';
12
+ export default UnitsAvatar;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import UnitsCollectionSvg from '../ast/UnitsCollection';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const UnitsCollection = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={UnitsCollectionSvg} />;
10
+
11
+ UnitsCollection.displayName = 'UnitsCollection';
12
+ export default UnitsCollection;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import UnitsCounterSvg from '../ast/UnitsCounter';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const UnitsCounter = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={UnitsCounterSvg} />;
10
+
11
+ UnitsCounter.displayName = 'UnitsCounter';
12
+ export default UnitsCounter;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import UnitsDbBadgeAbbrSvg from '../ast/UnitsDbBadgeAbbr';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const UnitsDbBadgeAbbr = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={UnitsDbBadgeAbbrSvg} />;
10
+
11
+ UnitsDbBadgeAbbr.displayName = 'UnitsDbBadgeAbbr';
12
+ export default UnitsDbBadgeAbbr;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import UnitsDbBadgeFullSvg from '../ast/UnitsDbBadgeFull';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const UnitsDbBadgeFull = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={UnitsDbBadgeFullSvg} />;
10
+
11
+ UnitsDbBadgeFull.displayName = 'UnitsDbBadgeFull';
12
+ export default UnitsDbBadgeFull;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import UnitsDbIconSvg from '../ast/UnitsDbIcon';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const UnitsDbIcon = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={UnitsDbIconSvg} />;
10
+
11
+ UnitsDbIcon.displayName = 'UnitsDbIcon';
12
+ export default UnitsDbIcon;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import UnitsFieldSvg from '../ast/UnitsField';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const UnitsField = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={UnitsFieldSvg} />;
10
+
11
+ UnitsField.displayName = 'UnitsField';
12
+ export default UnitsField;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import UnitsInputSvg from '../ast/UnitsInput';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const UnitsInput = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={UnitsInputSvg} />;
10
+
11
+ UnitsInput.displayName = 'UnitsInput';
12
+ export default UnitsInput;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import UnitsProgressBarSvg from '../ast/UnitsProgressBar';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const UnitsProgressBar = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={UnitsProgressBarSvg} />;
10
+
11
+ UnitsProgressBar.displayName = 'UnitsProgressBar';
12
+ export default UnitsProgressBar;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import UnitsRichTextSvg from '../ast/UnitsRichText';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const UnitsRichText = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={UnitsRichTextSvg} />;
10
+
11
+ UnitsRichText.displayName = 'UnitsRichText';
12
+ export default UnitsRichText;
@@ -0,0 +1,12 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import UnitsSnippetSvg from '../ast/UnitsSnippet';
4
+ import { Icon } from '../Icon';
5
+ import { IconBaseProps } from '../types';
6
+
7
+ const UnitsSnippet = (
8
+ props: IconBaseProps,
9
+ ): JSX.Element => <Icon {...props} icon={UnitsSnippetSvg} />;
10
+
11
+ UnitsSnippet.displayName = 'UnitsSnippet';
12
+ export default UnitsSnippet;
@@ -1,4 +1,5 @@
1
1
  // This icon file is generated automatically.
2
+ export { default as Abort } from './Abort';
2
3
  export { default as ActivityLog } from './ActivityLog';
3
4
  export { default as Activity } from './Activity';
4
5
  export { default as AddAfter } from './AddAfter';
@@ -50,6 +51,7 @@ export { default as CheckCircleFilled } from './CheckCircleFilled';
50
51
  export { default as CheckCircle } from './CheckCircle';
51
52
  export { default as Checked } from './Checked';
52
53
  export { default as ClearValue } from './ClearValue';
54
+ export { default as Clear } from './Clear';
53
55
  export { default as ClockAlarm } from './ClockAlarm';
54
56
  export { default as ClockForward } from './ClockForward';
55
57
  export { default as Clock } from './Clock';
@@ -60,6 +62,7 @@ export { default as Columns2 } from './Columns2';
60
62
  export { default as Columns4 } from './Columns4';
61
63
  export { default as Columns } from './Columns';
62
64
  export { default as Copy } from './Copy';
65
+ export { default as DatabaseStroke } from './DatabaseStroke';
63
66
  export { default as Database } from './Database';
64
67
  export { default as Delete } from './Delete';
65
68
  export { default as Demo } from './Demo';
@@ -107,6 +110,7 @@ export { default as Home } from './Home';
107
110
  export { default as ImageXmark } from './ImageXmark';
108
111
  export { default as Import } from './Import';
109
112
  export { default as InfoCircleFilled } from './InfoCircleFilled';
113
+ export { default as InfoCircle } from './InfoCircle';
110
114
  export { default as Integration } from './Integration';
111
115
  export { default as IntegrationsIntegrationDiscourseColor } from './IntegrationsIntegrationDiscourseColor';
112
116
  export { default as IntegrationsIntegrationIntercomColor } from './IntegrationsIntegrationIntercomColor';
@@ -115,6 +119,7 @@ export { default as IntegrationsIntegrationZendeskColor } from './IntegrationsIn
115
119
  export { default as InvitePeople } from './InvitePeople';
116
120
  export { default as Items } from './Items';
117
121
  export { default as Jira } from './Jira';
122
+ export { default as Key } from './Key';
118
123
  export { default as Lab } from './Lab';
119
124
  export { default as LayoutDouble } from './LayoutDouble';
120
125
  export { default as LayoutSingle } from './LayoutSingle';
@@ -211,6 +216,7 @@ export { default as Rows } from './Rows';
211
216
  export { default as Search } from './Search';
212
217
  export { default as SelfReferenceOff } from './SelfReferenceOff';
213
218
  export { default as SelfReferenceOn } from './SelfReferenceOn';
219
+ export { default as SendArrow } from './SendArrow';
214
220
  export { default as Settings } from './Settings';
215
221
  export { default as Share } from './Share';
216
222
  export { default as Shared } from './Shared';
@@ -253,6 +259,17 @@ export { default as TypeRule } from './TypeRule';
253
259
  export { default as TypeSingleSelect } from './TypeSingleSelect';
254
260
  export { default as TypeText } from './TypeText';
255
261
  export { default as TypeUrl } from './TypeUrl';
262
+ export { default as UnitsAvatar } from './UnitsAvatar';
263
+ export { default as UnitsCollection } from './UnitsCollection';
264
+ export { default as UnitsCounter } from './UnitsCounter';
265
+ export { default as UnitsDbBadgeAbbr } from './UnitsDbBadgeAbbr';
266
+ export { default as UnitsDbBadgeFull } from './UnitsDbBadgeFull';
267
+ export { default as UnitsDbIcon } from './UnitsDbIcon';
268
+ export { default as UnitsField } from './UnitsField';
269
+ export { default as UnitsInput } from './UnitsInput';
270
+ export { default as UnitsProgressBar } from './UnitsProgressBar';
271
+ export { default as UnitsRichText } from './UnitsRichText';
272
+ export { default as UnitsSnippet } from './UnitsSnippet';
256
273
  export { default as Upgrade } from './Upgrade';
257
274
  export { default as UsbFlashDrive } from './UsbFlashDrive';
258
275
  export { default as UserRole } from './UserRole';
@@ -28,5 +28,5 @@ const MenuRootClass = css`
28
28
  export function Menu<Option, IsMulti extends boolean = false, Group extends GroupBase<Option> = GroupBase<Option>>(
29
29
  props: MenuProps<Option, IsMulti, Group>
30
30
  ) {
31
- return <components.Menu {...props} className={cn(props.className, MenuRootClass, "react-select-menu")} />;
31
+ return <components.Menu {...props} className={cn(MenuRootClass, "react-select-menu", props.className)} />;
32
32
  }