@crystaldesign/grid 24.12.0-beta.6 → 24.12.0-beta.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.
@@ -1625,7 +1625,8 @@ function MediaViewerCell (props) {
1625
1625
  url: (_url = url) === null || _url === void 0 ? void 0 : _url.toString(),
1626
1626
  mediaType: mediaType,
1627
1627
  functionType: 'ART',
1628
- storage: 'OTHER'
1628
+ storage: 'OTHER',
1629
+ borderPercentage: mediaItem.borderPercentage
1629
1630
  });
1630
1631
  });
1631
1632
  }, [timeStamp]);
@@ -1 +1 @@
1
- {"version":3,"file":"MediaViewerCell.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/cells/media/MediaViewerCell.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAKxC,MAAM,CAAC,OAAO,WAAW,CAAC,SAAS,MAAM,GAAG,GAAG,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,eAwDnE"}
1
+ {"version":3,"file":"MediaViewerCell.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/cells/media/MediaViewerCell.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAKxC,MAAM,CAAC,OAAO,WAAW,CAAC,SAAS,MAAM,GAAG,GAAG,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,eAyDnE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/grid",
3
- "version": "24.12.0-beta.6",
3
+ "version": "24.12.0-beta.7",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@material-ui/pickers": "^3.2.10",
@@ -13,7 +13,7 @@
13
13
  "react-dom": "17.0.2"
14
14
  },
15
15
  "dependencies": {
16
- "@crystaldesign/searchfield": "24.12.0-beta.6",
16
+ "@crystaldesign/searchfield": "24.12.0-beta.7",
17
17
  "@date-io/core": "^1.3.13",
18
18
  "@date-io/date-fns": "^1.3.13",
19
19
  "@tinymce/tinymce-react": "^3.13.0",
@@ -43,5 +43,5 @@
43
43
  },
44
44
  "module": "build/esm/index.js",
45
45
  "types": "./build/types/grid/src/index.d.ts",
46
- "gitHead": "a527472ca5563899af294304068164821ccaaae1"
46
+ "gitHead": "341e0c8e50af0d9d4789b655e3f9f1c16b513245"
47
47
  }