@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/cjs/components/DatePicker/DatePicker.cjs +28 -31
- package/dist/cjs/components/DatePicker/DatePicker.cjs.map +1 -1
- package/dist/cjs/components/Icons/CogIcon.cjs +74 -0
- package/dist/cjs/components/Icons/CogIcon.cjs.map +1 -0
- package/dist/cjs/components/SegmentedControl/SegmentedControl.cjs +121 -0
- package/dist/cjs/components/SegmentedControl/SegmentedControl.cjs.map +1 -0
- package/dist/cjs/components/Tabs/TabsTrigger.cjs +35 -26
- package/dist/cjs/components/Tabs/TabsTrigger.cjs.map +1 -1
- package/dist/cjs/index.cjs +4 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/components/DatePicker/DatePicker.mjs +28 -31
- package/dist/components/DatePicker/DatePicker.mjs.map +1 -1
- package/dist/components/Icons/CogIcon.mjs +57 -0
- package/dist/components/Icons/CogIcon.mjs.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.mjs +104 -0
- package/dist/components/SegmentedControl/SegmentedControl.mjs.map +1 -0
- package/dist/components/Tabs/TabsTrigger.mjs +35 -26
- package/dist/components/Tabs/TabsTrigger.mjs.map +1 -1
- package/dist/date-picker.d.ts +1 -1
- package/dist/index.d.ts +81 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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,
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|