@frollo/frollo-web-ui 0.0.5 → 0.0.6

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/cjs/index.js CHANGED
@@ -1598,7 +1598,34 @@ addToUnscopables('includes');var script$1 = vue.defineComponent({
1598
1598
  }),
1599
1599
  _: 3
1600
1600
  }, 8, ["class", "type", "to", "href", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
1601
- }script$1.render = render$1;var script = vue.defineComponent({
1601
+ }function styleInject(css, ref) {
1602
+ if ( ref === void 0 ) ref = {};
1603
+ var insertAt = ref.insertAt;
1604
+
1605
+ if (!css || typeof document === 'undefined') { return; }
1606
+
1607
+ var head = document.head || document.getElementsByTagName('head')[0];
1608
+ var style = document.createElement('style');
1609
+ style.type = 'text/css';
1610
+
1611
+ if (insertAt === 'top') {
1612
+ if (head.firstChild) {
1613
+ head.insertBefore(style, head.firstChild);
1614
+ } else {
1615
+ head.appendChild(style);
1616
+ }
1617
+ } else {
1618
+ head.appendChild(style);
1619
+ }
1620
+
1621
+ if (style.styleSheet) {
1622
+ style.styleSheet.cssText = css;
1623
+ } else {
1624
+ style.appendChild(document.createTextNode(css));
1625
+ }
1626
+ }var css_248z$1 = ".fw-button{-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
1627
+ var stylesheet$1 = ".fw-button{-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
1628
+ styleInject(css_248z$1);script$1.render = render$1;var script = vue.defineComponent({
1602
1629
  name: 'FwNavigationMenu',
1603
1630
  emits: ['action'],
1604
1631
  components: {
@@ -1760,31 +1787,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
1760
1787
  }),
1761
1788
  _: 1
1762
1789
  })]);
1763
- }function styleInject(css, ref) {
1764
- if ( ref === void 0 ) ref = {};
1765
- var insertAt = ref.insertAt;
1766
-
1767
- if (!css || typeof document === 'undefined') { return; }
1768
-
1769
- var head = document.head || document.getElementsByTagName('head')[0];
1770
- var style = document.createElement('style');
1771
- style.type = 'text/css';
1772
-
1773
- if (insertAt === 'top') {
1774
- if (head.firstChild) {
1775
- head.insertBefore(style, head.firstChild);
1776
- } else {
1777
- head.appendChild(style);
1778
- }
1779
- } else {
1780
- head.appendChild(style);
1781
- }
1782
-
1783
- if (style.styleSheet) {
1784
- style.styleSheet.cssText = css;
1785
- } else {
1786
- style.appendChild(document.createTextNode(css));
1787
- }
1788
1790
  }var css_248z = ".fw-nav-menu--mobile{z-index:-1}.fw-nav-menu--mobile,.slideInLeft-enter-active{-webkit-transition:left .35s ease-in;-o-transition:left .35s ease-in;transition:left .35s ease-in}.slideInLeft-enter-active{-webkit-animation:slideInLeft .35s;animation:slideInLeft .35s}.slideInLeft-leave-active{animation:slideInLeft .35s reverse;-webkit-transition:left .35s ease-in-out;-o-transition:left .35s ease-in-out;transition:left .35s ease-in-out}@-webkit-keyframes slideInLeft{0%{left:100%}to{left:0}}@keyframes slideInLeft{0%{left:100%}to{left:0}}";
1789
1791
  var stylesheet = ".fw-nav-menu--mobile{z-index:-1}.fw-nav-menu--mobile,.slideInLeft-enter-active{-webkit-transition:left .35s ease-in;-o-transition:left .35s ease-in;transition:left .35s ease-in}.slideInLeft-enter-active{-webkit-animation:slideInLeft .35s;animation:slideInLeft .35s}.slideInLeft-leave-active{animation:slideInLeft .35s reverse;-webkit-transition:left .35s ease-in-out;-o-transition:left .35s ease-in-out;transition:left .35s ease-in-out}@-webkit-keyframes slideInLeft{0%{left:100%}to{left:0}}@keyframes slideInLeft{0%{left:100%}to{left:0}}";
