@dataloop-ai/components 0.19.255 → 0.19.256

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.19.255",
3
+ "version": "0.19.256",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -110,6 +110,7 @@
110
110
  :tooltip="tooltip"
111
111
  :max-width="maxWidth"
112
112
  :hover-text-color="mainButtonHoverColor"
113
+ :size="mainButtonFontSize"
113
114
  @click="onClick"
114
115
  >
115
116
  <div class="dl-button-dropdown--simple__title">
@@ -117,7 +118,7 @@
117
118
  :class="{
118
119
  'dl-button-no-wrap': noWrap
119
120
  }"
120
- style="margin-right: 5px"
121
+ style="margin-right: 6px"
121
122
  >
122
123
  {{ label }}
123
124
  </span>
@@ -259,6 +260,11 @@ export default defineComponent({
259
260
  type: String,
260
261
  required: false,
261
262
  default: null
263
+ },
264
+ mainButtonFontSize: {
265
+ type: String,
266
+ required: false,
267
+ default: 'm'
262
268
  }
263
269
  },
264
270
  emits: [