@frollo/frollo-web-ui 9.0.4 → 9.0.5
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 +182 -160
- package/esm/fw-accordion.js +1 -1
- package/esm/fw-alert.js +1 -1
- package/esm/{fw-button-DZTHZLjk.js → fw-button-Cj5UEwCt.js} +1 -1
- package/esm/fw-button.js +2 -2
- package/esm/fw-date-picker.js +1 -1
- package/esm/fw-drawer.js +2 -2
- package/esm/{fw-dropdown-CSmYTm5O.js → fw-dropdown-CnY-nWFa.js} +2 -2
- package/esm/fw-dropdown.js +3 -3
- package/esm/{fw-image-A2lXYs0u.js → fw-image-MQo9Gq8s.js} +1 -1
- package/esm/fw-image.js +2 -2
- package/esm/fw-media-picker.js +4 -4
- package/esm/fw-modal.js +3 -3
- package/esm/fw-navigation-menu.js +2 -2
- package/esm/fw-progress-bar.js +1 -1
- package/esm/fw-provider-list.js +6 -6
- package/esm/fw-sidebar-menu.js +2 -2
- package/esm/{fw-table-row-BU0xaybR.js → fw-table-row-PzizodKH.js} +2 -2
- package/esm/fw-table.js +3 -3
- package/esm/fw-tabs.js +2 -2
- package/esm/{fw-tag-BRxPc4zc.js → fw-tag-D07xz6yt.js} +2 -2
- package/esm/fw-tag.js +3 -3
- package/esm/fw-toast.js +1 -1
- package/esm/fw-transactions-card.js +2 -2
- package/esm/{index-DHyRsKsZ.js → index-BxwEcRoY.js} +146 -122
- package/esm/{index-BU92JA8Z.js → index-DnLeG0TM.js} +2 -2
- package/esm/index.js +8 -8
- package/frollo-web-ui.esm.js +187 -163
- package/icons/circle-check.svg +1 -1
- package/icons/index.ts +2 -0
- package/package.json +1 -1
- package/types/icons/index.d.ts +2 -1
- package/web-components/index.js +188 -164
package/icons/circle-check.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path d="M41 60L52.7997 71.7997C53.1876 72.1876 53.8154 72.1906 54.207 71.8066L79.5 47" stroke="currentColor" stroke-width="4" stroke-linecap="round"/>
|
|
3
3
|
<path d="M11 60.0001C11 32.9395 32.9396 11 60 11C87.0604 11 109 32.9395 109 60.0001C109 87.0604 87.0604 109 60 109C40.3532 109 23.4006 97.4361 15.6021 80.7346" stroke="currentColor" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
4
|
</svg>
|
package/icons/index.ts
CHANGED
|
@@ -51,6 +51,7 @@ import ArrowRightSvg from './arrow-right.svg';
|
|
|
51
51
|
import ArrowOutSquareSvg from './arrow-out-square.svg';
|
|
52
52
|
import ArrowConnectSvg from './arrow-connect.svg';
|
|
53
53
|
import CircleExclamationSvg from './circle-exclamation.svg';
|
|
54
|
+
import CircleCheckSvg from './circle-check.svg';
|
|
54
55
|
import ClockSvg from './clock.svg';
|
|
55
56
|
import DesktopSvg from './desktop.svg';
|
|
56
57
|
import ErrorSvg from './error.svg';
|
|
@@ -117,6 +118,7 @@ export {
|
|
|
117
118
|
ArrowOutSquareSvg,
|
|
118
119
|
ArrowConnectSvg,
|
|
119
120
|
CircleExclamationSvg,
|
|
121
|
+
CircleCheckSvg,
|
|
120
122
|
ClockSvg,
|
|
121
123
|
DesktopSvg,
|
|
122
124
|
ErrorSvg,
|
package/package.json
CHANGED
package/types/icons/index.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ import ArrowRightSvg from './arrow-right.svg';
|
|
|
51
51
|
import ArrowOutSquareSvg from './arrow-out-square.svg';
|
|
52
52
|
import ArrowConnectSvg from './arrow-connect.svg';
|
|
53
53
|
import CircleExclamationSvg from './circle-exclamation.svg';
|
|
54
|
+
import CircleCheckSvg from './circle-check.svg';
|
|
54
55
|
import ClockSvg from './clock.svg';
|
|
55
56
|
import DesktopSvg from './desktop.svg';
|
|
56
57
|
import ErrorSvg from './error.svg';
|
|
@@ -62,4 +63,4 @@ import UserPlusSvg from './user-plus.svg';
|
|
|
62
63
|
import ManualAccountSvg from './manual-account.svg';
|
|
63
64
|
import DefaultProviderSvg from './default-provider.svg';
|
|
64
65
|
import PendingSvg from './pending.svg';
|
|
65
|
-
export { ViewSvg, GenerateSvg, ManageSvg, NotFoundSvg, EmailFilledSvg, AlertSvg, LockSvg, EyeSvg, EyeCrossedSvg, DownloadSvg, IdCardSvg, InfoCircleSvg, FileExclamationSvg, HourglassClockSvg, EnvelopeSvg, CheckSvg, ChevronUpSvg, ChevronDownSvg, ChevronRightSvg, ChevronLeftSvg, ErrorFilledSvg, LightBulbSvg, LandmarkSvg, CoinsSvg, CaretDownSvg, SortLightSvg, PlusSvg, UserSvg, LoadingSvg, BullseyeSvg, SolidCheckSvg, SolidXMarkSvg, ArrowSortSvg, ArrowDownSvg, SearchSvg, XMarkSvg, PenSvg, CalendarSvg, CalendarDaySvg, EllipsisSvg, ChartLineUpSvg, SackDollarSvg, MountainFlagSvg, CloudArrowUpSvg, GuideSvg, ArrowRotateSvg, InfoCircleRegularSvg, CopyChainSvg, ArrowLeftSvg, ArrowRightSvg, ArrowOutSquareSvg, ArrowConnectSvg, CircleExclamationSvg, ClockSvg, DesktopSvg, ErrorSvg, FolderArrowDownSvg, MobileSvg, PaperPlaneSvg, SuccessHillSvg, UserPlusSvg, ManualAccountSvg, DefaultProviderSvg, PendingSvg };
|
|
66
|
+
export { ViewSvg, GenerateSvg, ManageSvg, NotFoundSvg, EmailFilledSvg, AlertSvg, LockSvg, EyeSvg, EyeCrossedSvg, DownloadSvg, IdCardSvg, InfoCircleSvg, FileExclamationSvg, HourglassClockSvg, EnvelopeSvg, CheckSvg, ChevronUpSvg, ChevronDownSvg, ChevronRightSvg, ChevronLeftSvg, ErrorFilledSvg, LightBulbSvg, LandmarkSvg, CoinsSvg, CaretDownSvg, SortLightSvg, PlusSvg, UserSvg, LoadingSvg, BullseyeSvg, SolidCheckSvg, SolidXMarkSvg, ArrowSortSvg, ArrowDownSvg, SearchSvg, XMarkSvg, PenSvg, CalendarSvg, CalendarDaySvg, EllipsisSvg, ChartLineUpSvg, SackDollarSvg, MountainFlagSvg, CloudArrowUpSvg, GuideSvg, ArrowRotateSvg, InfoCircleRegularSvg, CopyChainSvg, ArrowLeftSvg, ArrowRightSvg, ArrowOutSquareSvg, ArrowConnectSvg, CircleExclamationSvg, CircleCheckSvg, ClockSvg, DesktopSvg, ErrorSvg, FolderArrowDownSvg, MobileSvg, PaperPlaneSvg, SuccessHillSvg, UserPlusSvg, ManualAccountSvg, DefaultProviderSvg, PendingSvg };
|