1790
1792
  styleInject(css_248z);script.render = render;var components$1=/*#__PURE__*/Object.freeze({__proto__:null,FwCard:script$2,FwButton:script$1,FwNavigationMenu:script});var install = function install(app) {
@@ -1318,6 +1318,37 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
1318
1318
  }, 8, ["class", "type", "to", "href", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
1319
1319
  }
1320
1320
 
1321
+ function styleInject(css, ref) {
1322
+ if ( ref === void 0 ) ref = {};
1323
+ var insertAt = ref.insertAt;
1324
+
1325
+ if (!css || typeof document === 'undefined') { return; }
1326
+
1327
+ var head = document.head || document.getElementsByTagName('head')[0];
1328
+ var style = document.createElement('style');
1329
+ style.type = 'text/css';
1330
+
1331
+ if (insertAt === 'top') {
1332
+ if (head.firstChild) {
1333
+ head.insertBefore(style, head.firstChild);
1334
+ } else {
1335
+ head.appendChild(style);
1336
+ }
1337
+ } else {
1338
+ head.appendChild(style);
1339
+ }
1340
+
1341
+ if (style.styleSheet) {
1342
+ style.styleSheet.cssText = css;
1343
+ } else {
1344
+ style.appendChild(document.createTextNode(css));
1345
+ }
1346
+ }
1347
+
1348
+ var css_248z = ".fw-button{-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
1349
+ var stylesheet = ".fw-button{-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
1350
+ styleInject(css_248z);
1351
+
1321
1352
  script.render = render;
1322
1353
 
1323
- export { _export as _, aCallable$1 as a, functionBindNative as b, classofRaw as c, fails$7 as d, getBuiltIn$4 as e, functionUncurryThis as f, global$l as g, inspectSource$2 as h, isCallable$9 as i, isObject$5 as j, indexedObject as k, lengthOfArrayLike$1 as l, documentCreateElement$1 as m, createNonEnumerableProperty$3 as n, descriptors as o, objectKeys$1 as p, toIndexedObject$4 as q, redefine$2 as r, objectPropertyIsEnumerable as s, toObject$1 as t, script as u, wellKnownSymbol$2 as w };
1354
+ export { _export as _, aCallable$1 as a, functionBindNative as b, classofRaw as c, fails$7 as d, getBuiltIn$4 as e, functionUncurryThis as f, global$l as g, inspectSource$2 as h, isCallable$9 as i, isObject$5 as j, indexedObject as k, lengthOfArrayLike$1 as l, documentCreateElement$1 as m, createNonEnumerableProperty$3 as n, descriptors as o, objectKeys$1 as p, toIndexedObject$4 as q, redefine$2 as r, objectPropertyIsEnumerable as s, toObject$1 as t, script as u, styleInject as v, wellKnownSymbol$2 as w };
package/esm/fw-button.js CHANGED
@@ -1,2 +1,2 @@
1
- export { u as FwButton } from './fw-button-0f8956b5.js';
1
+ export { u as FwButton } from './fw-button-deb8cb87.js';
2
2
  import 'vue';
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, createElementVNode, resolveComponent, openBlock, createElementBlock, renderSlot, createCommentVNode, Fragment, renderList, createBlock, withCtx, createTextVNode, toDisplayString, createVNode, Transition } from 'vue';
2
- import { u as script$1 } from './fw-button-0f8956b5.js';
2
+ import { u as script$1, v as styleInject } from './fw-button-deb8cb87.js';
3
3
 
4
4
  var script = defineComponent({
5
5
  name: 'FwNavigationMenu',
@@ -167,33 +167,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
167
167
  })]);
168
168
  }
169
169
 
