@viraui/react 0.0.18 → 0.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/dist/catalog.json +18 -0
  2. package/dist/components/avatar/avatar.css +1 -1
  3. package/dist/components/avatar/avatar.d.ts +1 -1
  4. package/dist/components/avatar/avatar.js +2 -0
  5. package/dist/components/avatar-group/avatar-group.css +1 -0
  6. package/dist/components/avatar-group/avatar-group.d.ts +55 -0
  7. package/dist/components/avatar-group/avatar-group.guide.json +22 -0
  8. package/dist/components/avatar-group/avatar-group.js +61 -0
  9. package/dist/components/avatar-group/avatar-group.module.js +9 -0
  10. package/dist/components/avatar-group/index.d.ts +2 -0
  11. package/dist/components/checkbox/checkbox.css +1 -1
  12. package/dist/components/checkbox/checkbox.js +1 -1
  13. package/dist/components/chip/chip.css +1 -0
  14. package/dist/components/chip/chip.d.ts +46 -0
  15. package/dist/components/chip/chip.guide.json +26 -0
  16. package/dist/components/chip/chip.js +48 -0
  17. package/dist/components/chip/chip.module.js +8 -0
  18. package/dist/components/chip/index.d.ts +2 -0
  19. package/dist/components/icon/icon.css +1 -1
  20. package/dist/components/index.d.ts +3 -0
  21. package/dist/components/linear-progress/linear-progress.js +1 -1
  22. package/dist/components/masonry/index.d.ts +2 -0
  23. package/dist/components/masonry/masonry-item.d.ts +32 -0
  24. package/dist/components/masonry/masonry-item.js +22 -0
  25. package/dist/components/masonry/masonry.css +1 -0
  26. package/dist/components/masonry/masonry.d.ts +67 -0
  27. package/dist/components/masonry/masonry.guide.json +24 -0
  28. package/dist/components/masonry/masonry.js +38 -0
  29. package/dist/components/masonry/masonry.module.js +6 -0
  30. package/dist/components/radio/radio-group.js +1 -1
  31. package/dist/components/radio/radio.css +1 -1
  32. package/dist/components/radio/radio.js +1 -1
  33. package/dist/components/select/select-group.js +1 -1
  34. package/dist/components/select/select-option.js +1 -1
  35. package/dist/components/select/select.css +1 -1
  36. package/dist/components/select/select.guide.json +5 -1
  37. package/dist/components/select/select.js +6 -3
  38. package/dist/components/slider/slider.js +1 -1
  39. package/dist/components/surface/surface.css +1 -1
  40. package/dist/components/surface/surface.js +1 -1
  41. package/dist/components/switch/switch.css +1 -1
  42. package/dist/components/switch/switch.js +2 -1
  43. package/dist/components/textarea/textarea.js +1 -1
  44. package/dist/components/textfield/textfield.js +1 -1
  45. package/dist/components/title/title.d.ts +5 -2
  46. package/dist/components/title/title.guide.json +5 -2
  47. package/dist/core/props/intrinsic-vira-props.d.ts +7 -0
  48. package/dist/core/props/intrinsic-vira-props.js +3 -2
  49. package/dist/core/theme/resolve-theme-value.d.ts +3 -4
  50. package/dist/core/theme/resolve-theme-value.js +1 -2
  51. package/dist/index.js +6 -3
  52. package/dist/internal-icons/icon-registry.d.ts +4 -1
  53. package/dist/internal-icons/icon-registry.js +9 -0
  54. package/dist/internal-icons/icons/duo/ArrowDown.js +1 -1
  55. package/dist/internal-icons/icons/duo/ArrowDownLeft.js +1 -1
  56. package/dist/internal-icons/icons/duo/ArrowDownRight.js +1 -1
  57. package/dist/internal-icons/icons/duo/ArrowLeft.js +1 -1
  58. package/dist/internal-icons/icons/duo/ArrowRight.js +1 -1
  59. package/dist/internal-icons/icons/duo/ArrowUp.js +1 -1
  60. package/dist/internal-icons/icons/duo/ArrowUpLeft.js +1 -1
  61. package/dist/internal-icons/icons/duo/ArrowUpRight.js +1 -1
  62. package/dist/internal-icons/icons/duo/CaretDown.js +1 -1
  63. package/dist/internal-icons/icons/duo/CaretLeft.js +1 -1
  64. package/dist/internal-icons/icons/duo/CaretRight.js +1 -1
  65. package/dist/internal-icons/icons/duo/CaretUp.js +1 -1
  66. package/dist/internal-icons/icons/duo/ChevronExpandY.js +1 -1
  67. package/dist/internal-icons/icons/duo/CircleHalfDottedClock.js +1 -1
  68. package/dist/internal-icons/icons/duo/CircleImage.d.ts +7 -0
  69. package/dist/internal-icons/icons/duo/CircleImage.js +13 -0
  70. package/dist/internal-icons/icons/duo/Clock.js +1 -1
  71. package/dist/internal-icons/icons/duo/DarkLight.js +1 -1
  72. package/dist/internal-icons/icons/duo/History.js +1 -1
  73. package/dist/internal-icons/icons/duo/Image.d.ts +7 -0
  74. package/dist/internal-icons/icons/duo/Image.js +13 -0
  75. package/dist/internal-icons/icons/duo/ImagesLayered.d.ts +7 -0
  76. package/dist/internal-icons/icons/duo/ImagesLayered.js +13 -0
  77. package/dist/internal-icons/icons/duo/Lock.js +1 -1
  78. package/dist/internal-icons/icons/duo/LockOpen.js +1 -1
  79. package/dist/internal-icons/icons/duo/Magnifier.js +1 -1
  80. package/dist/internal-icons/icons/duo/MoonStars.js +1 -1
  81. package/dist/internal-icons/icons/duo/Quickstart.js +1 -1
  82. package/dist/internal-icons/icons/duo/RefreshAnticlockwise.js +1 -1
  83. package/dist/internal-icons/icons/duo/Sun.js +1 -1
  84. package/dist/internal-icons/icons/duo/index.d.ts +3 -0
  85. package/dist/internal-icons/icons/duo/index.js +3 -0
  86. package/dist/preflight.css +1 -1
  87. package/dist/theme-surface.json +5 -0
  88. package/package.json +2 -2
