@dataloop-ai/components 0.18.24 → 0.18.25

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": "@dataloop-ai/components",
3
- "version": "0.18.24",
3
+ "version": "0.18.25",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -13,7 +13,7 @@
13
13
  :style="iconStyle"
14
14
  :icon="icon"
15
15
  :color="iconColor"
16
- size="24px"
16
+ :size="iconSize"
17
17
  />
18
18
  <span
19
19
  class="text"
@@ -98,6 +98,10 @@ export default defineComponent({
98
98
  type: String,
99
99
  default: 'dl-color-darker'
100
100
  },
101
+ iconSize: {
102
+ type: String,
103
+ default: '16px'
104
+ },
101
105
  fluid: {
102
106
  type: Boolean,
103
107
  default: false
@@ -15,6 +15,7 @@
15
15
  class="alert"
16
16
  :type="type"
17
17
  :closable="closable"
18
+ icon-size="24px"
18
19
  :dark-mode="false"
19
20
  close-button-position="center"
20
21
  style="position: relative"