@comet/cms-admin 9.0.0-canary-20251001104910 → 9.0.0-canary-20251002124333

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 +1 @@
1
- {"version":3,"file":"PermissionDialog.d.ts","sourceRoot":"","sources":["../../../../src/userPermissions/user/permissions/PermissionDialog.tsx"],"names":[],"mappings":"AAmCA,UAAU,SAAS;IACf,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,GAAG,KAAK,CAAC;IAC7B,iBAAiB,EAAE,MAAM,IAAI,CAAC;CACjC;AACD,eAAO,MAAM,gBAAgB,GAAI,6CAA6C,SAAS,4CAsMtF,CAAC"}
1
+ {"version":3,"file":"PermissionDialog.d.ts","sourceRoot":"","sources":["../../../../src/userPermissions/user/permissions/PermissionDialog.tsx"],"names":[],"mappings":"AAmCA,UAAU,SAAS;IACf,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,GAAG,KAAK,CAAC;IAC7B,iBAAiB,EAAE,MAAM,IAAI,CAAC;CACjC;AACD,eAAO,MAAM,gBAAgB,GAAI,6CAA6C,SAAS,4CAgMtF,CAAC"}
@@ -146,21 +146,15 @@ var PermissionDialog = exports.PermissionDialog = function PermissionDialog(_ref
146
146
  id: "comet.userPermissions.validityDuration",
147
147
  defaultMessage: "Validity duration"
148
148
  }),
149
- slotProps: {
150
- title: {
151
- slotProps: {
152
- infoTooltip: {
153
- title: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactIntl.FormattedMessage, {
154
- id: "comet.userPermission.validityDuration.tooltip.title",
155
- defaultMessage: "Validity duration"
156
- }),
157
- description: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactIntl.FormattedMessage, {
158
- id: "comet.userPermission.validityDuration.tooltip.content",
159
- defaultMessage: "Leave empty for unlimited validity"
160
- })
161
- }
162
- }
163
- }
149
+ infoTooltip: {
150
+ title: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactIntl.FormattedMessage, {
151
+ id: "comet.userPermission.validityDuration.tooltip.title",
152
+ defaultMessage: "Validity duration"
153
+ }),
154
+ description: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactIntl.FormattedMessage, {
155
+ id: "comet.userPermission.validityDuration.tooltip.content",
156
+ defaultMessage: "Leave empty for unlimited validity"
157
+ })
164
158
  },
165
159
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_admin.Future_DatePickerField, {
166
160
  name: "validFrom",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/cms-admin",
3
- "version": "9.0.0-canary-20251001104910",
3
+ "version": "9.0.0-canary-20251002124333",
4
4
  "description": "Comet CMS Admin package",
5
5
  "repository": {
6
6
  "directory": "packages/admin/cms-admin",
@@ -41,10 +41,10 @@
41
41
  "slugify": "^1.6.6",
42
42
  "use-debounce": "^10.0.5",
43
43
  "uuid": "^11.1.0",
44
- "@comet/admin": "9.0.0-canary-20251001104910",
45
- "@comet/admin-date-time": "9.0.0-canary-20251001104910",
46
- "@comet/admin-icons": "9.0.0-canary-20251001104910",
47
- "@comet/admin-rte": "9.0.0-canary-20251001104910"
44
+ "@comet/admin": "9.0.0-canary-20251002124333",
45
+ "@comet/admin-date-time": "9.0.0-canary-20251002124333",
46
+ "@comet/admin-icons": "9.0.0-canary-20251002124333",
47
+ "@comet/admin-rte": "9.0.0-canary-20251002124333"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@apollo/client": "^3.13.8",
@@ -98,9 +98,9 @@
98
98
  "react-router-dom": "^5.3.4",
99
99
  "ts-jest": "^29.4.0",
100
100
  "typescript": "5.8.3",
101
- "@comet/admin-babel-preset": "9.0.0-canary-20251001104910",
102
- "@comet/cli": "9.0.0-canary-20251001104910",
103
- "@comet/eslint-config": "9.0.0-canary-20251001104910"
101
+ "@comet/admin-babel-preset": "9.0.0-canary-20251002124333",
102
+ "@comet/cli": "9.0.0-canary-20251002124333",
103
+ "@comet/eslint-config": "9.0.0-canary-20251002124333"
104
104
  },
105
105
  "peerDependencies": {
106
106
  "@apollo/client": "^3.7.0",