@@ -1 +1 @@
1
- .radio-module_RadioGroup_vnd3F{&:has([required]) [data-field-label]:after{content:" *";color:var(--highlight-red)}}.radio-module_RadioFieldset_g50K8{min-inline-size:0;margin:0;padding:0}.radio-module_RadioRoot_3uvvn{--radio-size:var(--space-medium);--radio-background:var(--global-contrast);--radio-border-color:transparent;--radio-indicator-color:contrast-color(var(--global-primary));--radio-disk-size:calc(var(--radio-size) / 2);position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;appearance:none;border:0;box-shadow:inset 0 0 0 1px var(--radio-border-color);inline-size:var(--radio-size);block-size:var(--radio-size);background:var(--radio-background);border-radius:50%;&[data-size=regular]{--radio-size:var(--space-large)}&[data-checked]:not([data-disabled]):not([data-invalid]){--radio-background:var(--global-primary);--radio-border-color:var(--global-primary);box-shadow:none}&[data-invalid]:not([data-disabled]),.radio-module_RadioGroup_vnd3F[data-invalid] &:not([data-disabled]){--radio-border-color:var(--highlight-red);--radio-indicator-color:var(--global-primary);box-shadow:inset 0 0 0 1px var(--highlight-red);outline-color:oklab(from var(--highlight-red) l a b/.5)}&[data-disabled],.radio-module_RadioGroup_vnd3F[data-disabled] &{--radio-background:var(--global-disabled-background);--radio-border-color:transparent;--radio-indicator-color:var(--global-disabled-foreground);box-shadow:none}}.radio-module_Indicator_Ecavw{display:inline-flex;align-items:center;justify-content:center;color:var(--radio-indicator-color)}.radio-module_Disk_pV-Q1{inline-size:var(--radio-disk-size);aspect-ratio:1/1;border-radius:50%;background:currentColor}.radio-module_RadioRoot_3uvvn:not([data-checked]) .radio-module_Disk_pV-Q1{display:none}
1
+ .radio-module_RadioGroup_vnd3F{&:has([required]) [data-field-label]:after{content:" *";color:var(--highlight-red)}}.radio-module_RadioFieldset_g50K8{min-inline-size:0;margin:0;padding:0}.radio-module_RadioRoot_3uvvn{--radio-size:var(--space-medium);--radio-background:var(--global-contrast);--radio-border-color:transparent;--radio-indicator-color:contrast-color(var(--global-primary));--radio-disk-size:calc(var(--radio-size) / 2);position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;appearance:none;border:0;box-shadow:inset 0 0 0 1px var(--radio-border-color);inline-size:var(--radio-size);block-size:var(--radio-size);background:var(--radio-background);border-radius:100000px;corner-shape:unset;&[data-size=regular]{--radio-size:var(--space-large)}&[data-checked]:not([data-disabled]):not([data-invalid]){--radio-background:var(--global-primary);--radio-border-color:var(--global-primary);box-shadow:none;cursor:not-allowed}&[data-invalid]:not([data-disabled]),.radio-module_RadioGroup_vnd3F[data-invalid] &:not([data-disabled]){--radio-border-color:var(--highlight-red);--radio-indicator-color:var(--global-primary);box-shadow:inset 0 0 0 1px var(--highlight-red);outline-color:oklab(from var(--highlight-red) l a b/.5)}&[data-disabled],.radio-module_RadioGroup_vnd3F[data-disabled] &{--radio-background:var(--global-disabled-background);--radio-border-color:transparent;--radio-indicator-color:var(--global-disabled-foreground);box-shadow:none}}.radio-module_Indicator_Ecavw{display:inline-flex;align-items:center;justify-content:center;color:var(--radio-indicator-color)}.radio-module_Disk_pV-Q1{inline-size:var(--radio-disk-size);aspect-ratio:1/1;border-radius:100000px;corner-shape:unset;background:currentColor}.radio-module_RadioRoot_3uvvn:not([data-checked]) .radio-module_Disk_pV-Q1{display:none}
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import './radio.css';
3
+ import { Stack } from "../stack/stack.js";
3
4
  import { FieldHelperCopy } from "../basic-input/field-helper-copy.js";
4
5
  import { FieldLabel } from "../basic-input/field-label.js";
5
- import { Stack } from "../stack/stack.js";
6
6
  import radio_module_default from "./radio.module.js";
7
7
  import { clsx } from "clsx";
8
8
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -1,6 +1,6 @@
1
1
  "use client";
2
- import { Text } from "../text/text.js";
3
2
  import { Stack } from "../stack/stack.js";
3
+ import { Text } from "../text/text.js";
4
4
  import select_module_default from "./select.module.js";
5
5
  import { SelectIndicatorSlot } from "./select-indicator-slot.js";
6
6
  import { clsx } from "clsx";
@@ -1,6 +1,6 @@
1
1
  "use client";
2
- import { Text } from "../text/text.js";
3
2
  import { Stack } from "../stack/stack.js";
3
+ import { Text } from "../text/text.js";
4
4
  import select_module_default from "./select.module.js";
5
5
  import { SelectIndicatorSlot } from "./select-indicator-slot.js";
6
6
  import { Icon } from "../icon/icon.js";
@@ -1 +1 @@
1
- .select-module_Select_eXv4Y{--input-height:var(--space-x-large);--control-group-background:var(--base-1);--control-group-color:var(--global-foreground);--control-group-border-color:var(--global-contrast);--control-group-border-radius:var(--radius-small);--select-trigger-padding-inline-start:var(--space-small);--select-trigger-padding-inline-end:var(--space-x-small);--field-label-padding-inline:calc((var(--control-group-border-radius) + 0px) / 2);&:has([required]) [data-field-label]:after{content:" *";color:var(--highlight-red)}&[data-invalid]>.select-module_Trigger_-wBsg:not(:disabled):not([data-disabled]){--control-group-border-color:var(--highlight-red);box-shadow:none;outline-color:oklab(from var(--highlight-red) l a b/.5)}}.select-module_Trigger_-wBsg{box-sizing:border-box;inline-size:100%;min-inline-size:0;block-size:var(--input-height);padding-inline:calc(var(--select-trigger-padding-inline-start) + ((var(--control-group-border-radius) + 0px) / 4)) var(--select-trigger-padding-inline-end);border:1px solid var(--control-group-border-color);border-radius:var(--control-group-border-radius);background:var(--control-group-background);color:var(--control-group-color);font:inherit;text-align:start;cursor:pointer;&:focus-visible{outline:2px solid var(--global-foreground);outline-offset:2px}&[data-popup-open]{outline:none}&:disabled,&[data-disabled]{--control-group-background:var(--global-disabled-background);--control-group-border-color:transparent;--control-group-color:var(--global-disabled-foreground);box-shadow:none;cursor:not-allowed}}.select-module_Value_uWHPX{--text-fluid-factor:0;--text-font-size:var(--font-scale-body-small);overflow:hidden;text-overflow:ellipsis;&[data-placeholder]{color:var(--global-disabled-foreground)}}.select-module_Icon_EOwki{font-size:var(--font-scale-body-small);pointer-events:none}.select-module_Description_OmwmV{padding-inline:calc((var(--control-group-border-radius) + 0px) / 2)}.select-module_SelectPopup_UzGXL{--select-list-border-radius:var(--radius-medium);--select-list-padding:var(--space-x-small);box-sizing:border-box;min-inline-size:var(--anchor-width);overflow:visible;color:var(--global-foreground);outline:none;position:relative}.select-module_ScrollArrow_kHlEi{position:absolute;inset-inline:0;z-index:1;inline-size:100%;block-size:var(--space-large);cursor:default;background:var(--base-1)}.select-module_ScrollButton_sHBOa{pointer-events:none}.select-module_ScrollArrowUp_DGXS-{inset-block-start:0;border-block-end:1px solid var(--global-contrast);border-radius:var(--select-list-border-radius) var(--select-list-border-radius) 0 0}.select-module_ScrollArrowDown_vhJy0{inset-block-end:0;border-block-start:1px solid var(--global-contrast);border-radius:0 0 var(--select-list-border-radius) var(--select-list-border-radius)}.select-module_List_jdUWx{box-sizing:border-box;inline-size:100%;max-block-size:var(--available-height);overflow-y:auto;scroll-padding-block:var(--select-list-padding);list-style:none;overscroll-behavior:contain;&:focus,&:focus-visible{outline:none}}.select-module_Option_KgYqz{border-radius:calc((var(--select-list-border-radius) + 0px) - var(--select-list-padding));cursor:pointer;&:focus{outline:none}&:focus-visible{outline:2px solid var(--global-foreground);outline-offset:0}&:hover,&[data-highlighted]{background:var(--base-2)}&[data-disabled]{color:var(--global-disabled-foreground);cursor:not-allowed}}.select-module_Indicator_YNUuz{inline-size:var(--space-medium);color:var(--global-primary);opacity:0;transition:opacity var(--duration-fast) var(--easing-standard),transform var(--duration-fast) var(--easing-standard);&[data-selected]{opacity:1}}.select-module_Group_xzkuA+.select-module_Group_xzkuA{margin-block-start:var(--space-medium)}.select-module_Separator_Q-ri9{block-size:1px;margin-block:var(--space-small);margin-inline:var(--space-small);background:var(--base-3)}
1
+ .select-module_Select_eXv4Y{--input-height:var(--space-x-large);--control-group-background:var(--base-1);--control-group-color:var(--global-foreground);--control-group-border-color:var(--global-contrast);--control-group-border-radius:var(--radius-small);--select-trigger-padding-inline-start:var(--space-small);--select-trigger-padding-inline-end:var(--space-x-small);--field-label-padding-inline:calc((var(--control-group-border-radius) + 0px) / 2);z-index:0;&:has([required]) [data-field-label]:after{content:" *";color:var(--highlight-red)}&[data-invalid]>.select-module_Trigger_-wBsg:not(:disabled):not([data-disabled]){--control-group-border-color:var(--highlight-red);box-shadow:none;outline-color:oklab(from var(--highlight-red) l a b/.5)}}.select-module_Trigger_-wBsg{box-sizing:border-box;inline-size:100%;min-inline-size:0;block-size:var(--input-height);padding-inline:calc(var(--select-trigger-padding-inline-start) + ((var(--control-group-border-radius) + 0px) / 4)) var(--select-trigger-padding-inline-end);border:1px solid var(--control-group-border-color);border-radius:var(--control-group-border-radius);background:var(--control-group-background);color:var(--control-group-color);font:inherit;text-align:start;cursor:pointer;&:focus-visible{outline:2px solid var(--global-foreground);outline-offset:2px}&[data-popup-open]{outline:none}&:disabled,&[data-disabled]{--control-group-background:var(--global-disabled-background);--control-group-border-color:transparent;--control-group-color:var(--global-disabled-foreground);box-shadow:none;cursor:not-allowed}}.select-module_Value_uWHPX{--text-fluid-factor:0;--text-font-size:var(--font-scale-body-small);flex:1 1 auto;min-inline-size:0;overflow:hidden;display:block;text-overflow:ellipsis;&[data-placeholder]{color:var(--global-disabled-foreground)}}.select-module_Icon_EOwki{font-size:var(--font-scale-body-small);pointer-events:none}.select-module_Description_OmwmV{padding-inline:calc((var(--control-group-border-radius) + 0px) / 2)}.select-module_SelectPopup_UzGXL{--select-list-border-radius:var(--radius-medium);--select-list-padding:var(--space-x-small);box-sizing:border-box;min-inline-size:var(--anchor-width);overflow:visible;color:var(--global-foreground);outline:none;position:relative}.select-module_ScrollArrow_kHlEi{--scroll-arrow-background:var(--is-vibrancy-active) oklab(from var(--base-1) l a b/80%);position:absolute;inset-inline:0;z-index:1;inline-size:100%;block-size:var(--space-large);cursor:default;background:var(--scroll-arrow-background,var(--base-1));backdrop-filter:var(--vibrancy-filter,none);border:1px solid var(--global-contrast)}.select-module_ScrollButton_sHBOa{pointer-events:none}.select-module_ScrollArrowUp_DGXS-{inset-block-start:0;border-radius:var(--select-list-border-radius) var(--select-list-border-radius) 0 0}.select-module_ScrollArrowDown_vhJy0{inset-block-end:0;border-radius:0 0 var(--select-list-border-radius) var(--select-list-border-radius)}.select-module_List_jdUWx{box-sizing:border-box;inline-size:100%;max-block-size:var(--available-height);overflow-y:auto;scroll-padding-block:var(--select-list-padding);list-style:none;overscroll-behavior:contain;&:focus,&:focus-visible{outline:none}}.select-module_Option_KgYqz{border-radius:calc((var(--select-list-border-radius) + 0px) - var(--select-list-padding));cursor:pointer;&:focus{outline:none}&:focus-visible{outline:2px solid var(--global-foreground);outline-offset:0}&:not([data-disabled]):hover,&:not([data-disabled])[data-highlighted]{--option-hover-background:var(--is-vibrancy-active) oklab(from var(--global-contrast) l a b/14%);background:var(--option-hover-background,var(--global-contrast))}&[data-disabled]{color:var(--global-disabled-foreground);cursor:not-allowed}}.select-module_Indicator_YNUuz{inline-size:var(--space-medium);color:var(--global-primary);opacity:0;transition:opacity var(--duration-fast) var(--easing-standard),transform var(--duration-fast) var(--easing-standard);&[data-selected]{opacity:1}}.select-module_Group_xzkuA+.select-module_Group_xzkuA{margin-block-start:var(--space-medium)}.select-module_Separator_Q-ri9{block-size:1px;margin-block:var(--space-small);margin-inline:var(--space-small);background:var(--base-3)}
@@ -12,6 +12,10 @@
12
12
  "Wire description and error copy through the field pattern so assistive tech gets helper text",