170
- function styleInject(css, ref) {
171
- if ( ref === void 0 ) ref = {};
172
- var insertAt = ref.insertAt;
173
-
174
- if (!css || typeof document === 'undefined') { return; }
175
-
176
- var head = document.head || document.getElementsByTagName('head')[0];
177
- var style = document.createElement('style');
178
- style.type = 'text/css';
179
-
180
- if (insertAt === 'top') {
181
- if (head.firstChild) {
182
- head.insertBefore(style, head.firstChild);
183
- } else {
184
- head.appendChild(style);
185
- }
186
- } else {
187
- head.appendChild(style);
188
- }
189
-
190
- if (style.styleSheet) {
191
- style.styleSheet.cssText = css;
192
- } else {
193
- style.appendChild(document.createTextNode(css));
194
- }
195
- }
196
-
197
170
  var css_248z = ".fw-nav-menu--mobile{z-index:-1}.fw-nav-menu--mobile,.slideInLeft-enter-active{-webkit-transition:left .35s ease-in;-o-transition:left .35s ease-in;transition:left .35s ease-in}.slideInLeft-enter-active{-webkit-animation:slideInLeft .35s;animation:slideInLeft .35s}.slideInLeft-leave-active{animation:slideInLeft .35s reverse;-webkit-transition:left .35s ease-in-out;-o-transition:left .35s ease-in-out;transition:left .35s ease-in-out}@-webkit-keyframes slideInLeft{0%{left:100%}to{left:0}}@keyframes slideInLeft{0%{left:100%}to{left:0}}";
198
171
  var stylesheet = ".fw-nav-menu--mobile{z-index:-1}.fw-nav-menu--mobile,.slideInLeft-enter-active{-webkit-transition:left .35s ease-in;-o-transition:left .35s ease-in;transition:left .35s ease-in}.slideInLeft-enter-active{-webkit-animation:slideInLeft .35s;animation:slideInLeft .35s}.slideInLeft-leave-active{animation:slideInLeft .35s reverse;-webkit-transition:left .35s ease-in-out;-o-transition:left .35s ease-in-out;transition:left .35s ease-in-out}@-webkit-keyframes slideInLeft{0%{left:100%}to{left:0}}@keyframes slideInLeft{0%{left:100%}to{left:0}}";
199
172
  styleInject(css_248z);
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { f as functionUncurryThis, a as aCallable$1, b as functionBindNative, c as classofRaw$1, w as wellKnownSymbol$3, g as global$3, i as isCallable$2, d as fails$2, e as getBuiltIn$1, h as inspectSource$1, j as isObject$1, k as indexedObject, t as toObject$1, l as lengthOfArrayLike$1, _ as _export, r as redefine$1, m as documentCreateElement$1, n as createNonEnumerableProperty$1, o as descriptors, p as objectKeys$1, q as toIndexedObject$1, s as objectPropertyIsEnumerable, u as script$1 } from './fw-button-0f8956b5.js';
2
- export { u as FwButton } from './fw-button-0f8956b5.js';
1
+ import { f as functionUncurryThis, a as aCallable$1, b as functionBindNative, c as classofRaw$1, w as wellKnownSymbol$3, g as global$3, i as isCallable$2, d as fails$2, e as getBuiltIn$1, h as inspectSource$1, j as isObject$1, k as indexedObject, t as toObject$1, l as lengthOfArrayLike$1, _ as _export, r as redefine$1, m as documentCreateElement$1, n as createNonEnumerableProperty$1, o as descriptors, p as objectKeys$1, q as toIndexedObject$1, s as objectPropertyIsEnumerable, u as script$1 } from './fw-button-deb8cb87.js';
2
+ export { u as FwButton } from './fw-button-deb8cb87.js';
3
3
  import { FwCard as script } from './fw-card.js';
4
4
  export { FwCard } from './fw-card.js';
5
5
  import './fw-button.js';
@@ -1822,6 +1822,37 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
1822
1822
  }, 8, ["class", "type", "to", "href", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
1823
1823
  }
1824
1824
 
