@frollo/frollo-web-ui 9.0.12 → 9.0.14

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/icons/index.ts CHANGED
@@ -64,6 +64,7 @@ import ManualAccountSvg from './manual-account.svg';
64
64
  import DefaultProviderSvg from './default-provider.svg';
65
65
  import PendingSvg from './pending.svg';
66
66
  import CirclePlusSvg from './circle-plus.svg';
67
+ import LockOutlineSvg from './lock-outline.svg';
67
68
 
68
69
  export {
69
70
  ViewSvg,
@@ -131,5 +132,6 @@ export {
131
132
  ManualAccountSvg,
132
133
  DefaultProviderSvg,
133
134
  PendingSvg,
134
- CirclePlusSvg
135
+ CirclePlusSvg,
136
+ LockOutlineSvg
135
137
  };
@@ -0,0 +1,3 @@
1
+ <svg fill="currentColor" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M41.1426 21.4287V15.4287C41.1426 12.115 38.4563 9.42871 35.1426 9.42871H24.8574C21.5437 9.42871 18.8574 12.115 18.8574 15.4287V21.4287H41.1426ZM45.8574 21.4287C48.9343 21.4289 51.4287 23.9231 51.4287 27V48.4287C51.4286 51.5056 48.9343 53.9998 45.8574 54H18.8574C17.9108 54 17.1428 53.2327 17.1426 52.2861C17.1426 51.3394 17.9106 50.5713 18.8574 50.5713H45.8574C47.0407 50.5711 47.9999 49.612 48 48.4287V27C48 25.8166 47.0408 24.8576 45.8574 24.8574H13.2861C12.1027 24.8574 11.1426 25.8165 11.1426 27V45.4287C11.1425 46.3754 10.3754 47.1425 9.42871 47.1426C8.48198 47.1426 7.71394 46.3754 7.71387 45.4287V27C7.71387 23.923 10.2091 21.4287 13.2861 21.4287H15.4287V15.4287C15.4287 10.2215 19.6502 6 24.8574 6H35.1426C40.3498 6 44.5713 10.2215 44.5713 15.4287V21.4287H45.8574Z"/>
3
+ </svg>
package/index.d.ts CHANGED
@@ -4479,6 +4479,7 @@ declare const _default$2: vue.DefineComponent<vue.ExtractPropTypes<{
4479
4479
  minPercentage: vue.ComputedRef<number>;
4480
4480
  maxPercentage: vue.ComputedRef<number>;
4481
4481
  clippingPoint: vue.ComputedRef<boolean>;
4482
+ lastMoved: vue.Ref<"min" | "max", "min" | "max">;
4482
4483
  trackStyle: vue.ComputedRef<{
4483
4484
  background: string;
4484
4485
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frollo/frollo-web-ui",
3
- "version": "9.0.12",
3
+ "version": "9.0.14",
4
4
  "description": "Frollo's UI library for components, utilities and configs",
5
5
  "exports": {
6
6
  "./icons": "./icons/index.ts",
@@ -25,6 +25,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
25
  minPercentage: import("vue").ComputedRef<number>;
26
26
  maxPercentage: import("vue").ComputedRef<number>;
27
27
  clippingPoint: import("vue").ComputedRef<boolean>;
28
+ lastMoved: import("vue").Ref<"min" | "max", "min" | "max">;
28
29
  trackStyle: import("vue").ComputedRef<{
29
30
  background: string;
30
31
  }>;
@@ -64,4 +64,5 @@ import ManualAccountSvg from './manual-account.svg';
64
64
  import DefaultProviderSvg from './default-provider.svg';
65
65
  import PendingSvg from './pending.svg';
66
66
  import CirclePlusSvg from './circle-plus.svg';
67
- 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, CirclePlusSvg };
67
+ import LockOutlineSvg from './lock-outline.svg';
68
+ 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, CirclePlusSvg, LockOutlineSvg };