@wix/bex-core 1.438.0 → 2.0.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.
@@ -334,7 +334,7 @@
334
334
  "cairo.customFields.addCustomField.modal.PII.learnMore": "En savoir plus",
335
335
  "cairo.tags.manageTags.modal.list.input.cancel.CTA": "Annuler",
336
336
  "cairo.customFields.archive.modal.description": "Ce champ et les informations qui y sont collectées seront archivés et ne pourront pas être restaurés.",
337
- "cairo.emptyState.premium.title": "Booster à un forfait",
337
+ "cairo.emptyState.premium.title": "Booster avec un forfait",
338
338
  "cairo.customFields.fieldType.numberDecimal": "Nombre (décimal)",
339
339
  "cairo.manageView.saveView.error.toast": "En raison d’un problème technique, votre vue n’a pas été enregistrée.",
340
340
  "cairo.table.noFiltersApplied.label": "Aucun filtre appliqué",
@@ -334,7 +334,7 @@
334
334
  "cairo.customFields.addCustomField.modal.PII.learnMore": "En savoir plus",
335
335
  "cairo.tags.manageTags.modal.list.input.cancel.CTA": "Annuler",
336
336
  "cairo.customFields.archive.modal.description": "Ce champ et les informations qui y sont collectées seront archivés et ne pourront pas être restaurés.",
337
- "cairo.emptyState.premium.title": "Booster à un forfait",
337
+ "cairo.emptyState.premium.title": "Booster avec un forfait",
338
338
  "cairo.customFields.fieldType.numberDecimal": "Nombre (décimal)",
339
339
  "cairo.manageView.saveView.error.toast": "En raison d’un problème technique, votre vue n’a pas été enregistrée.",
340
340
  "cairo.table.noFiltersApplied.label": "Aucun filtre appliqué",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bex-core",
3
- "version": "1.438.0",
3
+ "version": "2.0.0",
4
4
  "license": "UNLICENSED",
5
5
  "author": {
6
6
  "name": "Kobi",
@@ -40,7 +40,7 @@
40
40
  "exports"
41
41
  ],
42
42
  "dependencies": {
43
- "@wix/bex-utils": "1.34.0",
43
+ "@wix/bex-utils": "2.0.0",
44
44
  "chance": "^1.0.0",
45
45
  "events": "^3.0.0",
46
46
  "formstate": "^2.1.0",
@@ -158,5 +158,5 @@
158
158
  "wallaby": {
159
159
  "autoDetect": true
160
160
  },
161
- "falconPackageHash": "cd3a8ec23b092ee95c6cfab95609091e4d343254b8e22af60832af7c"
161
+ "falconPackageHash": "8bbf76861e6a84f91b7fcdc923f226b0dc2459dbfd926bd9d1b6aac9"
162
162
  }