sa2kit 1.6.58 → 1.6.59

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.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunkEOWTOG7Y_js = require('../../chunk-EOWTOG7Y.js');
4
- var chunkEKIOJEJK_js = require('../../chunk-EKIOJEJK.js');
3
+ var chunkLJGJPAQ4_js = require('../../chunk-LJGJPAQ4.js');
4
+ var chunkSKCMZYSQ_js = require('../../chunk-SKCMZYSQ.js');
5
5
  var chunkTJZDPOO7_js = require('../../chunk-TJZDPOO7.js');
6
6
  require('../../chunk-Z6ZWNWWR.js');
7
7
 
@@ -9,71 +9,71 @@ require('../../chunk-Z6ZWNWWR.js');
9
9
 
10
10
  Object.defineProperty(exports, "addToMiniappCart", {
11
11
  enumerable: true,
12
- get: function () { return chunkEOWTOG7Y_js.addToCart; }
12
+ get: function () { return chunkLJGJPAQ4_js.addToCart; }
13
13
  });
14
14
  Object.defineProperty(exports, "clearMiniappCart", {
15
15
  enumerable: true,
16
- get: function () { return chunkEOWTOG7Y_js.clearCart; }
16
+ get: function () { return chunkLJGJPAQ4_js.clearCart; }
17
17
  });
18
18
  Object.defineProperty(exports, "getMiniappCart", {
19
19
  enumerable: true,
20
- get: function () { return chunkEOWTOG7Y_js.getCart; }
20
+ get: function () { return chunkLJGJPAQ4_js.getCart; }
21
21
  });
22
22
  Object.defineProperty(exports, "removeMiniappCartItem", {
23
23
  enumerable: true,
24
- get: function () { return chunkEOWTOG7Y_js.removeCartItem; }
24
+ get: function () { return chunkLJGJPAQ4_js.removeCartItem; }
25
25
  });
26
26
  Object.defineProperty(exports, "updateMiniappCartItem", {
27
27
  enumerable: true,
28
- get: function () { return chunkEOWTOG7Y_js.updateCartItem; }
28
+ get: function () { return chunkLJGJPAQ4_js.updateCartItem; }
29
29
  });
30
30
  Object.defineProperty(exports, "CART_UPDATE_EVENT", {
31
31
  enumerable: true,
32
- get: function () { return chunkEKIOJEJK_js.CART_UPDATE_EVENT; }
32
+ get: function () { return chunkSKCMZYSQ_js.CART_UPDATE_EVENT; }
33
33
  });
34
34
  Object.defineProperty(exports, "CartProvider", {
35
35
  enumerable: true,
36
- get: function () { return chunkEKIOJEJK_js.CartProvider; }
36
+ get: function () { return chunkSKCMZYSQ_js.CartProvider; }
37
37
  });
38
38
  Object.defineProperty(exports, "cartUpdateEvents", {
39
39
  enumerable: true,
40
- get: function () { return chunkEKIOJEJK_js.cartUpdateEvents; }
40
+ get: function () { return chunkSKCMZYSQ_js.cartUpdateEvents; }
41
41
  });
42
42
  Object.defineProperty(exports, "notifyCartUpdate", {
43
43
  enumerable: true,
44
- get: function () { return chunkEKIOJEJK_js.notifyCartUpdate; }
44
+ get: function () { return chunkSKCMZYSQ_js.notifyCartUpdate; }
45
45
  });
46
46
  Object.defineProperty(exports, "useBooking", {
47
47
  enumerable: true,
48
- get: function () { return chunkEKIOJEJK_js.useBooking; }
48
+ get: function () { return chunkSKCMZYSQ_js.useBooking; }
49
49
  });
50
50
  Object.defineProperty(exports, "useBookingAdmin", {
51
51
  enumerable: true,
52
- get: function () { return chunkEKIOJEJK_js.useBookingAdmin; }
52
+ get: function () { return chunkSKCMZYSQ_js.useBookingAdmin; }
53
53
  });
54
54
  Object.defineProperty(exports, "useBookingForm", {
55
55
  enumerable: true,
56
- get: function () { return chunkEKIOJEJK_js.useBookingForm; }
56
+ get: function () { return chunkSKCMZYSQ_js.useBookingForm; }
57
57
  });
58
58
  Object.defineProperty(exports, "useCart", {
59
59
  enumerable: true,
60
- get: function () { return chunkEKIOJEJK_js.useCart; }
60
+ get: function () { return chunkSKCMZYSQ_js.useCart; }
61
61
  });
