@open-tender/store 0.5.14 → 0.5.15
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/dist/.DS_Store
CHANGED
|
Binary file
|
|
@@ -207,7 +207,7 @@ export interface TCHeader {
|
|
|
207
207
|
}
|
|
208
208
|
export interface TCIcons {
|
|
209
209
|
strokeWidth: number;
|
|
210
|
-
strokeLinejoin: '
|
|
210
|
+
strokeLinejoin: 'miter' | 'bevel' | 'round';
|
|
211
211
|
strokeLinecap: 'butt' | 'round' | 'square';
|
|
212
212
|
}
|
|
213
213
|
export interface TCInputLabel {
|
|
@@ -207,7 +207,7 @@ export interface TCHeader {
|
|
|
207
207
|
}
|
|
208
208
|
export interface TCIcons {
|
|
209
209
|
strokeWidth: number;
|
|
210
|
-
strokeLinejoin: '
|
|
210
|
+
strokeLinejoin: 'miter' | 'bevel' | 'round';
|
|
211
211
|
strokeLinecap: 'butt' | 'round' | 'square';
|
|
212
212
|
}
|
|
213
213
|
export interface TCInputLabel {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-tender/store",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.15",
|
|
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",
|