@crystaldesign/grid 24.12.0-beta.1 → 24.12.0-beta.10
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/build/esm/index.js
CHANGED
|
@@ -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,
|
|
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.
|
|
3
|
+
"version": "24.12.0-beta.10",
|
|
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.
|
|
16
|
+
"@crystaldesign/searchfield": "24.12.0-beta.10",
|
|
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": "
|
|
46
|
+
"gitHead": "ae2fba6651a64d9e9cc9e6f071382e8a6bb72329"
|
|
47
47
|
}
|