13
13
  "Keep list options keyboard reachable; do not trap focus outside the popup pattern"
14
14
  ],
15
- "antiPatterns": ["Expecting multi-select or combobox behavior", "Leaving the trigger without label or aria-label"],
15
+ "antiPatterns": [
16
+ "Expecting multi-select or combobox behavior",
17
+ "Leaving the trigger without label or aria-label",
18
+ "Never set the size prop (if present) of Buttons, IconButtons or other interactive elements passed as addon other than small"
19
+ ],
16
20
  "related": ["Textfield", "Stack", "Surface", "Icon"]
17
21
  }
@@ -1,17 +1,17 @@
1
1
  "use client";
2
2
  import './select.css';
3
3
  import { extractIntrinsicViraProps } from "../../core/props/intrinsic-vira-props.js";
4
+ import { Stack } from "../stack/stack.js";
4
5
  import { Elevator } from "../elevator/elevator.js";
5
6
  import { IconButton } from "../icon-button/icon-button.js";
6
7
  import { Text } from "../text/text.js";
7
8
  import { FieldHelperCopy } from "../basic-input/field-helper-copy.js";
8
9
  import { FieldLabel } from "../basic-input/field-label.js";
9
- import { Stack } from "../stack/stack.js";
10
10
  import select_module_default from "./select.module.js";
11
11
  import { SelectGroup } from "./select-group.js";
12
- import { Icon } from "../icon/icon.js";
13
12
  import { SelectOption } from "./select-option.js";
14
13
  import { SelectSeparator } from "./select-separator.js";
14
+ import { Icon } from "../icon/icon.js";
15
15
  import { Surface } from "../surface/surface.js";
16
16
  import { clsx } from "clsx";
