@timum/booking 1.3.12 → 1.5.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.
@@ -0,0 +1,45 @@
1
+ import { v as p, w as b, x as m, y as H, z as x, _ as C, A as r, C as n, D as T, E as f, F as h } from "./index-58c1500e.js";
2
+ function v(e) {
3
+ return p("MuiTableHead", e);
4
+ }
5
+ const y = b("MuiTableHead", ["root"]), _ = y, g = ["className", "component"], w = (e) => {
6
+ const {
7
+ classes: s
8
+ } = e;
9
+ return h({
10
+ root: ["root"]
11
+ }, v, s);
12
+ }, R = m("thead", {
13
+ name: "MuiTableHead",
14
+ slot: "Root",
15
+ overridesResolver: (e, s) => s.root
16
+ })({
17
+ display: "table-header-group"
18
+ }), j = {
19
+ variant: "head"
20
+ }, c = "thead", M = /* @__PURE__ */ H.forwardRef(function(s, o) {
21
+ const a = x({
22
+ props: s,
23
+ name: "MuiTableHead"
24
+ }), {
25
+ className: d,
26
+ component: t = c
27
+ } = a, i = C(a, g), l = r({}, a, {
28
+ component: t
29
+ }), u = w(l);
30
+ return /* @__PURE__ */ n.jsx(T.Provider, {
31
+ value: j,
32
+ children: /* @__PURE__ */ n.jsx(R, r({
33
+ as: t,
34
+ className: f(u.root, d),
35
+ ref: o,
36
+ role: t === c ? null : "rowgroup",
37
+ ownerState: l
38
+ }, i))
39
+ });
40
+ }), E = M;
41
+ export {
42
+ E as default,
43
+ v as getTableHeadUtilityClass,
44
+ _ as tableHeadClasses
45
+ };
@@ -0,0 +1,45 @@
1
+ import { v as b, w as m, x as F, y as f, z as d, _ as x, A as l, C as n, D as C, E as T, F as v } from "./index-58c1500e.js";
2
+ function y(o) {
3
+ return b("MuiTableFooter", o);
4
+ }
5
+ const g = m("MuiTableFooter", ["root"]), _ = g, w = ["className", "component"], R = (o) => {
6
+ const {
7
+ classes: e
8
+ } = o;
9
+ return v({
10
+ root: ["root"]
11
+ }, y, e);
12
+ }, h = F("tfoot", {
13
+ name: "MuiTableFooter",
14
+ slot: "Root",
15
+ overridesResolver: (o, e) => e.root
16
+ })({
17
+ display: "table-footer-group"
18
+ }), j = {
19
+ variant: "footer"
20
+ }, c = "tfoot", M = /* @__PURE__ */ f.forwardRef(function(e, a) {
21
+ const t = d({
22
+ props: e,
23
+ name: "MuiTableFooter"
24
+ }), {
25
+ className: i,
26
+ component: s = c
27
+ } = t, u = x(t, w), r = l({}, t, {
28
+ component: s
29
+ }), p = R(r);
30
+ return /* @__PURE__ */ n.jsx(C.Provider, {
31
+ value: j,
32
+ children: /* @__PURE__ */ n.jsx(h, l({
33
+ as: s,
34
+ className: T(p.root, i),
35
+ ref: a,
36
+ role: s === c ? null : "rowgroup",
37
+ ownerState: r
38
+ }, u))
39
+ });
40
+ }), E = M;
41
+ export {
42
+ E as default,
43
+ y as getTableFooterUtilityClass,
44
+ _ as tableFooterClasses
45
+ };
@@ -1,4 +1,4 @@
1
- import { b as a, B as e, g as l } from "./index-48b9ca26.js";
1
+ import { b as a, B as e, g as l } from "./index-58c1500e.js";
2
2
  export {
3
3
  a as buttonClasses,
4
4
  e as default,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timum/booking",
3
- "version": "1.3.12",
4
- "next_version": "1.3.12",
3
+ "version": "1.5.0",
4
+ "next_version": "1.5.0",
5
5
  "current_major_version": "1",
6
6
  "license": "CC-BY-ND-4.0",
7
7
  "type": "module",
@@ -27,10 +27,12 @@
27
27
  "@testing-library/jest-dom": "^5.16.4",
28
28
  "@testing-library/react": "^13.3.0",
29
29
  "@testing-library/user-event": "^13.5.0",
30
- "@timum/timum_pdk": "^2.0.7",
30
+ "@timum/timum_pdk": "^2.1.0",
31
31
  "add-to-calendar-button": "^1.18.8",
32
32
  "i18next": "^21.10.0",
33
33
  "i18next-browser-languagedetector": "^6.1.5",
34
+ "i18next-locize-backend": "^6.4.1",
35
+ "locize": "^3.2.1",
34
36
  "lodash": "4.17.21",
35
37
  "luxon": "^2.3.1",
36
38
  "markdown-to-jsx": "^7.1.9",
@@ -144,7 +146,7 @@
144
146
  "@storybook/node-logger": "^6.5.7",
145
147
  "@storybook/react": "^6.5.7",
146
148
  "@storybook/testing-library": "^0.0.13",
147
- "@vitejs/plugin-react": "^3.1.0",
149
+ "@vitejs/plugin-react": "^4.2.1",
148
150
  "css-loader": "^6.7.1",
149
151
  "eslint": "^8.17.0",
150
152
  "eslint-config-prettier": "^8.5.0",
@@ -154,14 +156,15 @@
154
156
  "material-ui-confirm": ">=3.0.4",
155
157
  "mini-css-extract-plugin": "^1.2.0",
156
158
  "msw": "^0.39.2",
157
- "msw-storybook-addon": "^1.6.3",
159
+ "msw-storybook-addon": "^1.10.0",
158
160
  "notistack": ">=2.0.3",
159
161
  "react": ">=18.0.0",
160
162
  "react-dom": ">=18.2.0",
161
163
  "react-hook-form": ">=7.33.1",
162
164
  "react-i18next": ">=11.18.6",
163
165
  "react-redux": ">=8.0.2",
164
- "vite": "^4.1.1",
166
+ "rollup-plugin-sourcemaps": "^0.6.3",
167
+ "vite": "^4.5.1",
165
168
  "vite-plugin-svgr": "^2.4.0"
166
169
  },
167
170
  "msw": {
package/vite.config.js CHANGED
@@ -2,6 +2,7 @@ import { defineConfig } from 'vite';
2
2
  import { resolve } from 'path';
3
3
  import react from '@vitejs/plugin-react';
4
4
  import svgrPlugin from 'vite-plugin-svgr';
5
+ // import sourcemaps from 'rollup-plugin-sourcemaps';
5
6
 
6
7
  export default defineConfig({
7
8
  define: { 'process.env.NODE_ENV': '"production"' },
@@ -16,7 +17,10 @@ export default defineConfig({
16
17
  server: {
17
18
  open: true,
18
19
  },
19
- //sourcemap: true,
20
+ // sourcemap: true,
21
+ // rollupOptions: {
22
+ // plugins: [sourcemaps()],
23
+ // },
20
24
  // rollupOptions: {
21
25
  // external: ['react', 'react-dom'],
22
26
  // output: {