@plumile/backoffice-react 0.1.172 → 0.1.177

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,3 +1,4 @@
1
+ /* empty css */
1
2
  /* empty css */
2
3
  /* empty css */
3
4
  //#region src/components/backoffice/layout/breadcrumb/backofficeTopbarBreadcrumb.css.ts
@@ -1,4 +1,3 @@
1
- /* empty css */
2
1
  /* empty css */
3
2
  //#region src/components/backoffice/refs/backofficeEntityIdRef.css.ts
4
3
  var e = "qbwcuep qbwcuen txvbqbfqq txvbqbey txvbqbhd8 txvbqb1bg1 txvbqb3f txvbqb7h txvbqb75 txvbqb7t qbwcueo txvbqb1gct qbwcue0 txvbqb1ffs txvbqb1ga0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumile/backoffice-react",
3
- "version": "0.1.172",
3
+ "version": "0.1.177",
4
4
  "description": "React provider and pages for Kronex backoffice",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -174,16 +174,16 @@
174
174
  "i18next": "^26.3.1",
175
175
  "i18next-browser-languagedetector": "8.2.1",
176
176
  "react-i18next": "^17.0.8",
177
- "react-qr-code": "^2.0.21",
177
+ "react-qr-code": "^2.2.0",
178
178
  "relay-runtime": "^21.0.1",
179
179
  "tslib": "^2.8.1"
180
180
  },
181
181
  "devDependencies": {
182
- "@plumile/auth": "^0.1.172",
183
- "@plumile/backoffice-core": "^0.1.172",
184
- "@plumile/filter-query": "^0.1.172",
185
- "@plumile/router": "^0.1.172",
186
- "@plumile/ui": "^0.1.172",
182
+ "@plumile/auth": "^0.1.177",
183
+ "@plumile/backoffice-core": "^0.1.177",
184
+ "@plumile/filter-query": "^0.1.177",
185
+ "@plumile/router": "^0.1.177",
186
+ "@plumile/ui": "^0.1.177",
187
187
  "@types/react": "19.2.17",
188
188
  "@types/react-dom": "19.2.3",
189
189
  "@types/relay-runtime": "20.1.1",
@@ -196,16 +196,16 @@
196
196
  "typescript": "6.0.3"
197
197
  },
198
198
  "peerDependencies": {
199
- "@plumile/auth": "^0.1.169",
200
- "@plumile/backoffice-core": "^0.1.169",
201
- "@plumile/filter-query": "^0.1.169",
202
- "@plumile/router": "^0.1.169",
203
- "@plumile/ui": "^0.1.169",
199
+ "@plumile/auth": "^0.1.173",
200
+ "@plumile/backoffice-core": "^0.1.173",
201
+ "@plumile/filter-query": "^0.1.173",
202
+ "@plumile/router": "^0.1.173",
203
+ "@plumile/ui": "^0.1.173",
204
204
  "i18next": "^26.3.1",
205
205
  "react": "^19.2.7",
206
206
  "react-dom": "^19.2.7",
207
207
  "react-i18next": "^17.0.8",
208
- "react-qr-code": "^2.0.21",
208
+ "react-qr-code": "^2.2.0",
209
209
  "react-relay": "^21.0.1",
210
210
  "relay-runtime": "^21.0.1"
211
211
  },