comand-component-library 4.2.76 → 4.2.78

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.2.76",
3
+ "version": "4.2.78",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -19,7 +19,7 @@
19
19
  "exports": {
20
20
  ".": "./dist/comand-component-library.js",
21
21
  "./css.js": "./src/css.js",
22
- "./style.css": "./dist/style.css",
22
+ "./comand-component-library.css": "./dist/comand-component-library.css",
23
23
  "./variables.scss": "./src/assets/styles/variables.scss",
24
24
  "./export-example-data.js": "./src/assets/data/export-example-data.js",
25
25
  "./countries.json": "./src/assets/lists-of-data/countries.json",
@@ -1607,8 +1607,9 @@
1607
1607
  <a href="#" class="button small icon-cog" title="Open Component Settings"
1608
1608
  @click.prevent="openSettingsSidebar('CmdSystemMessage')"></a>
1609
1609
  </h2>
1610
- <CmdSystemMessage ref="CmdSystemMessage" v-bind="cmdSystemMessageSettingsData"
1611
- :iconMessage="{ iconClass: 'icon-error-circle', show: true }">
1610
+ <CmdSystemMessage ref="CmdSystemMessage" v-bind="cmdSystemMessageSettingsData" :iconClose="{ iconClass: 'icon-error-circle', show: true }" />
1611
+ <CmdSystemMessage validationStatus="warning" :iconClose="{ show: false }">
1612
+ <p>This is a system message with slot-content. (that cannot be closed)</p>
1612
1613
  </CmdSystemMessage>
1613
1614
  </CmdWidthLimitationWrapper>
1614
1615
  <!-- end system-message --------------------------------------------------------------------------------------------------->