@dataloop-ai/components 0.18.23 → 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.23",
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
@@ -95,7 +95,7 @@ export default defineComponent({
95
95
  <style scoped lang="scss">
96
96
  .popup-header {
97
97
  max-width: 100%;
98
- padding: 16px 10px 20px 16px;
98
+ padding: 16px 10px 16px 16px;
99
99
  }
100
100
 
101
101
  .header-content {
@@ -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"