17
17
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -93,6 +93,7 @@ function SelectRootComponent({ children, className, description, dirty, disabled
93
93
  children: [
94
94
  /* @__PURE__ */ jsx(Select.ScrollUpArrow, {
95
95
  className: clsx(select_module_default.ScrollArrow, select_module_default.ScrollArrowUp),
96
+ "data-vibrant": "",
96
97
  render: /* @__PURE__ */ jsx(Stack, {
97
98
  fillChildren: false,
98
99
  hAlign: "center",
@@ -117,13 +118,15 @@ function SelectRootComponent({ children, className, description, dirty, disabled
117
118
  color: 1,
118
119
  hPadding: "x-small",
119
120
  radius: "medium",
120
- vPadding: "x-small"
121
+ vPadding: "x-small",
122
+ vibrant: true
121
123
  }),
122
124
  children
123
125
  })
124
126
  }),
125
127
  /* @__PURE__ */ jsx(Select.ScrollDownArrow, {
126
128
  className: clsx(select_module_default.ScrollArrow, select_module_default.ScrollArrowDown),
129
+ "data-vibrant": "",
127
130
  render: /* @__PURE__ */ jsx(Stack, {
128
131
  fillChildren: false,
129
132
  hAlign: "center",
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import './slider.css';
3
3
  import { extractIntrinsicViraProps } from "../../core/props/intrinsic-vira-props.js";
4
+ import { Stack } from "../stack/stack.js";
4
5
  import { Text } from "../text/text.js";
5
6
  import { FieldHelperCopy } from "../basic-input/field-helper-copy.js";
6
7
  import { FieldLabel } from "../basic-input/field-label.js";
7
- import { Stack } from "../stack/stack.js";
8
8
  import slider_module_default from "./slider.module.js";
9
9
  import { SliderControl } from "./slider-control.js";
10
10
  import { isRangeSlider } from "./slider-utils.js";
@@ -1 +1 @@
1
- .surface-module_Surface_slEYq{--surface-background-hover:var(--surface-background);--surface-border-radius:var(--radius-medium);--surface-padding-inline-start:0;--surface-padding-inline-end:0;--surface-padding-block-start:0;--surface-padding-block-end:0;position:relative;box-sizing:border-box;background:var(--surface-background,transparent);border-radius:var(--surface-border-radius);border:0;&[data-surface-has-padding=true]{padding:var(--surface-padding-block-start) var(--surface-padding-inline-end) var(--surface-padding-block-end) var(--surface-padding-inline-start)}&[data-surface-border]{border-style:var(--surface-border-style,solid);border-color:var(--global-contrast)}&[data-surface-border=all]{border-width:1px}&[data-surface-border=top]{border-width:1px 0 0}&[data-surface-border=right]{border-width:0 1px 0 0}&[data-surface-border=bottom]{border-width:0 0 1px}&[data-surface-border=left]{border-width:0 0 0 1px}&[data-surface-border=x]{border-width:0 1px}&[data-surface-border=y]{border-width:1px 0}@media (hover:hover) and (pointer:fine){&[data-surface-has-hover-color=true]:hover{animation:surface-module_surface-background-hover_HwH9- var(--duration-fast) var(--easing-standard);animation-fill-mode:both}}}@keyframes surface-module_surface-background-hover_HwH9-{to{background:var(--surface-background-hover)}}
1
+ .surface-module_Surface_slEYq{--surface-background-hover:var(--surface-background);--surface-border-radius:var(--radius-medium);--surface-padding-inline-start:0;--surface-padding-inline-end:0;--surface-padding-block-start:0;--surface-padding-block-end:0;--surface-vibrancy-background:var(--is-vibrancy-active) oklab(from var(--surface-background) l a b/80%);position:relative;box-sizing:border-box;background:var(--surface-vibrancy-background,var(--surface-background,transparent));border-radius:var(--surface-border-radius);border:0;&[data-surface-has-padding=true]{padding:var(--surface-padding-block-start) var(--surface-padding-inline-end) var(--surface-padding-block-end) var(--surface-padding-inline-start)}&[data-surface-border]{border-style:var(--surface-border-style,solid);border-color:var(--global-contrast)}&[data-surface-border=all]{border-width:1px}&[data-surface-border=top]{border-width:1px 0 0}&[data-surface-border=right]{border-width:0 1px 0 0}&[data-surface-border=bottom]{border-width:0 0 1px}&[data-surface-border=left]{border-width:0 0 0 1px}&[data-surface-border=x]{border-width:0 1px}&[data-surface-border=y]{border-width:1px 0}@media (hover:hover) and (pointer:fine){&[data-surface-has-hover-color=true]:hover{animation:surface-module_surface-background-hover_HwH9- var(--duration-fast) var(--easing-standard);animation-fill-mode:both}}}@keyframes surface-module_surface-background-hover_HwH9-{to{background:var(--surface-background-hover)}}
@@ -22,7 +22,7 @@ var Surface = ({ border, borderStyle = "solid", className, color, hPadding, hove
22
22
  ...hasColor ? { "--surface-background": toSurfaceColor(color) } : {},
23
23
  ...hasHoverColor ? { "--surface-background-hover": toSurfaceColor(hoverColor) } : {},
24
24
  ...border ? { "--surface-border-style": borderStyle } : {},
25
- "--surface-border-radius": resolveThemeValue(radius, "radius", "var(--radius-medium)"),
25
+ "--surface-border-radius": resolveThemeValue(radius, "radius", 0),
26
26
  ...resolveAxisPadding(hPadding, "--surface-padding-inline-start", "--surface-padding-inline-end"),
27
27
  ...resolveAxisPadding(vPadding, "--surface-padding-block-start", "--surface-padding-block-end"),
28
28
  ...style
@@ -1 +1 @@
1
- .switch-module_Switch_L86y7{--switch-track-block-size:var(--space-large);--switch-track-radius:var(--radius-small);--switch-track-background:var(--global-contrast);--switch-thumb-background:var(--global-primary);--switch-thumb-size:calc(var(--space-large) - var(--space-x-small));--switch-thumb-inset:var(--space-2x-small);--switch-thumb-radius:calc(var(--radius-x-small) + var(--switch-thumb-inset));&:has([required]) [data-field-label]:after{content:" *";color:var(--highlight-red)}}.switch-module_SwitchRoot_Zv9An{position:relative;appearance:none;border:0;box-shadow:none;inline-size:calc((var(--switch-thumb-size) * 2) + var(--switch-thumb-inset) * 2);block-size:var(--switch-track-block-size);background:var(--switch-track-background);border-radius:var(--switch-track-radius);&[data-size=small]{--switch-track-radius:var(--radius-x-small);--switch-track-block-size:var(--space-medium);--switch-thumb-size:calc(var(--space-medium) - var(--space-x-small));--switch-thumb-radius:calc(var(--radius-x-small) - var(--switch-thumb-inset))}&[data-checked]:not([data-disabled]):not([data-invalid]){--switch-track-background:var(--global-primary);--switch-thumb-background:var(--base-1)}&[data-invalid]:not([data-disabled]),.switch-module_Switch_L86y7[data-invalid]>&:not([data-disabled]){box-shadow:inset 0 0 0 1px var(--highlight-red);outline-color:oklab(from var(--highlight-red) l a b/.5)}&[data-disabled],.switch-module_Switch_L86y7[data-disabled]>&{--switch-track-background:var(--global-disabled-background);--switch-thumb-background:var(--global-disabled-foreground);box-shadow:none}}.switch-module_Thumb_ldwJw{position:absolute;inset-block:var(--switch-thumb-inset);inset-inline-start:var(--switch-thumb-inset);background:var(--switch-thumb-background);inline-size:var(--switch-thumb-size);block-size:var(--switch-thumb-size);border-radius:var(--switch-thumb-radius);transition:translate var(--easing-entrance) var(--duration-fast);.switch-module_SwitchRoot_Zv9An[data-checked]>&{translate:100% 0}.switch-module_SwitchRoot_Zv9An[data-checked]:dir(rtl)>&{translate:-100% 0}}
1
+ .switch-module_Switch_L86y7{--switch-track-block-size:var(--space-large);--switch-track-radius:var(--radius-small);--switch-track-background:var(--global-contrast);--switch-thumb-background:var(--global-primary);--switch-thumb-size:calc(var(--space-large) - var(--space-x-small));--switch-thumb-inset:var(--space-2x-small);--switch-thumb-radius:calc(var(--radius-x-small) + var(--switch-thumb-inset));&:has([required]) [data-field-label]:after{content:" *";color:var(--highlight-red)}}.switch-module_SwitchRoot_Zv9An{position:relative;appearance:none;border:0;box-shadow:none;inline-size:calc((var(--switch-thumb-size) * 2) + var(--switch-thumb-inset) * 2);block-size:var(--switch-track-block-size);background:var(--switch-track-background);border-radius:var(--switch-track-radius);&[data-size=small]{--switch-track-radius:var(--radius-x-small);--switch-track-block-size:var(--space-medium);--switch-thumb-size:calc(var(--space-medium) - var(--space-x-small));--switch-thumb-radius:calc(var(--radius-x-small) - var(--switch-thumb-inset))}&[data-checked]:not([data-disabled]):not([data-invalid]){--switch-track-background:var(--global-primary);--switch-thumb-background:var(--base-1)}&[data-invalid]:not([data-disabled]),.switch-module_Switch_L86y7[data-invalid]>&:not([data-disabled]){box-shadow:inset 0 0 0 1px var(--highlight-red);outline-color:oklab(from var(--highlight-red) l a b/.5)}&[data-disabled],.switch-module_Switch_L86y7[data-disabled]>&{--switch-track-background:var(--global-disabled-background);--switch-thumb-background:var(--global-disabled-foreground);box-shadow:none;cursor:not-allowed}}.switch-module_Thumb_ldwJw{position:absolute;inset-block:var(--switch-thumb-inset);inset-inline-start:var(--switch-thumb-inset);background:var(--switch-thumb-background);inline-size:var(--switch-thumb-size);block-size:var(--switch-thumb-size);border-radius:var(--switch-thumb-radius);transition:translate var(--easing-entrance) var(--duration-fast);.switch-module_SwitchRoot_Zv9An[data-checked]>&{translate:100% 0}.switch-module_SwitchRoot_Zv9An[data-checked]:dir(rtl)>&{translate:-100% 0}}
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import './switch.css';
3
3
  import { extractIntrinsicViraProps } from "../../core/props/intrinsic-vira-props.js";
4
+ import { Stack } from "../stack/stack.js";
4
5
  import { FieldHelperCopy } from "../basic-input/field-helper-copy.js";
5
6
  import { FieldLabel } from "../basic-input/field-label.js";
6
- import { Stack } from "../stack/stack.js";
7
7
  import switch_module_default from "./switch.module.js";
8
8
  import { clsx } from "clsx";
9
9
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -40,6 +40,7 @@ var Switch$1 = ({ className, description, dirty, disabled, error, invalid, label
40
40
  children: [/* @__PURE__ */ jsx(Switch.Root, {
41
41
  ...componentProps,
42
42
  className: clsx(switch_module_default.SwitchRoot, className),
43
+ "data-shrink": "false",
43
44
  "data-size": size,
44
45
  disabled,
45
46
  name,
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import './textarea.css';
3
3
  import { extractIntrinsicViraProps } from "../../core/props/intrinsic-vira-props.js";
4
+ import { Stack } from "../stack/stack.js";
4
5
  import { BasicInput } from "../basic-input/basic-input.js";
5
6
  import { FieldHelperCopy } from "../basic-input/field-helper-copy.js";
6
7
  import { FieldLabel } from "../basic-input/field-label.js";
7
- import { Stack } from "../stack/stack.js";
8
8
  import textarea_module_default from "./textarea.module.js";
9
9
  import { clsx } from "clsx";
10
10
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import './textfield.css';
3
3
  import { extractIntrinsicViraProps } from "../../core/props/intrinsic-vira-props.js";
4
+ import { Stack } from "../stack/stack.js";
4
5
  import { BasicInput } from "../basic-input/basic-input.js";
5
6
  import { FieldHelperCopy } from "../basic-input/field-helper-copy.js";
6
7
  import { FieldLabel } from "../basic-input/field-label.js";
7
8
  import { InputControlGroup } from "../basic-input/input-control-group.js";
8
- import { Stack } from "../stack/stack.js";
9
9
  import textfield_module_default from "./textfield.module.js";
10
10
  import { clsx } from "clsx";
11
11
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -16,6 +16,8 @@ export type TitleProps = React.ComponentPropsWithoutRef<'span'> & IntrinsicViraP
16
16
  /**
17
17
  * Replaces the default `span` root using Base UI render semantics.
18
18
  *
19
+ * Pair this with `level` for most headings so DOM semantics and visual preset stay intentionally aligned.
20
+ *
19
21
  * @default The title renders a `span` root.
20
22
  */
21
23
  render?: useRender.RenderProp;
@@ -26,9 +28,10 @@ export type TitleProps = React.ComponentPropsWithoutRef<'span'> & IntrinsicViraP
26
28
  */
27
29
  ref?: React.Ref<HTMLElement>;
28
30
  /**
29
- * Selects a semantic heading typography size from the active theme scale.
31
+ * Selects a heading or display typography preset from the active theme scale.
30
32
  *
31
- * This controls only the visual preset. Semantic heading choice remains owned by `render`.
33
+ * This controls only the visual preset. Semantic heading choice remains owned by `render`,
34
+ * because `Title` keeps a `span` root unless `render` replaces it.
32
35
  *
33
36
  * @default 'h1'
34
37
  */
@@ -3,16 +3,19 @@
3
3
  "summary": "Theme-aware heading and display typography primitive.",
4
4
  "whenToUse": [
5
5
  "Headings and display text with title presets",
6
- "Semantic heading tags chosen through render",
6
+ "Semantic heading tags chosen explicitly through render",
7
+ "Level and render paired together for most heading use cases",
7
8
  "Fluid clamp sizing across title levels"
8
9
  ],
9
10
  "whenNotToUse": ["Body copy — use Text", "Body or mono family typography"],
10
11
  "accessibility": [
11
- "Choose render to match the correct heading level for the page outline",
12
+ "Title renders a span by default, so choose render to match the correct heading level for the page outline",
12
13
  "Visual level presets do not replace picking the right h1–h6 element",
14
+ "Use level for appearance and render for semantics; pair them unless you intentionally need a visual mismatch",
13
15
  "Keep heading hierarchy sequential; do not skip levels for styling alone"
14
16
  ],
15
17
  "antiPatterns": [
18
+ "Assuming level changes the HTML tag automatically",
16
19
  "Letting level force the HTML tag instead of choosing render explicitly",
17
20
  "Using Title for long body paragraphs"
18
21
  ],
@@ -11,10 +11,17 @@ export type IntrinsicViraProps = {
11
11
  * @default The component root does not render a shrink attribute.
12
12
  */
13
13
  shrink?: boolean | undefined;
14
+ /**
15
+ * Adds `data-vibrant` to the component root when true so preflight vibrancy styles can opt the surface into backdrop filtering.
16
+ *
17
+ * @default The component root does not render a vibrant attribute.
18
+ */
19
+ vibrant?: boolean | undefined;
14
20
  };
15
21
  type IntrinsicViraAttributes = {
16
22
  'data-grow'?: 'false';
17
23
  'data-shrink'?: 'false';
24
+ 'data-vibrant'?: '';
18
25
  };
19
26
  export declare const extractIntrinsicViraProps: <Props extends IntrinsicViraProps>(props: Props) => {
20
27
  componentProps: Omit<Props, keyof IntrinsicViraProps>;
@@ -1,11 +1,12 @@
1
1
  //#region src/core/props/intrinsic-vira-props.ts
2
2
  var extractIntrinsicViraProps = (props) => {
3
- const { grow, shrink, ...componentProps } = props;
3
+ const { grow, shrink, vibrant, ...componentProps } = props;
4
4
  return {
5
5
  componentProps,
6
6
  intrinsicAttributes: {
7
7
  ...grow === false ? { "data-grow": "false" } : {},
8
- ...shrink === false ? { "data-shrink": "false" } : {}
8
+ ...shrink === false ? { "data-shrink": "false" } : {},
9
+ ...vibrant === true ? { "data-vibrant": "" } : {}
9
10
  }
10
11
  };
11
12
  };
@@ -1,5 +1,4 @@
1
- import { default as theme } from '@viraui/foundation/vira/nested';
2
- type ThemeTree = typeof theme;
3
- type ThemeKey = keyof ThemeTree;
4
- export declare const resolveThemeValue: <TKey extends ThemeKey, TValue extends keyof ThemeTree[TKey], TFallback>(key: TValue | null | undefined | 0, themeKey: TKey, fallbackValue: TFallback) => ThemeTree[TKey][TValue] | TFallback;
1
+ type ThemeKey = 'radius' | 'space';
2
+ type ThemeValue = string;
3
+ export declare const resolveThemeValue: <TKey extends ThemeKey, TValue extends string, TFallback>(key: TValue | null | undefined | 0, themeKey: TKey, fallbackValue: TFallback) => ThemeValue | TFallback;
5
4
  export {};
@@ -1,8 +1,7 @@
1
- import theme from "@viraui/foundation/vira/nested";
2
1
  //#region src/core/theme/resolve-theme-value.ts
3
2
  var resolveThemeValue = (key, themeKey, fallbackValue) => {
4
3
  if (!key) return fallbackValue;
5
- return theme[themeKey][key];
4
+ return `var(--${themeKey}-${String(key)})`;
6
5
  };
7
6
  //#endregion
8
7
  export { resolveThemeValue };
package/dist/index.js CHANGED
@@ -1,4 +1,7 @@
1
1
  import { Avatar } from "./components/avatar/avatar.js";
2
+ import { AvatarGroup } from "./components/avatar-group/avatar-group.js";
3
+ import { Stack } from "./components/stack/stack.js";
4
+ import { Chip } from "./components/chip/chip.js";
2
5
  import { ClampText } from "./components/clamp-text/clamp-text.js";
3
6
  import { ELEVATION_DEFAULTS } from "./core/elevation/elevation-types.js";
4
7
  import { getElevationProps } from "./core/elevation/get-elevation-props.js";
@@ -7,8 +10,8 @@ import { Spinner } from "./components/spinner/spinner.js";
7
10
  import { Button } from "./components/button/button.js";
8
11
  import { IconButton } from "./components/icon-button/icon-button.js";
9
12
  import { Text } from "./components/text/text.js";
10
- import { Stack } from "./components/stack/stack.js";
11
13
  import { LinearProgress } from "./components/linear-progress/linear-progress.js";
14
+ import { Masonry } from "./components/masonry/masonry.js";
12
15
  import { Textfield } from "./components/textfield/textfield.js";
13
16
  import { Textarea } from "./components/textarea/textarea.js";
14
17
  import { Slider } from "./components/slider/slider.js";
@@ -16,9 +19,9 @@ import { Switch } from "./components/switch/switch.js";
16
19
  import { Checkbox } from "./components/checkbox/checkbox.js";
17
20
  import { Radio } from "./components/radio/radio.js";
18
21
  import { RadioGroup } from "./components/radio/radio-group.js";
19
- import { Icon } from "./components/icon/icon.js";
20
22
  import { Select } from "./components/select/select.js";
23
+ import { Icon } from "./components/icon/icon.js";
21
24
  import { Skeleton } from "./components/skeleton/skeleton.js";
22
25
  import { Surface } from "./components/surface/surface.js";
23
26
  import { Title } from "./components/title/title.js";
24
- export { Avatar, Button, Checkbox, ClampText, ELEVATION_DEFAULTS, Elevator, Icon, IconButton, LinearProgress, Radio, RadioGroup, Select, Skeleton, Slider, Spinner, Stack, Surface, Switch, Text, Textarea, Textfield, Title, getElevationProps };
27
+ export { Avatar, AvatarGroup, Button, Checkbox, Chip, ClampText, ELEVATION_DEFAULTS, Elevator, Icon, IconButton, LinearProgress, Masonry, Radio, RadioGroup, Select, Skeleton, Slider, Spinner, Stack, Surface, Switch, Text, Textarea, Textfield, Title, getElevationProps };
@@ -2,7 +2,7 @@ import type { ComponentType, SVGProps } from 'react';
2
2
  export type GeneratedIconComponent = ComponentType<SVGProps<SVGSVGElement> & {
3
3
  size?: number | string;
4
4
  }>;
5
- export declare const generatedIconNames: readonly ["ArrowDown", "ArrowDownLeft", "ArrowDownRight", "ArrowLeft", "ArrowRight", "ArrowUp", "ArrowUpLeft", "ArrowUpRight", "CaretDown", "CaretLeft", "CaretRight", "CaretUp", "Check", "ChevronDown", "ChevronExpandY", "ChevronLeft", "ChevronRight", "ChevronUp", "CircleHalfDottedClock", "Clock", "DarkLight", "History", "Lock", "LockOpen", "Magnifier", "Minus", "MoonStars", "Plus", "Quickstart", "RefreshAnticlockwise", "Sun", "Xmark"];
5
+ export declare const generatedIconNames: readonly ["ArrowDown", "ArrowDownLeft", "ArrowDownRight", "ArrowLeft", "ArrowRight", "ArrowUp", "ArrowUpLeft", "ArrowUpRight", "CaretDown", "CaretLeft", "CaretRight", "CaretUp", "Check", "ChevronDown", "ChevronExpandY", "ChevronLeft", "ChevronRight", "ChevronUp", "CircleHalfDottedClock", "CircleImage", "Clock", "DarkLight", "History", "Image", "ImagesLayered", "Lock", "LockOpen", "Magnifier", "Minus", "MoonStars", "Plus", "Quickstart", "RefreshAnticlockwise", "Sun", "Xmark"];
6
6
  export type GeneratedIconName = (typeof generatedIconNames)[number];
7
7
  export declare const generatedIconVariants: readonly ["duo"];
8
8
  export type GeneratedIconVariant = (typeof generatedIconVariants)[number];
@@ -27,9 +27,12 @@ export declare const generatedIconRegistry: {
27
27
  readonly ChevronRight: import("react").ForwardRefExoticComponent<Omit<import("./icons/duo/ChevronRight").ChevronRightProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
28
28
  readonly ChevronUp: import("react").ForwardRefExoticComponent<Omit<import("./icons/duo/ChevronUp").ChevronUpProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
29
29
  readonly CircleHalfDottedClock: import("react").ForwardRefExoticComponent<Omit<import("./icons/duo/CircleHalfDottedClock").CircleHalfDottedClockProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
30
+ readonly CircleImage: import("react").ForwardRefExoticComponent<Omit<import("./icons/duo/CircleImage").CircleImageProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
30
31
  readonly Clock: import("react").ForwardRefExoticComponent<Omit<import("./icons/duo/Clock").ClockProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
31
32
  readonly DarkLight: import("react").ForwardRefExoticComponent<Omit<import("./icons/duo/DarkLight").DarkLightProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
32
33
  readonly History: import("react").ForwardRefExoticComponent<Omit<import("./icons/duo/History").HistoryProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
34
+ readonly Image: import("react").ForwardRefExoticComponent<Omit<import("./icons/duo/Image").ImageProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
35
+ readonly ImagesLayered: import("react").ForwardRefExoticComponent<Omit<import("./icons/duo/ImagesLayered").ImagesLayeredProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
33
36
  readonly Lock: import("react").ForwardRefExoticComponent<Omit<import("./icons/duo/Lock").LockProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
34
37
  readonly LockOpen: import("react").ForwardRefExoticComponent<Omit<import("./icons/duo/LockOpen").LockOpenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
35
38
  readonly Magnifier: import("react").ForwardRefExoticComponent<Omit<import("./icons/duo/Magnifier").MagnifierProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -17,9 +17,12 @@ import ChevronLeftDuoIcon from './icons/duo/ChevronLeft';
17
17
  import ChevronRightDuoIcon from './icons/duo/ChevronRight';
18
18
  import ChevronUpDuoIcon from './icons/duo/ChevronUp';
19
19
  import CircleHalfDottedClockDuoIcon from './icons/duo/CircleHalfDottedClock';
20
+ import CircleImageDuoIcon from './icons/duo/CircleImage';
20
21
  import ClockDuoIcon from './icons/duo/Clock';
21
22
  import DarkLightDuoIcon from './icons/duo/DarkLight';
22
23
  import HistoryDuoIcon from './icons/duo/History';
24
+ import ImageDuoIcon from './icons/duo/Image';
25
+ import ImagesLayeredDuoIcon from './icons/duo/ImagesLayered';
23
26
  import LockDuoIcon from './icons/duo/Lock';
24
27
  import LockOpenDuoIcon from './icons/duo/LockOpen';
25
28
  import MagnifierDuoIcon from './icons/duo/Magnifier';
@@ -50,9 +53,12 @@ export const generatedIconNames = [
50
53
  'ChevronRight',
51
54
  'ChevronUp',
52
55
  'CircleHalfDottedClock',
56
+ 'CircleImage',
53
57
  'Clock',
54
58
  'DarkLight',
55
59
  'History',
60
+ 'Image',
61
+ 'ImagesLayered',
56
62
  'Lock',
57
63
  'LockOpen',
58
64
  'Magnifier',
@@ -86,9 +92,12 @@ export const generatedIconRegistry = {
86
92
  ChevronRight: ChevronRightDuoIcon,
87
93
  ChevronUp: ChevronUpDuoIcon,
88
94
  CircleHalfDottedClock: CircleHalfDottedClockDuoIcon,
95
+ CircleImage: CircleImageDuoIcon,
89
96
  Clock: ClockDuoIcon,
90
97
  DarkLight: DarkLightDuoIcon,
91
98
  History: HistoryDuoIcon,
99
+ Image: ImageDuoIcon,
100
+ ImagesLayered: ImagesLayeredDuoIcon,
92
101
  Lock: LockDuoIcon,
93
102
  LockOpen: LockOpenDuoIcon,
94
103
  Magnifier: MagnifierDuoIcon,
@@ -7,7 +7,7 @@ const ArrowDown = React.forwardRef(({ size, className, style, ...props }, ref) =
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M9 15.75a.75.75 0 0 1-.75-.75V2.75a.75.75 0 0 1 1.5 0V15a.75.75 0 0 1-.75.75", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M9 16a.74.74 0 0 1-.53-.22l-4.25-4.25a.75.75 0 1 1 1.061-1.061l3.72 3.72 3.72-3.72a.75.75 0 1 1 1.061 1.061l-4.25 4.25a.75.75 0 0 1-.53.22z" })] }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M9 15.75a.75.75 0 0 1-.75-.75V2.75a.75.75 0 0 1 1.5 0V15a.75.75 0 0 1-.75.75", "data-color": "color-2", opacity: ".3" }), _jsx("path", { d: "M9 16a.74.74 0 0 1-.53-.22l-4.25-4.25a.75.75 0 1 1 1.061-1.061l3.72 3.72 3.72-3.72a.75.75 0 1 1 1.061 1.061l-4.25 4.25a.75.75 0 0 1-.53.22z" })] }) }));
11
11
  });
12
12
  ArrowDown.displayName = 'ArrowDown';
13
13
  export default ArrowDown;
@@ -7,7 +7,7 @@ const ArrowDownLeft = React.forwardRef(({ size, className, style, ...props }, re
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M4 14.75a.75.75 0 0 1-.53-1.281L13.72 3.22a.75.75 0 1 1 1.061 1.061L4.53 14.53a.75.75 0 0 1-.53.22", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M9.761 15H3.75a.75.75 0 0 1-.75-.75V8.24a.75.75 0 0 1 1.5 0v5.26h5.261a.75.75 0 0 1 0 1.5" })] }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M4 14.75a.75.75 0 0 1-.53-1.281L13.72 3.22a.75.75 0 1 1 1.061 1.061L4.53 14.53a.75.75 0 0 1-.53.22", "data-color": "color-2", opacity: ".3" }), _jsx("path", { d: "M9.761 15H3.75a.75.75 0 0 1-.75-.75V8.24a.75.75 0 0 1 1.5 0v5.26h5.261a.75.75 0 0 1 0 1.5" })] }) }));
11
11
  });
12
12
  ArrowDownLeft.displayName = 'ArrowDownLeft';
13
13
  export default ArrowDownLeft;
@@ -7,7 +7,7 @@ const ArrowDownRight = React.forwardRef(({ size, className, style, ...props }, r
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M14 14.75a.74.74 0 0 1-.53-.22L3.22 4.28a.75.75 0 1 1 1.061-1.061L14.53 13.47a.75.75 0 0 1-.53 1.28", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M14.25 15H8.239a.75.75 0 0 1 0-1.5H13.5V8.24a.75.75 0 0 1 1.5 0v6.01a.75.75 0 0 1-.75.75" })] }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M14 14.75a.74.74 0 0 1-.53-.22L3.22 4.28a.75.75 0 1 1 1.061-1.061L14.53 13.47a.75.75 0 0 1-.53 1.28", "data-color": "color-2", opacity: ".3" }), _jsx("path", { d: "M14.25 15H8.239a.75.75 0 0 1 0-1.5H13.5V8.24a.75.75 0 0 1 1.5 0v6.01a.75.75 0 0 1-.75.75" })] }) }));
11
11
  });
12
12
  ArrowDownRight.displayName = 'ArrowDownRight';
13
13
  export default ArrowDownRight;
@@ -7,7 +7,7 @@ const ArrowLeft = React.forwardRef(({ size, className, style, ...props }, ref) =
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M15.25 9.75H3a.75.75 0 0 1 0-1.5h12.25a.75.75 0 0 1 0 1.5", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M7 14a.74.74 0 0 1-.53-.22L2.22 9.53a.75.75 0 0 1 0-1.061L6.47 4.22a.75.75 0 1 1 1.061 1.061l-3.72 3.72 3.72 3.72a.75.75 0 0 1-.53 1.281z" })] }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M15.25 9.75H3a.75.75 0 0 1 0-1.5h12.25a.75.75 0 0 1 0 1.5", "data-color": "color-2", opacity: ".3" }), _jsx("path", { d: "M7 14a.74.74 0 0 1-.53-.22L2.22 9.53a.75.75 0 0 1 0-1.061L6.47 4.22a.75.75 0 1 1 1.061 1.061l-3.72 3.72 3.72 3.72a.75.75 0 0 1-.53 1.281z" })] }) }));
11
11
  });
