@crystallize/design-system 1.13.0 → 1.13.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystallize/design-system",
3
- "version": "1.13.0",
3
+ "version": "1.13.2",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -26,8 +26,8 @@ const translations: I18N = {
26
26
  actionFormatCode: 'Format code with Prettier',
27
27
  actionTableInsertRowsAbove: 'Insert row above',
28
28
  actionTableInsertRowsAbove_plural: 'Insert {{rows}} rows above',
29
- actionTableInsertRowsBelow: 'Insert row above',
30
- actionTableInsertRowsBelow_plural: 'Insert {{rows}} rows above',
29
+ actionTableInsertRowsBelow: 'Insert row below',
30
+ actionTableInsertRowsBelow_plural: 'Insert {{rows}} rows below',
31
31
  actionTableInsertColumnsBefore: 'Insert column left',
32
32
  actionTableInsertColumnsBefore_plural: 'Insert {{columns}} columns left',
33
33
  actionTableInsertColumnsAfter: 'Insert column right',