1825
+ function styleInject(css, ref) {
1826
+ if ( ref === void 0 ) ref = {};
1827
+ var insertAt = ref.insertAt;
1828
+
1829
+ if (!css || typeof document === 'undefined') { return; }
1830
+
1831
+ var head = document.head || document.getElementsByTagName('head')[0];
1832
+ var style = document.createElement('style');
1833
+ style.type = 'text/css';
1834
+
1835
+ if (insertAt === 'top') {
1836
+ if (head.firstChild) {
1837
+ head.insertBefore(style, head.firstChild);
1838
+ } else {
1839
+ head.appendChild(style);
1840
+ }
1841
+ } else {
1842
+ head.appendChild(style);
1843
+ }
1844
+
1845
+ if (style.styleSheet) {
1846
+ style.styleSheet.cssText = css;
1847
+ } else {
1848
+ style.appendChild(document.createTextNode(css));
1849
+ }
1850
+ }
1851
+
1852
+ var css_248z$1 = ".fw-button{-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
1853
+ var stylesheet$1 = ".fw-button{-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
1854
+ styleInject(css_248z$1);
1855
+
1825
1856
  script$1.render = render$1;
1826
1857
 
1827
1858
  var script = defineComponent({
@@ -1990,33 +2021,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
1990
2021
  })]);
1991
2022
  }
1992
2023
 
1993
- function styleInject(css, ref) {
1994
- if ( ref === void 0 ) ref = {};
1995
- var insertAt = ref.insertAt;
1996
-
1997
- if (!css || typeof document === 'undefined') { return; }
1998
-
1999
- var head = document.head || document.getElementsByTagName('head')[0];
2000
- var style = document.createElement('style');
2001
- style.type = 'text/css';
2002
-
2003
- if (insertAt === 'top') {
2004
- if (head.firstChild) {
2005
- head.insertBefore(style, head.firstChild);
2006
- } else {
2007
- head.appendChild(style);
2008
- }
2009
- } else {
2010
- head.appendChild(style);
2011
- }
2012
-
2013
- if (style.styleSheet) {
2014
- style.styleSheet.cssText = css;
2015
- } else {
2016
- style.appendChild(document.createTextNode(css));
2017
- }
2018
- }
2019
-
2020
2024
  var css_248z = ".fw-nav-menu--mobile{z-index:-1}.fw-nav-menu--mobile,.slideInLeft-enter-active{-webkit-transition:left .35s ease-in;-o-transition:left .35s ease-in;transition:left .35s ease-in}.slideInLeft-enter-active{-webkit-animation:slideInLeft .35s;animation:slideInLeft .35s}.slideInLeft-leave-active{animation:slideInLeft .35s reverse;-webkit-transition:left .35s ease-in-out;-o-transition:left .35s ease-in-out;transition:left .35s ease-in-out}@-webkit-keyframes slideInLeft{0%{left:100%}to{left:0}}@keyframes slideInLeft{0%{left:100%}to{left:0}}";
2021
2025
  var stylesheet = ".fw-nav-menu--mobile{z-index:-1}.fw-nav-menu--mobile,.slideInLeft-enter-active{-webkit-transition:left .35s ease-in;-o-transition:left .35s ease-in;transition:left .35s ease-in}.slideInLeft-enter-active{-webkit-animation:slideInLeft .35s;animation:slideInLeft .35s}.slideInLeft-leave-active{animation:slideInLeft .35s reverse;-webkit-transition:left .35s ease-in-out;-o-transition:left .35s ease-in-out;transition:left .35s ease-in-out}@-webkit-keyframes slideInLeft{0%{left:100%}to{left:0}}@keyframes slideInLeft{0%{left:100%}to{left:0}}";
