@elliemae/ds-chat-message-delimeter 3.22.0-next.0 → 3.22.0-next.15

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.
@@ -377,4 +377,9 @@ export declare const messageDelimiterProps: {
377
377
  width: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
378
378
  wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
379
379
  wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
380
+ 'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
381
+ 'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
382
+ 'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
383
+ 'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
384
+ 'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
380
385
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chat-message-delimeter",
3
- "version": "3.22.0-next.0",
3
+ "version": "3.22.0-next.15",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chat Message Delimeter",
6
6
  "files": [
@@ -47,12 +47,14 @@
47
47
  "typeSafety": true
48
48
  },
49
49
  "dependencies": {
50
- "@elliemae/ds-grid": "3.22.0-next.0",
51
- "@elliemae/ds-props-helpers": "3.22.0-next.0",
52
- "@elliemae/ds-system": "3.22.0-next.0"
50
+ "@elliemae/ds-system": "3.22.0-next.15",
51
+ "@elliemae/ds-props-helpers": "3.22.0-next.15",
52
+ "@elliemae/ds-grid": "3.22.0-next.15"
53
53
  },
54
54
  "devDependencies": {
55
- "styled-components": "~5.3.9"
55
+ "@elliemae/pui-cli": "~9.0.0-next.22",
56
+ "styled-components": "~5.3.9",
57
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.15"
56
58
  },
57
59
  "peerDependencies": {
58
60
  "lodash": "^4.17.21",
@@ -61,12 +63,13 @@
61
63
  "styled-components": "~5.3.9"
62
64
  },
63
65
  "scripts": {
64
- "test": "node ../../scripts/testing/test.mjs",
66
+ "test": "pui-cli test --passWithNoTests",
65
67
  "lint": "node ../../scripts/lint.mjs",
66
68
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
67
69
  "dts": "node ../../scripts/dts.mjs",
68
70
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
69
71
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
72
+ "versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
70
73
  "dev:build": "pnpm --filter {.}... build",
71
74
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
72
75
  "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""