@metamask/design-system-react-native 0.34.0 → 0.36.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/CHANGELOG.md +37 -1
- package/dist/components/ActionListItem/ActionListItem.cjs +1 -1
- package/dist/components/ActionListItem/ActionListItem.cjs.map +1 -1
- package/dist/components/ActionListItem/ActionListItem.mjs +1 -1
- package/dist/components/ActionListItem/ActionListItem.mjs.map +1 -1
- package/dist/components/BannerBase/BannerBase.cjs +8 -6
- package/dist/components/BannerBase/BannerBase.cjs.map +1 -1
- package/dist/components/BannerBase/BannerBase.d.cts.map +1 -1
- package/dist/components/BannerBase/BannerBase.d.mts.map +1 -1
- package/dist/components/BannerBase/BannerBase.mjs +9 -7
- package/dist/components/BannerBase/BannerBase.mjs.map +1 -1
- package/dist/components/BannerBase/index.cjs +3 -1
- package/dist/components/BannerBase/index.cjs.map +1 -1
- package/dist/components/BannerBase/index.d.cts +1 -0
- package/dist/components/BannerBase/index.d.cts.map +1 -1
- package/dist/components/BannerBase/index.d.mts +1 -0
- package/dist/components/BannerBase/index.d.mts.map +1 -1
- package/dist/components/BannerBase/index.mjs +1 -0
- package/dist/components/BannerBase/index.mjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.cjs +1 -1
- package/dist/components/ButtonBase/ButtonBase.cjs.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.d.cts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.d.mts.map +1 -1
- package/dist/components/ButtonBase/ButtonBase.mjs +1 -1
- package/dist/components/ButtonBase/ButtonBase.mjs.map +1 -1
- package/dist/components/Content/Content.cjs +27 -13
- package/dist/components/Content/Content.cjs.map +1 -1
- package/dist/components/Content/Content.d.cts.map +1 -1
- package/dist/components/Content/Content.d.mts.map +1 -1
- package/dist/components/Content/Content.mjs +28 -14
- package/dist/components/Content/Content.mjs.map +1 -1
- package/dist/components/Content/index.cjs +3 -3
- package/dist/components/Content/index.cjs.map +1 -1
- package/dist/components/Content/index.d.cts +1 -1
- package/dist/components/Content/index.d.cts.map +1 -1
- package/dist/components/Content/index.d.mts +1 -1
- package/dist/components/Content/index.d.mts.map +1 -1
- package/dist/components/Content/index.mjs +1 -1
- package/dist/components/Content/index.mjs.map +1 -1
- package/dist/components/FilterButton/FilterButton.cjs +24 -36
- package/dist/components/FilterButton/FilterButton.cjs.map +1 -1
- package/dist/components/FilterButton/FilterButton.d.cts.map +1 -1
- package/dist/components/FilterButton/FilterButton.d.mts.map +1 -1
- package/dist/components/FilterButton/FilterButton.mjs +25 -37
- package/dist/components/FilterButton/FilterButton.mjs.map +1 -1
- package/dist/components/ListItem/ListItem.cjs +19 -8
- package/dist/components/ListItem/ListItem.cjs.map +1 -1
- package/dist/components/ListItem/ListItem.d.cts.map +1 -1
- package/dist/components/ListItem/ListItem.d.mts.map +1 -1
- package/dist/components/ListItem/ListItem.mjs +20 -9
- package/dist/components/ListItem/ListItem.mjs.map +1 -1
- package/dist/components/ListItem/index.cjs +3 -3
- package/dist/components/ListItem/index.cjs.map +1 -1
- package/dist/components/ListItem/index.d.cts +1 -1
- package/dist/components/ListItem/index.d.cts.map +1 -1
- package/dist/components/ListItem/index.d.mts +1 -1
- package/dist/components/ListItem/index.d.mts.map +1 -1
- package/dist/components/ListItem/index.mjs +1 -1
- package/dist/components/ListItem/index.mjs.map +1 -1
- package/dist/components/Slider/Slider.cjs +152 -0
- package/dist/components/Slider/Slider.cjs.map +1 -0
- package/dist/components/Slider/Slider.constants.cjs +41 -0
- package/dist/components/Slider/Slider.constants.cjs.map +1 -0
- package/dist/components/Slider/Slider.constants.d.cts +33 -0
- package/dist/components/Slider/Slider.constants.d.cts.map +1 -0
- package/dist/components/Slider/Slider.constants.d.mts +33 -0
- package/dist/components/Slider/Slider.constants.d.mts.map +1 -0
- package/dist/components/Slider/Slider.constants.mjs +38 -0
- package/dist/components/Slider/Slider.constants.mjs.map +1 -0
- package/dist/components/Slider/Slider.d.cts +7 -0
- package/dist/components/Slider/Slider.d.cts.map +1 -0
- package/dist/components/Slider/Slider.d.mts +7 -0
- package/dist/components/Slider/Slider.d.mts.map +1 -0
- package/dist/components/Slider/Slider.mjs +129 -0
- package/dist/components/Slider/Slider.mjs.map +1 -0
- package/dist/components/Slider/Slider.types.cjs +3 -0
- package/dist/components/Slider/Slider.types.cjs.map +1 -0
- package/dist/components/Slider/Slider.types.d.cts +133 -0
- package/dist/components/Slider/Slider.types.d.cts.map +1 -0
- package/dist/components/Slider/Slider.types.d.mts +133 -0
- package/dist/components/Slider/Slider.types.d.mts.map +1 -0
- package/dist/components/Slider/Slider.types.mjs +2 -0
- package/dist/components/Slider/Slider.types.mjs.map +1 -0
- package/dist/components/Slider/Slider.utilities.cjs +287 -0
- package/dist/components/Slider/Slider.utilities.cjs.map +1 -0
- package/dist/components/Slider/Slider.utilities.d.cts +157 -0
- package/dist/components/Slider/Slider.utilities.d.cts.map +1 -0
- package/dist/components/Slider/Slider.utilities.d.mts +157 -0
- package/dist/components/Slider/Slider.utilities.d.mts.map +1 -0
- package/dist/components/Slider/Slider.utilities.mjs +266 -0
- package/dist/components/Slider/Slider.utilities.mjs.map +1 -0
- package/dist/components/Slider/index.cjs +10 -0
- package/dist/components/Slider/index.cjs.map +1 -0
- package/dist/components/Slider/index.d.cts +6 -0
- package/dist/components/Slider/index.d.cts.map +1 -0
- package/dist/components/Slider/index.d.mts +6 -0
- package/dist/components/Slider/index.d.mts.map +1 -0
- package/dist/components/Slider/index.mjs +4 -0
- package/dist/components/Slider/index.mjs.map +1 -0
- package/dist/components/Slider/useSliderGesture.cjs +252 -0
- package/dist/components/Slider/useSliderGesture.cjs.map +1 -0
- package/dist/components/Slider/useSliderGesture.d.cts +17 -0
- package/dist/components/Slider/useSliderGesture.d.cts.map +1 -0
- package/dist/components/Slider/useSliderGesture.d.mts +17 -0
- package/dist/components/Slider/useSliderGesture.d.mts.map +1 -0
- package/dist/components/Slider/useSliderGesture.mjs +248 -0
- package/dist/components/Slider/useSliderGesture.mjs.map +1 -0
- package/dist/components/index.cjs +10 -5
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +5 -3
- package/dist/components/index.d.cts.map +1 -1
- package/dist/components/index.d.mts +5 -3
- package/dist/components/index.d.mts.map +1 -1
- package/dist/components/index.mjs +4 -3
- package/dist/components/index.mjs.map +1 -1
- package/package.json +4 -4
- package/dist/components/Content/Content.constants.cjs +0 -9
- package/dist/components/Content/Content.constants.cjs.map +0 -1
- package/dist/components/Content/Content.constants.d.cts +0 -3
- package/dist/components/Content/Content.constants.d.cts.map +0 -1
- package/dist/components/Content/Content.constants.d.mts +0 -3
- package/dist/components/Content/Content.constants.d.mts.map +0 -1
- package/dist/components/Content/Content.constants.mjs +0 -6
- package/dist/components/Content/Content.constants.mjs.map +0 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { UseSliderGestureParams, UseSliderGestureResult } from "./Slider.types.cjs";
|
|
2
|
+
/**
|
|
3
|
+
* Owns Slider gesture handling, animated thumb/fill position, and range-label taps.
|
|
4
|
+
*
|
|
5
|
+
* Flow during drag (UI thread):
|
|
6
|
+
* touch X → clamp to track width → trackPercent → domain value → callbacks
|
|
7
|
+
*
|
|
8
|
+
* Flow when `value` prop changes (JS thread → UI thread via useAnimatedReaction):
|
|
9
|
+
* domain value → trackPercent → translateX (skipped while dragging)
|
|
10
|
+
*
|
|
11
|
+
* `mapValueToTrackPercent` / `mapTrackPercentToValue` must be worklets when provided.
|
|
12
|
+
*
|
|
13
|
+
* @param params - Gesture configuration and callbacks.
|
|
14
|
+
* @returns Gesture state and handlers for Slider.
|
|
15
|
+
*/
|
|
16
|
+
export declare function useSliderGesture(params: UseSliderGestureParams): UseSliderGestureResult;
|
|
17
|
+
//# sourceMappingURL=useSliderGesture.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSliderGesture.d.cts","sourceRoot":"","sources":["../../../src/components/Slider/useSliderGesture.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,sBAAsB,EACtB,sBAAsB,EACvB,2BAAuB;AAaxB;;;;;;;;;;;;;GAaG;AACH,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,sBAAsB,GAC7B,sBAAsB,CA2XxB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { UseSliderGestureParams, UseSliderGestureResult } from "./Slider.types.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Owns Slider gesture handling, animated thumb/fill position, and range-label taps.
|
|
4
|
+
*
|
|
5
|
+
* Flow during drag (UI thread):
|
|
6
|
+
* touch X → clamp to track width → trackPercent → domain value → callbacks
|
|
7
|
+
*
|
|
8
|
+
* Flow when `value` prop changes (JS thread → UI thread via useAnimatedReaction):
|
|
9
|
+
* domain value → trackPercent → translateX (skipped while dragging)
|
|
10
|
+
*
|
|
11
|
+
* `mapValueToTrackPercent` / `mapTrackPercentToValue` must be worklets when provided.
|
|
12
|
+
*
|
|
13
|
+
* @param params - Gesture configuration and callbacks.
|
|
14
|
+
* @returns Gesture state and handlers for Slider.
|
|
15
|
+
*/
|
|
16
|
+
export declare function useSliderGesture(params: UseSliderGestureParams): UseSliderGestureResult;
|
|
17
|
+
//# sourceMappingURL=useSliderGesture.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSliderGesture.d.mts","sourceRoot":"","sources":["../../../src/components/Slider/useSliderGesture.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,sBAAsB,EACtB,sBAAsB,EACvB,2BAAuB;AAaxB;;;;;;;;;;;;;GAaG;AACH,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,sBAAsB,GAC7B,sBAAsB,CA2XxB"}
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
import { useCallback, useEffect, useMemo, useRef } from "react";
|
|
2
|
+
import { Gesture } from "react-native-gesture-handler";
|
|
3
|
+
import { Easing, runOnJS, useAnimatedReaction, useAnimatedStyle, useDerivedValue, useSharedValue, withTiming } from "react-native-reanimated";
|
|
4
|
+
import { THUMB_GRIP_ANIMATION_DURATION, THUMB_GRIP_SCALE } from "./Slider.constants.mjs";
|
|
5
|
+
import { clampGesturePosition, getMarkHapticThresholds, getMarkValue, getTrackPercentFromValue, interpolateMarkColor, positionToTrackPercent, resolveTrackPercentToValue, resolveValueToTrackPercent, trackPercentToPosition } from "./Slider.utilities.mjs";
|
|
6
|
+
/**
|
|
7
|
+
* Owns Slider gesture handling, animated thumb/fill position, and range-label taps.
|
|
8
|
+
*
|
|
9
|
+
* Flow during drag (UI thread):
|
|
10
|
+
* touch X → clamp to track width → trackPercent → domain value → callbacks
|
|
11
|
+
*
|
|
12
|
+
* Flow when `value` prop changes (JS thread → UI thread via useAnimatedReaction):
|
|
13
|
+
* domain value → trackPercent → translateX (skipped while dragging)
|
|
14
|
+
*
|
|
15
|
+
* `mapValueToTrackPercent` / `mapTrackPercentToValue` must be worklets when provided.
|
|
16
|
+
*
|
|
17
|
+
* @param params - Gesture configuration and callbacks.
|
|
18
|
+
* @returns Gesture state and handlers for Slider.
|
|
19
|
+
*/
|
|
20
|
+
export function useSliderGesture(params) {
|
|
21
|
+
const { value, minimumValue = 0, maximumValue = 100, step = 1, isDisabled = false, onValueChange, onDragEnd, onGrip, onMark, marks, fillColorStops, thumbColorStops, hasThemedColors, mapValueToTrackPercent, mapTrackPercentToValue, } = params;
|
|
22
|
+
const hapticThresholds = useMemo(() => getMarkHapticThresholds(marks), [marks]);
|
|
23
|
+
// --- Animated state ---
|
|
24
|
+
const sliderWidth = useSharedValue(0);
|
|
25
|
+
const translateX = useSharedValue(0);
|
|
26
|
+
const thumbScale = useSharedValue(1);
|
|
27
|
+
const isDragging = useSharedValue(false);
|
|
28
|
+
const propValue = useSharedValue(value);
|
|
29
|
+
const previousTrackPercentRef = useRef(getTrackPercentFromValue(value, minimumValue, maximumValue, mapValueToTrackPercent));
|
|
30
|
+
const isDraggingRef = useRef(false);
|
|
31
|
+
// --- Position sync (domain value → thumb pixels) ---
|
|
32
|
+
const syncPositionFromValue = useCallback((nextValue, width = sliderWidth.value) => {
|
|
33
|
+
const trackPercent = getTrackPercentFromValue(nextValue, minimumValue, maximumValue, mapValueToTrackPercent);
|
|
34
|
+
translateX.value = trackPercentToPosition(trackPercent, width);
|
|
35
|
+
}, [
|
|
36
|
+
mapValueToTrackPercent,
|
|
37
|
+
maximumValue,
|
|
38
|
+
minimumValue,
|
|
39
|
+
sliderWidth,
|
|
40
|
+
translateX,
|
|
41
|
+
]);
|
|
42
|
+
const handleLayout = useCallback((event) => {
|
|
43
|
+
const { width } = event.nativeEvent.layout;
|
|
44
|
+
sliderWidth.value = width;
|
|
45
|
+
syncPositionFromValue(value, width);
|
|
46
|
+
}, [sliderWidth, syncPositionFromValue, value]);
|
|
47
|
+
useEffect(() => {
|
|
48
|
+
propValue.value = value;
|
|
49
|
+
if (!isDraggingRef.current) {
|
|
50
|
+
previousTrackPercentRef.current = getTrackPercentFromValue(value, minimumValue, maximumValue, mapValueToTrackPercent);
|
|
51
|
+
}
|
|
52
|
+
}, [mapValueToTrackPercent, maximumValue, minimumValue, propValue, value]);
|
|
53
|
+
useAnimatedReaction(() => propValue.value, (currentValue, previousValue) => {
|
|
54
|
+
if (isDragging.value) {
|
|
55
|
+
return;
|
|
56
|
+
}
|
|
57
|
+
if (previousValue !== null && currentValue === previousValue) {
|
|
58
|
+
return;
|
|
59
|
+
}
|
|
60
|
+
const trackPercent = resolveValueToTrackPercent(currentValue, minimumValue, maximumValue, mapValueToTrackPercent);
|
|
61
|
+
translateX.value = trackPercentToPosition(trackPercent, sliderWidth.value);
|
|
62
|
+
}, [mapValueToTrackPercent, maximumValue, minimumValue]);
|
|
63
|
+
// --- JS-thread bridges (stable refs for runOnJS from worklets) ---
|
|
64
|
+
const emitValueChange = useCallback((nextValue) => {
|
|
65
|
+
onValueChange(nextValue);
|
|
66
|
+
}, [onValueChange]);
|
|
67
|
+
const emitDragEnd = useCallback((nextValue) => {
|
|
68
|
+
onDragEnd?.(nextValue);
|
|
69
|
+
}, [onDragEnd]);
|
|
70
|
+
const triggerGrip = useCallback(() => {
|
|
71
|
+
if (!isDisabled) {
|
|
72
|
+
onGrip?.();
|
|
73
|
+
}
|
|
74
|
+
}, [isDisabled, onGrip]);
|
|
75
|
+
const setDragging = useCallback((dragging) => {
|
|
76
|
+
isDraggingRef.current = dragging;
|
|
77
|
+
}, []);
|
|
78
|
+
const checkThresholdCrossing = useCallback((newTrackPercent) => {
|
|
79
|
+
const prevTrackPercent = previousTrackPercentRef.current;
|
|
80
|
+
for (const threshold of hapticThresholds) {
|
|
81
|
+
if ((prevTrackPercent < threshold && newTrackPercent >= threshold) ||
|
|
82
|
+
(prevTrackPercent > threshold && newTrackPercent <= threshold)) {
|
|
83
|
+
onMark?.();
|
|
84
|
+
break;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
previousTrackPercentRef.current = newTrackPercent;
|
|
88
|
+
}, [hapticThresholds, onMark]);
|
|
89
|
+
// --- Animated styles (thumb + fill width follow translateX) ---
|
|
90
|
+
const activeFillColor = useDerivedValue(() => {
|
|
91
|
+
if (!hasThemedColors) {
|
|
92
|
+
return undefined;
|
|
93
|
+
}
|
|
94
|
+
return interpolateMarkColor(positionToTrackPercent(translateX.value, sliderWidth.value), fillColorStops);
|
|
95
|
+
});
|
|
96
|
+
const activeThumbColor = useDerivedValue(() => {
|
|
97
|
+
if (!hasThemedColors) {
|
|
98
|
+
return undefined;
|
|
99
|
+
}
|
|
100
|
+
return interpolateMarkColor(positionToTrackPercent(translateX.value, sliderWidth.value), thumbColorStops);
|
|
101
|
+
});
|
|
102
|
+
const progressStyle = useAnimatedStyle(() => ({
|
|
103
|
+
width: translateX.value,
|
|
104
|
+
...(hasThemedColors && {
|
|
105
|
+
backgroundColor: activeFillColor.value,
|
|
106
|
+
}),
|
|
107
|
+
}), [fillColorStops, hasThemedColors]);
|
|
108
|
+
const thumbStyle = useAnimatedStyle(() => ({
|
|
109
|
+
transform: [
|
|
110
|
+
{ translateX: translateX.value },
|
|
111
|
+
{ scale: thumbScale.value },
|
|
112
|
+
],
|
|
113
|
+
...(hasThemedColors && {
|
|
114
|
+
backgroundColor: activeThumbColor.value,
|
|
115
|
+
}),
|
|
116
|
+
}), [hasThemedColors, thumbColorStops]);
|
|
117
|
+
// --- Pan + tap gestures ---
|
|
118
|
+
const gesture = useMemo(() => {
|
|
119
|
+
// Gesture callbacks need explicit 'worklet' directives because this package
|
|
120
|
+
// ships pre-built dist compiled by ts-bridge. The consumer's Reanimated Babel
|
|
121
|
+
// plugin does not auto-detect the compiled namespaced Gesture form.
|
|
122
|
+
const gripEasing = Easing.bezier(0.3, 0.8, 0.3, 1);
|
|
123
|
+
const positionToDomainValue = (position) => {
|
|
124
|
+
'worklet';
|
|
125
|
+
const trackPercent = positionToTrackPercent(position, sliderWidth.value);
|
|
126
|
+
const domainValue = resolveTrackPercentToValue(trackPercent, minimumValue, maximumValue, step, mapTrackPercentToValue);
|
|
127
|
+
return { trackPercent, domainValue };
|
|
128
|
+
};
|
|
129
|
+
const snapThumbToValue = (domainValue) => {
|
|
130
|
+
'worklet';
|
|
131
|
+
const snappedTrackPercent = resolveValueToTrackPercent(domainValue, minimumValue, maximumValue, mapValueToTrackPercent);
|
|
132
|
+
translateX.value = trackPercentToPosition(snappedTrackPercent, sliderWidth.value);
|
|
133
|
+
};
|
|
134
|
+
// Finalize a gesture: emit callbacks, then re-sync thumb to stepped value.
|
|
135
|
+
const commitAtPosition = (position, options) => {
|
|
136
|
+
'worklet';
|
|
137
|
+
translateX.value = position;
|
|
138
|
+
const { trackPercent, domainValue } = positionToDomainValue(position);
|
|
139
|
+
runOnJS(emitValueChange)(domainValue);
|
|
140
|
+
if (options.checkThreshold) {
|
|
141
|
+
runOnJS(checkThresholdCrossing)(trackPercent);
|
|
142
|
+
}
|
|
143
|
+
runOnJS(emitDragEnd)(domainValue);
|
|
144
|
+
if (options.triggerGrip) {
|
|
145
|
+
runOnJS(triggerGrip)();
|
|
146
|
+
}
|
|
147
|
+
snapThumbToValue(domainValue);
|
|
148
|
+
};
|
|
149
|
+
const panGesture = Gesture.Pan()
|
|
150
|
+
.enabled(!isDisabled)
|
|
151
|
+
.onStart(() => {
|
|
152
|
+
'worklet';
|
|
153
|
+
isDragging.value = true;
|
|
154
|
+
thumbScale.value = withTiming(THUMB_GRIP_SCALE, {
|
|
155
|
+
duration: THUMB_GRIP_ANIMATION_DURATION,
|
|
156
|
+
easing: gripEasing,
|
|
157
|
+
});
|
|
158
|
+
runOnJS(setDragging)(true);
|
|
159
|
+
runOnJS(triggerGrip)();
|
|
160
|
+
})
|
|
161
|
+
.onUpdate((event) => {
|
|
162
|
+
'worklet';
|
|
163
|
+
const position = clampGesturePosition(event.x, sliderWidth.value);
|
|
164
|
+
translateX.value = position;
|
|
165
|
+
const { trackPercent, domainValue } = positionToDomainValue(position);
|
|
166
|
+
runOnJS(emitValueChange)(domainValue);
|
|
167
|
+
runOnJS(checkThresholdCrossing)(trackPercent);
|
|
168
|
+
})
|
|
169
|
+
.onEnd(() => {
|
|
170
|
+
'worklet';
|
|
171
|
+
// Thresholds already checked during onUpdate; grip fires again on release.
|
|
172
|
+
commitAtPosition(translateX.value, {
|
|
173
|
+
checkThreshold: false,
|
|
174
|
+
triggerGrip: true,
|
|
175
|
+
});
|
|
176
|
+
})
|
|
177
|
+
.onFinalize(() => {
|
|
178
|
+
'worklet';
|
|
179
|
+
isDragging.value = false;
|
|
180
|
+
thumbScale.value = withTiming(1, {
|
|
181
|
+
duration: THUMB_GRIP_ANIMATION_DURATION,
|
|
182
|
+
easing: gripEasing,
|
|
183
|
+
});
|
|
184
|
+
runOnJS(setDragging)(false);
|
|
185
|
+
});
|
|
186
|
+
const tapGesture = Gesture.Tap()
|
|
187
|
+
.enabled(!isDisabled)
|
|
188
|
+
.onEnd((event) => {
|
|
189
|
+
'worklet';
|
|
190
|
+
const position = clampGesturePosition(event.x, sliderWidth.value);
|
|
191
|
+
commitAtPosition(position, {
|
|
192
|
+
checkThreshold: true,
|
|
193
|
+
triggerGrip: false,
|
|
194
|
+
});
|
|
195
|
+
});
|
|
196
|
+
return Gesture.Simultaneous(tapGesture, panGesture);
|
|
197
|
+
}, [
|
|
198
|
+
checkThresholdCrossing,
|
|
199
|
+
emitDragEnd,
|
|
200
|
+
emitValueChange,
|
|
201
|
+
isDisabled,
|
|
202
|
+
isDragging,
|
|
203
|
+
mapTrackPercentToValue,
|
|
204
|
+
mapValueToTrackPercent,
|
|
205
|
+
maximumValue,
|
|
206
|
+
minimumValue,
|
|
207
|
+
setDragging,
|
|
208
|
+
sliderWidth,
|
|
209
|
+
step,
|
|
210
|
+
thumbScale,
|
|
211
|
+
translateX,
|
|
212
|
+
triggerGrip,
|
|
213
|
+
]);
|
|
214
|
+
// --- Range label tap (JS thread) ---
|
|
215
|
+
const handlePressStep = useCallback((rangeStep) => {
|
|
216
|
+
if (isDisabled) {
|
|
217
|
+
return;
|
|
218
|
+
}
|
|
219
|
+
const mark = marks.find((entry) => entry.step === rangeStep);
|
|
220
|
+
if (!mark) {
|
|
221
|
+
return;
|
|
222
|
+
}
|
|
223
|
+
const newValue = getMarkValue(mark, minimumValue, maximumValue);
|
|
224
|
+
onValueChange(newValue);
|
|
225
|
+
const trackPercent = getTrackPercentFromValue(newValue, minimumValue, maximumValue, mapValueToTrackPercent);
|
|
226
|
+
checkThresholdCrossing(trackPercent);
|
|
227
|
+
onDragEnd?.(newValue);
|
|
228
|
+
syncPositionFromValue(newValue);
|
|
229
|
+
}, [
|
|
230
|
+
checkThresholdCrossing,
|
|
231
|
+
isDisabled,
|
|
232
|
+
mapValueToTrackPercent,
|
|
233
|
+
maximumValue,
|
|
234
|
+
minimumValue,
|
|
235
|
+
onDragEnd,
|
|
236
|
+
onValueChange,
|
|
237
|
+
syncPositionFromValue,
|
|
238
|
+
marks,
|
|
239
|
+
]);
|
|
240
|
+
return {
|
|
241
|
+
handleLayout,
|
|
242
|
+
progressStyle,
|
|
243
|
+
thumbStyle,
|
|
244
|
+
gesture,
|
|
245
|
+
handlePressStep,
|
|
246
|
+
};
|
|
247
|
+
}
|
|
248
|
+
//# sourceMappingURL=useSliderGesture.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSliderGesture.mjs","sourceRoot":"","sources":["../../../src/components/Slider/useSliderGesture.ts"],"names":[],"mappings":"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","sourcesContent":["import { useCallback, useEffect, useMemo, useRef } from 'react';\nimport { Gesture } from 'react-native-gesture-handler';\nimport {\n Easing,\n runOnJS,\n useAnimatedReaction,\n useAnimatedStyle,\n useDerivedValue,\n useSharedValue,\n withTiming,\n} from 'react-native-reanimated';\n\nimport {\n THUMB_GRIP_ANIMATION_DURATION,\n THUMB_GRIP_SCALE,\n} from './Slider.constants';\nimport type {\n UseSliderGestureParams,\n UseSliderGestureResult,\n} from './Slider.types';\nimport {\n clampGesturePosition,\n getMarkHapticThresholds,\n getMarkValue,\n getTrackPercentFromValue,\n interpolateMarkColor,\n positionToTrackPercent,\n resolveTrackPercentToValue,\n resolveValueToTrackPercent,\n trackPercentToPosition,\n} from './Slider.utilities';\n\n/**\n * Owns Slider gesture handling, animated thumb/fill position, and range-label taps.\n *\n * Flow during drag (UI thread):\n * touch X → clamp to track width → trackPercent → domain value → callbacks\n *\n * Flow when `value` prop changes (JS thread → UI thread via useAnimatedReaction):\n * domain value → trackPercent → translateX (skipped while dragging)\n *\n * `mapValueToTrackPercent` / `mapTrackPercentToValue` must be worklets when provided.\n *\n * @param params - Gesture configuration and callbacks.\n * @returns Gesture state and handlers for Slider.\n */\nexport function useSliderGesture(\n params: UseSliderGestureParams,\n): UseSliderGestureResult {\n const {\n value,\n minimumValue = 0,\n maximumValue = 100,\n step = 1,\n isDisabled = false,\n onValueChange,\n onDragEnd,\n onGrip,\n onMark,\n marks,\n fillColorStops,\n thumbColorStops,\n hasThemedColors,\n mapValueToTrackPercent,\n mapTrackPercentToValue,\n } = params;\n\n const hapticThresholds = useMemo(\n () => getMarkHapticThresholds(marks),\n [marks],\n );\n\n // --- Animated state ---\n\n const sliderWidth = useSharedValue(0);\n const translateX = useSharedValue(0);\n const thumbScale = useSharedValue(1);\n const isDragging = useSharedValue(false);\n const propValue = useSharedValue(value);\n const previousTrackPercentRef = useRef(\n getTrackPercentFromValue(\n value,\n minimumValue,\n maximumValue,\n mapValueToTrackPercent,\n ),\n );\n const isDraggingRef = useRef(false);\n\n // --- Position sync (domain value → thumb pixels) ---\n\n const syncPositionFromValue = useCallback(\n (nextValue: number, width = sliderWidth.value) => {\n const trackPercent = getTrackPercentFromValue(\n nextValue,\n minimumValue,\n maximumValue,\n mapValueToTrackPercent,\n );\n translateX.value = trackPercentToPosition(trackPercent, width);\n },\n [\n mapValueToTrackPercent,\n maximumValue,\n minimumValue,\n sliderWidth,\n translateX,\n ],\n );\n\n const handleLayout = useCallback(\n (event: { nativeEvent: { layout: { width: number } } }) => {\n const { width } = event.nativeEvent.layout;\n sliderWidth.value = width;\n syncPositionFromValue(value, width);\n },\n [sliderWidth, syncPositionFromValue, value],\n );\n\n useEffect(() => {\n propValue.value = value;\n if (!isDraggingRef.current) {\n previousTrackPercentRef.current = getTrackPercentFromValue(\n value,\n minimumValue,\n maximumValue,\n mapValueToTrackPercent,\n );\n }\n }, [mapValueToTrackPercent, maximumValue, minimumValue, propValue, value]);\n\n useAnimatedReaction(\n () => propValue.value,\n (currentValue, previousValue) => {\n if (isDragging.value) {\n return;\n }\n\n if (previousValue !== null && currentValue === previousValue) {\n return;\n }\n\n const trackPercent = resolveValueToTrackPercent(\n currentValue,\n minimumValue,\n maximumValue,\n mapValueToTrackPercent,\n );\n translateX.value = trackPercentToPosition(\n trackPercent,\n sliderWidth.value,\n );\n },\n [mapValueToTrackPercent, maximumValue, minimumValue],\n );\n\n // --- JS-thread bridges (stable refs for runOnJS from worklets) ---\n\n const emitValueChange = useCallback(\n (nextValue: number) => {\n onValueChange(nextValue);\n },\n [onValueChange],\n );\n\n const emitDragEnd = useCallback(\n (nextValue: number) => {\n onDragEnd?.(nextValue);\n },\n [onDragEnd],\n );\n\n const triggerGrip = useCallback(() => {\n if (!isDisabled) {\n onGrip?.();\n }\n }, [isDisabled, onGrip]);\n\n const setDragging = useCallback((dragging: boolean) => {\n isDraggingRef.current = dragging;\n }, []);\n\n const checkThresholdCrossing = useCallback(\n (newTrackPercent: number) => {\n const prevTrackPercent = previousTrackPercentRef.current;\n\n for (const threshold of hapticThresholds) {\n if (\n (prevTrackPercent < threshold && newTrackPercent >= threshold) ||\n (prevTrackPercent > threshold && newTrackPercent <= threshold)\n ) {\n onMark?.();\n break;\n }\n }\n\n previousTrackPercentRef.current = newTrackPercent;\n },\n [hapticThresholds, onMark],\n );\n\n // --- Animated styles (thumb + fill width follow translateX) ---\n\n const activeFillColor = useDerivedValue(() => {\n if (!hasThemedColors) {\n return undefined;\n }\n\n return interpolateMarkColor(\n positionToTrackPercent(translateX.value, sliderWidth.value),\n fillColorStops,\n );\n });\n\n const activeThumbColor = useDerivedValue(() => {\n if (!hasThemedColors) {\n return undefined;\n }\n\n return interpolateMarkColor(\n positionToTrackPercent(translateX.value, sliderWidth.value),\n thumbColorStops,\n );\n });\n\n const progressStyle = useAnimatedStyle(\n () => ({\n width: translateX.value,\n ...(hasThemedColors && {\n backgroundColor: activeFillColor.value,\n }),\n }),\n [fillColorStops, hasThemedColors],\n );\n\n const thumbStyle = useAnimatedStyle(\n () => ({\n transform: [\n { translateX: translateX.value },\n { scale: thumbScale.value },\n ],\n ...(hasThemedColors && {\n backgroundColor: activeThumbColor.value,\n }),\n }),\n [hasThemedColors, thumbColorStops],\n );\n\n // --- Pan + tap gestures ---\n\n const gesture = useMemo(() => {\n // Gesture callbacks need explicit 'worklet' directives because this package\n // ships pre-built dist compiled by ts-bridge. The consumer's Reanimated Babel\n // plugin does not auto-detect the compiled namespaced Gesture form.\n\n const gripEasing = Easing.bezier(0.3, 0.8, 0.3, 1);\n\n const positionToDomainValue = (position: number) => {\n 'worklet';\n\n const trackPercent = positionToTrackPercent(position, sliderWidth.value);\n const domainValue = resolveTrackPercentToValue(\n trackPercent,\n minimumValue,\n maximumValue,\n step,\n mapTrackPercentToValue,\n );\n\n return { trackPercent, domainValue };\n };\n\n const snapThumbToValue = (domainValue: number) => {\n 'worklet';\n\n const snappedTrackPercent = resolveValueToTrackPercent(\n domainValue,\n minimumValue,\n maximumValue,\n mapValueToTrackPercent,\n );\n translateX.value = trackPercentToPosition(\n snappedTrackPercent,\n sliderWidth.value,\n );\n };\n\n // Finalize a gesture: emit callbacks, then re-sync thumb to stepped value.\n const commitAtPosition = (\n position: number,\n options: { checkThreshold: boolean; triggerGrip: boolean },\n ) => {\n 'worklet';\n\n translateX.value = position;\n const { trackPercent, domainValue } = positionToDomainValue(position);\n\n runOnJS(emitValueChange)(domainValue);\n if (options.checkThreshold) {\n runOnJS(checkThresholdCrossing)(trackPercent);\n }\n runOnJS(emitDragEnd)(domainValue);\n if (options.triggerGrip) {\n runOnJS(triggerGrip)();\n }\n snapThumbToValue(domainValue);\n };\n\n const panGesture = Gesture.Pan()\n .enabled(!isDisabled)\n .onStart(() => {\n 'worklet';\n\n isDragging.value = true;\n thumbScale.value = withTiming(THUMB_GRIP_SCALE, {\n duration: THUMB_GRIP_ANIMATION_DURATION,\n easing: gripEasing,\n });\n runOnJS(setDragging)(true);\n runOnJS(triggerGrip)();\n })\n .onUpdate((event) => {\n 'worklet';\n\n const position = clampGesturePosition(event.x, sliderWidth.value);\n translateX.value = position;\n const { trackPercent, domainValue } = positionToDomainValue(position);\n\n runOnJS(emitValueChange)(domainValue);\n runOnJS(checkThresholdCrossing)(trackPercent);\n })\n .onEnd(() => {\n 'worklet';\n\n // Thresholds already checked during onUpdate; grip fires again on release.\n commitAtPosition(translateX.value, {\n checkThreshold: false,\n triggerGrip: true,\n });\n })\n .onFinalize(() => {\n 'worklet';\n\n isDragging.value = false;\n thumbScale.value = withTiming(1, {\n duration: THUMB_GRIP_ANIMATION_DURATION,\n easing: gripEasing,\n });\n runOnJS(setDragging)(false);\n });\n\n const tapGesture = Gesture.Tap()\n .enabled(!isDisabled)\n .onEnd((event) => {\n 'worklet';\n\n const position = clampGesturePosition(event.x, sliderWidth.value);\n commitAtPosition(position, {\n checkThreshold: true,\n triggerGrip: false,\n });\n });\n\n return Gesture.Simultaneous(tapGesture, panGesture);\n }, [\n checkThresholdCrossing,\n emitDragEnd,\n emitValueChange,\n isDisabled,\n isDragging,\n mapTrackPercentToValue,\n mapValueToTrackPercent,\n maximumValue,\n minimumValue,\n setDragging,\n sliderWidth,\n step,\n thumbScale,\n translateX,\n triggerGrip,\n ]);\n\n // --- Range label tap (JS thread) ---\n\n const handlePressStep = useCallback(\n (rangeStep: number) => {\n if (isDisabled) {\n return;\n }\n\n const mark = marks.find((entry) => entry.step === rangeStep);\n if (!mark) {\n return;\n }\n\n const newValue = getMarkValue(mark, minimumValue, maximumValue);\n onValueChange(newValue);\n const trackPercent = getTrackPercentFromValue(\n newValue,\n minimumValue,\n maximumValue,\n mapValueToTrackPercent,\n );\n checkThresholdCrossing(trackPercent);\n onDragEnd?.(newValue);\n syncPositionFromValue(newValue);\n },\n [\n checkThresholdCrossing,\n isDisabled,\n mapValueToTrackPercent,\n maximumValue,\n minimumValue,\n onDragEnd,\n onValueChange,\n syncPositionFromValue,\n marks,\n ],\n );\n\n return {\n handleLayout,\n progressStyle,\n thumbStyle,\n gesture,\n handlePressStep,\n };\n}\n"]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.TagSeverity = exports.Tag = exports.Switch = exports.SegmentedControlSize = exports.SegmentedControl = exports.SectionHeader = exports.BannerAlertSeverity = exports.BannerAlert = exports.Spinner = exports.ImageOrSvg = exports.ButtonFilter = exports.ButtonHeroSize = exports.ButtonHero = exports.ToastSeverity = exports.toast = exports.Toaster = exports.Toast = exports.TitleSubpage = exports.TitleStandard = exports.TitleHub = exports.TitleAlert = exports.TextOrChildren = exports.TextFieldSearch = exports.TextArea = exports.TextField = exports.TextVariant = exports.TextColor = exports.FontStyle = exports.FontFamily = exports.FontWeight = exports.Text = exports.TextButton = exports.TabEmptyState = exports.SensitiveTextLength = exports.SensitiveText = void 0;
|
|
3
|
+
exports.ContentVariant = exports.Content = exports.Card = exports.BoxColumn = exports.BoxRow = exports.BoxBorderColor = exports.BoxBackgroundColor = exports.BoxJustifyContent = exports.BoxAlignItems = exports.BoxFlexWrap = exports.BoxFlexDirection = exports.Box = exports.Blockies = exports.BottomSheetOverlay = exports.BottomSheetHeader = exports.ButtonsAlignment = exports.BottomSheetFooter = exports.BottomSheetDialog = exports.BottomSheet = exports.BannerBaseActionButtonLayout = exports.BannerBase = exports.BadgeWrapperPositionAnchorShape = exports.BadgeWrapperPosition = exports.BadgeWrapper = exports.BadgeStatusSize = exports.BadgeStatusStatus = exports.BadgeStatus = exports.BadgeNetwork = exports.BadgeIcon = exports.BadgeCountSize = exports.BadgeCount = exports.AvatarTokenSize = exports.AvatarToken = exports.AvatarNetworkSize = exports.AvatarNetwork = exports.AvatarIconSize = exports.AvatarIconSeverity = exports.AvatarIcon = exports.AvatarGroupVariant = exports.AvatarGroupSize = exports.AvatarGroup = exports.AvatarFaviconSize = exports.AvatarFavicon = exports.AvatarBaseShape = exports.AvatarBaseSize = exports.AvatarBase = exports.AvatarAccountSize = exports.AvatarAccountVariant = exports.AvatarAccount = exports.ActionListItem = void 0;
|
|
4
|
+
exports.SelectButtonVariant = exports.SelectButtonSize = exports.SelectButtonEndArrow = exports.SelectButton = exports.FilterButtonGroup = exports.FilterButtonVariant = exports.FilterButtonSize = exports.FilterButton = exports.SectionDivider = exports.MainActionButton = exports.Maskicon = exports.Jazzicon = exports.RadioButton = exports.ListItemMultiSelect = exports.ListItemSelect = exports.ListItemVariant = exports.ListItem = exports.Label = exports.KeyValueRowVariant = exports.KeyValueRow = exports.KeyValueColumn = exports.Input = exports.IconAlertSeverity = exports.IconAlert = exports.IconSize = exports.IconName = exports.IconColor = exports.Icon = exports.HeaderStandardCenterColumn = exports.HeaderSubpage = exports.useHeaderStandardAnimated = exports.HeaderStandardAnimated = exports.HeaderStandard = exports.HeaderSearchVariant = exports.HeaderSearch = exports.HeaderRoot = exports.HeaderBase = exports.Checkbox = exports.ButtonSemanticSize = exports.ButtonSemanticSeverity = exports.ButtonSemantic = exports.ButtonIconVariant = exports.ButtonIconSize = exports.ButtonIcon = exports.ButtonVariant = exports.ButtonSize = exports.Button = exports.ButtonBaseSize = exports.ButtonBase = exports.ButtonAnimated = void 0;
|
|
5
|
+
exports.TagSeverity = exports.Tag = exports.Switch = exports.DEFAULT_MARKS = exports.SliderMarkColor = exports.Slider = exports.SegmentedControlSize = exports.SegmentedControl = exports.SectionHeader = exports.BannerAlertSeverity = exports.BannerAlert = exports.Spinner = exports.ImageOrSvg = exports.ButtonFilter = exports.ButtonHeroSize = exports.ButtonHero = exports.ToastSeverity = exports.toast = exports.Toaster = exports.Toast = exports.TitleSubpage = exports.TitleStandard = exports.TitleHub = exports.TitleAlert = exports.TextOrChildren = exports.TextFieldSearch = exports.TextArea = exports.TextField = exports.TextVariant = exports.TextColor = exports.FontStyle = exports.FontFamily = exports.FontWeight = exports.Text = exports.TextButton = exports.TabEmptyState = exports.SensitiveTextLength = exports.SensitiveText = exports.Skeleton = void 0;
|
|
6
6
|
var ActionListItem_1 = require("./ActionListItem/index.cjs");
|
|
7
7
|
Object.defineProperty(exports, "ActionListItem", { enumerable: true, get: function () { return ActionListItem_1.ActionListItem; } });
|
|
8
8
|
var AvatarAccount_1 = require("./AvatarAccount/index.cjs");
|
|
@@ -47,6 +47,7 @@ Object.defineProperty(exports, "BadgeWrapperPosition", { enumerable: true, get:
|
|
|
47
47
|
Object.defineProperty(exports, "BadgeWrapperPositionAnchorShape", { enumerable: true, get: function () { return BadgeWrapper_1.BadgeWrapperPositionAnchorShape; } });
|
|
48
48
|
var BannerBase_1 = require("./BannerBase/index.cjs");
|
|
49
49
|
Object.defineProperty(exports, "BannerBase", { enumerable: true, get: function () { return BannerBase_1.BannerBase; } });
|
|
50
|
+
Object.defineProperty(exports, "BannerBaseActionButtonLayout", { enumerable: true, get: function () { return BannerBase_1.BannerBaseActionButtonLayout; } });
|
|
50
51
|
var BottomSheet_1 = require("./BottomSheet/index.cjs");
|
|
51
52
|
Object.defineProperty(exports, "BottomSheet", { enumerable: true, get: function () { return BottomSheet_1.BottomSheet; } });
|
|
52
53
|
var BottomSheetDialog_1 = require("./BottomSheetDialog/index.cjs");
|
|
@@ -76,7 +77,7 @@ var Card_1 = require("./Card/index.cjs");
|
|
|
76
77
|
Object.defineProperty(exports, "Card", { enumerable: true, get: function () { return Card_1.Card; } });
|
|
77
78
|
var Content_1 = require("./Content/index.cjs");
|
|
78
79
|
Object.defineProperty(exports, "Content", { enumerable: true, get: function () { return Content_1.Content; } });
|
|
79
|
-
Object.defineProperty(exports, "
|
|
80
|
+
Object.defineProperty(exports, "ContentVariant", { enumerable: true, get: function () { return Content_1.ContentVariant; } });
|
|
80
81
|
var ButtonAnimated_1 = require("./temp-components/ButtonAnimated/index.cjs");
|
|
81
82
|
Object.defineProperty(exports, "ButtonAnimated", { enumerable: true, get: function () { return ButtonAnimated_1.ButtonAnimated; } });
|
|
82
83
|
var ButtonBase_1 = require("./ButtonBase/index.cjs");
|
|
@@ -131,7 +132,7 @@ var Label_1 = require("./Label/index.cjs");
|
|
|
131
132
|
Object.defineProperty(exports, "Label", { enumerable: true, get: function () { return Label_1.Label; } });
|
|
132
133
|
var ListItem_1 = require("./ListItem/index.cjs");
|
|
133
134
|
Object.defineProperty(exports, "ListItem", { enumerable: true, get: function () { return ListItem_1.ListItem; } });
|
|
134
|
-
Object.defineProperty(exports, "
|
|
135
|
+
Object.defineProperty(exports, "ListItemVariant", { enumerable: true, get: function () { return ListItem_1.ListItemVariant; } });
|
|
135
136
|
var ListItemSelect_1 = require("./ListItemSelect/index.cjs");
|
|
136
137
|
Object.defineProperty(exports, "ListItemSelect", { enumerable: true, get: function () { return ListItemSelect_1.ListItemSelect; } });
|
|
137
138
|
var ListItemMultiSelect_1 = require("./ListItemMultiSelect/index.cjs");
|
|
@@ -211,6 +212,10 @@ Object.defineProperty(exports, "SectionHeader", { enumerable: true, get: functio
|
|
|
211
212
|
var SegmentedControl_1 = require("./SegmentedControl/index.cjs");
|
|
212
213
|
Object.defineProperty(exports, "SegmentedControl", { enumerable: true, get: function () { return SegmentedControl_1.SegmentedControl; } });
|
|
213
214
|
Object.defineProperty(exports, "SegmentedControlSize", { enumerable: true, get: function () { return SegmentedControl_1.SegmentedControlSize; } });
|
|
215
|
+
var Slider_1 = require("./Slider/index.cjs");
|
|
216
|
+
Object.defineProperty(exports, "Slider", { enumerable: true, get: function () { return Slider_1.Slider; } });
|
|
217
|
+
Object.defineProperty(exports, "SliderMarkColor", { enumerable: true, get: function () { return Slider_1.SliderMarkColor; } });
|
|
218
|
+
Object.defineProperty(exports, "DEFAULT_MARKS", { enumerable: true, get: function () { return Slider_1.DEFAULT_MARKS; } });
|
|
214
219
|
var Switch_1 = require("./Switch/index.cjs");
|
|
215
220
|
Object.defineProperty(exports, "Switch", { enumerable: true, get: function () { return Switch_1.Switch; } });
|
|
216
221
|
var Tag_1 = require("./Tag/index.cjs");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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","sourcesContent":["export { ActionListItem } from './ActionListItem';\nexport type { ActionListItemProps } from './ActionListItem';\n\nexport {\n AvatarAccount,\n AvatarAccountVariant,\n AvatarAccountSize,\n} from './AvatarAccount';\nexport type { AvatarAccountProps } from './AvatarAccount';\n\nexport { AvatarBase, AvatarBaseSize, AvatarBaseShape } from './AvatarBase';\nexport type { AvatarBaseProps } from './AvatarBase';\n\nexport { AvatarFavicon, AvatarFaviconSize } from './AvatarFavicon';\nexport type { AvatarFaviconProps } from './AvatarFavicon';\n\nexport {\n AvatarGroup,\n AvatarGroupSize,\n AvatarGroupVariant,\n} from './AvatarGroup';\nexport type { AvatarGroupProps } from './AvatarGroup';\n\nexport { AvatarIcon, AvatarIconSeverity, AvatarIconSize } from './AvatarIcon';\nexport type { AvatarIconProps } from './AvatarIcon';\n\nexport { AvatarNetwork, AvatarNetworkSize } from './AvatarNetwork';\nexport type { AvatarNetworkProps } from './AvatarNetwork';\n\nexport { AvatarToken, AvatarTokenSize } from './AvatarToken';\nexport type { AvatarTokenProps } from './AvatarToken';\n\nexport { BadgeCount, BadgeCountSize } from './BadgeCount';\nexport type { BadgeCountProps } from './BadgeCount';\n\nexport { BadgeIcon } from './BadgeIcon';\nexport type { BadgeIconProps } from './BadgeIcon';\n\nexport { BadgeNetwork } from './BadgeNetwork';\nexport type { BadgeNetworkProps } from './BadgeNetwork';\n\nexport { BadgeStatus, BadgeStatusStatus, BadgeStatusSize } from './BadgeStatus';\nexport type { BadgeStatusProps } from './BadgeStatus';\n\nexport {\n BadgeWrapper,\n BadgeWrapperPosition,\n BadgeWrapperPositionAnchorShape,\n} from './BadgeWrapper';\nexport type {\n BadgeWrapperProps,\n BadgeWrapperCustomPosition,\n} from './BadgeWrapper';\n\nexport { BannerBase } from './BannerBase';\nexport type { BannerBaseProps } from './BannerBase';\n\nexport { BottomSheet } from './BottomSheet';\nexport type {\n BottomSheetProps,\n BottomSheetRef,\n BottomSheetPostCallback,\n} from './BottomSheet';\n\nexport { BottomSheetDialog } from './BottomSheetDialog';\nexport type {\n BottomSheetDialogProps,\n BottomSheetDialogRef,\n} from './BottomSheetDialog';\n\nexport { BottomSheetFooter, ButtonsAlignment } from './BottomSheetFooter';\nexport type {\n BottomSheetFooterProps,\n BottomSheetFooterButtonProps,\n} from './BottomSheetFooter';\n\nexport { BottomSheetHeader } from './BottomSheetHeader';\nexport type { BottomSheetHeaderProps } from './BottomSheetHeader';\n\nexport { BottomSheetOverlay } from './BottomSheetOverlay';\nexport type { BottomSheetOverlayProps } from './BottomSheetOverlay';\n\nexport { Blockies } from './temp-components/Blockies';\nexport type { BlockiesProps } from './temp-components/Blockies';\n\nexport {\n Box,\n BoxFlexDirection,\n BoxFlexWrap,\n BoxAlignItems,\n BoxJustifyContent,\n BoxBackgroundColor,\n BoxBorderColor,\n} from './Box';\nexport type { BoxProps, BoxSpacing, BoxBorderWidth } from './Box';\n\nexport { BoxRow } from './BoxRow';\nexport type { BoxRowProps } from './BoxRow';\n\nexport { BoxColumn } from './BoxColumn';\nexport type { BoxColumnProps } from './BoxColumn';\n\nexport { Card } from './Card';\nexport type { CardProps } from './Card';\n\nexport { Content, ContentVerticalAlignment } from './Content';\nexport type { ContentProps } from './Content';\n\nexport { ButtonAnimated } from './temp-components/ButtonAnimated';\nexport type { ButtonAnimatedProps } from './temp-components/ButtonAnimated';\n\nexport { ButtonBase, ButtonBaseSize } from './ButtonBase';\nexport type { ButtonBaseProps } from './ButtonBase';\n\nexport { Button, ButtonSize, ButtonVariant } from './Button';\nexport type { ButtonProps } from './Button';\n\nexport { ButtonIcon, ButtonIconSize, ButtonIconVariant } from './ButtonIcon';\nexport type { ButtonIconProps } from './ButtonIcon';\n\nexport {\n ButtonSemantic,\n ButtonSemanticSeverity,\n ButtonSemanticSize,\n} from './ButtonSemantic';\nexport type { ButtonSemanticProps } from './ButtonSemantic';\n\nexport { Checkbox } from './Checkbox';\nexport type { CheckboxProps } from './Checkbox';\n\nexport { HeaderBase } from './HeaderBase';\nexport type { HeaderBaseProps } from './HeaderBase';\n\nexport { HeaderRoot } from './HeaderRoot';\nexport type { HeaderRootProps } from './HeaderRoot';\n\nexport { HeaderSearch, HeaderSearchVariant } from './HeaderSearch';\nexport type {\n HeaderSearchProps,\n HeaderSearchScreenProps,\n HeaderSearchInlineProps,\n} from './HeaderSearch';\n\nexport { HeaderStandard } from './HeaderStandard';\nexport type { HeaderStandardProps } from './HeaderStandard';\n\nexport {\n HeaderStandardAnimated,\n useHeaderStandardAnimated,\n} from './HeaderStandardAnimated';\nexport type {\n HeaderStandardAnimatedProps,\n UseHeaderStandardAnimatedReturn,\n} from './HeaderStandardAnimated';\n\nexport { HeaderSubpage } from './HeaderSubpage';\nexport type { HeaderSubpageProps } from './HeaderSubpage';\n\nexport { HeaderStandardCenterColumn } from './temp-components/HeaderStandardCenterColumn';\nexport type {\n HeaderStandardCenterColumnFields,\n HeaderStandardCenterColumnProps,\n} from './temp-components/HeaderStandardCenterColumn';\n\nexport { Icon, IconColor, IconName, IconSize } from './Icon';\nexport type { IconProps } from './Icon';\n\nexport { IconAlert, IconAlertSeverity } from './IconAlert';\nexport type { IconAlertProps } from './IconAlert';\n\nexport { Input } from './Input';\nexport type { InputProps } from './Input';\n\nexport { KeyValueColumn } from './KeyValueColumn';\nexport type { KeyValueColumnProps } from './KeyValueColumn';\n\nexport { KeyValueRow, KeyValueRowVariant } from './KeyValueRow';\nexport type { KeyValueRowProps } from './KeyValueRow';\n\nexport { Label } from './Label';\nexport type { LabelProps } from './Label';\n\nexport { ListItem, ListItemVerticalAlignment } from './ListItem';\nexport type { ListItemProps } from './ListItem';\n\nexport { ListItemSelect } from './ListItemSelect';\nexport type { ListItemSelectProps } from './ListItemSelect';\n\nexport { ListItemMultiSelect } from './ListItemMultiSelect';\nexport type { ListItemMultiSelectProps } from './ListItemMultiSelect';\n\nexport { RadioButton } from './RadioButton';\nexport type { RadioButtonProps } from './RadioButton';\n\nexport { Jazzicon } from './temp-components/Jazzicon';\nexport type { JazziconProps } from './temp-components/Jazzicon';\n\nexport { Maskicon } from './temp-components/Maskicon';\nexport type { MaskiconProps } from './temp-components/Maskicon';\n\nexport { MainActionButton } from './MainActionButton';\nexport type { MainActionButtonProps } from './MainActionButton';\n\nexport { SectionDivider } from './SectionDivider';\nexport type { SectionDividerProps } from './SectionDivider';\n\nexport {\n FilterButton,\n FilterButtonSize,\n FilterButtonVariant,\n} from './FilterButton';\nexport type { FilterButtonProps } from './FilterButton';\n\nexport { FilterButtonGroup } from './FilterButtonGroup';\nexport type { FilterButtonGroupProps } from './FilterButtonGroup';\n\nexport {\n SelectButton,\n SelectButtonEndArrow,\n SelectButtonSize,\n SelectButtonVariant,\n} from './SelectButton';\nexport type { SelectButtonProps } from './SelectButton';\n\nexport { Skeleton } from './Skeleton';\nexport type { SkeletonProps } from './Skeleton';\n\nexport { SensitiveText, SensitiveTextLength } from './SensitiveText';\nexport type { SensitiveTextProps } from './SensitiveText';\n\nexport { TabEmptyState } from './TabEmptyState';\nexport type { TabEmptyStateProps } from './TabEmptyState';\n\nexport { TextButton } from './TextButton';\nexport type { TextButtonProps } from './TextButton';\n\nexport {\n Text,\n FontWeight,\n FontFamily,\n FontStyle,\n TextColor,\n TextVariant,\n} from './Text';\nexport type { TextProps } from './Text';\n\nexport { TextField } from './TextField';\nexport type { TextFieldProps } from './TextField';\n\nexport { TextArea } from './TextArea';\nexport type { TextAreaProps } from './TextArea';\n\nexport { TextFieldSearch } from './TextFieldSearch';\nexport type { TextFieldSearchProps } from './TextFieldSearch';\n\nexport { TextOrChildren } from './temp-components/TextOrChildren';\nexport type { TextOrChildrenProps } from './temp-components/TextOrChildren';\n\nexport { TitleAlert } from './TitleAlert';\nexport type { TitleAlertProps } from './TitleAlert';\n\nexport { TitleHub } from './TitleHub';\nexport type { TitleHubProps, TitleHubPropsShared } from './TitleHub';\n\nexport { TitleStandard } from './TitleStandard';\nexport type { TitleStandardProps } from './TitleStandard';\n\nexport { TitleSubpage } from './TitleSubpage';\nexport type { TitleSubpageProps } from './TitleSubpage';\n\nexport { Toast, Toaster, toast, ToastSeverity } from './Toast';\nexport type {\n ToastOptions,\n ToastProps,\n ToastIconProps,\n ToasterProps,\n ToasterRef,\n} from './Toast';\n\nexport { ButtonHero, ButtonHeroSize } from './ButtonHero';\nexport type { ButtonHeroProps } from './ButtonHero';\n\nexport { ButtonFilter } from './ButtonFilter';\nexport type { ButtonFilterProps } from './ButtonFilter';\n\nexport { ImageOrSvg } from './temp-components/ImageOrSvg';\nexport type {\n ImageOrSvgProps,\n ImageOrSvgSrc,\n} from './temp-components/ImageOrSvg';\n\nexport { Spinner } from './temp-components/Spinner';\nexport type { SpinnerProps } from './temp-components/Spinner';\n\nexport { BannerAlert, BannerAlertSeverity } from './BannerAlert';\nexport type { BannerAlertProps } from './BannerAlert';\n\nexport { SectionHeader } from './SectionHeader';\nexport type { SectionHeaderProps } from './SectionHeader';\n\nexport { SegmentedControl, SegmentedControlSize } from './SegmentedControl';\nexport type { SegmentedControlProps } from './SegmentedControl';\n\nexport { Switch } from './Switch';\nexport type { SwitchProps } from './Switch';\n\nexport { Tag, TagSeverity } from './Tag';\nexport type { TagProps } from './Tag';\n"]}
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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","sourcesContent":["export { ActionListItem } from './ActionListItem';\nexport type { ActionListItemProps } from './ActionListItem';\n\nexport {\n AvatarAccount,\n AvatarAccountVariant,\n AvatarAccountSize,\n} from './AvatarAccount';\nexport type { AvatarAccountProps } from './AvatarAccount';\n\nexport { AvatarBase, AvatarBaseSize, AvatarBaseShape } from './AvatarBase';\nexport type { AvatarBaseProps } from './AvatarBase';\n\nexport { AvatarFavicon, AvatarFaviconSize } from './AvatarFavicon';\nexport type { AvatarFaviconProps } from './AvatarFavicon';\n\nexport {\n AvatarGroup,\n AvatarGroupSize,\n AvatarGroupVariant,\n} from './AvatarGroup';\nexport type { AvatarGroupProps } from './AvatarGroup';\n\nexport { AvatarIcon, AvatarIconSeverity, AvatarIconSize } from './AvatarIcon';\nexport type { AvatarIconProps } from './AvatarIcon';\n\nexport { AvatarNetwork, AvatarNetworkSize } from './AvatarNetwork';\nexport type { AvatarNetworkProps } from './AvatarNetwork';\n\nexport { AvatarToken, AvatarTokenSize } from './AvatarToken';\nexport type { AvatarTokenProps } from './AvatarToken';\n\nexport { BadgeCount, BadgeCountSize } from './BadgeCount';\nexport type { BadgeCountProps } from './BadgeCount';\n\nexport { BadgeIcon } from './BadgeIcon';\nexport type { BadgeIconProps } from './BadgeIcon';\n\nexport { BadgeNetwork } from './BadgeNetwork';\nexport type { BadgeNetworkProps } from './BadgeNetwork';\n\nexport { BadgeStatus, BadgeStatusStatus, BadgeStatusSize } from './BadgeStatus';\nexport type { BadgeStatusProps } from './BadgeStatus';\n\nexport {\n BadgeWrapper,\n BadgeWrapperPosition,\n BadgeWrapperPositionAnchorShape,\n} from './BadgeWrapper';\nexport type {\n BadgeWrapperProps,\n BadgeWrapperCustomPosition,\n} from './BadgeWrapper';\n\nexport { BannerBase, BannerBaseActionButtonLayout } from './BannerBase';\nexport type { BannerBaseProps } from './BannerBase';\n\nexport { BottomSheet } from './BottomSheet';\nexport type {\n BottomSheetProps,\n BottomSheetRef,\n BottomSheetPostCallback,\n} from './BottomSheet';\n\nexport { BottomSheetDialog } from './BottomSheetDialog';\nexport type {\n BottomSheetDialogProps,\n BottomSheetDialogRef,\n} from './BottomSheetDialog';\n\nexport { BottomSheetFooter, ButtonsAlignment } from './BottomSheetFooter';\nexport type {\n BottomSheetFooterProps,\n BottomSheetFooterButtonProps,\n} from './BottomSheetFooter';\n\nexport { BottomSheetHeader } from './BottomSheetHeader';\nexport type { BottomSheetHeaderProps } from './BottomSheetHeader';\n\nexport { BottomSheetOverlay } from './BottomSheetOverlay';\nexport type { BottomSheetOverlayProps } from './BottomSheetOverlay';\n\nexport { Blockies } from './temp-components/Blockies';\nexport type { BlockiesProps } from './temp-components/Blockies';\n\nexport {\n Box,\n BoxFlexDirection,\n BoxFlexWrap,\n BoxAlignItems,\n BoxJustifyContent,\n BoxBackgroundColor,\n BoxBorderColor,\n} from './Box';\nexport type { BoxProps, BoxSpacing, BoxBorderWidth } from './Box';\n\nexport { BoxRow } from './BoxRow';\nexport type { BoxRowProps } from './BoxRow';\n\nexport { BoxColumn } from './BoxColumn';\nexport type { BoxColumnProps } from './BoxColumn';\n\nexport { Card } from './Card';\nexport type { CardProps } from './Card';\n\nexport { Content, ContentVariant } from './Content';\nexport type { ContentProps } from './Content';\n\nexport { ButtonAnimated } from './temp-components/ButtonAnimated';\nexport type { ButtonAnimatedProps } from './temp-components/ButtonAnimated';\n\nexport { ButtonBase, ButtonBaseSize } from './ButtonBase';\nexport type { ButtonBaseProps } from './ButtonBase';\n\nexport { Button, ButtonSize, ButtonVariant } from './Button';\nexport type { ButtonProps } from './Button';\n\nexport { ButtonIcon, ButtonIconSize, ButtonIconVariant } from './ButtonIcon';\nexport type { ButtonIconProps } from './ButtonIcon';\n\nexport {\n ButtonSemantic,\n ButtonSemanticSeverity,\n ButtonSemanticSize,\n} from './ButtonSemantic';\nexport type { ButtonSemanticProps } from './ButtonSemantic';\n\nexport { Checkbox } from './Checkbox';\nexport type { CheckboxProps } from './Checkbox';\n\nexport { HeaderBase } from './HeaderBase';\nexport type { HeaderBaseProps } from './HeaderBase';\n\nexport { HeaderRoot } from './HeaderRoot';\nexport type { HeaderRootProps } from './HeaderRoot';\n\nexport { HeaderSearch, HeaderSearchVariant } from './HeaderSearch';\nexport type {\n HeaderSearchProps,\n HeaderSearchScreenProps,\n HeaderSearchInlineProps,\n} from './HeaderSearch';\n\nexport { HeaderStandard } from './HeaderStandard';\nexport type { HeaderStandardProps } from './HeaderStandard';\n\nexport {\n HeaderStandardAnimated,\n useHeaderStandardAnimated,\n} from './HeaderStandardAnimated';\nexport type {\n HeaderStandardAnimatedProps,\n UseHeaderStandardAnimatedReturn,\n} from './HeaderStandardAnimated';\n\nexport { HeaderSubpage } from './HeaderSubpage';\nexport type { HeaderSubpageProps } from './HeaderSubpage';\n\nexport { HeaderStandardCenterColumn } from './temp-components/HeaderStandardCenterColumn';\nexport type {\n HeaderStandardCenterColumnFields,\n HeaderStandardCenterColumnProps,\n} from './temp-components/HeaderStandardCenterColumn';\n\nexport { Icon, IconColor, IconName, IconSize } from './Icon';\nexport type { IconProps } from './Icon';\n\nexport { IconAlert, IconAlertSeverity } from './IconAlert';\nexport type { IconAlertProps } from './IconAlert';\n\nexport { Input } from './Input';\nexport type { InputProps } from './Input';\n\nexport { KeyValueColumn } from './KeyValueColumn';\nexport type { KeyValueColumnProps } from './KeyValueColumn';\n\nexport { KeyValueRow, KeyValueRowVariant } from './KeyValueRow';\nexport type { KeyValueRowProps } from './KeyValueRow';\n\nexport { Label } from './Label';\nexport type { LabelProps } from './Label';\n\nexport { ListItem, ListItemVariant } from './ListItem';\nexport type { ListItemProps } from './ListItem';\n\nexport { ListItemSelect } from './ListItemSelect';\nexport type { ListItemSelectProps } from './ListItemSelect';\n\nexport { ListItemMultiSelect } from './ListItemMultiSelect';\nexport type { ListItemMultiSelectProps } from './ListItemMultiSelect';\n\nexport { RadioButton } from './RadioButton';\nexport type { RadioButtonProps } from './RadioButton';\n\nexport { Jazzicon } from './temp-components/Jazzicon';\nexport type { JazziconProps } from './temp-components/Jazzicon';\n\nexport { Maskicon } from './temp-components/Maskicon';\nexport type { MaskiconProps } from './temp-components/Maskicon';\n\nexport { MainActionButton } from './MainActionButton';\nexport type { MainActionButtonProps } from './MainActionButton';\n\nexport { SectionDivider } from './SectionDivider';\nexport type { SectionDividerProps } from './SectionDivider';\n\nexport {\n FilterButton,\n FilterButtonSize,\n FilterButtonVariant,\n} from './FilterButton';\nexport type { FilterButtonProps } from './FilterButton';\n\nexport { FilterButtonGroup } from './FilterButtonGroup';\nexport type { FilterButtonGroupProps } from './FilterButtonGroup';\n\nexport {\n SelectButton,\n SelectButtonEndArrow,\n SelectButtonSize,\n SelectButtonVariant,\n} from './SelectButton';\nexport type { SelectButtonProps } from './SelectButton';\n\nexport { Skeleton } from './Skeleton';\nexport type { SkeletonProps } from './Skeleton';\n\nexport { SensitiveText, SensitiveTextLength } from './SensitiveText';\nexport type { SensitiveTextProps } from './SensitiveText';\n\nexport { TabEmptyState } from './TabEmptyState';\nexport type { TabEmptyStateProps } from './TabEmptyState';\n\nexport { TextButton } from './TextButton';\nexport type { TextButtonProps } from './TextButton';\n\nexport {\n Text,\n FontWeight,\n FontFamily,\n FontStyle,\n TextColor,\n TextVariant,\n} from './Text';\nexport type { TextProps } from './Text';\n\nexport { TextField } from './TextField';\nexport type { TextFieldProps } from './TextField';\n\nexport { TextArea } from './TextArea';\nexport type { TextAreaProps } from './TextArea';\n\nexport { TextFieldSearch } from './TextFieldSearch';\nexport type { TextFieldSearchProps } from './TextFieldSearch';\n\nexport { TextOrChildren } from './temp-components/TextOrChildren';\nexport type { TextOrChildrenProps } from './temp-components/TextOrChildren';\n\nexport { TitleAlert } from './TitleAlert';\nexport type { TitleAlertProps } from './TitleAlert';\n\nexport { TitleHub } from './TitleHub';\nexport type { TitleHubProps, TitleHubPropsShared } from './TitleHub';\n\nexport { TitleStandard } from './TitleStandard';\nexport type { TitleStandardProps } from './TitleStandard';\n\nexport { TitleSubpage } from './TitleSubpage';\nexport type { TitleSubpageProps } from './TitleSubpage';\n\nexport { Toast, Toaster, toast, ToastSeverity } from './Toast';\nexport type {\n ToastOptions,\n ToastProps,\n ToastIconProps,\n ToasterProps,\n ToasterRef,\n} from './Toast';\n\nexport { ButtonHero, ButtonHeroSize } from './ButtonHero';\nexport type { ButtonHeroProps } from './ButtonHero';\n\nexport { ButtonFilter } from './ButtonFilter';\nexport type { ButtonFilterProps } from './ButtonFilter';\n\nexport { ImageOrSvg } from './temp-components/ImageOrSvg';\nexport type {\n ImageOrSvgProps,\n ImageOrSvgSrc,\n} from './temp-components/ImageOrSvg';\n\nexport { Spinner } from './temp-components/Spinner';\nexport type { SpinnerProps } from './temp-components/Spinner';\n\nexport { BannerAlert, BannerAlertSeverity } from './BannerAlert';\nexport type { BannerAlertProps } from './BannerAlert';\n\nexport { SectionHeader } from './SectionHeader';\nexport type { SectionHeaderProps } from './SectionHeader';\n\nexport { SegmentedControl, SegmentedControlSize } from './SegmentedControl';\nexport type { SegmentedControlProps } from './SegmentedControl';\n\nexport { Slider, SliderMarkColor, DEFAULT_MARKS } from './Slider';\nexport type { SliderProps, SliderMark } from './Slider';\n\nexport { Switch } from './Switch';\nexport type { SwitchProps } from './Switch';\n\nexport { Tag, TagSeverity } from './Tag';\nexport type { TagProps } from './Tag';\n"]}
|
|
@@ -24,7 +24,7 @@ export { BadgeStatus, BadgeStatusStatus, BadgeStatusSize } from "./BadgeStatus/i
|
|
|
24
24
|
export type { BadgeStatusProps } from "./BadgeStatus/index.cjs";
|
|
25
25
|
export { BadgeWrapper, BadgeWrapperPosition, BadgeWrapperPositionAnchorShape, } from "./BadgeWrapper/index.cjs";
|
|
26
26
|
export type { BadgeWrapperProps, BadgeWrapperCustomPosition, } from "./BadgeWrapper/index.cjs";
|
|
27
|
-
export { BannerBase } from "./BannerBase/index.cjs";
|
|
27
|
+
export { BannerBase, BannerBaseActionButtonLayout } from "./BannerBase/index.cjs";
|
|
28
28
|
export type { BannerBaseProps } from "./BannerBase/index.cjs";
|
|
29
29
|
export { BottomSheet } from "./BottomSheet/index.cjs";
|
|
30
30
|
export type { BottomSheetProps, BottomSheetRef, BottomSheetPostCallback, } from "./BottomSheet/index.cjs";
|
|
@@ -46,7 +46,7 @@ export { BoxColumn } from "./BoxColumn/index.cjs";
|
|
|
46
46
|
export type { BoxColumnProps } from "./BoxColumn/index.cjs";
|
|
47
47
|
export { Card } from "./Card/index.cjs";
|
|
48
48
|
export type { CardProps } from "./Card/index.cjs";
|
|
49
|
-
export { Content,
|
|
49
|
+
export { Content, ContentVariant } from "./Content/index.cjs";
|
|
50
50
|
export type { ContentProps } from "./Content/index.cjs";
|
|
51
51
|
export { ButtonAnimated } from "./temp-components/ButtonAnimated/index.cjs";
|
|
52
52
|
export type { ButtonAnimatedProps } from "./temp-components/ButtonAnimated/index.cjs";
|
|
@@ -86,7 +86,7 @@ export { KeyValueRow, KeyValueRowVariant } from "./KeyValueRow/index.cjs";
|
|
|
86
86
|
export type { KeyValueRowProps } from "./KeyValueRow/index.cjs";
|
|
87
87
|
export { Label } from "./Label/index.cjs";
|
|
88
88
|
export type { LabelProps } from "./Label/index.cjs";
|
|
89
|
-
export { ListItem,
|
|
89
|
+
export { ListItem, ListItemVariant } from "./ListItem/index.cjs";
|
|
90
90
|
export type { ListItemProps } from "./ListItem/index.cjs";
|
|
91
91
|
export { ListItemSelect } from "./ListItemSelect/index.cjs";
|
|
92
92
|
export type { ListItemSelectProps } from "./ListItemSelect/index.cjs";
|
|
@@ -150,6 +150,8 @@ export { SectionHeader } from "./SectionHeader/index.cjs";
|
|
|
150
150
|
export type { SectionHeaderProps } from "./SectionHeader/index.cjs";
|
|
151
151
|
export { SegmentedControl, SegmentedControlSize } from "./SegmentedControl/index.cjs";
|
|
152
152
|
export type { SegmentedControlProps } from "./SegmentedControl/index.cjs";
|
|
153
|
+
export { Slider, SliderMarkColor, DEFAULT_MARKS } from "./Slider/index.cjs";
|
|
154
|
+
export type { SliderProps, SliderMark } from "./Slider/index.cjs";
|
|
153
155
|
export { Switch } from "./Switch/index.cjs";
|
|
154
156
|
export type { SwitchProps } from "./Switch/index.cjs";
|
|
155
157
|
export { Tag, TagSeverity } from "./Tag/index.cjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,mCAAyB;AAClD,YAAY,EAAE,mBAAmB,EAAE,mCAAyB;AAE5D,OAAO,EACL,aAAa,EACb,oBAAoB,EACpB,iBAAiB,GAClB,kCAAwB;AACzB,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,eAAe,EAAE,+BAAqB;AAC3E,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,kCAAwB;AACnE,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EACL,WAAW,EACX,eAAe,EACf,kBAAkB,GACnB,gCAAsB;AACvB,YAAY,EAAE,gBAAgB,EAAE,gCAAsB;AAEtD,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,+BAAqB;AAC9E,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,kCAAwB;AACnE,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,gCAAsB;AAC7D,YAAY,EAAE,gBAAgB,EAAE,gCAAsB;AAEtD,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,+BAAqB;AAC1D,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,SAAS,EAAE,8BAAoB;AACxC,YAAY,EAAE,cAAc,EAAE,8BAAoB;AAElD,OAAO,EAAE,YAAY,EAAE,iCAAuB;AAC9C,YAAY,EAAE,iBAAiB,EAAE,iCAAuB;AAExD,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,eAAe,EAAE,gCAAsB;AAChF,YAAY,EAAE,gBAAgB,EAAE,gCAAsB;AAEtD,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,+BAA+B,GAChC,iCAAuB;AACxB,YAAY,EACV,iBAAiB,EACjB,0BAA0B,GAC3B,iCAAuB;AAExB,OAAO,EAAE,UAAU,EAAE,+BAAqB;
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,mCAAyB;AAClD,YAAY,EAAE,mBAAmB,EAAE,mCAAyB;AAE5D,OAAO,EACL,aAAa,EACb,oBAAoB,EACpB,iBAAiB,GAClB,kCAAwB;AACzB,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,eAAe,EAAE,+BAAqB;AAC3E,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,kCAAwB;AACnE,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EACL,WAAW,EACX,eAAe,EACf,kBAAkB,GACnB,gCAAsB;AACvB,YAAY,EAAE,gBAAgB,EAAE,gCAAsB;AAEtD,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,+BAAqB;AAC9E,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,kCAAwB;AACnE,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,gCAAsB;AAC7D,YAAY,EAAE,gBAAgB,EAAE,gCAAsB;AAEtD,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,+BAAqB;AAC1D,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,SAAS,EAAE,8BAAoB;AACxC,YAAY,EAAE,cAAc,EAAE,8BAAoB;AAElD,OAAO,EAAE,YAAY,EAAE,iCAAuB;AAC9C,YAAY,EAAE,iBAAiB,EAAE,iCAAuB;AAExD,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,eAAe,EAAE,gCAAsB;AAChF,YAAY,EAAE,gBAAgB,EAAE,gCAAsB;AAEtD,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,+BAA+B,GAChC,iCAAuB;AACxB,YAAY,EACV,iBAAiB,EACjB,0BAA0B,GAC3B,iCAAuB;AAExB,OAAO,EAAE,UAAU,EAAE,4BAA4B,EAAE,+BAAqB;AACxE,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,WAAW,EAAE,gCAAsB;AAC5C,YAAY,EACV,gBAAgB,EAChB,cAAc,EACd,uBAAuB,GACxB,gCAAsB;AAEvB,OAAO,EAAE,iBAAiB,EAAE,sCAA4B;AACxD,YAAY,EACV,sBAAsB,EACtB,oBAAoB,GACrB,sCAA4B;AAE7B,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,sCAA4B;AAC1E,YAAY,EACV,sBAAsB,EACtB,4BAA4B,GAC7B,sCAA4B;AAE7B,OAAO,EAAE,iBAAiB,EAAE,sCAA4B;AACxD,YAAY,EAAE,sBAAsB,EAAE,sCAA4B;AAElE,OAAO,EAAE,kBAAkB,EAAE,uCAA6B;AAC1D,YAAY,EAAE,uBAAuB,EAAE,uCAA6B;AAEpE,OAAO,EAAE,QAAQ,EAAE,6CAAmC;AACtD,YAAY,EAAE,aAAa,EAAE,6CAAmC;AAEhE,OAAO,EACL,GAAG,EACH,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,GACf,wBAAc;AACf,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,cAAc,EAAE,wBAAc;AAElE,OAAO,EAAE,MAAM,EAAE,2BAAiB;AAClC,YAAY,EAAE,WAAW,EAAE,2BAAiB;AAE5C,OAAO,EAAE,SAAS,EAAE,8BAAoB;AACxC,YAAY,EAAE,cAAc,EAAE,8BAAoB;AAElD,OAAO,EAAE,IAAI,EAAE,yBAAe;AAC9B,YAAY,EAAE,SAAS,EAAE,yBAAe;AAExC,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,4BAAkB;AACpD,YAAY,EAAE,YAAY,EAAE,4BAAkB;AAE9C,OAAO,EAAE,cAAc,EAAE,mDAAyC;AAClE,YAAY,EAAE,mBAAmB,EAAE,mDAAyC;AAE5E,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,+BAAqB;AAC1D,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,aAAa,EAAE,2BAAiB;AAC7D,YAAY,EAAE,WAAW,EAAE,2BAAiB;AAE5C,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,iBAAiB,EAAE,+BAAqB;AAC7E,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EACL,cAAc,EACd,sBAAsB,EACtB,kBAAkB,GACnB,mCAAyB;AAC1B,YAAY,EAAE,mBAAmB,EAAE,mCAAyB;AAE5D,OAAO,EAAE,QAAQ,EAAE,6BAAmB;AACtC,YAAY,EAAE,aAAa,EAAE,6BAAmB;AAEhD,OAAO,EAAE,UAAU,EAAE,+BAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,UAAU,EAAE,+BAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,YAAY,EAAE,mBAAmB,EAAE,iCAAuB;AACnE,YAAY,EACV,iBAAiB,EACjB,uBAAuB,EACvB,uBAAuB,GACxB,iCAAuB;AAExB,OAAO,EAAE,cAAc,EAAE,mCAAyB;AAClD,YAAY,EAAE,mBAAmB,EAAE,mCAAyB;AAE5D,OAAO,EACL,sBAAsB,EACtB,yBAAyB,GAC1B,2CAAiC;AAClC,YAAY,EACV,2BAA2B,EAC3B,+BAA+B,GAChC,2CAAiC;AAElC,OAAO,EAAE,aAAa,EAAE,kCAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EAAE,0BAA0B,EAAE,+DAAqD;AAC1F,YAAY,EACV,gCAAgC,EAChC,+BAA+B,GAChC,+DAAqD;AAEtD,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,yBAAe;AAC7D,YAAY,EAAE,SAAS,EAAE,yBAAe;AAExC,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,8BAAoB;AAC3D,YAAY,EAAE,cAAc,EAAE,8BAAoB;AAElD,OAAO,EAAE,KAAK,EAAE,0BAAgB;AAChC,YAAY,EAAE,UAAU,EAAE,0BAAgB;AAE1C,OAAO,EAAE,cAAc,EAAE,mCAAyB;AAClD,YAAY,EAAE,mBAAmB,EAAE,mCAAyB;AAE5D,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,gCAAsB;AAChE,YAAY,EAAE,gBAAgB,EAAE,gCAAsB;AAEtD,OAAO,EAAE,KAAK,EAAE,0BAAgB;AAChC,YAAY,EAAE,UAAU,EAAE,0BAAgB;AAE1C,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,6BAAmB;AACvD,YAAY,EAAE,aAAa,EAAE,6BAAmB;AAEhD,OAAO,EAAE,cAAc,EAAE,mCAAyB;AAClD,YAAY,EAAE,mBAAmB,EAAE,mCAAyB;AAE5D,OAAO,EAAE,mBAAmB,EAAE,wCAA8B;AAC5D,YAAY,EAAE,wBAAwB,EAAE,wCAA8B;AAEtE,OAAO,EAAE,WAAW,EAAE,gCAAsB;AAC5C,YAAY,EAAE,gBAAgB,EAAE,gCAAsB;AAEtD,OAAO,EAAE,QAAQ,EAAE,6CAAmC;AACtD,YAAY,EAAE,aAAa,EAAE,6CAAmC;AAEhE,OAAO,EAAE,QAAQ,EAAE,6CAAmC;AACtD,YAAY,EAAE,aAAa,EAAE,6CAAmC;AAEhE,OAAO,EAAE,gBAAgB,EAAE,qCAA2B;AACtD,YAAY,EAAE,qBAAqB,EAAE,qCAA2B;AAEhE,OAAO,EAAE,cAAc,EAAE,mCAAyB;AAClD,YAAY,EAAE,mBAAmB,EAAE,mCAAyB;AAE5D,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,mBAAmB,GACpB,iCAAuB;AACxB,YAAY,EAAE,iBAAiB,EAAE,iCAAuB;AAExD,OAAO,EAAE,iBAAiB,EAAE,sCAA4B;AACxD,YAAY,EAAE,sBAAsB,EAAE,sCAA4B;AAElE,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,gBAAgB,EAChB,mBAAmB,GACpB,iCAAuB;AACxB,YAAY,EAAE,iBAAiB,EAAE,iCAAuB;AAExD,OAAO,EAAE,QAAQ,EAAE,6BAAmB;AACtC,YAAY,EAAE,aAAa,EAAE,6BAAmB;AAEhD,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,kCAAwB;AACrE,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EAAE,aAAa,EAAE,kCAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EAAE,UAAU,EAAE,+BAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EACL,IAAI,EACJ,UAAU,EACV,UAAU,EACV,SAAS,EACT,SAAS,EACT,WAAW,GACZ,yBAAe;AAChB,YAAY,EAAE,SAAS,EAAE,yBAAe;AAExC,OAAO,EAAE,SAAS,EAAE,8BAAoB;AACxC,YAAY,EAAE,cAAc,EAAE,8BAAoB;AAElD,OAAO,EAAE,QAAQ,EAAE,6BAAmB;AACtC,YAAY,EAAE,aAAa,EAAE,6BAAmB;AAEhD,OAAO,EAAE,eAAe,EAAE,oCAA0B;AACpD,YAAY,EAAE,oBAAoB,EAAE,oCAA0B;AAE9D,OAAO,EAAE,cAAc,EAAE,mDAAyC;AAClE,YAAY,EAAE,mBAAmB,EAAE,mDAAyC;AAE5E,OAAO,EAAE,UAAU,EAAE,+BAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,QAAQ,EAAE,6BAAmB;AACtC,YAAY,EAAE,aAAa,EAAE,mBAAmB,EAAE,6BAAmB;AAErE,OAAO,EAAE,aAAa,EAAE,kCAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EAAE,YAAY,EAAE,iCAAuB;AAC9C,YAAY,EAAE,iBAAiB,EAAE,iCAAuB;AAExD,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,0BAAgB;AAC/D,YAAY,EACV,YAAY,EACZ,UAAU,EACV,cAAc,EACd,YAAY,EACZ,UAAU,GACX,0BAAgB;AAEjB,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,+BAAqB;AAC1D,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,YAAY,EAAE,iCAAuB;AAC9C,YAAY,EAAE,iBAAiB,EAAE,iCAAuB;AAExD,OAAO,EAAE,UAAU,EAAE,+CAAqC;AAC1D,YAAY,EACV,eAAe,EACf,aAAa,GACd,+CAAqC;AAEtC,OAAO,EAAE,OAAO,EAAE,4CAAkC;AACpD,YAAY,EAAE,YAAY,EAAE,4CAAkC;AAE9D,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,gCAAsB;AACjE,YAAY,EAAE,gBAAgB,EAAE,gCAAsB;AAEtD,OAAO,EAAE,aAAa,EAAE,kCAAwB;AAChD,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,qCAA2B;AAC5E,YAAY,EAAE,qBAAqB,EAAE,qCAA2B;AAEhE,OAAO,EAAE,MAAM,EAAE,eAAe,EAAE,aAAa,EAAE,2BAAiB;AAClE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,2BAAiB;AAExD,OAAO,EAAE,MAAM,EAAE,2BAAiB;AAClC,YAAY,EAAE,WAAW,EAAE,2BAAiB;AAE5C,OAAO,EAAE,GAAG,EAAE,WAAW,EAAE,wBAAc;AACzC,YAAY,EAAE,QAAQ,EAAE,wBAAc"}
|
|
@@ -24,7 +24,7 @@ export { BadgeStatus, BadgeStatusStatus, BadgeStatusSize } from "./BadgeStatus/i
|
|
|
24
24
|
export type { BadgeStatusProps } from "./BadgeStatus/index.mjs";
|
|
25
25
|
export { BadgeWrapper, BadgeWrapperPosition, BadgeWrapperPositionAnchorShape, } from "./BadgeWrapper/index.mjs";
|
|
26
26
|
export type { BadgeWrapperProps, BadgeWrapperCustomPosition, } from "./BadgeWrapper/index.mjs";
|
|
27
|
-
export { BannerBase } from "./BannerBase/index.mjs";
|
|
27
|
+
export { BannerBase, BannerBaseActionButtonLayout } from "./BannerBase/index.mjs";
|
|
28
28
|
export type { BannerBaseProps } from "./BannerBase/index.mjs";
|
|
29
29
|
export { BottomSheet } from "./BottomSheet/index.mjs";
|
|
30
30
|
export type { BottomSheetProps, BottomSheetRef, BottomSheetPostCallback, } from "./BottomSheet/index.mjs";
|
|
@@ -46,7 +46,7 @@ export { BoxColumn } from "./BoxColumn/index.mjs";
|
|
|
46
46
|
export type { BoxColumnProps } from "./BoxColumn/index.mjs";
|
|
47
47
|
export { Card } from "./Card/index.mjs";
|
|
48
48
|
export type { CardProps } from "./Card/index.mjs";
|
|
49
|
-
export { Content,
|
|
49
|
+
export { Content, ContentVariant } from "./Content/index.mjs";
|
|
50
50
|
export type { ContentProps } from "./Content/index.mjs";
|
|
51
51
|
export { ButtonAnimated } from "./temp-components/ButtonAnimated/index.mjs";
|
|
52
52
|
export type { ButtonAnimatedProps } from "./temp-components/ButtonAnimated/index.mjs";
|
|
@@ -86,7 +86,7 @@ export { KeyValueRow, KeyValueRowVariant } from "./KeyValueRow/index.mjs";
|
|
|
86
86
|
export type { KeyValueRowProps } from "./KeyValueRow/index.mjs";
|
|
87
87
|
export { Label } from "./Label/index.mjs";
|
|
88
88
|
export type { LabelProps } from "./Label/index.mjs";
|
|
89
|
-
export { ListItem,
|
|
89
|
+
export { ListItem, ListItemVariant } from "./ListItem/index.mjs";
|
|
90
90
|
export type { ListItemProps } from "./ListItem/index.mjs";
|
|
91
91
|
export { ListItemSelect } from "./ListItemSelect/index.mjs";
|
|
92
92
|
export type { ListItemSelectProps } from "./ListItemSelect/index.mjs";
|
|
@@ -150,6 +150,8 @@ export { SectionHeader } from "./SectionHeader/index.mjs";
|
|
|
150
150
|
export type { SectionHeaderProps } from "./SectionHeader/index.mjs";
|
|
151
151
|
export { SegmentedControl, SegmentedControlSize } from "./SegmentedControl/index.mjs";
|
|
152
152
|
export type { SegmentedControlProps } from "./SegmentedControl/index.mjs";
|
|
153
|
+
export { Slider, SliderMarkColor, DEFAULT_MARKS } from "./Slider/index.mjs";
|
|
154
|
+
export type { SliderProps, SliderMark } from "./Slider/index.mjs";
|
|
153
155
|
export { Switch } from "./Switch/index.mjs";
|
|
154
156
|
export type { SwitchProps } from "./Switch/index.mjs";
|
|
155
157
|
export { Tag, TagSeverity } from "./Tag/index.mjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,mCAAyB;AAClD,YAAY,EAAE,mBAAmB,EAAE,mCAAyB;AAE5D,OAAO,EACL,aAAa,EACb,oBAAoB,EACpB,iBAAiB,GAClB,kCAAwB;AACzB,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,eAAe,EAAE,+BAAqB;AAC3E,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,kCAAwB;AACnE,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EACL,WAAW,EACX,eAAe,EACf,kBAAkB,GACnB,gCAAsB;AACvB,YAAY,EAAE,gBAAgB,EAAE,gCAAsB;AAEtD,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,+BAAqB;AAC9E,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,kCAAwB;AACnE,YAAY,EAAE,kBAAkB,EAAE,kCAAwB;AAE1D,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,gCAAsB;AAC7D,YAAY,EAAE,gBAAgB,EAAE,gCAAsB;AAEtD,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,+BAAqB;AAC1D,YAAY,EAAE,eAAe,EAAE,+BAAqB;AAEpD,OAAO,EAAE,SAAS,EAAE,8BAAoB;AACxC,YAAY,EAAE,cAAc,EAAE,8BAAoB;AAElD,OAAO,EAAE,YAAY,EAAE,iCAAuB;AAC9C,YAAY,EAAE,iBAAiB,EAAE,iCAAuB;AAExD,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,eAAe,EAAE,gCAAsB;AAChF,YAAY,EAAE,gBAAgB,EAAE,gCAAsB;AAEtD,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,+BAA+B,GAChC,iCAAuB;AACxB,YAAY,EACV,iBAAiB,EACjB,0BAA0B,GAC3B,iCAAuB;AAExB,OAAO,EAAE,UAAU,EAAE,+BAAqB;
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
|