12
12
  ArrowLeft.displayName = 'ArrowLeft';
13
13
  export default ArrowLeft;
@@ -7,7 +7,7 @@ const ArrowRight = React.forwardRef(({ size, className, style, ...props }, ref)
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M15 9.75H2.75a.75.75 0 0 1 0-1.5H15a.75.75 0 0 1 0 1.5", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M11 14a.75.75 0 0 1-.53-1.281l3.72-3.72-3.72-3.72a.75.75 0 1 1 1.061-1.061l4.25 4.25a.75.75 0 0 1 0 1.061l-4.25 4.25a.75.75 0 0 1-.53.22z" })] }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M15 9.75H2.75a.75.75 0 0 1 0-1.5H15a.75.75 0 0 1 0 1.5", "data-color": "color-2", opacity: ".3" }), _jsx("path", { d: "M11 14a.75.75 0 0 1-.53-1.281l3.72-3.72-3.72-3.72a.75.75 0 1 1 1.061-1.061l4.25 4.25a.75.75 0 0 1 0 1.061l-4.25 4.25a.75.75 0 0 1-.53.22z" })] }) }));
11
11
  });
12
12
  ArrowRight.displayName = 'ArrowRight';
13
13
  export default ArrowRight;
@@ -7,7 +7,7 @@ const ArrowUp = React.forwardRef(({ size, className, style, ...props }, ref) =>
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M9 16a.75.75 0 0 1-.75-.75V3a.75.75 0 0 1 1.5 0v12.25A.75.75 0 0 1 9 16", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M13.25 7.75a.74.74 0 0 1-.53-.22L9 3.81 5.28 7.53a.75.75 0 1 1-1.061-1.061L8.47 2.22a.75.75 0 0 1 1.061 0l4.25 4.25a.75.75 0 0 1-.53 1.281z" })] }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M9 16a.75.75 0 0 1-.75-.75V3a.75.75 0 0 1 1.5 0v12.25A.75.75 0 0 1 9 16", "data-color": "color-2", opacity: ".3" }), _jsx("path", { d: "M13.25 7.75a.74.74 0 0 1-.53-.22L9 3.81 5.28 7.53a.75.75 0 1 1-1.061-1.061L8.47 2.22a.75.75 0 0 1 1.061 0l4.25 4.25a.75.75 0 0 1-.53 1.281z" })] }) }));
11
11
  });
