@elliemae/ds-chip 3.14.0-next.5 → 3.14.0-next.7

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,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/sharedTypes.tsx", "../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import type { CHIP_SIZES, CHIP_SHAPES, ChipInteractionStates } from './constants';\n\nexport type ChipSizesT = typeof CHIP_SIZES[keyof typeof CHIP_SIZES];\n\nexport type ChipShapesT = typeof CHIP_SHAPES[keyof typeof CHIP_SHAPES];\n\nexport type ChipInteractionStatesT = typeof ChipInteractionStates[number];\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["import type { CHIP_SIZES, CHIP_SHAPES, ChipInteractionStates } from './constants';\n\nexport type ChipSizesT = (typeof CHIP_SIZES)[keyof typeof CHIP_SIZES];\n\nexport type ChipShapesT = (typeof CHIP_SHAPES)[keyof typeof CHIP_SHAPES];\n\nexport type ChipInteractionStatesT = (typeof ChipInteractionStates)[number];\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chip",
3
- "version": "3.14.0-next.5",
3
+ "version": "3.14.0-next.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chip",
6
6
  "files": [
@@ -63,14 +63,14 @@
63
63
  "indent": 4
64
64
  },
65
65
  "dependencies": {
66
- "@elliemae/ds-system": "3.14.0-next.5",
67
- "@elliemae/ds-utilities": "3.14.0-next.5"
66
+ "@elliemae/ds-system": "3.14.0-next.7",
67
+ "@elliemae/ds-utilities": "3.14.0-next.7"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@testing-library/jest-dom": "~5.16.4",
71
71
  "@testing-library/react": "~12.1.3",
72
72
  "styled-components": "~5.3.6",
73
- "@elliemae/ds-icons": "3.14.0-next.5"
73
+ "@elliemae/ds-icons": "3.14.0-next.7"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "react": "^17.0.2",