@open-tender/store 1.1.5 → 1.1.7
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,6 +1,7 @@
|
|
|
1
1
|
import Allergen from './Allergen';
|
|
2
2
|
import Applied from './Applied';
|
|
3
3
|
import ButtonLink from './ButtonLink';
|
|
4
|
+
import Card from './Card';
|
|
4
5
|
import Cart from './Cart';
|
|
5
6
|
import CartItem from './CartItem';
|
|
6
7
|
import CartUpsellItem from './CartUpsellItem';
|
|
@@ -45,4 +46,4 @@ import Tag from './Tag';
|
|
|
45
46
|
import TextArea from './TextArea';
|
|
46
47
|
import UpsellItem from './UpsellItem';
|
|
47
48
|
import Upsells from './Upsells';
|
|
48
|
-
export { Allergen, Applied, ButtonLink, Cart, CartItem, CartUpsellItem, CategoryItem, CategoryNav, CategoryNavItem, CategoryNavOther, CheckTotals, Discount, ErrorMessage, Header, Ingredients, Input, ItemGroup, ItemGroups, ItemOption, ItemSelections, Loader, MadeForNotes, MenuCategory, MenuOther, Modal, ModalContent, ModalHeader, NutritionalInfo, Option, OrderCard, PointsReward, PointsRewards, PromoCode, Quantity, Reward, Rewards, SignIn, SignInButton, SignInCheckout, SignInOptions, SignInPhone, SignInQr, SuccessMessage, Tag, TextArea, UpsellItem, Upsells };
|
|
49
|
+
export { Allergen, Applied, ButtonLink, Card, Cart, CartItem, CartUpsellItem, CategoryItem, CategoryNav, CategoryNavItem, CategoryNavOther, CheckTotals, Discount, ErrorMessage, Header, Ingredients, Input, ItemGroup, ItemGroups, ItemOption, ItemSelections, Loader, MadeForNotes, MenuCategory, MenuOther, Modal, ModalContent, ModalHeader, NutritionalInfo, Option, OrderCard, PointsReward, PointsRewards, PromoCode, Quantity, Reward, Rewards, SignIn, SignInButton, SignInCheckout, SignInOptions, SignInPhone, SignInQr, SuccessMessage, Tag, TextArea, UpsellItem, Upsells };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Upsells = exports.UpsellItem = exports.TextArea = exports.Tag = exports.SuccessMessage = exports.SignInQr = exports.SignInPhone = exports.SignInOptions = exports.SignInCheckout = exports.SignInButton = exports.SignIn = exports.Rewards = exports.Reward = exports.Quantity = exports.PromoCode = exports.PointsRewards = exports.PointsReward = exports.OrderCard = exports.Option = exports.NutritionalInfo = exports.ModalHeader = exports.ModalContent = exports.Modal = exports.MenuOther = exports.MenuCategory = exports.MadeForNotes = exports.Loader = exports.ItemSelections = exports.ItemOption = exports.ItemGroups = exports.ItemGroup = exports.Input = exports.Ingredients = exports.Header = exports.ErrorMessage = exports.Discount = exports.CheckTotals = exports.CategoryNavOther = exports.CategoryNavItem = exports.CategoryNav = exports.CategoryItem = exports.CartUpsellItem = exports.CartItem = exports.Cart = exports.ButtonLink = exports.Applied = exports.Allergen = void 0;
|
|
3
|
+
exports.Upsells = exports.UpsellItem = exports.TextArea = exports.Tag = exports.SuccessMessage = exports.SignInQr = exports.SignInPhone = exports.SignInOptions = exports.SignInCheckout = exports.SignInButton = exports.SignIn = exports.Rewards = exports.Reward = exports.Quantity = exports.PromoCode = exports.PointsRewards = exports.PointsReward = exports.OrderCard = exports.Option = exports.NutritionalInfo = exports.ModalHeader = exports.ModalContent = exports.Modal = exports.MenuOther = exports.MenuCategory = exports.MadeForNotes = exports.Loader = exports.ItemSelections = exports.ItemOption = exports.ItemGroups = exports.ItemGroup = exports.Input = exports.Ingredients = exports.Header = exports.ErrorMessage = exports.Discount = exports.CheckTotals = exports.CategoryNavOther = exports.CategoryNavItem = exports.CategoryNav = exports.CategoryItem = exports.CartUpsellItem = exports.CartItem = exports.Cart = exports.Card = exports.ButtonLink = exports.Applied = exports.Allergen = void 0;
|
|
4
4
|
var tslib_1 = require("tslib");
|
|
5
5
|
var Allergen_1 = tslib_1.__importDefault(require("./Allergen"));
|
|
6
6
|
exports.Allergen = Allergen_1.default;
|
|
@@ -8,6 +8,8 @@ var Applied_1 = tslib_1.__importDefault(require("./Applied"));
|
|
|
8
8
|
exports.Applied = Applied_1.default;
|
|
9
9
|
var ButtonLink_1 = tslib_1.__importDefault(require("./ButtonLink"));
|
|
10
10
|
exports.ButtonLink = ButtonLink_1.default;
|
|
11
|
+
var Card_1 = tslib_1.__importDefault(require("./Card"));
|
|
12
|
+
exports.Card = Card_1.default;
|
|
11
13
|
var Cart_1 = tslib_1.__importDefault(require("./Cart"));
|
|
12
14
|
exports.Cart = Cart_1.default;
|
|
13
15
|
var CartItem_1 = tslib_1.__importDefault(require("./CartItem"));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import Allergen from './Allergen';
|
|
2
2
|
import Applied from './Applied';
|
|
3
3
|
import ButtonLink from './ButtonLink';
|
|
4
|
+
import Card from './Card';
|
|
4
5
|
import Cart from './Cart';
|
|
5
6
|
import CartItem from './CartItem';
|
|
6
7
|
import CartUpsellItem from './CartUpsellItem';
|
|
@@ -45,4 +46,4 @@ import Tag from './Tag';
|
|
|
45
46
|
import TextArea from './TextArea';
|
|
46
47
|
import UpsellItem from './UpsellItem';
|
|
47
48
|
import Upsells from './Upsells';
|
|
48
|
-
export { Allergen, Applied, ButtonLink, Cart, CartItem, CartUpsellItem, CategoryItem, CategoryNav, CategoryNavItem, CategoryNavOther, CheckTotals, Discount, ErrorMessage, Header, Ingredients, Input, ItemGroup, ItemGroups, ItemOption, ItemSelections, Loader, MadeForNotes, MenuCategory, MenuOther, Modal, ModalContent, ModalHeader, NutritionalInfo, Option, OrderCard, PointsReward, PointsRewards, PromoCode, Quantity, Reward, Rewards, SignIn, SignInButton, SignInCheckout, SignInOptions, SignInPhone, SignInQr, SuccessMessage, Tag, TextArea, UpsellItem, Upsells };
|
|
49
|
+
export { Allergen, Applied, ButtonLink, Card, Cart, CartItem, CartUpsellItem, CategoryItem, CategoryNav, CategoryNavItem, CategoryNavOther, CheckTotals, Discount, ErrorMessage, Header, Ingredients, Input, ItemGroup, ItemGroups, ItemOption, ItemSelections, Loader, MadeForNotes, MenuCategory, MenuOther, Modal, ModalContent, ModalHeader, NutritionalInfo, Option, OrderCard, PointsReward, PointsRewards, PromoCode, Quantity, Reward, Rewards, SignIn, SignInButton, SignInCheckout, SignInOptions, SignInPhone, SignInQr, SuccessMessage, Tag, TextArea, UpsellItem, Upsells };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import Allergen from './Allergen';
|
|
2
2
|
import Applied from './Applied';
|
|
3
3
|
import ButtonLink from './ButtonLink';
|
|
4
|
+
import Card from './Card';
|
|
4
5
|
import Cart from './Cart';
|
|
5
6
|
import CartItem from './CartItem';
|
|
6
7
|
import CartUpsellItem from './CartUpsellItem';
|
|
@@ -45,4 +46,4 @@ import Tag from './Tag';
|
|
|
45
46
|
import TextArea from './TextArea';
|
|
46
47
|
import UpsellItem from './UpsellItem';
|
|
47
48
|
import Upsells from './Upsells';
|
|
48
|
-
export { Allergen, Applied, ButtonLink, Cart, CartItem, CartUpsellItem, CategoryItem, CategoryNav, CategoryNavItem, CategoryNavOther, CheckTotals, Discount, ErrorMessage, Header, Ingredients, Input, ItemGroup, ItemGroups, ItemOption, ItemSelections, Loader, MadeForNotes, MenuCategory, MenuOther, Modal, ModalContent, ModalHeader, NutritionalInfo, Option, OrderCard, PointsReward, PointsRewards, PromoCode, Quantity, Reward, Rewards, SignIn, SignInButton, SignInCheckout, SignInOptions, SignInPhone, SignInQr, SuccessMessage, Tag, TextArea, UpsellItem, Upsells };
|
|
49
|
+
export { Allergen, Applied, ButtonLink, Card, Cart, CartItem, CartUpsellItem, CategoryItem, CategoryNav, CategoryNavItem, CategoryNavOther, CheckTotals, Discount, ErrorMessage, Header, Ingredients, Input, ItemGroup, ItemGroups, ItemOption, ItemSelections, Loader, MadeForNotes, MenuCategory, MenuOther, Modal, ModalContent, ModalHeader, NutritionalInfo, Option, OrderCard, PointsReward, PointsRewards, PromoCode, Quantity, Reward, Rewards, SignIn, SignInButton, SignInCheckout, SignInOptions, SignInPhone, SignInQr, SuccessMessage, Tag, TextArea, UpsellItem, Upsells };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-tender/store",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@babel/core": "^7.23.6",
|
|
37
37
|
"@emotion/react": "^11.11.1",
|
|
38
38
|
"@open-tender/types": "^0.4.44",
|
|
39
|
-
"@open-tender/ui": "^0.3.
|
|
39
|
+
"@open-tender/ui": "^0.3.3",
|
|
40
40
|
"@open-tender/utils": "^0.4.23",
|
|
41
41
|
"@reduxjs/toolkit": "^2.0.1",
|
|
42
42
|
"@types/react": "^18.2.45",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"@emotion/react": "^11.11.1",
|
|
69
69
|
"@open-tender/types": "^0.4.43",
|
|
70
|
-
"@open-tender/ui": "^0.3.
|
|
70
|
+
"@open-tender/ui": "^0.3.3",
|
|
71
71
|
"@open-tender/utils": "^0.4.23",
|
|
72
72
|
"@reduxjs/toolkit": "^2.0.1",
|
|
73
73
|
"@types/react-transition-group": "^4.4.10",
|