12
12
  ArrowUp.displayName = 'ArrowUp';
13
13
  export default ArrowUp;
@@ -7,7 +7,7 @@ const ArrowUpLeft = React.forwardRef(({ size, className, style, ...props }, ref)
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M14.25 15a.74.74 0 0 1-.53-.22L3.47 4.53a.75.75 0 1 1 1.061-1.061L14.78 13.72a.75.75 0 0 1-.53 1.281z", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M3.75 10.51A.75.75 0 0 1 3 9.76V3.75A.75.75 0 0 1 3.75 3h6.011a.75.75 0 0 1 0 1.5H4.5v5.26a.75.75 0 0 1-.75.75" })] }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M14.25 15a.74.74 0 0 1-.53-.22L3.47 4.53a.75.75 0 1 1 1.061-1.061L14.78 13.72a.75.75 0 0 1-.53 1.281z", "data-color": "color-2", opacity: ".3" }), _jsx("path", { d: "M3.75 10.51A.75.75 0 0 1 3 9.76V3.75A.75.75 0 0 1 3.75 3h6.011a.75.75 0 0 1 0 1.5H4.5v5.26a.75.75 0 0 1-.75.75" })] }) }));
11
11
  });
12
12
  ArrowUpLeft.displayName = 'ArrowUpLeft';
