aural-ui 2.0.0 → 2.0.1

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/dist/components/badge/Badge.stories.tsx +7 -0
  2. package/dist/components/banner/Banner.stories.tsx +7 -0
  3. package/dist/components/button/Button.stories.tsx +7 -0
  4. package/dist/components/char-count/CharCount.stories.tsx +7 -0
  5. package/dist/components/checkbox/Checkbox.stories.tsx +7 -0
  6. package/dist/components/chip/Chip.stories.tsx +10 -0
  7. package/dist/components/collapsible/Collapsible.stories.tsx +7 -0
  8. package/dist/components/dropdown/index.tsx +16 -0
  9. package/dist/components/form/Form.stories.tsx +7 -0
  10. package/dist/components/helper-text/HelperText.stories.tsx +7 -0
  11. package/dist/components/icon-button/IconButton.stories.tsx +4 -0
  12. package/dist/components/if-else/if-else.stories.tsx +7 -0
  13. package/dist/components/input/Input.stories.tsx +7 -0
  14. package/dist/components/label/Label.stories.tsx +7 -0
  15. package/dist/components/overlay/index.tsx +1 -1
  16. package/dist/components/pagination/Pagination.stories.tsx +7 -0
  17. package/dist/components/radio/Radio.stories.tsx +7 -0
  18. package/dist/components/scroll-area/index.tsx +18 -5
  19. package/dist/components/select/Select.stories.tsx +7 -0
  20. package/dist/components/stepper/Stepper.stories.tsx +7 -0
  21. package/dist/components/switch/Switch.stories.tsx +7 -0
  22. package/dist/components/switch-case/SwitchCase.stories.tsx +7 -0
  23. package/dist/components/tag/Tag.stories.tsx +7 -0
  24. package/dist/components/textarea/TextArea.stories.tsx +7 -0
  25. package/dist/components/textarea/index.tsx +2 -0
  26. package/dist/components/toast/Toast.stories.tsx +7 -0
  27. package/dist/components/typography/Typography.stories.tsx +7 -0
  28. package/dist/icons/ai-avatar-icon/AiAvatarIcon.stories.tsx +1101 -0
  29. package/dist/icons/ai-avatar-icon/index.tsx +36 -0
  30. package/dist/icons/ai-avatar-icon/meta.ts +8 -0
  31. package/dist/icons/arrow-corner-up-left-icon/ArrowCornerUpLeftIcon.stories.tsx +1013 -0
  32. package/dist/icons/arrow-corner-up-left-icon/index.tsx +24 -0
  33. package/dist/icons/arrow-corner-up-left-icon/meta.ts +8 -0
  34. package/dist/icons/arrow-corner-up-right-icon/ArrowCornerUpRightIcon.stories.tsx +1056 -0
  35. package/dist/icons/arrow-corner-up-right-icon/index.tsx +24 -0
  36. package/dist/icons/arrow-corner-up-right-icon/meta.ts +8 -0
  37. package/dist/icons/layout-column-icon/LayoutColumnIcon.stories.tsx +1027 -0
  38. package/dist/icons/layout-column-icon/index.tsx +23 -0
  39. package/dist/icons/layout-column-icon/meta.ts +8 -0
  40. package/dist/icons/layout-left-icon/LayoutLeftIcon.stories.tsx +1007 -0
  41. package/dist/icons/layout-left-icon/index.tsx +26 -0
  42. package/dist/icons/layout-left-icon/meta.ts +8 -0
  43. package/dist/icons/layout-right-icon/LayoutRightIcon.stories.tsx +1001 -0
  44. package/dist/icons/layout-right-icon/index.tsx +26 -0
  45. package/dist/icons/layout-right-icon/meta.ts +8 -0
  46. package/dist/icons/paint-roll-icon/PaintRollIcon.stories.tsx +1010 -0
  47. package/dist/icons/paint-roll-icon/index.tsx +24 -0
  48. package/dist/icons/paint-roll-icon/meta.ts +8 -0
  49. package/dist/icons/sparkles-soft-icon/SparklesSoftIcon.stories.tsx +1018 -0
  50. package/dist/icons/sparkles-soft-icon/index.tsx +29 -0
  51. package/dist/icons/sparkles-soft-icon/meta.ts +8 -0
  52. package/dist/icons/text-color-icon/TextColorIcon.stories.tsx +1006 -0
  53. package/dist/icons/text-color-icon/index.tsx +35 -0
  54. package/dist/icons/text-color-icon/meta.ts +8 -0
  55. package/dist/icons/text-indicator-icon/TextIndicatorIcon.stories.tsx +1039 -0
  56. package/dist/icons/text-indicator-icon/index.tsx +24 -0
  57. package/dist/icons/text-indicator-icon/meta.ts +8 -0
  58. package/dist/index.js +124 -99
  59. package/package.json +1 -1
