@plumile/backoffice-react 0.1.184 → 0.1.185
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/esm/auth/authRefreshNotice.css.js +1 -0
- package/lib/esm/components/backoffice/detail/backofficeRelationsSummaryGrid.css.js +0 -1
- package/lib/esm/components/backoffice/filters/backofficeFilterAction.css.js +0 -1
- package/lib/esm/components/backoffice/layout/breadcrumb/backofficeTopbarBreadcrumb.css.js +1 -0
- package/package.json +13 -13
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* empty css */
|
|
2
1
|
/* empty css */
|
|
3
2
|
//#region src/components/backoffice/detail/backofficeRelationsSummaryGrid.css.ts
|
|
4
3
|
var e = "txvbqbfq0 txvbqbhdy txvbqbjcq", t = "txvbqbfpn txvbqbh4x txvbqbhd8 txvbqbwwl txvbqb2tz txvbqb1b7z txvbqb28o txvbqb2sj txvbqb1dz txvbqbv7x", n = "txvbqb96 txvbqb6a txvbqbmw7 txvbqb1bg3", r = "txvbqbam txvbqbhbf txvbqb1bg1", i = "txvbqb9j txvbqb1bg3 txvbqbws9";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* empty css */
|
|
2
1
|
/* empty css */
|
|
3
2
|
//#region src/components/backoffice/filters/backofficeFilterAction.css.ts
|
|
4
3
|
var e = "hwnq700 txvbqbfqq txvbqbey txvbqbls4 txvbqbh6d txvbqb19gp txvbqbjm4 txvbqbwvi txvbqb2tz txvbqb28o txvbqb2sj txvbqb1d9 txvbqb1b83 txvbqb1bhb txvbqbv txvbqb3f txvbqb7h txvbqb75 txvbqb7t txvbqb1eol txvbqb1czh txvbqb1dth qbwcue0 txvbqb1ffs txvbqb1ga0", t = "txvbqb19fm txvbqbjl1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumile/backoffice-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.185",
|
|
4
4
|
"description": "React provider and pages for Kronex backoffice",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -179,12 +179,12 @@
|
|
|
179
179
|
"tslib": "^2.8.1"
|
|
180
180
|
},
|
|
181
181
|
"devDependencies": {
|
|
182
|
-
"@plumile/auth": "^0.1.
|
|
183
|
-
"@plumile/backoffice-core": "^0.1.
|
|
184
|
-
"@plumile/filter-query": "^0.1.
|
|
185
|
-
"@plumile/relay": "^0.1.
|
|
186
|
-
"@plumile/router": "^0.1.
|
|
187
|
-
"@plumile/ui": "^0.1.
|
|
182
|
+
"@plumile/auth": "^0.1.185",
|
|
183
|
+
"@plumile/backoffice-core": "^0.1.185",
|
|
184
|
+
"@plumile/filter-query": "^0.1.185",
|
|
185
|
+
"@plumile/relay": "^0.1.185",
|
|
186
|
+
"@plumile/router": "^0.1.185",
|
|
187
|
+
"@plumile/ui": "^0.1.185",
|
|
188
188
|
"@types/react": "19.2.17",
|
|
189
189
|
"@types/react-dom": "19.2.3",
|
|
190
190
|
"@types/relay-runtime": "20.1.1",
|
|
@@ -197,12 +197,12 @@
|
|
|
197
197
|
"typescript": "6.0.3"
|
|
198
198
|
},
|
|
199
199
|
"peerDependencies": {
|
|
200
|
-
"@plumile/auth": "^0.1.
|
|
201
|
-
"@plumile/backoffice-core": "^0.1.
|
|
202
|
-
"@plumile/filter-query": "^0.1.
|
|
203
|
-
"@plumile/relay": "^0.1.
|
|
204
|
-
"@plumile/router": "^0.1.
|
|
205
|
-
"@plumile/ui": "^0.1.
|
|
200
|
+
"@plumile/auth": "^0.1.184",
|
|
201
|
+
"@plumile/backoffice-core": "^0.1.184",
|
|
202
|
+
"@plumile/filter-query": "^0.1.184",
|
|
203
|
+
"@plumile/relay": "^0.1.184",
|
|
204
|
+
"@plumile/router": "^0.1.184",
|
|
205
|
+
"@plumile/ui": "^0.1.184",
|
|
206
206
|
"i18next": "^26.3.1",
|
|
207
207
|
"react": "^19.2.7",
|
|
208
208
|
"react-dom": "^19.2.7",
|