@seatsio/seatsio-react 15.6.0 → 15.7.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/build/index.d.mts +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.js +3 -3
- package/package.json +6 -6
package/build/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _seatsio_seatsio_types from '@seatsio/seatsio-types';
|
|
2
|
-
import { CommonConfigOptions,
|
|
2
|
+
import { CommonConfigOptions, SeatingChart, EventManager, Region, Seatsio, ChartDesigner, ChartDesignerConfigOptions, EventManagerConfigOptions, ChartRendererConfigOptions } from '@seatsio/seatsio-types';
|
|
3
3
|
export * from '@seatsio/seatsio-types';
|
|
4
4
|
export { isBooth, isGeneralAdmission, isSeat, isTable } from '@seatsio/seatsio-types';
|
|
5
5
|
import * as React from 'react';
|
package/build/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _seatsio_seatsio_types from '@seatsio/seatsio-types';
|
|
2
|
-
import { CommonConfigOptions,
|
|
2
|
+
import { CommonConfigOptions, SeatingChart, EventManager, Region, Seatsio, ChartDesigner, ChartDesignerConfigOptions, EventManagerConfigOptions, ChartRendererConfigOptions } from '@seatsio/seatsio-types';
|
|
3
3
|
export * from '@seatsio/seatsio-types';
|
|
4
4
|
export { isBooth, isGeneralAdmission, isSeat, isTable } from '@seatsio/seatsio-types';
|
|
5
5
|
import * as React from 'react';
|
package/build/index.js
CHANGED
|
@@ -27,8 +27,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
28
|
|
|
29
29
|
// src/main/index.ts
|
|
30
|
-
var
|
|
31
|
-
__export(
|
|
30
|
+
var index_exports = {};
|
|
31
|
+
__export(index_exports, {
|
|
32
32
|
SeatsioDesigner: () => SeatsioDesigner,
|
|
33
33
|
SeatsioEventManager: () => SeatsioEventManager,
|
|
34
34
|
SeatsioSeatingChart: () => SeatsioSeatingChart,
|
|
@@ -37,7 +37,7 @@ __export(main_exports, {
|
|
|
37
37
|
isSeat: () => import_seatsio_types.isSeat,
|
|
38
38
|
isTable: () => import_seatsio_types.isTable
|
|
39
39
|
});
|
|
40
|
-
module.exports = __toCommonJS(
|
|
40
|
+
module.exports = __toCommonJS(index_exports);
|
|
41
41
|
|
|
42
42
|
// src/main/Embeddable.tsx
|
|
43
43
|
var React = __toESM(require("react"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seatsio/seatsio-react",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.7.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"module": "build/index.mjs",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"jest-environment-jsdom": "29.7.0",
|
|
40
40
|
"react": "18.3.1",
|
|
41
41
|
"react-dom": "18.3.1",
|
|
42
|
-
"semver": "7.
|
|
43
|
-
"ts-jest": "29.2.
|
|
44
|
-
"tsup": "8.
|
|
45
|
-
"typescript": "5.
|
|
46
|
-
"zx": "8.3.
|
|
42
|
+
"semver": "7.7.1",
|
|
43
|
+
"ts-jest": "29.2.6",
|
|
44
|
+
"tsup": "8.4.0",
|
|
45
|
+
"typescript": "5.8.2",
|
|
46
|
+
"zx": "8.3.2"
|
|
47
47
|
}
|
|
48
48
|
}
|