@@ -0,0 +1,36 @@
1
+ import React from "react"
2
+ import { AccessibleIcon } from "@radix-ui/react-accessible-icon"
3
+
4
+ type AiAvatarIconProps = React.JSX.IntrinsicAttributes &
5
+ React.SVGProps<SVGSVGElement> & {
6
+ classes?: {
7
+ circle?: string
8
+ path?: string
9
+ }
10
+ }
11
+
12
+ export const AiAvatarIcon = ({ classes = {}, ...props }: AiAvatarIconProps) => (
13
+ <AccessibleIcon label="Ai Avatar icon">
14
+ <svg
15
+ width="40"
16
+ height="40"
17
+ viewBox="0 0 40 40"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...props}
21
+ >
22
+ <circle
23
+ cx="20"
24
+ cy="20"
25
+ r="20"
26
+ fill="#37052D"
27
+ className={classes?.circle}
28
+ />
29
+ <path
30
+ d="M25.5401 16.8526C25.4745 16.8526 25.4187 16.8395 25.3728 16.8133C25.3269 16.787 25.2908 16.7412 25.2645 16.6756L24.6938 15.3388L23.2572 14.7097C23.1916 14.6835 23.1457 14.6474 23.1194 14.6016C23.0932 14.5557 23.0801 14.5 23.0801 14.4345C23.0801 14.3689 23.0932 14.3132 23.1194 14.2673C23.1457 14.2215 23.1916 14.1854 23.2572 14.1592L24.6938 13.5498L25.2645 12.2719C25.2908 12.2064 25.3269 12.1605 25.3728 12.1343C25.4187 12.1081 25.4745 12.095 25.5401 12.095C25.6057 12.095 25.6614 12.1081 25.7073 12.1343C25.7533 12.1605 25.7893 12.2064 25.8156 12.2719L26.3863 13.5498L27.8229 14.1592C27.8885 14.1854 27.9345 14.2215 27.9607 14.2673C27.9869 14.3132 28 14.3689 28 14.4345C28 14.5 27.9869 14.5557 27.9607 14.6016C27.9345 14.6474 27.8885 14.6835 27.8229 14.7097L26.3863 15.3388L25.8156 16.6756C25.7893 16.7412 25.7533 16.787 25.7073 16.8133C25.6614 16.8395 25.6057 16.8526 25.5401 16.8526ZM25.5401 28.5697C25.4876 28.5697 25.4351 28.5565 25.3826 28.5303C25.3301 28.5041 25.2908 28.4583 25.2645 28.3927L24.6938 27.1149L23.2769 26.5054C23.2113 26.4792 23.1653 26.4432 23.1391 26.3973C23.1129 26.3514 23.0997 26.2957 23.0997 26.2302C23.0997 26.1646 23.1129 26.1089 23.1391 26.0631C23.1653 26.0172 23.2113 25.9812 23.2769 25.9549L24.6938 25.3455L25.2645 23.989C25.2908 23.9235 25.3269 23.8776 25.3728 23.8514C25.4187 23.8252 25.4745 23.812 25.5401 23.812C25.6057 23.812 25.6614 23.8252 25.7073 23.8514C25.7533 23.8776 25.7893 23.9235 25.8156 23.989L26.3863 25.3455L27.8033 25.9549C27.8688 25.9812 27.9148 26.0172 27.941 26.0631C27.9673 26.1089 27.9804 26.1646 27.9804 26.2302C27.9804 26.2957 27.9673 26.3514 27.941 26.3973C27.9148 26.4432 27.8688 26.4792 27.8033 26.5054L26.3863 27.1149L25.8156 28.3927C25.7893 28.4583 25.75 28.5041 25.6975 28.5303C25.645 28.5565 25.5925 28.5697 25.5401 28.5697ZM16.9006 25.1686C16.7956 25.1686 16.6939 25.1391 16.5955 25.0801C16.4971 25.0211 16.4217 24.9392 16.3692 24.8343L15.09 22.1017L12.3348 20.8631C12.2298 20.8107 12.1478 20.7353 12.0888 20.637C12.0298 20.5387 12.0002 20.4372 12.0002 20.3323C12.0002 20.2275 12.0298 20.1259 12.0888 20.0276C12.1478 19.9293 12.2298 19.8539 12.3348 19.8015L15.09 18.563L16.3692 15.8499C16.4217 15.732 16.4971 15.6435 16.5955 15.5845C16.6939 15.5256 16.7956 15.4961 16.9006 15.4961C17.0055 15.4961 17.1072 15.5256 17.2056 15.5845C17.304 15.6435 17.3794 15.7254 17.4319 15.8303L18.7308 18.563L21.4663 19.8015C21.5844 19.8539 21.6729 19.9293 21.732 20.0276C21.791 20.1259 21.8205 20.2275 21.8205 20.3323C21.8205 20.4372 21.791 20.5387 21.732 20.637C21.6729 20.7353 21.5844 20.8107 21.4663 20.8631L18.7308 22.1017L17.4319 24.8343C17.3794 24.9523 17.304 25.0375 17.2056 25.0899C17.1072 25.1423 17.0055 25.1686 16.9006 25.1686Z"
31
+ fill="#C58AFF"
32
+ className={classes?.path}
33
+ />
34
+ </svg>
35
+ </AccessibleIcon>
36
+ )
@@ -0,0 +1,8 @@
1
+ export const meta = {
2
+ dependencies: {
3
+ "@radix-ui/react-accessible-icon": "^1.1.7",
4
+ },
5
+ devDependencies: {},
6
+ internalDependencies: [],
7
+ tokens: [],
8
+ }