@fanvue/ui 3.9.0 → 3.11.0

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.
package/dist/index.mjs CHANGED
@@ -68,6 +68,7 @@ import { ChevronUpIcon } from "./components/Icons/ChevronUpIcon.mjs";
68
68
  import { ClockIcon } from "./components/Icons/ClockIcon.mjs";
69
69
  import { CloseIcon } from "./components/Icons/CloseIcon.mjs";
70
70
  import { CodeIcon } from "./components/Icons/CodeIcon.mjs";
71
+ import { CogIcon } from "./components/Icons/CogIcon.mjs";
71
72
  import { CoinIcon } from "./components/Icons/CoinIcon.mjs";
72
73
  import { CompassIcon } from "./components/Icons/CompassIcon.mjs";
73
74
  import { CopyIcon } from "./components/Icons/CopyIcon.mjs";
@@ -212,6 +213,7 @@ import { RadioGroup } from "./components/RadioGroup/RadioGroup.mjs";
212
213
  import { RatingSummary } from "./components/RatingSummary/RatingSummary.mjs";
213
214
  import { ReviewCard } from "./components/ReviewCard/ReviewCard.mjs";
214
215
  import { SearchField } from "./components/SearchField/SearchField.mjs";
216
+ import { SegmentedControl } from "./components/SegmentedControl/SegmentedControl.mjs";
215
217
  import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator } from "./components/Select/Select.mjs";
216
218
  import { Skeleton } from "./components/Skeleton/Skeleton.mjs";
217
219
  import { Slider } from "./components/Slider/Slider.mjs";
@@ -306,6 +308,7 @@ export {
306
308
  ClockIcon,
307
309
  CloseIcon,
308
310
  CodeIcon,
311
+ CogIcon,
309
312
  CoinIcon,
310
313
  CompassIcon,
311
314
  CopyIcon,
@@ -444,6 +447,7 @@ export {
444
447
  ReviewCard,
445
448
  SearchField,
446
449
  SearchIcon,
450
+ SegmentedControl,
447
451
  Select,
448
452
  SelectContent,
449
453
  SelectGroup,
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fanvue/ui",
3
- "version": "3.9.0",
3
+ "version": "3.11.0",
4
4
  "description": "React component library built with Tailwind CSS for Fanvue ecosystem",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org",