@ornikar/kitt-universal 29.0.0 → 29.2.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 +19 -0
- package/dist/definitions/Sticker/Sticker.d.ts +10 -0
- package/dist/definitions/Sticker/Sticker.d.ts.map +1 -0
- package/dist/definitions/index.d.ts +1 -0
- package/dist/definitions/index.d.ts.map +1 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +7 -4
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
- package/dist/definitions/themes/default.d.ts +1 -0
- package/dist/definitions/themes/default.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/sticker.d.ts +9 -0
- package/dist/definitions/themes/late-ocean/sticker.d.ts.map +1 -0
- package/dist/index-metro.es.android.js +107 -3
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +107 -3
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +107 -2
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.css +0 -1
- package/dist/index-node-22.17.cjs.web.js +251 -33
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +107 -3
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.css +0 -1
- package/dist/index-node-22.17.es.web.mjs +252 -36
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +108 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +250 -35
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +6 -0
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +6 -0
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.js +6 -0
- package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.web.js +6 -0
- package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-22.17.es.mjs +6 -0
- package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
- package/dist/linaria-themes-node-22.17.es.web.mjs +6 -0
- package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +6 -0
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +6 -0
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/styles.css +0 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/definitions/PageLoader/PageLoader.web.d.ts +0 -3
- package/dist/definitions/PageLoader/PageLoader.web.d.ts.map +0 -1
package/dist/index.es.web.js
CHANGED
|
@@ -13,7 +13,7 @@ import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
|
13
13
|
import { SpinnerGapRegularIcon, UserRegularIcon, XRegularIcon, ArrowLeftRegularIcon, CaretUpFillIcon, CaretDownFillIcon, MapPinRegularIcon, EyeClosedRegularIcon, EyeRegularIcon, CheckCircleFillIcon, CaretDownRegularIcon, CaretRightRegularIcon, InfoRegularIcon, WarningRegularIcon, CheckRegularIcon, WarningCircleRegularIcon, ArrowCounterClockwiseRegularIcon, InfoFillIcon, WarningCircleFillIcon, WarningFillIcon } from '@ornikar/kitt-icons/phosphor';
|
|
14
14
|
import { createPortal } from 'react-dom';
|
|
15
15
|
import { CSSTransition } from 'react-transition-group';
|
|
16
|
-
import { ScrollView as ScrollView$2, View as View$2, Linking, Pressable as Pressable$2, useWindowDimensions } from 'react-native';
|
|
16
|
+
import { ScrollView as ScrollView$2, View as View$2, Linking, Pressable as Pressable$2, StyleSheet, useWindowDimensions } from 'react-native';
|
|
17
17
|
export { useWindowDimensions as useWindowSize } from 'react-native';
|
|
18
18
|
import { parse } from '@twemoji/parser';
|
|
19
19
|
import Downshift, { useSelect } from 'downshift';
|
|
@@ -22,8 +22,9 @@ import { launchImageLibraryAsync } from 'expo-image-picker';
|
|
|
22
22
|
import { useDebouncedCallback } from 'use-debounce';
|
|
23
23
|
import { Loader } from '@googlemaps/js-api-loader';
|
|
24
24
|
import { parseNumber, getCountryCallingCode, isValidNumber } from 'libphonenumber-js';
|
|
25
|
-
import Animated, { useAnimatedStyle, withSpring, withTiming, useSharedValue, interpolateColor, Easing,
|
|
25
|
+
import Animated, { useAnimatedStyle, withSpring, withTiming, useSharedValue, interpolateColor, Easing, useAnimatedProps, withDelay, withRepeat, runOnJS, interpolate } from 'react-native-reanimated';
|
|
26
26
|
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
|
27
|
+
import Svg, { Circle as Circle$1 } from 'react-native-svg';
|
|
27
28
|
import { useFloating, autoUpdate, offset, autoPlacement, shift, arrow } from '@floating-ui/react-dom';
|
|
28
29
|
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
29
30
|
import { makeDecorator } from '@storybook/addons';
|
|
@@ -2332,6 +2333,11 @@ var skeleton$1 = {
|
|
|
2332
2333
|
}
|
|
2333
2334
|
};
|
|
2334
2335
|
|
|
2336
|
+
var sticker = {
|
|
2337
|
+
borderRadius: 2,
|
|
2338
|
+
padding: 4
|
|
2339
|
+
};
|
|
2340
|
+
|
|
2335
2341
|
var tabBar = {
|
|
2336
2342
|
underline: {
|
|
2337
2343
|
"default": {
|
|
@@ -2652,6 +2658,7 @@ var theme = {
|
|
|
2652
2658
|
skeleton: skeleton$1,
|
|
2653
2659
|
tabBar: tabBar,
|
|
2654
2660
|
tag: tag,
|
|
2661
|
+
sticker: sticker,
|
|
2655
2662
|
tooltip: tooltip,
|
|
2656
2663
|
typography: typography,
|
|
2657
2664
|
fullscreenModal: fullscreenModal,
|
|
@@ -9375,6 +9382,9 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
9375
9382
|
tag: {
|
|
9376
9383
|
borderRadius: theme.tag.borderRadius
|
|
9377
9384
|
},
|
|
9385
|
+
sticker: {
|
|
9386
|
+
borderRadius: theme.sticker.borderRadius
|
|
9387
|
+
},
|
|
9378
9388
|
tooltip: {
|
|
9379
9389
|
borderRadius: theme.tooltip.borderRadius
|
|
9380
9390
|
},
|
|
@@ -10161,6 +10171,9 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
|
|
|
10161
10171
|
}
|
|
10162
10172
|
}
|
|
10163
10173
|
},
|
|
10174
|
+
sticker: {
|
|
10175
|
+
padding: theme.sticker.padding
|
|
10176
|
+
},
|
|
10164
10177
|
toggle: {
|
|
10165
10178
|
primary: {
|
|
10166
10179
|
enabled: {
|
|
@@ -11126,46 +11139,155 @@ function Notification(_ref) {
|
|
|
11126
11139
|
});
|
|
11127
11140
|
}
|
|
11128
11141
|
|
|
11129
|
-
var
|
|
11130
|
-
function
|
|
11142
|
+
var AnimatedCircle = Animated.createAnimatedComponent(Circle$1);
|
|
11143
|
+
function AnimatedLoaderCircle(_ref) {
|
|
11144
|
+
var color = _ref.color,
|
|
11145
|
+
progress = _ref.progress;
|
|
11131
11146
|
var theme = useTheme();
|
|
11132
11147
|
var _theme$kitt$pageLoade = theme.kitt.pageLoader,
|
|
11133
|
-
|
|
11134
|
-
size = _theme$kitt$pageLoade.size
|
|
11135
|
-
|
|
11136
|
-
var
|
|
11137
|
-
var
|
|
11138
|
-
|
|
11139
|
-
|
|
11140
|
-
|
|
11141
|
-
|
|
11142
|
-
|
|
11143
|
-
|
|
11148
|
+
strokeWidth = _theme$kitt$pageLoade.strokeWidth,
|
|
11149
|
+
size = _theme$kitt$pageLoade.size;
|
|
11150
|
+
var centerCoord = size * 0.5;
|
|
11151
|
+
var circlePerimeter = 2 * Math.PI * (size * 0.5 - strokeWidth);
|
|
11152
|
+
var strokeAnimation = useAnimatedProps(function () {
|
|
11153
|
+
return {
|
|
11154
|
+
strokeDashoffset: circlePerimeter - circlePerimeter * progress.value
|
|
11155
|
+
};
|
|
11156
|
+
}, [progress, circlePerimeter]);
|
|
11157
|
+
return /*#__PURE__*/jsx(AnimatedCircle, {
|
|
11158
|
+
"transform-origin": "center center",
|
|
11144
11159
|
strokeWidth: strokeWidth,
|
|
11160
|
+
stroke: color,
|
|
11161
|
+
strokeLinecap: "round",
|
|
11162
|
+
cx: centerCoord,
|
|
11163
|
+
cy: centerCoord,
|
|
11164
|
+
r: centerCoord - strokeWidth,
|
|
11165
|
+
fill: "none",
|
|
11145
11166
|
strokeDasharray: circlePerimeter,
|
|
11146
|
-
|
|
11147
|
-
|
|
11148
|
-
|
|
11149
|
-
|
|
11150
|
-
|
|
11151
|
-
|
|
11152
|
-
|
|
11153
|
-
|
|
11154
|
-
|
|
11155
|
-
|
|
11156
|
-
|
|
11157
|
-
|
|
11158
|
-
|
|
11159
|
-
|
|
11160
|
-
|
|
11161
|
-
|
|
11162
|
-
|
|
11163
|
-
|
|
11164
|
-
|
|
11167
|
+
animatedProps: strokeAnimation
|
|
11168
|
+
});
|
|
11169
|
+
}
|
|
11170
|
+
|
|
11171
|
+
function AnimatedBackgroundCircle() {
|
|
11172
|
+
var theme = useTheme();
|
|
11173
|
+
var progress = useSharedValue(0);
|
|
11174
|
+
var _theme$kitt$pageLoade = theme.kitt.pageLoader,
|
|
11175
|
+
animation = _theme$kitt$pageLoade.animation,
|
|
11176
|
+
colors = _theme$kitt$pageLoade.colors,
|
|
11177
|
+
size = _theme$kitt$pageLoade.size;
|
|
11178
|
+
useEffect(function () {
|
|
11179
|
+
var delay = animation.delay,
|
|
11180
|
+
circleBackgroundFillDuration = animation.circleBackgroundFillDuration,
|
|
11181
|
+
fillEasingFunction = animation.fillEasingFunction;
|
|
11182
|
+
var _fillEasingFunction = _slicedToArray(fillEasingFunction, 4),
|
|
11183
|
+
x1 = _fillEasingFunction[0],
|
|
11184
|
+
y1 = _fillEasingFunction[1],
|
|
11185
|
+
x2 = _fillEasingFunction[2],
|
|
11186
|
+
y2 = _fillEasingFunction[3];
|
|
11187
|
+
progress.value = withDelay(delay, withTiming(1, {
|
|
11188
|
+
duration: circleBackgroundFillDuration,
|
|
11189
|
+
easing: Easing.bezier(x1, y1, x2, y2)
|
|
11190
|
+
}));
|
|
11191
|
+
}, [progress, animation]);
|
|
11192
|
+
return /*#__PURE__*/jsx(Svg, {
|
|
11193
|
+
width: size,
|
|
11194
|
+
height: size,
|
|
11195
|
+
viewBox: "0 0 ".concat(size, " ").concat(size),
|
|
11196
|
+
children: /*#__PURE__*/jsx(AnimatedLoaderCircle, {
|
|
11197
|
+
color: colors.base,
|
|
11198
|
+
progress: progress
|
|
11199
|
+
})
|
|
11200
|
+
});
|
|
11201
|
+
}
|
|
11202
|
+
|
|
11203
|
+
var isInfinitAnimation$1 = -1;
|
|
11204
|
+
function AnimatedFillCircleContainer(_ref) {
|
|
11205
|
+
var children = _ref.children,
|
|
11206
|
+
duration = _ref.duration;
|
|
11207
|
+
var theme = useTheme();
|
|
11208
|
+
var progress = useSharedValue(0);
|
|
11209
|
+
var animation = theme.kitt.pageLoader.animation;
|
|
11210
|
+
useEffect(function () {
|
|
11211
|
+
var delay = animation.delay;
|
|
11212
|
+
progress.value = withDelay(delay, withRepeat(withTiming(1, {
|
|
11213
|
+
duration: duration,
|
|
11214
|
+
easing: Easing.linear
|
|
11215
|
+
}), isInfinitAnimation$1));
|
|
11216
|
+
}, [progress, animation, duration]);
|
|
11217
|
+
var rotationStyles = useAnimatedStyle(function () {
|
|
11218
|
+
return {
|
|
11219
|
+
transform: [{
|
|
11220
|
+
rotate: "".concat(360 * progress.value, "deg")
|
|
11221
|
+
}]
|
|
11222
|
+
};
|
|
11223
|
+
}, [progress]);
|
|
11224
|
+
return /*#__PURE__*/jsx(Animated.View, {
|
|
11225
|
+
style: [StyleSheet.absoluteFill, rotationStyles],
|
|
11226
|
+
children: children
|
|
11227
|
+
});
|
|
11228
|
+
}
|
|
11229
|
+
|
|
11230
|
+
var isInfinitAnimation = -1;
|
|
11231
|
+
var shouldReverse = true;
|
|
11232
|
+
function AnimatedFilledCircle() {
|
|
11233
|
+
var theme = useTheme();
|
|
11234
|
+
var progress = useSharedValue(0);
|
|
11235
|
+
var _theme$kitt$pageLoade = theme.kitt.pageLoader,
|
|
11236
|
+
size = _theme$kitt$pageLoade.size,
|
|
11237
|
+
animation = _theme$kitt$pageLoade.animation,
|
|
11238
|
+
colors = _theme$kitt$pageLoade.colors;
|
|
11239
|
+
useEffect(function () {
|
|
11240
|
+
var delay = animation.delay,
|
|
11241
|
+
filledCircleFillDuration = animation.filledCircleFillDuration,
|
|
11242
|
+
fillEasingFunction = animation.fillEasingFunction;
|
|
11243
|
+
var _fillEasingFunction = _slicedToArray(fillEasingFunction, 4),
|
|
11244
|
+
x1 = _fillEasingFunction[0],
|
|
11245
|
+
y1 = _fillEasingFunction[1],
|
|
11246
|
+
x2 = _fillEasingFunction[2],
|
|
11247
|
+
y2 = _fillEasingFunction[3];
|
|
11248
|
+
progress.value = withDelay(delay, withRepeat(withTiming(0.8, {
|
|
11249
|
+
duration: filledCircleFillDuration,
|
|
11250
|
+
easing: Easing.bezier(x1, y1, x2, y2)
|
|
11251
|
+
}), isInfinitAnimation, shouldReverse));
|
|
11252
|
+
}, [progress, animation]);
|
|
11253
|
+
return /*#__PURE__*/jsx(AnimatedFillCircleContainer, {
|
|
11254
|
+
duration: animation.groupFilledCircleRotationDuration,
|
|
11255
|
+
children: /*#__PURE__*/jsx(AnimatedFillCircleContainer, {
|
|
11256
|
+
duration: animation.filledCircleRotationDuration,
|
|
11257
|
+
children: /*#__PURE__*/jsx(Svg, {
|
|
11258
|
+
width: size,
|
|
11259
|
+
height: size,
|
|
11260
|
+
viewBox: "0 0 ".concat(size, " ").concat(size),
|
|
11261
|
+
children: /*#__PURE__*/jsx(AnimatedLoaderCircle, {
|
|
11262
|
+
color: colors.fill,
|
|
11263
|
+
progress: progress
|
|
11264
|
+
})
|
|
11265
|
+
})
|
|
11165
11266
|
})
|
|
11166
11267
|
});
|
|
11167
11268
|
}
|
|
11168
11269
|
|
|
11270
|
+
function PageLoader() {
|
|
11271
|
+
var sharedTransformStyle = {
|
|
11272
|
+
style: {
|
|
11273
|
+
/* Needed to make the animation starting from the top of the circles */
|
|
11274
|
+
transform: [{
|
|
11275
|
+
rotate: '90deg'
|
|
11276
|
+
}, {
|
|
11277
|
+
scale: -1
|
|
11278
|
+
}]
|
|
11279
|
+
}
|
|
11280
|
+
};
|
|
11281
|
+
return /*#__PURE__*/jsxs(View, {
|
|
11282
|
+
position: "relative",
|
|
11283
|
+
height: "kitt.pageLoader.size",
|
|
11284
|
+
width: "kitt.pageLoader.size",
|
|
11285
|
+
_ios: sharedTransformStyle,
|
|
11286
|
+
_android: sharedTransformStyle,
|
|
11287
|
+
children: [/*#__PURE__*/jsx(AnimatedBackgroundCircle, {}), /*#__PURE__*/jsx(AnimatedFilledCircle, {})]
|
|
11288
|
+
});
|
|
11289
|
+
}
|
|
11290
|
+
|
|
11169
11291
|
function getBackgroundColor(_ref) {
|
|
11170
11292
|
var isSelected = _ref.isSelected,
|
|
11171
11293
|
isHighlighted = _ref.isHighlighted,
|
|
@@ -11797,6 +11919,99 @@ StaticMap.Loader = StaticMapLoader;
|
|
|
11797
11919
|
StaticMap.Error = StaticMapError;
|
|
11798
11920
|
StaticMap.Marker = StaticMapMarker;
|
|
11799
11921
|
|
|
11922
|
+
var getTypographySize = function (size) {
|
|
11923
|
+
switch (size) {
|
|
11924
|
+
case 'small':
|
|
11925
|
+
return 'content-caps-xs';
|
|
11926
|
+
case 'medium':
|
|
11927
|
+
return 'content-caps-m';
|
|
11928
|
+
case 'large':
|
|
11929
|
+
default:
|
|
11930
|
+
return 'content-caps-l';
|
|
11931
|
+
}
|
|
11932
|
+
};
|
|
11933
|
+
function Sticker(_ref) {
|
|
11934
|
+
var label = _ref.label,
|
|
11935
|
+
_ref$color = _ref.color,
|
|
11936
|
+
color = _ref$color === void 0 ? 'linen' : _ref$color,
|
|
11937
|
+
_ref$size = _ref.size,
|
|
11938
|
+
size = _ref$size === void 0 ? 'medium' : _ref$size;
|
|
11939
|
+
var kittTheme = useKittTheme();
|
|
11940
|
+
var colorMatching = {
|
|
11941
|
+
green: {
|
|
11942
|
+
background: kittTheme.kitt.palettes.deepPurple['rainbow.green-grass'],
|
|
11943
|
+
font: kittTheme.kitt.palettes.deepPurple['rainbow.green-apple']
|
|
11944
|
+
},
|
|
11945
|
+
darkGreen: {
|
|
11946
|
+
background: kittTheme.kitt.palettes.deepPurple['rainbow.green-pine'],
|
|
11947
|
+
font: kittTheme.kitt.palettes.deepPurple['rainbow.blue-sky']
|
|
11948
|
+
},
|
|
11949
|
+
blue: {
|
|
11950
|
+
background: kittTheme.kitt.palettes.deepPurple['rainbow.blue-sky'],
|
|
11951
|
+
font: kittTheme.kitt.palettes.deepPurple['rainbow.green-pine']
|
|
11952
|
+
},
|
|
11953
|
+
darkBlue: {
|
|
11954
|
+
background: kittTheme.kitt.palettes.deepPurple['rainbow.blue-electric'],
|
|
11955
|
+
font: kittTheme.kitt.palettes.deepPurple['beige.3']
|
|
11956
|
+
},
|
|
11957
|
+
red: {
|
|
11958
|
+
background: kittTheme.kitt.palettes.deepPurple['rainbow.brick'],
|
|
11959
|
+
font: kittTheme.kitt.palettes.deepPurple['rainbow.sun']
|
|
11960
|
+
},
|
|
11961
|
+
orange: {
|
|
11962
|
+
background: kittTheme.kitt.palettes.deepPurple['rainbow.orange'],
|
|
11963
|
+
font: kittTheme.kitt.palettes.deepPurple['beige.2']
|
|
11964
|
+
},
|
|
11965
|
+
pink: {
|
|
11966
|
+
background: kittTheme.kitt.palettes.deepPurple['rainbow.pink'],
|
|
11967
|
+
font: kittTheme.kitt.palettes.deepPurple['rainbow.brick']
|
|
11968
|
+
},
|
|
11969
|
+
gold: {
|
|
11970
|
+
background: kittTheme.kitt.palettes.deepPurple['rainbow.gold'],
|
|
11971
|
+
font: kittTheme.kitt.palettes.deepPurple['beige.1']
|
|
11972
|
+
},
|
|
11973
|
+
cream: {
|
|
11974
|
+
background: kittTheme.kitt.palettes.deepPurple['beige.1'],
|
|
11975
|
+
font: kittTheme.kitt.palettes.deepPurple['rainbow.brick']
|
|
11976
|
+
},
|
|
11977
|
+
linen: {
|
|
11978
|
+
background: kittTheme.kitt.palettes.deepPurple['beige.3'],
|
|
11979
|
+
font: kittTheme.kitt.palettes.deepPurple['deepPurple.8']
|
|
11980
|
+
},
|
|
11981
|
+
promo: {
|
|
11982
|
+
background: kittTheme.kitt.palettes.deepPurple['lightning.5'],
|
|
11983
|
+
font: kittTheme.kitt.palettes.deepPurple['lightning.7']
|
|
11984
|
+
},
|
|
11985
|
+
darkPromo: {
|
|
11986
|
+
background: kittTheme.kitt.palettes.deepPurple['lightning.7'],
|
|
11987
|
+
font: kittTheme.kitt.palettes.deepPurple['lightning.5']
|
|
11988
|
+
},
|
|
11989
|
+
disabled: {
|
|
11990
|
+
background: kittTheme.kitt.palettes.deepPurple['beige.6'],
|
|
11991
|
+
font: kittTheme.kitt.palettes.deepPurple['beige.2']
|
|
11992
|
+
}
|
|
11993
|
+
};
|
|
11994
|
+
return /*#__PURE__*/jsx(HStack, {
|
|
11995
|
+
alignSelf: "flex-start",
|
|
11996
|
+
borderRadius: "kitt.sticker.borderRadius",
|
|
11997
|
+
padding: "kitt.sticker.padding",
|
|
11998
|
+
backgroundColor: colorMatching[color].background,
|
|
11999
|
+
space: "kitt.1",
|
|
12000
|
+
alignItems: "center",
|
|
12001
|
+
maxWidth: "100%",
|
|
12002
|
+
children: /*#__PURE__*/jsx(View, {
|
|
12003
|
+
flexShrink: 1,
|
|
12004
|
+
children: /*#__PURE__*/jsx(Typography.Text, {
|
|
12005
|
+
base: getTypographySize(size),
|
|
12006
|
+
color: colorMatching[color].font,
|
|
12007
|
+
numberOfLines: 1,
|
|
12008
|
+
ellipsizeMode: "tail",
|
|
12009
|
+
children: label
|
|
12010
|
+
})
|
|
12011
|
+
})
|
|
12012
|
+
});
|
|
12013
|
+
}
|
|
12014
|
+
|
|
11800
12015
|
var _excluded$6 = ["direction", "wrap"];
|
|
11801
12016
|
function Flex(_ref) {
|
|
11802
12017
|
var direction = _ref.direction,
|
|
@@ -13340,5 +13555,5 @@ function VerticalSteps(_ref) {
|
|
|
13340
13555
|
VerticalSteps.Step = Step;
|
|
13341
13556
|
VerticalSteps.BorderlessStep = BorderlessStep;
|
|
13342
13557
|
|
|
13343
|
-
export { ActionCard, Actions, Autocomplete, Avatar, BottomSheet, Button, ButtonBadge, CardModal, Center, Checkbox, ChoicesElements, CloseIconButton, DatePicker, DialogModal, DocumentPicker, Emoji, ExternalAppLink, ExternalLink, FilePicker, FlatList, Flex, FullscreenModal, GoogleMapsApiKeyProvider, GoogleMapsAutocompleteProvider, GroupTags, HStack, Highlight, Icon, IconButton, Image, ImagePicker, InfoCard, InputAddress, InputEmail, InputFeedback, InputField, InputIban, InputIcon, InputNumber, InputPassword, InputPhone, InputPressable, InputTag, InputText, KittBreakpointNameEnum, KittBreakpoints, KittBreakpointsMax, KittMapConfigProvider, KittNativeBaseProvider, KittThemeDecorator, KittThemeProvider, Label, ListItem, LoaderIcon, MapMarker, MapMarkerVariantEnum, MatchWindowSize, Message, ModalBehaviour, NativeOnlyFlatList, NavigationBottomSheet, NavigationModal, Notification, Overlay, PageLoader, Picker, Pressable, RadioWithRef as Radio, RadioButtonGroup, ScrollView, DeprecatedSection as Section, SectionList, SegmentedProgressBar, Skeleton, SpinningIcon, Stack, StaticMap, Story, StoryBlock, StoryContainer, StoryDecorator, StoryGrid, StorySection, StoryTitle, StyleWebWrapper, SwitchBreakpoints, TabBar, Tag, TextArea, TimePicker, ToastComponent, Toggle, Tooltip, TopNavBar, Typography, TypographyEmoji, TypographyIcon, TypographyLink, VStack, VerticalSteps, View, createChoicesComponent, createResponsiveStyleFromProp, getStaticMapImageUrl, getValueForBreakpoint, hex2rgba, matchWindowSize, storyPadding, theme, useBottomSheet, useBreakpointValue, useCurrentBreakpointName, useGetStaticMapImageUrl, useKittMapConfig, useKittTheme, useMatchWindowSize, useOpenExternalLink, useStaticBottomSheet, useStoryBlockColor, useTheme };
|
|
13558
|
+
export { ActionCard, Actions, Autocomplete, Avatar, BottomSheet, Button, ButtonBadge, CardModal, Center, Checkbox, ChoicesElements, CloseIconButton, DatePicker, DialogModal, DocumentPicker, Emoji, ExternalAppLink, ExternalLink, FilePicker, FlatList, Flex, FullscreenModal, GoogleMapsApiKeyProvider, GoogleMapsAutocompleteProvider, GroupTags, HStack, Highlight, Icon, IconButton, Image, ImagePicker, InfoCard, InputAddress, InputEmail, InputFeedback, InputField, InputIban, InputIcon, InputNumber, InputPassword, InputPhone, InputPressable, InputTag, InputText, KittBreakpointNameEnum, KittBreakpoints, KittBreakpointsMax, KittMapConfigProvider, KittNativeBaseProvider, KittThemeDecorator, KittThemeProvider, Label, ListItem, LoaderIcon, MapMarker, MapMarkerVariantEnum, MatchWindowSize, Message, ModalBehaviour, NativeOnlyFlatList, NavigationBottomSheet, NavigationModal, Notification, Overlay, PageLoader, Picker, Pressable, RadioWithRef as Radio, RadioButtonGroup, ScrollView, DeprecatedSection as Section, SectionList, SegmentedProgressBar, Skeleton, SpinningIcon, Stack, StaticMap, Sticker, Story, StoryBlock, StoryContainer, StoryDecorator, StoryGrid, StorySection, StoryTitle, StyleWebWrapper, SwitchBreakpoints, TabBar, Tag, TextArea, TimePicker, ToastComponent, Toggle, Tooltip, TopNavBar, Typography, TypographyEmoji, TypographyIcon, TypographyLink, VStack, VerticalSteps, View, createChoicesComponent, createResponsiveStyleFromProp, getStaticMapImageUrl, getValueForBreakpoint, hex2rgba, matchWindowSize, storyPadding, theme, useBottomSheet, useBreakpointValue, useCurrentBreakpointName, useGetStaticMapImageUrl, useKittMapConfig, useKittTheme, useMatchWindowSize, useOpenExternalLink, useStaticBottomSheet, useStoryBlockColor, useTheme };
|
|
13344
13559
|
//# sourceMappingURL=index.es.web.js.map
|