@selfcommunity/react-ui 0.11.0-mui7.24 → 0.11.0-mui7.27
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/lib/cjs/components/Composer/Layer/ScheduledLayer/ScheduledLayer.js +1 -1
- package/lib/cjs/components/EventForm/EventAddress.js +3 -3
- package/lib/cjs/components/EventForm/EventForm.js +75 -56
- package/lib/cjs/components/EventLocationWidget/EventLocationWidget.js +4 -9
- package/lib/cjs/components/EventLocationWidget/EventMap.d.ts +8 -0
- package/lib/cjs/components/EventLocationWidget/EventMap.js +22 -0
- package/lib/cjs/components/LessonReleaseMenu/LessonReleaseMenu.js +13 -14
- package/lib/cjs/components/LocationAutocomplete/LocationAutocomplete.js +10 -9
- package/lib/cjs/components/PaymentOrders/PaymentOrders.js +27 -25
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js +5 -15
- package/lib/cjs/shared/Media/File/DocComponent.d.ts +2 -0
- package/lib/cjs/shared/Media/File/DocComponent.js +3 -2
- package/lib/cjs/shared/Media/File/PreviewComponent.js +4 -3
- package/lib/esm/components/Composer/Layer/ScheduledLayer/ScheduledLayer.js +1 -1
- package/lib/esm/components/EventForm/EventAddress.js +3 -3
- package/lib/esm/components/EventForm/EventForm.js +76 -57
- package/lib/esm/components/EventLocationWidget/EventLocationWidget.js +5 -10
- package/lib/esm/components/EventLocationWidget/EventMap.d.ts +8 -0
- package/lib/esm/components/EventLocationWidget/EventMap.js +19 -0
- package/lib/esm/components/LessonReleaseMenu/LessonReleaseMenu.js +13 -14
- package/lib/esm/components/LocationAutocomplete/LocationAutocomplete.js +2 -1
- package/lib/esm/components/PaymentOrders/PaymentOrders.js +27 -25
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js +8 -18
- package/lib/esm/shared/Media/File/DocComponent.d.ts +2 -0
- package/lib/esm/shared/Media/File/DocComponent.js +3 -2
- package/lib/esm/shared/Media/File/PreviewComponent.js +4 -3
- package/lib/umd/484.js +1 -1
- package/lib/umd/484.js.LICENSE.txt +1 -1
- package/lib/umd/react-ui.js +1 -1
- package/package.json +11 -11
- package/lib/cjs/shared/UpScalingTierBadge/UpScalingTierBadge.d.ts +0 -5
- package/lib/cjs/shared/UpScalingTierBadge/UpScalingTierBadge.js +0 -14
- package/lib/esm/shared/UpScalingTierBadge/UpScalingTierBadge.d.ts +0 -5
- package/lib/esm/shared/UpScalingTierBadge/UpScalingTierBadge.js +0 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-ui",
|
|
3
|
-
"version": "0.11.0-mui7.
|
|
3
|
+
"version": "0.11.0-mui7.27+34945977b",
|
|
4
4
|
"description": "React UI Components to integrate a Community created with SelfCommunity Platform.",
|
|
5
5
|
"author": "SelfCommunity <https://www.selfcommunity.com>",
|
|
6
6
|
"homepage": "https://www.selfcommunity.com",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@emotion/styled": "^11.11.0",
|
|
64
64
|
"@mui/lab": "^7.0.1-beta.18",
|
|
65
65
|
"@mui/material": "^7.3.4",
|
|
66
|
-
"@mui/x-date-pickers": "^8.
|
|
66
|
+
"@mui/x-date-pickers": "^8.16.0",
|
|
67
67
|
"@rpldy/chunked-sender": "^1.7.1",
|
|
68
68
|
"@rpldy/chunked-uploady": "^1.7.1",
|
|
69
69
|
"@rpldy/upload-button": "^1.7.1",
|
|
@@ -91,24 +91,24 @@
|
|
|
91
91
|
"@lottiefiles/react-lottie-player": "^3.5.4",
|
|
92
92
|
"@mui/lab": "^7.0.1-beta.18",
|
|
93
93
|
"@mui/material": "^7.3.4",
|
|
94
|
-
"@mui/x-date-pickers": "^8.
|
|
94
|
+
"@mui/x-date-pickers": "^8.16.0",
|
|
95
95
|
"@rpldy/chunked-sender": "^1.7.1",
|
|
96
96
|
"@rpldy/chunked-uploady": "^1.7.1",
|
|
97
97
|
"@rpldy/upload-button": "^1.7.1",
|
|
98
98
|
"@rpldy/upload-drop-zone": "^1.7.1",
|
|
99
99
|
"@rpldy/upload-preview": "^1.7.1",
|
|
100
100
|
"@rpldy/uploady": "^1.7.1",
|
|
101
|
-
"@selfcommunity/api-services": "0.7.0-mui7.
|
|
102
|
-
"@selfcommunity/react-core": "0.7.0-mui7.
|
|
103
|
-
"@selfcommunity/react-i18n": "0.8.0-mui7.
|
|
104
|
-
"@selfcommunity/react-theme-default": "0.5.0-mui7.
|
|
105
|
-
"@selfcommunity/types": "0.8.0-mui7.
|
|
106
|
-
"@selfcommunity/utils": "0.2.64-mui7.
|
|
101
|
+
"@selfcommunity/api-services": "0.7.0-mui7.31+34945977b",
|
|
102
|
+
"@selfcommunity/react-core": "0.7.0-mui7.31+34945977b",
|
|
103
|
+
"@selfcommunity/react-i18n": "0.8.0-mui7.54+34945977b",
|
|
104
|
+
"@selfcommunity/react-theme-default": "0.5.0-mui7.37+34945977b",
|
|
105
|
+
"@selfcommunity/types": "0.8.0-mui7.31+34945977b",
|
|
106
|
+
"@selfcommunity/utils": "0.2.64-mui7.131+34945977b",
|
|
107
107
|
"@stripe/react-stripe-js": "^3.1.1",
|
|
108
108
|
"@stripe/stripe-js": "^5.7.0",
|
|
109
109
|
"@types/classnames": "^2.3.4",
|
|
110
110
|
"@types/sortablejs": "1",
|
|
111
|
-
"@vis.gl/react-google-maps": "^1.
|
|
111
|
+
"@vis.gl/react-google-maps": "^1.7.0",
|
|
112
112
|
"autosuggest-highlight": "^3.3.4",
|
|
113
113
|
"body-scroll-lock": "^4.0.0-beta.0",
|
|
114
114
|
"canvas": "^3.2.0",
|
|
@@ -205,5 +205,5 @@
|
|
|
205
205
|
"engines": {
|
|
206
206
|
"node": ">=20.x"
|
|
207
207
|
},
|
|
208
|
-
"gitHead": "
|
|
208
|
+
"gitHead": "34945977b002652f60ba13425fda040ed1b3eefe"
|
|
209
209
|
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { StoryObj } from '@storybook/react';
|
|
2
|
-
import SCUpScalingTierBadge, { UpScalingTierProps } from './index';
|
|
3
|
-
declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, UpScalingTierProps>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Base: StoryObj<typeof SCUpScalingTierBadge>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Base = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
6
|
-
const index_1 = tslib_1.__importDefault(require("./index"));
|
|
7
|
-
exports.default = {
|
|
8
|
-
title: 'Design System/React UI Shared/SCUpScalingTierBadge',
|
|
9
|
-
component: index_1.default
|
|
10
|
-
};
|
|
11
|
-
const template = (args) => (0, jsx_runtime_1.jsx)(index_1.default, Object.assign({}, args));
|
|
12
|
-
exports.Base = {
|
|
13
|
-
render: template
|
|
14
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { StoryObj } from '@storybook/react';
|
|
2
|
-
import SCUpScalingTierBadge, { UpScalingTierProps } from './index';
|
|
3
|
-
declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, UpScalingTierProps>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const Base: StoryObj<typeof SCUpScalingTierBadge>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import SCUpScalingTierBadge from './index';
|
|
3
|
-
export default {
|
|
4
|
-
title: 'Design System/React UI Shared/SCUpScalingTierBadge',
|
|
5
|
-
component: SCUpScalingTierBadge
|
|
6
|
-
};
|
|
7
|
-
const template = (args) => _jsx(SCUpScalingTierBadge, Object.assign({}, args));
|
|
8
|
-
export const Base = {
|
|
9
|
-
render: template
|
|
10
|
-
};
|