13
13
  export default ArrowUpLeft;
@@ -7,7 +7,7 @@ const ArrowUpRight = React.forwardRef(({ size, className, style, ...props }, ref
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M3.75 15a.75.75 0 0 1-.53-1.281L13.47 3.47a.75.75 0 1 1 1.061 1.061L4.28 14.78a.75.75 0 0 1-.53.22", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M14.25 10.51a.75.75 0 0 1-.75-.75V4.5H8.24a.75.75 0 0 1 0-1.5h6.01a.75.75 0 0 1 .75.75v6.01a.75.75 0 0 1-.75.75" })] }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M3.75 15a.75.75 0 0 1-.53-1.281L13.47 3.47a.75.75 0 1 1 1.061 1.061L4.28 14.78a.75.75 0 0 1-.53.22", "data-color": "color-2", opacity: ".3" }), _jsx("path", { d: "M14.25 10.51a.75.75 0 0 1-.75-.75V4.5H8.24a.75.75 0 0 1 0-1.5h6.01a.75.75 0 0 1 .75.75v6.01a.75.75 0 0 1-.75.75" })] }) }));
11
11
  });
12
12
  ArrowUpRight.displayName = 'ArrowUpRight';
13
13
  export default ArrowUpRight;
@@ -7,7 +7,7 @@ const CaretDown = React.forwardRef(({ size, className, style, ...props }, ref) =
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsx("path", { fillOpacity: ".4", d: "M14.024 4H3.976a1.749 1.749 0 0 0-1.478 2.687l5.024 7.923A1.74 1.74 0 0 0 9 15.422c.603 0 1.155-.304 1.478-.812l5.025-7.924a1.749 1.749 0 0 0-1.478-2.687z", className: "nc-icon-wrapper", "data-color": "color-2" }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsx("path", { fillOpacity: ".3", d: "M14.024 4H3.976a1.749 1.749 0 0 0-1.478 2.687l5.024 7.923A1.74 1.74 0 0 0 9 15.422c.603 0 1.155-.304 1.478-.812l5.025-7.924a1.749 1.749 0 0 0-1.478-2.687z", className: "nc-icon-wrapper", "data-color": "color-2" }) }));
11
11
  });
