@bifrostui/react 1.0.5 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist/CitySelector/CitySelector.css +102 -0
  2. package/dist/CitySelector/CitySelector.d.ts +4 -0
  3. package/dist/CitySelector/CitySelector.js +36 -0
  4. package/dist/CitySelector/CitySelector.miniapp.d.ts +5 -0
  5. package/dist/CitySelector/CitySelector.miniapp.js +79 -0
  6. package/dist/CitySelector/CitySelector.types.d.ts +47 -0
  7. package/dist/CitySelector/CitySelector.types.js +5 -0
  8. package/dist/CitySelector/CitySelectorCore.d.ts +5 -0
  9. package/dist/CitySelector/CitySelectorCore.js +184 -0
  10. package/dist/CitySelector/Selector/index.css +11 -0
  11. package/dist/CitySelector/Selector/index.d.ts +9 -0
  12. package/dist/CitySelector/Selector/index.js +22 -0
  13. package/dist/CitySelector/index.d.ts +2 -0
  14. package/dist/CitySelector/index.js +34 -0
  15. package/dist/CitySelector/miniapp.css +4 -0
  16. package/dist/Modal/Modal.miniapp.d.ts +16 -0
  17. package/dist/Modal/Modal.miniapp.js +73 -0
  18. package/dist/Picker/Picker.css +53 -0
  19. package/dist/Picker/Picker.d.ts +5 -0
  20. package/dist/Picker/Picker.js +155 -0
  21. package/dist/Picker/Picker.types.d.ts +98 -0
  22. package/dist/Picker/Picker.types.js +5 -0
  23. package/dist/Picker/PickerPanel.css +54 -0
  24. package/dist/Picker/PickerPanel.d.ts +5 -0
  25. package/dist/Picker/PickerPanel.js +210 -0
  26. package/dist/Picker/index.d.ts +2 -0
  27. package/dist/Picker/index.js +34 -0
  28. package/dist/Picker/utils.d.ts +13 -0
  29. package/dist/Picker/utils.js +66 -0
  30. package/dist/Tabs/Tabs.css +2 -2
  31. package/dist/index.d.ts +2 -0
  32. package/dist/index.js +22 -0
  33. package/es/CitySelector/CitySelector.css +102 -0
  34. package/es/CitySelector/CitySelector.d.ts +4 -0
  35. package/es/CitySelector/CitySelector.js +36 -0
  36. package/es/CitySelector/CitySelector.miniapp.d.ts +5 -0
  37. package/es/CitySelector/CitySelector.miniapp.js +77 -0
  38. package/es/CitySelector/CitySelector.types.d.ts +47 -0
  39. package/es/CitySelector/CitySelector.types.js +1 -0
  40. package/es/CitySelector/CitySelectorCore.d.ts +5 -0
  41. package/es/CitySelector/CitySelectorCore.js +195 -0
  42. package/es/CitySelector/Selector/index.css +11 -0
  43. package/es/CitySelector/Selector/index.d.ts +9 -0
  44. package/es/CitySelector/Selector/index.js +13 -0
  45. package/es/CitySelector/index.d.ts +2 -0
  46. package/es/CitySelector/index.js +2 -0
  47. package/es/CitySelector/miniapp.css +4 -0
  48. package/es/Modal/Modal.miniapp.d.ts +16 -0
  49. package/es/Modal/Modal.miniapp.js +78 -0
  50. package/es/Picker/Picker.css +53 -0
  51. package/es/Picker/Picker.d.ts +5 -0
  52. package/es/Picker/Picker.js +171 -0
  53. package/es/Picker/Picker.types.d.ts +98 -0
  54. package/es/Picker/Picker.types.js +1 -0
  55. package/es/Picker/PickerPanel.css +54 -0
  56. package/es/Picker/PickerPanel.d.ts +5 -0
  57. package/es/Picker/PickerPanel.js +234 -0
  58. package/es/Picker/index.d.ts +2 -0
  59. package/es/Picker/index.js +2 -0
  60. package/es/Picker/utils.d.ts +13 -0
  61. package/es/Picker/utils.js +65 -0
  62. package/es/Tabs/Tabs.css +2 -2
  63. package/es/index.d.ts +2 -0
  64. package/es/index.js +3 -1
  65. package/package.json +6 -6
