@bagelink/vue 0.0.835 → 0.0.837

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.
@@ -1,8 +1,8 @@
1
1
  import { MaterialIcons, ThemeType } from '..';
2
2
  interface BtnProp {
3
- icon: MaterialIcons;
3
+ icon?: MaterialIcons;
4
4
  onClick: () => void;
5
- value: string;
5
+ value?: string;
6
6
  }
7
7
  declare function __VLS_template(): {
8
8
  slots: {
@@ -1 +1 @@
1
- {"version":3,"file":"Pill.vue.d.ts","sourceRoot":"","sources":["../../src/components/Pill.vue"],"names":[],"mappings":"AAiLA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AAM7D,UAAU,OAAO;IAChB,IAAI,EAAE,aAAa,CAAA;IACnB,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;CACb;AAsED,iBAAS,cAAc;;yBA8GO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eA1MT,OAAO;WACX,aAAa;cACV,aAAa;YACf,SAAS;YACT,SAAS;WACV,OAAO;aACL,OAAO;cACN,OAAO;cACP,OAAO;YACT,MAAM;YACN,OAAO;UACT,OAAO;aACJ,OAAO;;eAZL,OAAO;WACX,aAAa;cACV,aAAa;YACf,SAAS;YACT,SAAS;WACV,OAAO;aACL,OAAO;cACN,OAAO;cACP,OAAO;YACT,MAAM;YACN,OAAO;UACT,OAAO;aACJ,OAAO;iGAoMf,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Pill.vue.d.ts","sourceRoot":"","sources":["../../src/components/Pill.vue"],"names":[],"mappings":"AAiLA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AAM7D,UAAU,OAAO;IAChB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;CACd;AAsED,iBAAS,cAAc;;yBA8GO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eA1MT,OAAO;WACX,aAAa;cACV,aAAa;YACf,SAAS;YACT,SAAS;WACV,OAAO;aACL,OAAO;cACN,OAAO;cACP,OAAO;YACT,MAAM;YACN,OAAO;UACT,OAAO;aACJ,OAAO;;eAZL,OAAO;WACX,aAAa;cACV,aAAa;YACf,SAAS;YACT,SAAS;WACV,OAAO;aACL,OAAO;cACN,OAAO;cACP,OAAO;YACT,MAAM;YACN,OAAO;UACT,OAAO;aACJ,OAAO;iGAoMf,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
package/dist/index.cjs CHANGED
@@ -53624,8 +53624,8 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
53624
53624
  },
53625
53625
  setup(__props) {
53626
53626
  vue.useCssVars((_ctx) => ({
53627
- "559533ce": computedBackgroundColor.value,
53628
- "4621e5ae": cumputedTextColor.value
53627
+ "5217b464": computedBackgroundColor.value,
53628
+ "0b2b363f": cumputedTextColor.value
53629
53629
  }));
53630
53630
  const props2 = __props;
53631
53631
  const slots = vue.useSlots();
@@ -53716,7 +53716,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
53716
53716
  };
53717
53717
  }
53718
53718
  });
53719
- const Pill = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-4c9e6928"]]);
53719
+ const Pill = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-5476be6c"]]);
53720
53720
  const _sfc_main$5 = {};
53721
53721
  function _sfc_render$1(_ctx, _cache) {
53722
53722
  const _component_router_view = vue.resolveComponent("router-view");
package/dist/index.mjs CHANGED
@@ -53622,8 +53622,8 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
53622
53622
  },
53623
53623
  setup(__props) {
53624
53624
  useCssVars((_ctx) => ({
53625
- "559533ce": computedBackgroundColor.value,
53626
- "4621e5ae": cumputedTextColor.value
53625
+ "5217b464": computedBackgroundColor.value,
53626
+ "0b2b363f": cumputedTextColor.value
53627
53627
  }));
53628
53628
  const props2 = __props;
53629
53629
  const slots = useSlots();
@@ -53714,7 +53714,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
53714
53714
  };
53715
53715
  }
53716
53716
  });
53717
- const Pill = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-4c9e6928"]]);
53717
+ const Pill = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-5476be6c"]]);
53718
53718
  const _sfc_main$5 = {};
53719
53719
  function _sfc_render$1(_ctx, _cache) {
53720
53720
  const _component_router_view = resolveComponent("router-view");
package/dist/style.css CHANGED
@@ -3174,25 +3174,25 @@ svg.leaflet-image-layer.leaflet-interactive path {
3174
3174
  }
3175
3175
  }