62
62
  Object.defineProperty(exports, "useCartContext", {
63
63
  enumerable: true,
64
- get: function () { return chunkEKIOJEJK_js.useCartContext; }
64
+ get: function () { return chunkSKCMZYSQ_js.useCartContext; }
65
65
  });
66
66
  Object.defineProperty(exports, "useDeadlinePopup", {
67
67
  enumerable: true,
68
- get: function () { return chunkEKIOJEJK_js.useDeadlinePopup; }
68
+ get: function () { return chunkSKCMZYSQ_js.useDeadlinePopup; }
69
69
  });
70
70
  Object.defineProperty(exports, "useMasterpieces", {
71
71
  enumerable: true,
72
- get: function () { return chunkEKIOJEJK_js.useMasterpieces; }
72
+ get: function () { return chunkSKCMZYSQ_js.useMasterpieces; }
73
73
  });
74
74
  Object.defineProperty(exports, "useMasterpiecesConfig", {
75
75
  enumerable: true,
76
- get: function () { return chunkEKIOJEJK_js.useMasterpiecesConfig; }
76
+ get: function () { return chunkSKCMZYSQ_js.useMasterpiecesConfig; }
77
77
  });
78
78
  Object.defineProperty(exports, "CATEGORY_LABELS", {
79
79
  enumerable: true,
@@ -1,5 +1,5 @@
1
- export { addToCart as addToMiniappCart, clearCart as clearMiniappCart, getCart as getMiniappCart, removeCartItem as removeMiniappCartItem, updateCartItem as updateMiniappCartItem } from '../../chunk-XLR6QUDR.mjs';
2
- export { CART_UPDATE_EVENT, CartProvider, cartUpdateEvents, notifyCartUpdate, useBooking, useBookingAdmin, useBookingForm, useCart, useCartContext, useDeadlinePopup, useMasterpieces, useMasterpiecesConfig } from '../../chunk-WS3QZYBI.mjs';
1
+ export { addToCart as addToMiniappCart, clearCart as clearMiniappCart, getCart as getMiniappCart, removeCartItem as removeMiniappCartItem, updateCartItem as updateMiniappCartItem } from '../../chunk-FVDPGX6A.mjs';
2
+ export { CART_UPDATE_EVENT, CartProvider, cartUpdateEvents, notifyCartUpdate, useBooking, useBookingAdmin, useBookingForm, useCart, useCartContext, useDeadlinePopup, useMasterpieces, useMasterpiecesConfig } from '../../chunk-7CMGQX3S.mjs';
3
3
  export { CATEGORY_LABELS, formatPrice, getCategoryLabel } from '../../chunk-ANKVXRPY.mjs';
4
4
  import '../../chunk-WMJKH4XE.mjs';
5
5
  //# sourceMappingURL=index.mjs.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunkPVLLRDUT_js = require('../../../chunk-PVLLRDUT.js');
4
- require('../../../chunk-EKIOJEJK.js');
3
+ var chunkWK3HTUID_js = require('../../../chunk-WK3HTUID.js');
4
+ require('../../../chunk-SKCMZYSQ.js');
5
5
  require('../../../chunk-DENROXAE.js');
6
6
  require('../../../chunk-DM2GUVUH.js');
7
7
  require('../../../chunk-UIYKZ73N.js');
@@ -17,111 +17,111 @@ require('../../../chunk-Z6ZWNWWR.js');
17
17
 
18
18
  Object.defineProperty(exports, "AddConfigItemDialog", {
19
19
  enumerable: true,
20
- get: function () { return chunkPVLLRDUT_js.AddConfigItemDialog; }
20
+ get: function () { return chunkWK3HTUID_js.AddConfigItemDialog; }
21
21
  });
22
22
  Object.defineProperty(exports, "AddToCartButton", {
23
23
  enumerable: true,
24
- get: function () { return chunkPVLLRDUT_js.AddToCartButton; }
24
+ get: function () { return chunkWK3HTUID_js.AddToCartButton; }
25
25
  });
26
26
  Object.defineProperty(exports, "ArtworkOrderManager", {
27
27
  enumerable: true,
28
- get: function () { return chunkPVLLRDUT_js.ArtworkOrderManagerV2; }
28
+ get: function () { return chunkWK3HTUID_js.ArtworkOrderManagerV2; }
29
29
  });
30
30
  Object.defineProperty(exports, "ArtworkOrderManagerV2", {
31
31
  enumerable: true,
32
- get: function () { return chunkPVLLRDUT_js.ArtworkOrderManagerV2; }
32
+ get: function () { return chunkWK3HTUID_js.ArtworkOrderManagerV2; }
33
33
  });
34
34
  Object.defineProperty(exports, "ArtworkViewer", {
35
35
  enumerable: true,
36
- get: function () { return chunkPVLLRDUT_js.ArtworkViewer; }
36
+ get: function () { return chunkWK3HTUID_js.ArtworkViewer; }
37
37
  });
38
38
  Object.defineProperty(exports, "BookingAdminPanel", {
39
39
  enumerable: true,
40
- get: function () { return chunkPVLLRDUT_js.BookingAdminPanel; }
40
+ get: function () { return chunkWK3HTUID_js.BookingAdminPanel; }
41
41
  });
42
42
  Object.defineProperty(exports, "BookingModal", {
43
43
  enumerable: true,
44
- get: function () { return chunkPVLLRDUT_js.BookingModal; }
44
+ get: function () { return chunkWK3HTUID_js.BookingModal; }
45
45
  });
46
46
  Object.defineProperty(exports, "BookingPage", {
47
47
  enumerable: true,
48
- get: function () { return chunkPVLLRDUT_js.BookingPage; }
48
+ get: function () { return chunkWK3HTUID_js.BookingPage; }
49
49
  });
50
50
  Object.defineProperty(exports, "CartButton", {
51
51
  enumerable: true,
52
- get: function () { return chunkPVLLRDUT_js.CartButton; }
52
+ get: function () { return chunkWK3HTUID_js.CartButton; }
53
53
  });
54
54
  Object.defineProperty(exports, "CartHistoryPage", {
55
55
  enumerable: true,
56
- get: function () { return chunkPVLLRDUT_js.CartHistoryPage; }
56
+ get: function () { return chunkWK3HTUID_js.CartHistoryPage; }
57
57
  });
58
58
  Object.defineProperty(exports, "CartModal", {
59
59
  enumerable: true,
60
- get: function () { return chunkPVLLRDUT_js.CartModal; }
60
+ get: function () { return chunkWK3HTUID_js.CartModal; }
61
61
  });
62
62
  Object.defineProperty(exports, "CartPage", {
63
63
  enumerable: true,
64
- get: function () { return chunkPVLLRDUT_js.CartPage; }
64
+ get: function () { return chunkWK3HTUID_js.CartPage; }
65
65
  });
66
66
  Object.defineProperty(exports, "CollectionCard", {
67
67
  enumerable: true,
68
- get: function () { return chunkPVLLRDUT_js.CollectionCard; }
68
+ get: function () { return chunkWK3HTUID_js.CollectionCard; }
69
69
  });
70
70
  Object.defineProperty(exports, "CollectionList", {
71
71
  enumerable: true,
72
- get: function () { return chunkPVLLRDUT_js.CollectionList; }
72
+ get: function () { return chunkWK3HTUID_js.CollectionList; }
73
73
  });
74
74
  Object.defineProperty(exports, "CollectionOrderManager", {
75
75
  enumerable: true,
76
- get: function () { return chunkPVLLRDUT_js.CollectionOrderManagerV2; }
76
+ get: function () { return chunkWK3HTUID_js.CollectionOrderManagerV2; }
77
77
  });
78
78
  Object.defineProperty(exports, "CollectionOrderManagerV2", {
79
79
  enumerable: true,
80
- get: function () { return chunkPVLLRDUT_js.CollectionOrderManagerV2; }
80
+ get: function () { return chunkWK3HTUID_js.CollectionOrderManagerV2; }
81
81
  });
82
82
  Object.defineProperty(exports, "DeadlinePopup", {
83
83
  enumerable: true,
84
- get: function () { return chunkPVLLRDUT_js.DeadlinePopup; }
84
+ get: function () { return chunkWK3HTUID_js.DeadlinePopup; }
85
85
  });
86
86
  Object.defineProperty(exports, "DeadlinePopupManager", {
87
87
  enumerable: true,
88
- get: function () { return chunkPVLLRDUT_js.DeadlinePopupManager; }
88
+ get: function () { return chunkWK3HTUID_js.DeadlinePopupManager; }
89
89
  });
90
90
  Object.defineProperty(exports, "DeleteConfirmDialog", {
91
91
  enumerable: true,
92
- get: function () { return chunkPVLLRDUT_js.DeleteConfirmDialog; }
92
+ get: function () { return chunkWK3HTUID_js.DeleteConfirmDialog; }
93
93
  });
94
94
  Object.defineProperty(exports, "MobileAlbumViewer", {
95
95
  enumerable: true,
96
- get: function () { return chunkPVLLRDUT_js.MobileAlbumViewer; }
96
+ get: function () { return chunkWK3HTUID_js.MobileAlbumViewer; }
97
97
  });
98
98
  Object.defineProperty(exports, "PopupConfigManagement", {
99
99
  enumerable: true,
100
- get: function () { return chunkPVLLRDUT_js.PopupConfigManagement; }
100
+ get: function () { return chunkWK3HTUID_js.PopupConfigManagement; }
101
101
  });
102
102
  Object.defineProperty(exports, "ShowMasterPiecesConfigPage", {
103
103
  enumerable: true,
104
- get: function () { return chunkPVLLRDUT_js.ConfigPage; }
104
+ get: function () { return chunkWK3HTUID_js.ConfigPage; }
105
105
  });
106
106
  Object.defineProperty(exports, "ShowMasterPiecesHistoryPage", {
107
107
  enumerable: true,
108
- get: function () { return chunkPVLLRDUT_js.UserHistoryPage; }
108
+ get: function () { return chunkWK3HTUID_js.UserHistoryPage; }
109
109
  });
110
110
  Object.defineProperty(exports, "ShowMasterPiecesPage", {
111
111
  enumerable: true,
112
- get: function () { return chunkPVLLRDUT_js.ShowMasterPieces; }
112
+ get: function () { return chunkWK3HTUID_js.ShowMasterPieces; }
113
113
  });
114
114
  Object.defineProperty(exports, "SystemConfigManager", {
115
115
  enumerable: true,
116
- get: function () { return chunkPVLLRDUT_js.SystemConfigManager; }
116
+ get: function () { return chunkWK3HTUID_js.SystemConfigManager; }
117
117
  });
118
118
  Object.defineProperty(exports, "ThumbnailSidebar", {
119
119
  enumerable: true,
120
- get: function () { return chunkPVLLRDUT_js.ThumbnailSidebar; }
120
+ get: function () { return chunkWK3HTUID_js.ThumbnailSidebar; }
121
121
  });
122
122
  Object.defineProperty(exports, "UniversalImageUpload", {
123
123
  enumerable: true,
124
- get: function () { return chunkPVLLRDUT_js.UniversalImageUpload; }
124
+ get: function () { return chunkWK3HTUID_js.UniversalImageUpload; }
125
125
  });
126
126
  Object.defineProperty(exports, "GenericOrderManager", {
127
127
  enumerable: true,
@@ -1,5 +1,5 @@
1
- export { AddConfigItemDialog, AddToCartButton, ArtworkOrderManagerV2 as ArtworkOrderManager, ArtworkOrderManagerV2, ArtworkViewer, BookingAdminPanel, BookingModal, BookingPage, CartButton, CartHistoryPage, CartModal, CartPage, CollectionCard, CollectionList, CollectionOrderManagerV2 as CollectionOrderManager, CollectionOrderManagerV2, DeadlinePopup, DeadlinePopupManager, DeleteConfirmDialog, MobileAlbumViewer, PopupConfigManagement, ConfigPage as ShowMasterPiecesConfigPage, UserHistoryPage as ShowMasterPiecesHistoryPage, ShowMasterPieces as ShowMasterPiecesPage, SystemConfigManager, ThumbnailSidebar, UniversalImageUpload } from '../../../chunk-WGD2NBVR.mjs';
2
- import '../../../chunk-WS3QZYBI.mjs';
1
+ export { AddConfigItemDialog, AddToCartButton, ArtworkOrderManagerV2 as ArtworkOrderManager, ArtworkOrderManagerV2, ArtworkViewer, BookingAdminPanel, BookingModal, BookingPage, CartButton, CartHistoryPage, CartModal, CartPage, CollectionCard, CollectionList, CollectionOrderManagerV2 as CollectionOrderManager, CollectionOrderManagerV2, DeadlinePopup, DeadlinePopupManager, DeleteConfirmDialog, MobileAlbumViewer, PopupConfigManagement, ConfigPage as ShowMasterPiecesConfigPage, UserHistoryPage as ShowMasterPiecesHistoryPage, ShowMasterPieces as ShowMasterPiecesPage, SystemConfigManager, ThumbnailSidebar, UniversalImageUpload } from '../../../chunk-UZB4IO3T.mjs';
2
+ import '../../../chunk-7CMGQX3S.mjs';
3
3
  import '../../../chunk-MFG2Y6UR.mjs';
4
4
  import '../../../chunk-TGNUEULF.mjs';
5
5
  import '../../../chunk-LFB5EIIM.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sa2kit",
3
- "version": "1.6.58",
3
+ "version": "1.6.59",
4
4
  "description": "A modern, type-safe React utility library with cross-platform support and platform adapters",
5
5
  "keywords": [
6
6
  "react",