@@ -0,0 +1,234 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["options", "defaultValue", "onSelect", "columnIndex"];
3
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
8
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
9
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
10
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
14
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
15
+ import clsx from 'clsx';
16
+ import React, { useEffect, useState, useRef } from 'react';
17
+ import { useTouch, useForkRef, useTouchEmulator } from '@bifrostui/utils';
18
+ import "./PickerPanel.css";
19
+ var prefixCls = 'bui-picker-panel';
20
+ var PickerPanel = /*#__PURE__*/React.forwardRef(function (props, ref) {
21
+ var _props$options = props.options,
22
+ options = _props$options === void 0 ? [] : _props$options,
23
+ defaultValue = props.defaultValue,
24
+ onSelect = props.onSelect,
25
+ columnIndex = props.columnIndex,
26
+ others = _objectWithoutProperties(props, _excluded);
27
+ var touch = useTouch();
28
+ var timer;
29
+ // 在手指离开屏幕时,如果和上一次 move 时的间隔小于 `INERTIA_TIME` 且 move 距离大于 `INERTIA_DISTANCE` 时,触发惯性滑动
30
+ var INERTIA_TIME = 300;
31
+ var INERTIA_DISTANCE = 15;
32
+ var DEFAULT_DURATION = 200;
33
+ var LINE_SPACING = 36;
34
+ var ROTATION = 20;
35
+ var TOUCH_END = 'end';
36
+ var _useState = useState(0),
37
+ _useState2 = _slicedToArray(_useState, 2),
38
+ startY = _useState2[0],
39
+ setStartY = _useState2[1];
40
+ var _useState3 = useState(1),
41
+ _useState4 = _slicedToArray(_useState3, 2),
42
+ currIndex = _useState4[0],
43
+ setCurrIndex = _useState4[1];
44
+ var _useState5 = useState(0),
45
+ _useState6 = _slicedToArray(_useState5, 2),
46
+ startTime = _useState6[0],
47
+ setStartTime = _useState6[1];
48
+ var _useState7 = useState(0),
49
+ _useState8 = _slicedToArray(_useState7, 2),
50
+ touchTime = _useState8[0],
51
+ setTouchTime = _useState8[1];
52
+ var _useState9 = useState('0deg'),
53
+ _useState10 = _slicedToArray(_useState9, 2),
54
+ touchDeg = _useState10[0],
55
+ setTouchDeg = _useState10[1];
56
+ var _useState11 = useState(0),
57
+ _useState12 = _slicedToArray(_useState11, 2),
58
+ scrollDistance = _useState12[0],
59
+ setScrollDistance = _useState12[1];
60
+ var transformY = useRef(0);
61
+ var isVerticalMoving = useRef(false);
62
+ var PickerPanelRef = useRef(null);
63
+ var pickerPanelRef = useForkRef(PickerPanelRef, ref);
64
+ useTouchEmulator(PickerPanelRef.current);
65
+ var updateSelect = function updateSelect() {
66
+ var index = -1;
67
+ if (defaultValue) {
68
+ options.some(function (item, idx) {
69
+ if (item.value === defaultValue) {
70
+ index = idx;
71
+ return true;
72
+ }
73
+ return false;
74
+ });
75
+ }
76
+ setCurrIndex(index === -1 ? 1 : index + 1);
77
+ var move = index === -1 ? 0 : index * LINE_SPACING;
78
+ setMove({
79
+ move: -move
80
+ });
81
+ };
82
+ useEffect(function () {
83
+ setScrollDistance(0);
84
+ transformY.current = 0;
85
+ updateSelect();
86
+ return function () {
87
+ clearTimeout(timer);
88
+ };
89
+ }, [options]);
90
+ var setTransform = function setTransform(type, deg) {
91
+ var time = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : DEFAULT_DURATION;
92
+ var translateY = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 0;
93
+ var nTime = time;
94
+ if (type !== TOUCH_END) {
95
+ nTime = 0;
96
+ }
97
+ setTouchTime(nTime);
98
+ setTouchDeg(deg);
99
+ setScrollDistance(translateY);
100
+ };
101
+ var setMove = function setMove(config) {
102
+ var _ref = config || {},
103
+ move = _ref.move,
104
+ type = _ref.type,
105
+ time = _ref.time;
106
+ var updateMove = move + transformY.current;
107
+ if (type === TOUCH_END) {
108
+ // 限定滚动距离
109
+ if (updateMove > 0) {
110
+ updateMove = 0;
111
+ }
112
+ if (updateMove < -(options.length - 1) * LINE_SPACING) {
113
+ updateMove = -(options.length - 1) * LINE_SPACING;
114
+ }
115
+
116
+ // 设置滚动距离为LINE_SPACING的倍数值
117
+ var endMove = Math.round(updateMove / LINE_SPACING) * LINE_SPACING;
118
+ var deg = "".concat((Math.abs(Math.round(endMove / LINE_SPACING)) + 1) * ROTATION, "deg");
119
+ setTransform(type, deg, time, endMove);
120
+ setCurrIndex(Math.abs(Math.round(endMove / LINE_SPACING)) + 1);
121
+ } else {
122
+ var _deg = 0;
123
+ var currentDeg = (-updateMove / LINE_SPACING + 1) * ROTATION;
124
+
125
+ // picker 滚动的最大角度
126
+ var maxDeg = (options.length + 1) * ROTATION;
127
+ var minDeg = 0;
128
+ _deg = Math.min(Math.max(currentDeg, minDeg), maxDeg);
129
+ if (minDeg < _deg && _deg < maxDeg) {
130
+ setTransform('', "".concat(_deg, "deg"), undefined, updateMove);
131
+ setCurrIndex(Math.abs(Math.round(updateMove / LINE_SPACING)) + 1);
132
+ }
133
+ }
134
+ };
135
+
136
+ // 惯性滚动距离
137
+ var momentum = function momentum(distance, duration) {
138
+ var nDistance = distance;
139
+ // 惯性滚动的速度
140
+ var speed = Math.abs(nDistance / duration);
141
+ // 惯性滚动的距离
142
+ nDistance = speed / 0.003 * (nDistance < 0 ? -1 : 1);
143
+ return nDistance;
144
+ };
145
+ var panelTouchStart = function panelTouchStart(event) {
146
+ touch.start(event);
147
+ setStartY(touch.deltaY.current);
148
+ setStartTime(Date.now());
149
+ transformY.current = scrollDistance;
150
+ };
151
+ var panelTouchMove = function panelTouchMove(event) {
152
+ touch.move(event);
153
+ if (touch.isVertical) {
154
+ isVerticalMoving.current = true;
155
+ event.preventDefault();
156
+ event.stopPropagation();
157
+ }
158
+ var move = touch.deltaY.current - startY;
159
+ setMove({
160
+ move: move
161
+ });
162
+ };
163
+ var panelTouchEnd = function panelTouchEnd() {
164
+ if (!isVerticalMoving.current) return;
165
+ var move = touch.deltaY.current - startY;
166
+ var moveTime = Date.now() - startTime;
167
+ if (moveTime <= INERTIA_TIME && Math.abs(move) > INERTIA_DISTANCE) {
168
+ // 惯性滚动
169
+ var distance = momentum(move, moveTime);
170
+ setMove({
171
+ move: distance,
172
+ type: TOUCH_END,
173
+ time: 1000
174
+ });
175
+ } else {
176
+ // 非惯性滚动
177
+ setMove({
178
+ move: move,
179
+ type: TOUCH_END
180
+ });
181
+ }
182
+ timer = setTimeout(function () {
183
+ touch.reset();
184
+ }, 0);
185
+ };
186
+ useEffect(function () {
187
+ var _PickerPanelRef$curre, _PickerPanelRef$curre2, _PickerPanelRef$curre3;
188
+ (_PickerPanelRef$curre = PickerPanelRef.current) === null || _PickerPanelRef$curre === void 0 || _PickerPanelRef$curre.addEventListener('touchstart', panelTouchStart);
189
+ (_PickerPanelRef$curre2 = PickerPanelRef.current) === null || _PickerPanelRef$curre2 === void 0 || _PickerPanelRef$curre2.addEventListener('touchmove', panelTouchMove);
190
+ (_PickerPanelRef$curre3 = PickerPanelRef.current) === null || _PickerPanelRef$curre3 === void 0 || _PickerPanelRef$curre3.addEventListener('touchend', panelTouchEnd);
191
+ return function () {
192
+ var _PickerPanelRef$curre4, _PickerPanelRef$curre5, _PickerPanelRef$curre6;
193
+ (_PickerPanelRef$curre4 = PickerPanelRef.current) === null || _PickerPanelRef$curre4 === void 0 || _PickerPanelRef$curre4.removeEventListener('touchstart', panelTouchStart);
194
+ (_PickerPanelRef$curre5 = PickerPanelRef.current) === null || _PickerPanelRef$curre5 === void 0 || _PickerPanelRef$curre5.removeEventListener('touchmove', panelTouchMove);
195
+ (_PickerPanelRef$curre6 = PickerPanelRef.current) === null || _PickerPanelRef$curre6 === void 0 || _PickerPanelRef$curre6.removeEventListener('touchend', panelTouchEnd);
196
+ };
197
+ });
198
+ var onTransitionEnd = function onTransitionEnd(e) {
199
+ isVerticalMoving.current = false;
200
+ setTouchTime(0);
201
+ onSelect === null || onSelect === void 0 || onSelect(e, {
202
+ columnOption: options === null || options === void 0 ? void 0 : options[Math.round(-scrollDistance / LINE_SPACING)],
203
+ columnIndex: columnIndex
204
+ });
205
+ };
206
+ return /*#__PURE__*/React.createElement("div", _extends({
207
+ className: prefixCls,
208
+ ref: pickerPanelRef,
209
+ onTouchStart: panelTouchStart,
210
+ onTouchMove: panelTouchMove,
211
+ onTouchEnd: panelTouchEnd
212
+ }, others), /*#__PURE__*/React.createElement("div", {
213
+ className: "".concat(prefixCls, "-roller"),
214
+ style: {
215
+ transition: "transform ".concat(touchTime, "ms cubic-bezier(0.17, 0.89, 0.45, 1)"),
216
+ transform: "rotate3d(1, 0, 0, ".concat(touchDeg, ")")
217
+ },
218
+ onTransitionEnd: onTransitionEnd
219
+ }, options.map(function (item, i) {
220
+ return /*#__PURE__*/React.createElement("div", {
221
+ className: clsx("".concat(prefixCls, "-option"), _defineProperty({}, "".concat(prefixCls, "-option-hidden"), i + 1 <= currIndex - 8 || i + 1 >= currIndex + 8)),
222
+ key: "".concat(item === null || item === void 0 ? void 0 : item.value, "-").concat(i),
223
+ style: {
224
+ transform: "rotate3d(1, 0, 0, ".concat(-ROTATION * (i + 1), "deg) translate3d(0px, 0px, 104px)")
225
+ }
226
+ }, item === null || item === void 0 ? void 0 : item.label);
227
+ })), /*#__PURE__*/React.createElement("div", {
228
+ className: "".concat(prefixCls, "-mask")
229
+ }), /*#__PURE__*/React.createElement("div", {
230
+ className: "".concat(prefixCls, "-indicator")
231
+ }));
232
+ });
233
+ PickerPanel.displayName = 'BuiPickerPanel';
234
+ export default PickerPanel;
@@ -0,0 +1,2 @@
1
+ export { default, default as Picker } from './Picker';
2
+ export * from './Picker.types';
@@ -0,0 +1,2 @@
1
+ export { default, default as Picker } from "./Picker";
2
+ export * from "./Picker.types";
@@ -0,0 +1,13 @@
1
+ import { ICascadePickerOptionItem } from './Picker.types';
2
+ /**
3
+ * 根据第一列数据判断选择器类型
4
+ */
5
+ export declare const pickerPanelType: (options?: any[]) => "multiple" | "cascade" | "single";
6
+ /**
7
+ * 格式化级联模式数据
8
+ */
9
+ export declare const formatCascade: (columns: ICascadePickerOptionItem[], values?: (number | string)[]) => ICascadePickerOptionItem[][];
10
+ /**
11
+ * 统一options数据格式
12
+ */
13
+ export declare const formatOptions: (internalValue: any, options?: any[]) => any[];
@@ -0,0 +1,65 @@
1
+ /**
2
+ * 根据第一列数据判断选择器类型
3
+ */
4
+ export var pickerPanelType = function pickerPanelType() {
5
+ var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
6
+ var firstColumn = options[0];
7
+
8
+ // 多列模式
9
+ if (Array.isArray(firstColumn)) {
10
+ return 'multiple';
11
+ }
12
+
13
+ // 级联模式
14
+ if (firstColumn !== null && firstColumn !== void 0 && firstColumn.children) {
15
+ return 'cascade';
16
+ }
17
+
18
+ // 单列模式
19
+ return 'single';
20
+ };
21
+
22
+ /**
23
+ * 格式化级联模式数据
24
+ */
25
+ export var formatCascade = function formatCascade(columns, values) {
26
+ var result = [];
27
+ var columnOptions = {
28
+ label: '',
29
+ value: '',
30
+ children: columns
31
+ };
32
+ var columnIndex = 0;
33
+ var _loop = function _loop() {
34
+ var options = columnOptions.children;
35
+ var value = values === null || values === void 0 ? void 0 : values[columnIndex];
36
+ var index = options.findIndex(function (item) {
37
+ return item.value === value;
38
+ });
39
+ if (index === -1) index = 0;
40
+ columnOptions = columnOptions.children[index];
41
+ columnIndex += 1;
42
+ result.push(options);
43
+ };
44
+ while ((_columnOptions = columnOptions) !== null && _columnOptions !== void 0 && _columnOptions.children) {
45
+ var _columnOptions;
46
+ _loop();
47
+ }
48
+ return result;
49
+ };
50
+
51
+ /**
52
+ * 统一options数据格式
53
+ */
54
+ export var formatOptions = function formatOptions(internalValue) {
55
+ var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
56
+ var panelType = pickerPanelType(options);
57
+ switch (panelType) {
58
+ case 'multiple':
59
+ return options;
60
+ case 'cascade':
61
+ return formatCascade(options, internalValue);
62
+ default:
63
+ return options;
64
+ }
65
+ };
package/es/Tabs/Tabs.css CHANGED
@@ -44,11 +44,11 @@
44
44
  }
