@frollo/frollo-web-ui 0.0.13 → 0.0.16
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 +8 -8
- package/esm/{es.array.includes-da6c7cd3.js → es.array.includes-a402ff0b.js} +1 -1
- package/esm/{es.function.name-b783cd46.js → es.function.name-caf4301b.js} +1 -1
- package/esm/{fw-button-41138928.js → fw-button-5d24de4c.js} +10 -10
- package/esm/fw-button.js +3 -3
- package/esm/fw-checkbox.js +2 -2
- package/esm/fw-input.js +3 -3
- package/esm/fw-navigation-menu.js +3 -3
- package/esm/index.js +5 -5
- package/esm/{style-inject.es-f0777dab.js → style-inject.es-4735be61.js} +0 -0
- package/frollo-web-ui.esm.js +8 -8
- package/icons/download.svg +4 -0
- package/icons/file-exclamation.svg +3 -0
- package/icons/hourglass-clock.svg +3 -0
- package/icons/id-card.svg +3 -0
- package/icons/index.ts +11 -1
- package/icons/info-circle.svg +3 -0
- package/package.json +1 -1
- package/types/icons/index.d.ts +6 -1
package/cjs/index.js
CHANGED
|
@@ -1524,8 +1524,8 @@ addToUnscopables('includes');var script$3 = vue.defineComponent({
|
|
|
1524
1524
|
border: 'border-primary focus-visible:ring-primary'
|
|
1525
1525
|
},
|
|
1526
1526
|
tertiary: {
|
|
1527
|
-
text: 'text-
|
|
1528
|
-
background: 'bg-
|
|
1527
|
+
text: 'text-secondary hover:text-tertiary active:text-tertiary',
|
|
1528
|
+
background: 'bg-tertiary hover:bg-secondary active:bg-secondary',
|
|
1529
1529
|
border: 'border-secondary focus-visible:ring-secondary'
|
|
1530
1530
|
},
|
|
1531
1531
|
success: {
|
|
@@ -1550,9 +1550,9 @@ addToUnscopables('includes');var script$3 = vue.defineComponent({
|
|
|
1550
1550
|
}
|
|
1551
1551
|
});
|
|
1552
1552
|
var sizes = vue.ref({
|
|
1553
|
-
sm: 'px-
|
|
1554
|
-
md: 'px-6 py-1 text-md',
|
|
1555
|
-
lg: 'px-10 py-2 text-lg',
|
|
1553
|
+
sm: 'px-3 py-1 text-sm',
|
|
1554
|
+
md: 'px-6 py-1.5 text-md',
|
|
1555
|
+
lg: 'px-10 py-2.5 text-lg',
|
|
1556
1556
|
xl: 'px-12 py-3 text-xl',
|
|
1557
1557
|
'2xl': 'px-16 py-4 text-2xl'
|
|
1558
1558
|
});
|
|
@@ -1628,7 +1628,7 @@ addToUnscopables('includes');var script$3 = vue.defineComponent({
|
|
|
1628
1628
|
}
|
|
1629
1629
|
});function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1630
1630
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.tagName), {
|
|
1631
|
-
"class": vue.normalizeClass(["fw-button cursor-pointer whitespace-nowrap border-2 focus:outline-0 focus-visible:outline-0 focus:ring-none ring-offset-2 focus-visible:ring", [_ctx.textColorClass, _ctx.bgColorClass, _ctx.sizeClass, _ctx.borderClass, _ctx.variant === 'link' ? 'pl-0 pr-0 pt-0 pb-0 rounded-none font-normal' : 'font-bold rounded-full']]),
|
|
1631
|
+
"class": vue.normalizeClass(["fw-button inline-block text-center cursor-pointer whitespace-nowrap border-2 focus:outline-0 focus-visible:outline-0 focus:ring-none ring-offset-2 focus-visible:ring", [_ctx.textColorClass, _ctx.bgColorClass, _ctx.sizeClass, _ctx.borderClass, _ctx.variant === 'link' ? 'pl-0 pr-0 pt-0 pb-0 rounded-none font-normal' : 'font-bold rounded-full']]),
|
|
1632
1632
|
type: _ctx.tagName === 'button' ? _ctx.buttonType : null,
|
|
1633
1633
|
to: _ctx.to ? _ctx.to : null,
|
|
1634
1634
|
href: _ctx.href ? _ctx.href : null,
|
|
@@ -1669,8 +1669,8 @@ addToUnscopables('includes');var script$3 = vue.defineComponent({
|
|
|
1669
1669
|
} else {
|
|
1670
1670
|
style.appendChild(document.createTextNode(css));
|
|
1671
1671
|
}
|
|
1672
|
-
}var css_248z$3 = ".fw-button{-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
|
|
1673
|
-
var stylesheet$3 = ".fw-button{-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
|
|
1672
|
+
}var css_248z$3 = ".fw-button{line-height:normal;-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
|
|
1673
|
+
var stylesheet$3 = ".fw-button{line-height:normal;-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
|
|
1674
1674
|
styleInject(css_248z$3);script$3.render = render$3;var script$2 = vue.defineComponent({
|
|
1675
1675
|
name: 'FwNavigationMenu',
|
|
1676
1676
|
emits: ['action'],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { f as functionUncurryThis, g as global$5, c as fails$2, r as requireObjectCoercible$1, j as descriptors, k as functionCall, l as toPropertyKey$1, m as hasOwnProperty_1, n as ie8DomDefine, o as objectDefineProperty, i as isCallable$4, p as sharedStore, q as shared$2, u as uid$1, e as isObject$1, v as setGlobal$2, x as functionName, d as getBuiltIn$2, y as anObject$3, z as v8PrototypeDefineBug, h as documentCreateElement$1, w as wellKnownSymbol$1 } from './style-inject.es-
|
|
1
|
+
import { f as functionUncurryThis, g as global$5, c as fails$2, r as requireObjectCoercible$1, j as descriptors, k as functionCall, l as toPropertyKey$1, m as hasOwnProperty_1, n as ie8DomDefine, o as objectDefineProperty, i as isCallable$4, p as sharedStore, q as shared$2, u as uid$1, e as isObject$1, v as setGlobal$2, x as functionName, d as getBuiltIn$2, y as anObject$3, z as v8PrototypeDefineBug, h as documentCreateElement$1, w as wellKnownSymbol$1 } from './style-inject.es-4735be61.js';
|
|
2
2
|
|
|
3
3
|
var objectGetOwnPropertyDescriptor = {};
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as descriptors, x as functionName, f as functionUncurryThis, o as objectDefineProperty } from './style-inject.es-
|
|
1
|
+
import { j as descriptors, x as functionName, f as functionUncurryThis, o as objectDefineProperty } from './style-inject.es-4735be61.js';
|
|
2
2
|
|
|
3
3
|
var es_function_name = {};
|
|
4
4
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import './es.array.includes-
|
|
1
|
+
import './es.array.includes-a402ff0b.js';
|
|
2
2
|
import { defineComponent, ref, computed, openBlock, createBlock, resolveDynamicComponent, normalizeClass, withCtx, renderSlot } from 'vue';
|
|
3
|
-
import { s as styleInject } from './style-inject.es-
|
|
3
|
+
import { s as styleInject } from './style-inject.es-4735be61.js';
|
|
4
4
|
|
|
5
5
|
var script = defineComponent({
|
|
6
6
|
name: 'FwButton',
|
|
@@ -65,8 +65,8 @@ var script = defineComponent({
|
|
|
65
65
|
border: 'border-primary focus-visible:ring-primary'
|
|
66
66
|
},
|
|
67
67
|
tertiary: {
|
|
68
|
-
text: 'text-
|
|
69
|
-
background: 'bg-
|
|
68
|
+
text: 'text-secondary hover:text-tertiary active:text-tertiary',
|
|
69
|
+
background: 'bg-tertiary hover:bg-secondary active:bg-secondary',
|
|
70
70
|
border: 'border-secondary focus-visible:ring-secondary'
|
|
71
71
|
},
|
|
72
72
|
success: {
|
|
@@ -91,9 +91,9 @@ var script = defineComponent({
|
|
|
91
91
|
}
|
|
92
92
|
});
|
|
93
93
|
var sizes = ref({
|
|
94
|
-
sm: 'px-
|
|
95
|
-
md: 'px-6 py-1 text-md',
|
|
96
|
-
lg: 'px-10 py-2 text-lg',
|
|
94
|
+
sm: 'px-3 py-1 text-sm',
|
|
95
|
+
md: 'px-6 py-1.5 text-md',
|
|
96
|
+
lg: 'px-10 py-2.5 text-lg',
|
|
97
97
|
xl: 'px-12 py-3 text-xl',
|
|
98
98
|
'2xl': 'px-16 py-4 text-2xl'
|
|
99
99
|
});
|
|
@@ -171,7 +171,7 @@ var script = defineComponent({
|
|
|
171
171
|
|
|
172
172
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
173
173
|
return openBlock(), createBlock(resolveDynamicComponent(_ctx.tagName), {
|
|
174
|
-
"class": normalizeClass(["fw-button cursor-pointer whitespace-nowrap border-2 focus:outline-0 focus-visible:outline-0 focus:ring-none ring-offset-2 focus-visible:ring", [_ctx.textColorClass, _ctx.bgColorClass, _ctx.sizeClass, _ctx.borderClass, _ctx.variant === 'link' ? 'pl-0 pr-0 pt-0 pb-0 rounded-none font-normal' : 'font-bold rounded-full']]),
|
|
174
|
+
"class": normalizeClass(["fw-button inline-block text-center cursor-pointer whitespace-nowrap border-2 focus:outline-0 focus-visible:outline-0 focus:ring-none ring-offset-2 focus-visible:ring", [_ctx.textColorClass, _ctx.bgColorClass, _ctx.sizeClass, _ctx.borderClass, _ctx.variant === 'link' ? 'pl-0 pr-0 pt-0 pb-0 rounded-none font-normal' : 'font-bold rounded-full']]),
|
|
175
175
|
type: _ctx.tagName === 'button' ? _ctx.buttonType : null,
|
|
176
176
|
to: _ctx.to ? _ctx.to : null,
|
|
177
177
|
href: _ctx.href ? _ctx.href : null,
|
|
@@ -189,8 +189,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
189
189
|
}, 8, ["class", "type", "to", "href", "tabindex", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
var css_248z = ".fw-button{-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
|
|
193
|
-
var stylesheet = ".fw-button{-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
|
|
192
|
+
var css_248z = ".fw-button{line-height:normal;-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
|
|
193
|
+
var stylesheet = ".fw-button{line-height:normal;-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
|
|
194
194
|
styleInject(css_248z);
|
|
195
195
|
|
|
196
196
|
script.render = render;
|
package/esm/fw-button.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as FwButton } from './fw-button-
|
|
2
|
-
import './es.array.includes-
|
|
3
|
-
import './style-inject.es-
|
|
1
|
+
export { s as FwButton } from './fw-button-5d24de4c.js';
|
|
2
|
+
import './es.array.includes-a402ff0b.js';
|
|
3
|
+
import './style-inject.es-4735be61.js';
|
|
4
4
|
import 'vue';
|
package/esm/fw-checkbox.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createElementVNode, mergeProps, createCommentVNode, Transition, toDisplayString } from 'vue';
|
|
2
2
|
import { a as Field } from './vee-validate.esm-028c6424.js';
|
|
3
|
-
import './es.function.name-
|
|
4
|
-
import { s as styleInject } from './style-inject.es-
|
|
3
|
+
import './es.function.name-caf4301b.js';
|
|
4
|
+
import { s as styleInject } from './style-inject.es-4735be61.js';
|
|
5
5
|
|
|
6
6
|
var script = defineComponent({
|
|
7
7
|
name: 'FwCheckbox',
|
package/esm/fw-input.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import './es.array.includes-
|
|
1
|
+
import './es.array.includes-a402ff0b.js';
|
|
2
2
|
import { defineComponent, computed, createElementVNode, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, toDisplayString, createCommentVNode, renderSlot, mergeProps, Transition, normalizeClass } from 'vue';
|
|
3
3
|
import { a as Field } from './vee-validate.esm-028c6424.js';
|
|
4
|
-
import './es.function.name-
|
|
5
|
-
import { s as styleInject } from './style-inject.es-
|
|
4
|
+
import './es.function.name-caf4301b.js';
|
|
5
|
+
import { s as styleInject } from './style-inject.es-4735be61.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
8
8
|
name: 'FwInput',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, createElementVNode, resolveComponent, openBlock, createElementBlock, renderSlot, createCommentVNode, Fragment, renderList, createBlock, withCtx, createTextVNode, toDisplayString, createVNode, Transition } from 'vue';
|
|
2
|
-
import { s as script$1 } from './fw-button-
|
|
3
|
-
import { s as styleInject } from './style-inject.es-
|
|
4
|
-
import './es.array.includes-
|
|
2
|
+
import { s as script$1 } from './fw-button-5d24de4c.js';
|
|
3
|
+
import { s as styleInject } from './style-inject.es-4735be61.js';
|
|
4
|
+
import './es.array.includes-a402ff0b.js';
|
|
5
5
|
|
|
6
6
|
var script = defineComponent({
|
|
7
7
|
name: 'FwNavigationMenu',
|
package/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as functionUncurryThis, a as aCallable$1, b as functionBindNative, w as wellKnownSymbol$3, g as global$3, i as isCallable$2, c as fails$2, d as getBuiltIn$1, e as isObject$1, t as toObject$1, h as documentCreateElement$1, j as descriptors } from './style-inject.es-
|
|
2
|
-
import { c as classofRaw$1, i as inspectSource$1, a as indexedObject, l as lengthOfArrayLike$1, _ as _export, r as redefine$1, b as createNonEnumerableProperty$1, o as objectKeys$1, t as toIndexedObject$1, d as objectPropertyIsEnumerable } from './es.array.includes-
|
|
1
|
+
import { f as functionUncurryThis, a as aCallable$1, b as functionBindNative, w as wellKnownSymbol$3, g as global$3, i as isCallable$2, c as fails$2, d as getBuiltIn$1, e as isObject$1, t as toObject$1, h as documentCreateElement$1, j as descriptors } from './style-inject.es-4735be61.js';
|
|
2
|
+
import { c as classofRaw$1, i as inspectSource$1, a as indexedObject, l as lengthOfArrayLike$1, _ as _export, r as redefine$1, b as createNonEnumerableProperty$1, o as objectKeys$1, t as toIndexedObject$1, d as objectPropertyIsEnumerable } from './es.array.includes-a402ff0b.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';
|
|
@@ -10,12 +10,12 @@ import { FwInput as script$3 } from './fw-input.js';
|
|
|
10
10
|
export { FwInput } from './fw-input.js';
|
|
11
11
|
import { FwCheckbox as script$4 } from './fw-checkbox.js';
|
|
12
12
|
export { FwCheckbox } from './fw-checkbox.js';
|
|
13
|
-
import { s as script$1 } from './fw-button-
|
|
14
|
-
export { s as FwButton } from './fw-button-
|
|
13
|
+
import { s as script$1 } from './fw-button-5d24de4c.js';
|
|
14
|
+
export { s as FwButton } from './fw-button-5d24de4c.js';
|
|
15
15
|
import { F as Form } from './vee-validate.esm-028c6424.js';
|
|
16
16
|
export { F as FwForm } from './vee-validate.esm-028c6424.js';
|
|
17
17
|
import 'vue';
|
|
18
|
-
import './es.function.name-
|
|
18
|
+
import './es.function.name-caf4301b.js';
|
|
19
19
|
|
|
20
20
|
function _arrayWithHoles(arr) {
|
|
21
21
|
if (Array.isArray(arr)) return arr;
|
|
File without changes
|
package/frollo-web-ui.esm.js
CHANGED
|
@@ -1744,8 +1744,8 @@ var script$3 = defineComponent({
|
|
|
1744
1744
|
border: 'border-primary focus-visible:ring-primary'
|
|
1745
1745
|
},
|
|
1746
1746
|
tertiary: {
|
|
1747
|
-
text: 'text-
|
|
1748
|
-
background: 'bg-
|
|
1747
|
+
text: 'text-secondary hover:text-tertiary active:text-tertiary',
|
|
1748
|
+
background: 'bg-tertiary hover:bg-secondary active:bg-secondary',
|
|
1749
1749
|
border: 'border-secondary focus-visible:ring-secondary'
|
|
1750
1750
|
},
|
|
1751
1751
|
success: {
|
|
@@ -1770,9 +1770,9 @@ var script$3 = defineComponent({
|
|
|
1770
1770
|
}
|
|
1771
1771
|
});
|
|
1772
1772
|
var sizes = ref({
|
|
1773
|
-
sm: 'px-
|
|
1774
|
-
md: 'px-6 py-1 text-md',
|
|
1775
|
-
lg: 'px-10 py-2 text-lg',
|
|
1773
|
+
sm: 'px-3 py-1 text-sm',
|
|
1774
|
+
md: 'px-6 py-1.5 text-md',
|
|
1775
|
+
lg: 'px-10 py-2.5 text-lg',
|
|
1776
1776
|
xl: 'px-12 py-3 text-xl',
|
|
1777
1777
|
'2xl': 'px-16 py-4 text-2xl'
|
|
1778
1778
|
});
|
|
@@ -1850,7 +1850,7 @@ var script$3 = defineComponent({
|
|
|
1850
1850
|
|
|
1851
1851
|
function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1852
1852
|
return openBlock(), createBlock(resolveDynamicComponent(_ctx.tagName), {
|
|
1853
|
-
"class": normalizeClass(["fw-button cursor-pointer whitespace-nowrap border-2 focus:outline-0 focus-visible:outline-0 focus:ring-none ring-offset-2 focus-visible:ring", [_ctx.textColorClass, _ctx.bgColorClass, _ctx.sizeClass, _ctx.borderClass, _ctx.variant === 'link' ? 'pl-0 pr-0 pt-0 pb-0 rounded-none font-normal' : 'font-bold rounded-full']]),
|
|
1853
|
+
"class": normalizeClass(["fw-button inline-block text-center cursor-pointer whitespace-nowrap border-2 focus:outline-0 focus-visible:outline-0 focus:ring-none ring-offset-2 focus-visible:ring", [_ctx.textColorClass, _ctx.bgColorClass, _ctx.sizeClass, _ctx.borderClass, _ctx.variant === 'link' ? 'pl-0 pr-0 pt-0 pb-0 rounded-none font-normal' : 'font-bold rounded-full']]),
|
|
1854
1854
|
type: _ctx.tagName === 'button' ? _ctx.buttonType : null,
|
|
1855
1855
|
to: _ctx.to ? _ctx.to : null,
|
|
1856
1856
|
href: _ctx.href ? _ctx.href : null,
|
|
@@ -1895,8 +1895,8 @@ function styleInject(css, ref) {
|
|
|
1895
1895
|
}
|
|
1896
1896
|
}
|
|
1897
1897
|
|
|
1898
|
-
var css_248z$3 = ".fw-button{-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
|
|
1899
|
-
var stylesheet$3 = ".fw-button{-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
|
|
1898
|
+
var css_248z$3 = ".fw-button{line-height:normal;-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
|
|
1899
|
+
var stylesheet$3 = ".fw-button{line-height:normal;-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}";
|
|
1900
1900
|
styleInject(css_248z$3);
|
|
1901
1901
|
|
|
1902
1902
|
script$3.render = render$3;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16 13H11.8281L10.4141 14.4141C10.0375 14.7906 9.53438 15 9 15C8.46562 15 7.96375 14.792 7.58594 14.4141L6.17188 13H2C1.44781 13 1 13.4478 1 14V17C1 17.5522 1.44781 18 2 18H16C16.5522 18 17 17.5522 17 17V14C17 13.4469 16.5531 13 16 13ZM14.5 16.25C14.0875 16.25 13.75 15.9125 13.75 15.5C13.75 15.0875 14.0875 14.75 14.5 14.75C14.9125 14.75 15.25 15.0875 15.25 15.5C15.25 15.9125 14.9125 16.25 14.5 16.25Z" />
|
|
3
|
+
<path d="M4.29273 8.70625C3.90242 8.31563 3.90242 7.68281 4.29273 7.29219C4.68336 6.90156 5.31648 6.90156 5.7068 7.29219L7.99898 9.5875V2C7.99898 1.44781 8.4468 1 8.99898 1C9.55117 1 9.99898 1.44781 9.99898 2V9.5875L12.2921 7.29437C12.6824 6.90375 13.3155 6.90375 13.7062 7.29437C14.0965 7.685 14.0965 8.31781 13.7062 8.70844L9.70617 12.7084C9.51148 12.9031 9.25523 13 8.99898 13C8.74273 13 8.48711 12.9023 8.29211 12.707L4.29273 8.70625Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 104 104" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M87.2016 25.4516L65.5687 3.81875C63.1109 1.36947 59.8203 0 56.3672 0H26C18.8195 0 13 5.81953 13 13L13.0013 91C13.0013 98.1805 18.8209 104 26.0013 104H78C85.1805 104 91 98.1805 91 91V34.6328C91 31.1797 89.6391 27.8891 87.2016 25.4516ZM58.5 6.9225C59.4094 7.24059 60.2603 7.70372 60.9619 8.40511L82.5947 30.0379C83.3016 30.7328 83.7687 31.5859 84.0734 32.5H61.75C59.9625 32.5 58.5 31.0375 58.5 29.25V6.9225ZM84.5 91C84.5 94.5831 81.5831 97.5 78 97.5H26C22.4169 97.5 19.5 94.5831 19.5 91V13C19.5 9.41687 22.4169 6.5 26 6.5H52V29.25C52 34.6328 56.3672 39 61.75 39H84.5V91ZM52 79.625C49.3086 79.625 47.125 81.8086 47.125 84.5C47.125 87.1914 49.3086 89.375 52 89.375C54.6934 89.375 56.875 87.1914 56.875 84.5C56.875 81.8086 54.7016 79.625 52 79.625ZM51.8172 74.75C53.7875 74.75 55.25 73.2875 55.25 71.5V48.75C55.25 46.9625 53.7875 45.5 52 45.5C50.2125 45.5 48.75 46.9625 48.75 48.75V71.5C48.75 73.2875 50.1922 74.75 51.8172 74.75Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 118 104" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.82031 104C2.0255 104 0.570312 102.537 0.570312 100.75C0.570312 98.9625 2.0255 97.5 3.82031 97.5H7.07031V88.4203C7.07031 82.0016 9.18484 75.5828 13.0848 70.6672L27.3625 52L13.0848 33.3328C9.18484 28.2344 7.07031 21.9984 7.07031 15.5736V6.5H3.82031C2.0255 6.5 0.570312 5.04563 0.570312 3.25C0.570312 1.45519 2.0255 0 3.82031 0H75.3203C77.1078 0 78.5703 1.45519 78.5703 3.25C78.5703 5.04563 77.1078 6.5 75.3203 6.5H72.0703V15.5736C72.0703 21.9984 69.9578 28.2344 66.0578 33.3328L51.7781 52L56.5922 58.2766C55.4141 60.5109 54.5 62.8875 53.8094 65.3656L45.1156 53.9703C44.2219 52.6297 44.2219 51.1875 45.1156 50.0297L60.7156 29.3922C63.925 25.4312 65.5703 20.5766 65.5703 15.5736V6.5H13.5703V15.5736C13.5703 20.5766 15.2136 25.4312 18.2483 29.3922L34.025 50.0297C34.9188 51.1875 34.9188 52.6297 34.025 53.9703L18.2483 74.6078C15.2136 78.5687 13.5703 83.4234 13.5703 88.4203V97.5H60.7359C62.7875 99.9578 65.1438 102.152 67.7641 104H3.82031ZM53.9109 84.5C54.5609 86.775 55.4141 88.9484 56.4703 91H23.3203C22.1016 91 20.9844 90.3094 20.4298 89.2328C19.8733 87.9734 19.9688 86.8563 20.6756 85.8609L36.7469 63.1109C37.9656 61.6484 39.9969 61.3031 41.4594 62.1766C42.9219 63.3953 43.2672 65.4266 42.2109 66.8891L29.6375 84.5H53.9109ZM37.0313 40.8484L24.0313 24.5984C23.2594 23.8062 23.0969 22.4656 23.6453 21.3484C24.1734 20.217 25.3109 19.5 26.5703 19.5H52.5703C53.8297 19.5 54.9672 20.217 55.4953 21.3484C56.0438 22.4656 55.8813 23.8062 55.1094 24.5984L42.1094 40.8484C41.5 41.8031 40.5656 42.25 39.5703 42.25C38.575 42.25 37.6406 41.8031 37.0313 40.8484ZM39.5703 33.8L45.8063 26H33.3344L39.5703 33.8ZM88.1375 58.5C90.1078 58.5 91.3875 59.9625 91.3875 61.75V71.5H98.0703C99.8578 71.5 101.32 72.9625 101.32 74.75C101.32 76.5375 99.8578 78 98.0703 78H88.1375C86.5328 78 84.8875 76.5375 84.8875 74.75V61.75C84.8875 59.9625 86.5328 58.5 88.1375 58.5ZM59.0703 74.75C59.0703 58.6016 72.1719 45.5 88.3203 45.5C104.469 45.5 117.57 58.6016 117.57 74.75C117.57 90.8984 104.469 104 88.3203 104C72.1719 104 59.0703 90.8984 59.0703 74.75ZM88.3203 97.5C100.894 97.5 111.07 87.3234 111.07 74.75C111.07 62.1766 100.894 52 88.3203 52C75.7469 52 65.5703 62.1766 65.5703 74.75C65.5703 87.3234 75.7469 97.5 88.3203 97.5Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
|
|
2
|
+
<path d="M528 32h-480C21.49 32 0 53.49 0 80V96h576V80C576 53.49 554.5 32 528 32zM0 432C0 458.5 21.49 480 48 480h480c26.51 0 48-21.49 48-48V128H0V432zM368 192h128C504.8 192 512 199.2 512 208S504.8 224 496 224h-128C359.2 224 352 216.8 352 208S359.2 192 368 192zM368 256h128C504.8 256 512 263.2 512 272S504.8 288 496 288h-128C359.2 288 352 280.8 352 272S359.2 256 368 256zM368 320h128c8.836 0 16 7.164 16 16S504.8 352 496 352h-128c-8.836 0-16-7.164-16-16S359.2 320 368 320zM176 192c35.35 0 64 28.66 64 64s-28.65 64-64 64s-64-28.66-64-64S140.7 192 176 192zM112 352h128c26.51 0 48 21.49 48 48c0 8.836-7.164 16-16 16h-192C71.16 416 64 408.8 64 400C64 373.5 85.49 352 112 352z"></path>
|
|
3
|
+
</svg>
|
package/icons/index.ts
CHANGED
|
@@ -7,6 +7,11 @@ import AlertSvg from './alert.svg';
|
|
|
7
7
|
import LockSvg from './lock.svg';
|
|
8
8
|
import EyeSvg from './eye.svg';
|
|
9
9
|
import EyeCrossedSvg from './eye-crossed.svg';
|
|
10
|
+
import DownloadSvg from './download.svg';
|
|
11
|
+
import IdCardSvg from './id-card.svg';
|
|
12
|
+
import InfoCircleSvg from './info-circle.svg';
|
|
13
|
+
import FileExclamationSvg from './file-exclamation.svg';
|
|
14
|
+
import HourglassClockSvg from './hourglass-clock.svg';
|
|
10
15
|
|
|
11
16
|
export {
|
|
12
17
|
ViewSvg,
|
|
@@ -17,5 +22,10 @@ export {
|
|
|
17
22
|
AlertSvg,
|
|
18
23
|
LockSvg,
|
|
19
24
|
EyeSvg,
|
|
20
|
-
EyeCrossedSvg
|
|
25
|
+
EyeCrossedSvg,
|
|
26
|
+
DownloadSvg,
|
|
27
|
+
IdCardSvg,
|
|
28
|
+
InfoCircleSvg,
|
|
29
|
+
FileExclamationSvg,
|
|
30
|
+
HourglassClockSvg
|
|
21
31
|
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8 0C3.58125 0 0 3.58125 0 8C0 12.4187 3.58125 16 8 16C12.4187 16 16 12.4187 16 8C16 3.58125 12.4187 0 8 0ZM8 4C8.55219 4 9 4.44781 9 5C9 5.55219 8.55219 6 8 6C7.44781 6 7 5.55312 7 5C7 4.44688 7.44688 4 8 4ZM9.25 12H6.75C6.3375 12 6 11.6656 6 11.25C6 10.8344 6.33594 10.5 6.75 10.5H7.25V8.5H7C6.58594 8.5 6.25 8.16406 6.25 7.75C6.25 7.33594 6.5875 7 7 7H8C8.41406 7 8.75 7.33594 8.75 7.75V10.5H9.25C9.66406 10.5 10 10.8359 10 11.25C10 11.6641 9.66562 12 9.25 12Z" />
|
|
3
|
+
</svg>
|
package/package.json
CHANGED
package/types/icons/index.d.ts
CHANGED
|
@@ -7,4 +7,9 @@ import AlertSvg from './alert.svg';
|
|
|
7
7
|
import LockSvg from './lock.svg';
|
|
8
8
|
import EyeSvg from './eye.svg';
|
|
9
9
|
import EyeCrossedSvg from './eye-crossed.svg';
|
|
10
|
-
|
|
10
|
+
import DownloadSvg from './download.svg';
|
|
11
|
+
import IdCardSvg from './id-card.svg';
|
|
12
|
+
import InfoCircleSvg from './info-circle.svg';
|
|
13
|
+
import FileExclamationSvg from './file-exclamation.svg';
|
|
14
|
+
import HourglassClockSvg from './hourglass-clock.svg';
|
|
15
|
+
export { ViewSvg, GenerateSvg, ManageSvg, NotFoundSvg, EmailFilledSvg, AlertSvg, LockSvg, EyeSvg, EyeCrossedSvg, DownloadSvg, IdCardSvg, InfoCircleSvg, FileExclamationSvg, HourglassClockSvg };
|