12
12
  CaretDown.displayName = 'CaretDown';
13
13
  export default CaretDown;
@@ -7,7 +7,7 @@ const CaretLeft = React.forwardRef(({ size, className, style, ...props }, ref) =
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsx("path", { fillOpacity: ".4", d: "M13.094 2.442a1.75 1.75 0 0 0-1.781.055L3.389 7.522A1.74 1.74 0 0 0 2.577 9c0 .603.304 1.155.812 1.478l7.924 5.025a1.75 1.75 0 0 0 1.781.054A1.75 1.75 0 0 0 14 14.024V3.976a1.75 1.75 0 0 0-.906-1.534", className: "nc-icon-wrapper", "data-color": "color-2" }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsx("path", { fillOpacity: ".3", d: "M13.094 2.442a1.75 1.75 0 0 0-1.781.055L3.389 7.522A1.74 1.74 0 0 0 2.577 9c0 .603.304 1.155.812 1.478l7.924 5.025a1.75 1.75 0 0 0 1.781.054A1.75 1.75 0 0 0 14 14.024V3.976a1.75 1.75 0 0 0-.906-1.534", className: "nc-icon-wrapper", "data-color": "color-2" }) }));
11
11
  });
12
12
  CaretLeft.displayName = 'CaretLeft';
13
13
  export default CaretLeft;
@@ -7,7 +7,7 @@ const CaretRight = React.forwardRef(({ size, className, style, ...props }, ref)
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsx("path", { fillOpacity: ".4", d: "M14.611 7.522 6.687 2.497A1.75 1.75 0 0 0 4 3.975v10.049a1.749 1.749 0 0 0 2.688 1.478l7.923-5.024A1.74 1.74 0 0 0 15.423 9c0-.603-.304-1.155-.812-1.478", className: "nc-icon-wrapper", "data-color": "color-2" }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsx("path", { fillOpacity: ".3", d: "M14.611 7.522 6.687 2.497A1.75 1.75 0 0 0 4 3.975v10.049a1.749 1.749 0 0 0 2.688 1.478l7.923-5.024A1.74 1.74 0 0 0 15.423 9c0-.603-.304-1.155-.812-1.478", className: "nc-icon-wrapper", "data-color": "color-2" }) }));
11
11
  });
12
12
  CaretRight.displayName = 'CaretRight';
13
13
  export default CaretRight;
@@ -7,7 +7,7 @@ const CaretUp = React.forwardRef(({ size, className, style, ...props }, ref) =>
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsx("path", { fillOpacity: ".4", d: "M10.478 3.389A1.74 1.74 0 0 0 9 2.577c-.603 0-1.155.304-1.478.812l-5.025 7.924A1.749 1.749 0 0 0 3.975 14h10.049a1.749 1.749 0 0 0 1.478-2.687z", className: "nc-icon-wrapper", "data-color": "color-2" }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsx("path", { fillOpacity: ".3", d: "M10.478 3.389A1.74 1.74 0 0 0 9 2.577c-.603 0-1.155.304-1.478.812l-5.025 7.924A1.749 1.749 0 0 0 3.975 14h10.049a1.749 1.749 0 0 0 1.478-2.687z", className: "nc-icon-wrapper", "data-color": "color-2" }) }));
11
11
  });
12
12
  CaretUp.displayName = 'CaretUp';
13
13
  export default CaretUp;
@@ -7,7 +7,7 @@ const ChevronExpandY = React.forwardRef(({ size, className, style, ...props }, r
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M11.97 11.22 9 14.19l-2.97-2.97a.75.75 0 1 0-1.061 1.061l3.5 3.5a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 1 0-1.061-1.061z", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M9.53 2.22a.75.75 0 0 0-1.061 0l-3.5 3.5A.75.75 0 0 0 6.03 6.781L9 3.811l2.97 2.97a.75.75 0 0 0 1.06 0 .75.75 0 0 0 0-1.061z" })] }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M11.97 11.22 9 14.19l-2.97-2.97a.75.75 0 1 0-1.061 1.061l3.5 3.5a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 1 0-1.061-1.061z", "data-color": "color-2", opacity: ".3" }), _jsx("path", { d: "M9.53 2.22a.75.75 0 0 0-1.061 0l-3.5 3.5A.75.75 0 0 0 6.03 6.781L9 3.811l2.97 2.97a.75.75 0 0 0 1.06 0 .75.75 0 0 0 0-1.061z" })] }) }));
11
11
  });
12
12
  ChevronExpandY.displayName = 'ChevronExpandY';
13
13
  export default ChevronExpandY;
@@ -7,7 +7,7 @@ const CircleHalfDottedClock = React.forwardRef(({ size, className, style, ...pro
7
7
  width: props.width || 18,
8
8
  height: props.height || 18,
9
9
  };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { fillRule: "evenodd", d: "M9 4a.75.75 0 0 1 .75.75v3.857l2.927 2.026a.75.75 0 1 1-.854 1.234l-3.25-2.25A.75.75 0 0 1 8.25 9V4.75A.75.75 0 0 1 9 4", clipRule: "evenodd" }), _jsx("path", { fillOpacity: ".4", fillRule: "evenodd", d: "M8.25 1.75A.75.75 0 0 1 9 1a8 8 0 0 1 0 16 .75.75 0 0 1 0-1.5 6.5 6.5 0 0 0 0-13 .75.75 0 0 1-.75-.75", clipRule: "evenodd", "data-color": "color-2" }), _jsx("path", { fillOpacity: ".4", d: "M3.873 14.877a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M1.75 9.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m2.123-5.127a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m2.353 11.825a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m-3.924-3.924a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m0-5.548a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m3.924-3.924a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5", "data-color": "color-2" })] }) }));
10
+ return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { fillRule: "evenodd", d: "M9 4a.75.75 0 0 1 .75.75v3.857l2.927 2.026a.75.75 0 1 1-.854 1.234l-3.25-2.25A.75.75 0 0 1 8.25 9V4.75A.75.75 0 0 1 9 4", clipRule: "evenodd" }), _jsx("path", { fillOpacity: ".3", fillRule: "evenodd", d: "M8.25 1.75A.75.75 0 0 1 9 1a8 8 0 0 1 0 16 .75.75 0 0 1 0-1.5 6.5 6.5 0 0 0 0-13 .75.75 0 0 1-.75-.75", clipRule: "evenodd", "data-color": "color-2" }), _jsx("path", { fillOpacity: ".3", d: "M3.873 14.877a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M1.75 9.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m2.123-5.127a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m2.353 11.825a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m-3.924-3.924a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m0-5.548a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m3.924-3.924a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5", "data-color": "color-2" })] }) }));
11
11
  });
12
12
  CircleHalfDottedClock.displayName = 'CircleHalfDottedClock';
13
13
  export default CircleHalfDottedClock;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ export interface CircleImageProps extends SVGProps<SVGSVGElement> {
4
+ size?: number | string;
5
+ }
6
+ declare const CircleImage: React.ForwardRefExoticComponent<Omit<CircleImageProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
+ export default CircleImage;