@frollo/frollo-web-ui 8.2.0 → 8.2.1

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,10 +1,10 @@
1
1
  import { defineComponent, ref, resolveComponent, openBlock, createElementBlock, Fragment, renderList, createBlock, withCtx, createTextVNode, toDisplayString } from 'vue';
2
2
  import './fw-button.js';
3
3
  import { s as script$1 } from './fw-button-DdxvSBFa.js';
4
+ import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
4
5
  import './fw-loading-spinner-BEzZf1xe.js';
5
6
  import './index-svDiDkSU.js';
6
7
  import './check--YD4Ts6g.js';
7
- import './style-inject.es-tgCJW-Cu.js';
8
8
 
9
9
  var script = defineComponent({
10
10
  name: 'FwPeriodSelector',
@@ -49,7 +49,7 @@ var script = defineComponent({
49
49
  });
50
50
 
51
51
  var _hoisted_1 = {
52
- "class": "flex flex-row w-fit bg-grey-light bg-opacity-10 border-grey-light border-2 border-opacity-40 rounded-full"
52
+ "class": "fw-period-selector w-fit bg-grey-light bg-opacity-10 border-grey-light border-2 border-opacity-40 gap-x-1"
53
53
  };
54
54
  function render(_ctx, _cache, $props, $setup, $data, $options) {
55
55
  var _component_FwButton = resolveComponent("FwButton");
@@ -57,7 +57,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
57
57
  return openBlock(), createBlock(_component_FwButton, {
58
58
  key: period,
59
59
  variant: _ctx.selectedPeriod === period ? 'tertiary' : 'transparent',
60
- "class": "scale-105 hover:!border-button-primary-bg mx-[3px]",
60
+ "class": "hover:!border-button-primary-bg -m-[2px] flex-1",
61
61
  size: _ctx.size,
62
62
  onClick: function onClick($event) {
63
63
  return _ctx.onClick(period);
@@ -71,6 +71,10 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
71
71
  }), 128))]);
72
72
  }
73
73
 
74
+ var css_248z = ".fw-period-selector{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;border-radius:9999px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}";
75
+ var stylesheet = ".fw-period-selector{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;border-radius:9999px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}";
76
+ styleInject(css_248z);
77
+
74
78
  script.render = render;
75
79
 
76
80
  export { script as FwPeriodSelector };