3176
3176
 
3177
- .bgl_pill-btn[data-v-4c9e6928]{
3177
+ .bgl_pill-btn[data-v-5476be6c]{
3178
3178
  color: var(--pill-btn-color);
3179
3179
  background: var(--pill-btn-bg);
3180
3180
  width: calc(var(--pill-height) / 1.25)!important;
3181
3181
  height: calc(var(--pill-height) / 1.25)!important;
3182
3182
  }
3183
- .loading[data-v-4c9e6928] {
3183
+ .loading[data-v-5476be6c] {
3184
3184
  border: 1px solid var(--bgl-light-text);
3185
3185
  border-bottom: 2px solid var(--bgl-light-text);
3186
- animation: spin-4c9e6928 1s linear infinite;
3186
+ animation: spin-5476be6c 1s linear infinite;
3187
3187
  border-radius: 100px;
3188
3188
  width: 1rem;
3189
3189
  height: 1rem;
3190
3190
  margin: auto;
3191
3191
  }
3192
- .bgl_flatPill .loading[data-v-4c9e6928] {
3192
+ .bgl_flatPill .loading[data-v-5476be6c] {
3193
3193
  border-bottom: 2px solid var(--bgl-text-color);
3194
3194
  }
3195
- @keyframes spin-4c9e6928 {
3195
+ @keyframes spin-5476be6c {
3196
3196
  0% {
3197
3197
  transform: rotate(0deg);
3198
3198
  }
@@ -3200,11 +3200,11 @@ svg.leaflet-image-layer.leaflet-interactive path {
3200
3200
  transform: rotate(360deg);
3201
3201
  }
3202
3202
  }
3203
- .bgl_pill[data-v-4c9e6928] {
3203
+ .bgl_pill[data-v-5476be6c] {
3204
3204
  padding-inline: 0.25rem;
3205
3205
  transition: var(--bgl-transition);
3206
- background-color: var(--559533ce);
3207
- color: var(--4621e5ae);
3206
+ background-color: var(--5217b464);
3207
+ color: var(--0b2b363f);
3208
3208
  display: inline-block;
3209
3209
  margin-inline-end: 0.25rem;
3210
3210
  border-radius: var(--pill-border-radius);
@@ -3212,26 +3212,26 @@ svg.leaflet-image-layer.leaflet-interactive path {
3212
3212
  vertical-align: middle;
3213
3213
  margin-bottom: 0.25rem;
3214
3214
  }
3215
- .bgl_pill[disabled="true"][data-v-4c9e6928] {
3215
+ .bgl_pill[disabled="true"][data-v-5476be6c] {
3216
3216
  opacity: 0.5;
3217
3217
  cursor: not-allowed;
3218
3218
  }
3219
- .bgl_pill-flex[data-v-4c9e6928] {
3219
+ .bgl_pill-flex[data-v-5476be6c] {
3220
3220
  display: flex;
3221
3221
  align-items: center;
3222
3222
  gap: 0.25rem;
3223
3223
  justify-content: center;
3224
3224
  height: 100%;
3225
3225
  }
3226
- .bgl_pill.bgl_flatPill[data-v-4c9e6928] {
3226
+ .bgl_pill.bgl_flatPill[data-v-5476be6c] {
3227
3227
  background: transparent;
3228
3228
  }
3229
- .bgl_pill.round[data-v-4c9e6928] {
3229
+ .bgl_pill.round[data-v-5476be6c] {
3230
3230
  border-radius: 1000px;
3231
3231
  }
3232
- .bgl_pill-border[data-v-4c9e6928] {
3233
- outline: 1px solid var(--559533ce);
3234
- color: var(--559533ce);
3232
+ .bgl_pill-border[data-v-5476be6c] {
3233
+ outline: 1px solid var(--5217b464);
3234
+ color: var(--5217b464);
3235
3235
  background: transparent;
3236
3236
  }
3237
3237
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "0.0.835",
4
+ "version": "0.0.837",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",
@@ -4,9 +4,9 @@ import { Btn, MaterialIcon } from '@bagelink/vue'
4
4
  import { useSlots } from 'vue'
5
5
 
6
6
  interface BtnProp {
7
- icon: MaterialIcons
7
+ icon?: MaterialIcons
8
8
  onClick: () => void
9
- value: string
9
+ value?: string
10
10
  }
11
11
 
12
12
  const props = defineProps<{