2022
2026
  styleInject(css_248z);
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 42 55" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M39.668 11.0859L30.9141 2.33203C29.9648 1.38281 28.5938 0.75 27.3281 0.75H5.70703C2.96484 0.855469 0.75 3.07031 0.75 5.91797V49.793C0.75 52.5352 2.96484 54.75 5.70703 54.75H36.1875C38.9297 54.75 41.25 52.5352 41.25 49.793V14.6719C41.25 13.4062 40.6172 12.0352 39.668 11.0859ZM27.75 4.23047C27.9609 4.33594 28.2773 4.44141 28.4883 4.65234L37.3477 13.5117C37.5586 13.7227 37.6641 14.0391 37.7695 14.3555H27.75V4.23047ZM37.875 49.793C37.875 50.6367 37.0312 51.4805 36.1875 51.4805H5.70703C4.86328 51.4805 4.01953 50.6367 4.01953 49.793V5.91797C4.01953 4.96875 4.86328 4.125 5.70703 4.125H24.375V15.1992C24.375 16.5703 25.4297 17.625 26.9062 17.625H37.875V49.793ZM21 21V34.5H34.3945C34.5 34.5 34.3945 34.5 34.3945 34.5C34.3945 27.1172 28.3828 21.1055 21 21ZM24.375 25.0078C27.2227 26.0625 29.4375 28.2773 30.4922 31.125H24.375V25.0078ZM19.3125 44.625C14.5664 44.625 10.875 40.9336 10.875 36.1875C10.875 32.1797 13.7227 28.8047 17.625 27.9609V24.5859C11.8242 25.4297 7.5 30.2812 7.5 36.1875C7.5 42.7266 12.7734 48 19.3125 48C25.2188 48 30.0703 43.6758 30.9141 37.875H27.5391C26.6953 41.7773 23.3203 44.625 19.3125 44.625Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 54 42" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.25 27C11.25 25.7812 10.2188 24.75 9 24.75C7.6875 24.75 6.75 25.7812 6.75 27C6.75 28.3125 7.6875 29.25 9 29.25C10.2188 29.25 11.25 28.3125 11.25 27ZM27 11.25C28.2188 11.25 29.25 10.3125 29.25 9C29.25 7.78125 28.2188 6.75 27 6.75C25.6875 6.75 24.75 7.78125 24.75 9C24.75 10.3125 25.6875 11.25 27 11.25ZM14.25 12C12.9375 12 12 13.0312 12 14.25C12 15.5625 12.9375 16.5 14.25 16.5C15.4688 16.5 16.5 15.5625 16.5 14.25C16.5 13.0312 15.4688 12 14.25 12ZM40.6875 13.125C40.0312 12.6562 39.0938 12.75 38.5312 13.3125L29.4375 24.5625C28.6875 24.2812 27.8438 24 27 24C23.625 24 21 26.7188 21 30C21 33.375 23.625 36 27 36C30.2812 36 33 33.375 33 30C33 28.6875 32.5312 27.4688 31.7812 26.5312L40.875 15.2812C41.4375 14.625 41.25 13.6875 40.6875 13.125ZM30 30C30 31.6875 28.5938 33 27 33C25.3125 33 24 31.6875 24 30C24 28.4062 25.3125 27 27 27C28.5938 27 30 28.4062 30 30ZM45 24.75C43.6875 24.75 42.75 25.7812 42.75 27C42.75 28.3125 43.6875 29.25 45 29.25C46.2188 29.25 47.25 28.3125 47.25 27C47.25 25.7812 46.2188 24.75 45 24.75ZM54 27C54 12.0938 41.9062 0 27 0C12 0 0 12.0938 0 27C0 31.9688 1.3125 36.6562 3.65625 40.5938C4.125 41.5312 5.15625 42 6.1875 42H47.7188C48.75 42 49.7812 41.5312 50.25 40.5938C52.5938 36.6562 54 31.9688 54 27ZM51 27C51 31.3125 49.875 35.4375 47.7188 39L6.1875 39.0938C4.125 35.4375 3 31.3125 3 27C3 13.7812 13.6875 3 27 3C40.2188 3 51 13.7812 51 27Z" />
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 404 146" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M130 113.6H107.2V143H75.6002V113.6H0.200195V91.8001L66.2002 3.00009H100.2L39.0002 87.2001H76.6002V61.0001H107.2V87.2001H130V113.6Z"/>
3
+ <path d="M199.691 145.4C188.091 145.4 177.757 142.533 168.691 136.8C159.624 131.067 152.491 122.8 147.291 112C142.224 101.067 139.691 88.0668 139.691 73.0001C139.691 57.9334 142.224 45.0001 147.291 34.2001C152.491 23.2668 159.624 14.9334 168.691 9.20009C177.757 3.46676 188.091 0.600098 199.691 0.600098C211.291 0.600098 221.624 3.46676 230.691 9.20009C239.757 14.9334 246.824 23.2668 251.891 34.2001C257.091 45.0001 259.691 57.9334 259.691 73.0001C259.691 88.0668 257.091 101.067 251.891 112C246.824 122.8 239.757 131.067 230.691 136.8C221.624 142.533 211.291 145.4 199.691 145.4ZM199.691 118C208.224 118 214.891 114.333 219.691 107C224.624 99.6668 227.091 88.3334 227.091 73.0001C227.091 57.6668 224.624 46.3334 219.691 39.0001C214.891 31.6668 208.224 28.0001 199.691 28.0001C191.291 28.0001 184.624 31.6668 179.691 39.0001C174.891 46.3334 172.491 57.6668 172.491 73.0001C172.491 88.3334 174.891 99.6668 179.691 107C184.624 114.333 191.291 118 199.691 118Z"/>
4
+ <path d="M403.633 113.6H380.833V143H349.233V113.6H273.833V91.8001L339.833 3.00009H373.833L312.633 87.2001H350.233V61.0001H380.833V87.2001H403.633V113.6Z"/>
5
+ </svg>
package/icons/view.svg ADDED
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 52 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M25.973 19.9375C29.0491 19.9375 31.598 17.4766 31.598 14.3125C31.598 11.2363 29.0491 8.6875 25.973 8.6875C25.8851 8.6875 25.7972 8.77539 25.7093 8.77539C25.7972 9.21484 25.8851 9.6543 25.8851 10.1816C25.8851 12.4668 24.0394 14.3125 21.7542 14.3125C21.2269 14.3125 20.7874 14.2246 20.348 14.1367C20.348 14.2246 20.348 14.3125 20.348 14.3125C20.348 17.4766 22.8089 19.9375 25.973 19.9375ZM50.9339 15.8945C46.1878 6.57812 36.6956 0.25 25.973 0.25C15.1624 0.25 5.67024 6.57812 0.924145 15.8945C0.748363 16.2461 0.660473 16.6855 0.660473 17.125C0.660473 17.6523 0.748363 18.0918 0.924145 18.4434C5.67024 27.7598 15.1624 34 25.973 34C36.6956 34 46.1878 27.7598 50.9339 18.4434C51.1097 18.0918 51.1976 17.6523 51.1976 17.2129C51.1976 16.6855 51.1097 16.2461 50.9339 15.8945ZM25.973 3.0625C32.1253 3.0625 37.223 8.16016 37.223 14.3125C37.223 20.5527 32.1253 25.5625 25.973 25.5625C19.7327 25.5625 14.723 20.5527 14.723 14.3125C14.723 8.16016 19.7327 3.15039 25.973 3.0625ZM25.973 31.1875C16.4808 31.1875 7.8675 25.8262 3.47297 17.125C5.93391 12.291 9.88899 8.24805 14.8109 5.78711C12.9652 8.16016 11.9105 11.1484 11.9105 14.3125C11.9105 22.1348 18.1507 28.375 25.973 28.375C33.7073 28.375 40.0355 22.1348 40.0355 14.3125C40.0355 11.1484 38.8929 8.16016 37.0472 5.78711C41.9691 8.24805 45.9241 12.291 48.473 17.125C43.9906 25.8262 35.3773 31.1875 25.973 31.1875Z" />
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frollo/frollo-web-ui",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Frollo's UI library for components, utilities and configs",
5
5
  "exports": {
6
6
  "./tailwind.config.js": "./tailwind.config.js",