magneto365.ui 2.69.0 → 2.70.0
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/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +4 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4249,6 +4249,10 @@ interface IApplicationSummary {
|
|
|
4249
4249
|
* this property closes the ui
|
|
4250
4250
|
*/
|
|
4251
4251
|
onClose: () => void;
|
|
4252
|
+
/**
|
|
4253
|
+
* this property sets custom styles
|
|
4254
|
+
*/
|
|
4255
|
+
className?: string;
|
|
4252
4256
|
}
|
|
4253
4257
|
declare namespace IApplicationSummary {
|
|
4254
4258
|
interface Section {
|
package/package.json
CHANGED