45
45
  .bui-tabs-mask-left {
46
46
  left: 0;
47
- background: linear-gradient(to right, var(--bui-color-white), rgba(255, 255, 255, 0));
47
+ background: linear-gradient(to right, var(--bui-color-bg-view), rgba(255, 255, 255, 0));
48
48
  }
49
49
  .bui-tabs-mask-right {
50
50
  right: 0;
51
- background: linear-gradient(to left, var(--bui-color-white), rgba(255, 255, 255, 0));
51
+ background: linear-gradient(to left, var(--bui-color-bg-view), rgba(255, 255, 255, 0));
52
52
  }
53
53
  .bui-tabline-invisible {
54
54
  visibility: hidden;
package/es/index.d.ts CHANGED
@@ -36,3 +36,5 @@ export * from './NavBar';
36
36
  export * from './Loading';
37
37
  export * from './TabBar';
38
38
  export * from './Countdown';
39
+ export * from './CitySelector';
40
+ export * from './Picker';
package/es/index.js CHANGED
@@ -35,4 +35,6 @@ export * from "./Transition";
35
35
  export * from "./NavBar";
36
36
  export * from "./Loading";
37
37
  export * from "./TabBar";
38
- export * from "./Countdown";
38
+ export * from "./Countdown";
39
+ export * from "./CitySelector";
40
+ export * from "./Picker";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrostui/react",
3
- "version": "1.0.5",
3
+ "version": "1.1.1",
4
4
  "description": "React components for building mobile application",
5
5
  "homepage": "http://bui.taopiaopiao.com",
6
6
  "license": "MIT",
@@ -31,10 +31,10 @@
31
31
  "father": "^4.1.8"
32
32
  },
33
33
  "dependencies": {
34
- "@bifrostui/icons": "^1.0.5",
35
- "@bifrostui/styles": "^1.0.5",
36
- "@bifrostui/types": "^1.0.5",
37
- "@bifrostui/utils": "^1.0.5",
34
+ "@bifrostui/icons": "^1.1.1",
35
+ "@bifrostui/styles": "^1.1.1",
36
+ "@bifrostui/types": "^1.1.1",
37
+ "@bifrostui/utils": "^1.1.1",
38
38
  "clsx": "^1.2.1",
39
39
  "dayjs": "^1.11.7",
40
40
  "swiper": "^8.1.5"
@@ -46,5 +46,5 @@
46
46
  "react": "^17.0.0 || ^18.0.0",
47
47
  "react-dom": "^17.0.0 || ^18.0.0"
48
48
  },
49
- "gitHead": "457cd22004e587ecdeae9061a30b43eae2149505"
49
+ "gitHead": "2543622c499bb48300e081208c3cda9eae75792e"
50
50
  }