@pretto/picto 4.17.0 → 4.18.0
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/esm/picto.js +79 -4
- package/esm/picto.js.map +1 -1
- package/package.json +1 -1
- package/types/modules/ArrowDirectionDown.d.ts +2 -0
- package/types/modules/ArrowDirectionEgal.d.ts +2 -0
- package/types/modules/ArrowDirectionUp.d.ts +2 -0
- package/types/modules/index.d.ts +5 -2
- package/types/modules/manifest.d.ts +1 -1
package/package.json
CHANGED
package/types/modules/index.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Archive } from './Archive';
|
|
2
|
+
import { ArrowDirectionDown } from './ArrowDirectionDown';
|
|
3
|
+
import { ArrowDirectionEgal } from './ArrowDirectionEgal';
|
|
4
|
+
import { ArrowDirectionUp } from './ArrowDirectionUp';
|
|
2
5
|
import { ArrowDouble } from './ArrowDouble';
|
|
3
6
|
import { ArrowDown } from './ArrowDown';
|
|
4
7
|
import { ArrowDownRightCircle } from './ArrowDownRightCircle';
|
|
@@ -155,6 +158,6 @@ import { Youtube } from './Youtube';
|
|
|
155
158
|
import { ZeroPercent } from './ZeroPercent';
|
|
156
159
|
export { PictoProvider } from '../core';
|
|
157
160
|
export { manifest } from './manifest';
|
|
158
|
-
export { Archive, ArrowDouble, ArrowDown, ArrowDownRightCircle, ArrowLeft, ArrowLeftBold, ArrowRight, ArrowRightBold, ArrowUp, ArrowUpRightCircle, Bank, BankNote, Bars, Bell, Bookmark, BreakBold, Briefcase, BubbleDouble, Building, Bulb, BulletBold, BulletBook, Burden, BurgerBold, Calculator, Calendar, CalendarBold, Camera, ChalkboardTeacher, ChartBar, Check, CheckBold, CheckHandwrite, ChevronDown, ChevronDownBold, ChevronLeftBold, ChevronRightBold, ChevronUp, ChevronUpBold, Clock, ClockBold, CloseBold, Cloud, CloudUpload, Coins, Crane, Crown, DoubleArrow, Download, Duplicate, Envelope, EqualBold, EqualCircle, Euro, EuroBold, ExclamationMarkCircle, ExclamationMarkCircleBold, ExclamationMarkCircleLine, ExclamationMarkTriangle, ExclamationMarkTriangleBold, ExclamationMarkTriangleLine, ExternalLink, Eye, Facebook, FacebookSmall, File, FileCheck, Files, Filter, FirstCircle, Flag, Folder, FolderOpen, FourCircle, Globe, GraduationCap, HandCoin, Heart, HeartPlain, HorseChase, House, HouseMagnifier, InfoCircle, InfoCircleBold, InfoCircleLine, Instagram, Key, LightningBolt, Link, Lock, MagicWand, MagnifyingBold, MagnifyingGlassLeft, Marker, Microphone, MinusBold, MinusCircle, MinusTenBold, Paperclip, Pen, Percent, Phone, Plan, Plane, Play, PlayBold, PlayerBeginBold, PlayerEndBold, PlusBold, PlusCircle, PlusTenBold, Print, QuestionCircleLine, QuestionMarkCircle, QuestionMarkCircleBold, QuoteClose, QuoteOpenPlain, Share, ShieldCheck, Smartphone, SmileyFrown, SmileyHappy, SmileyNeutral, SpeechBubble, SquareMeter, SquareMetersBold, Star, StarFilled, StarHalf, Tada, ThreeCircle, Times, TimesBold, TimesCircle, TimesCircleBold, TimesCircleLine, Toast, Trash, Tree, TreePlain, TribarCircle, Trustpilot, Tune, Twitter, TwitterSmall, TwoCircle, TwoPeople, UserBook, UserCircle, UserId, UserStars, Wall, WorkingMan, Youtube, ZeroPercent };
|
|
161
|
+
export { Archive, ArrowDirectionDown, ArrowDirectionEgal, ArrowDirectionUp, ArrowDouble, ArrowDown, ArrowDownRightCircle, ArrowLeft, ArrowLeftBold, ArrowRight, ArrowRightBold, ArrowUp, ArrowUpRightCircle, Bank, BankNote, Bars, Bell, Bookmark, BreakBold, Briefcase, BubbleDouble, Building, Bulb, BulletBold, BulletBook, Burden, BurgerBold, Calculator, Calendar, CalendarBold, Camera, ChalkboardTeacher, ChartBar, Check, CheckBold, CheckHandwrite, ChevronDown, ChevronDownBold, ChevronLeftBold, ChevronRightBold, ChevronUp, ChevronUpBold, Clock, ClockBold, CloseBold, Cloud, CloudUpload, Coins, Crane, Crown, DoubleArrow, Download, Duplicate, Envelope, EqualBold, EqualCircle, Euro, EuroBold, ExclamationMarkCircle, ExclamationMarkCircleBold, ExclamationMarkCircleLine, ExclamationMarkTriangle, ExclamationMarkTriangleBold, ExclamationMarkTriangleLine, ExternalLink, Eye, Facebook, FacebookSmall, File, FileCheck, Files, Filter, FirstCircle, Flag, Folder, FolderOpen, FourCircle, Globe, GraduationCap, HandCoin, Heart, HeartPlain, HorseChase, House, HouseMagnifier, InfoCircle, InfoCircleBold, InfoCircleLine, Instagram, Key, LightningBolt, Link, Lock, MagicWand, MagnifyingBold, MagnifyingGlassLeft, Marker, Microphone, MinusBold, MinusCircle, MinusTenBold, Paperclip, Pen, Percent, Phone, Plan, Plane, Play, PlayBold, PlayerBeginBold, PlayerEndBold, PlusBold, PlusCircle, PlusTenBold, Print, QuestionCircleLine, QuestionMarkCircle, QuestionMarkCircleBold, QuoteClose, QuoteOpenPlain, Share, ShieldCheck, Smartphone, SmileyFrown, SmileyHappy, SmileyNeutral, SpeechBubble, SquareMeter, SquareMetersBold, Star, StarFilled, StarHalf, Tada, ThreeCircle, Times, TimesBold, TimesCircle, TimesCircleBold, TimesCircleLine, Toast, Trash, Tree, TreePlain, TribarCircle, Trustpilot, Tune, Twitter, TwitterSmall, TwoCircle, TwoPeople, UserBook, UserCircle, UserId, UserStars, Wall, WorkingMan, Youtube, ZeroPercent };
|
|
159
162
|
export type { PictoName } from './manifest';
|
|
160
|
-
export declare type Picto = typeof Archive | typeof ArrowDouble | typeof ArrowDown | typeof ArrowDownRightCircle | typeof ArrowLeft | typeof ArrowLeftBold | typeof ArrowRight | typeof ArrowRightBold | typeof ArrowUp | typeof ArrowUpRightCircle | typeof Bank | typeof BankNote | typeof Bars | typeof Bell | typeof Bookmark | typeof BreakBold | typeof Briefcase | typeof BubbleDouble | typeof Building | typeof Bulb | typeof BulletBold | typeof BulletBook | typeof Burden | typeof BurgerBold | typeof Calculator | typeof Calendar | typeof CalendarBold | typeof Camera | typeof ChalkboardTeacher | typeof ChartBar | typeof Check | typeof CheckBold | typeof CheckHandwrite | typeof ChevronDown | typeof ChevronDownBold | typeof ChevronLeftBold | typeof ChevronRightBold | typeof ChevronUp | typeof ChevronUpBold | typeof Clock | typeof ClockBold | typeof CloseBold | typeof Cloud | typeof CloudUpload | typeof Coins | typeof Crane | typeof Crown | typeof DoubleArrow | typeof Download | typeof Duplicate | typeof Envelope | typeof EqualBold | typeof EqualCircle | typeof Euro | typeof EuroBold | typeof ExclamationMarkCircle | typeof ExclamationMarkCircleBold | typeof ExclamationMarkCircleLine | typeof ExclamationMarkTriangle | typeof ExclamationMarkTriangleBold | typeof ExclamationMarkTriangleLine | typeof ExternalLink | typeof Eye | typeof Facebook | typeof FacebookSmall | typeof File | typeof FileCheck | typeof Files | typeof Filter | typeof FirstCircle | typeof Flag | typeof Folder | typeof FolderOpen | typeof FourCircle | typeof Globe | typeof GraduationCap | typeof HandCoin | typeof Heart | typeof HeartPlain | typeof HorseChase | typeof House | typeof HouseMagnifier | typeof InfoCircle | typeof InfoCircleBold | typeof InfoCircleLine | typeof Instagram | typeof Key | typeof LightningBolt | typeof Link | typeof Lock | typeof MagicWand | typeof MagnifyingBold | typeof MagnifyingGlassLeft | typeof Marker | typeof Microphone | typeof MinusBold | typeof MinusCircle | typeof MinusTenBold | typeof Paperclip | typeof Pen | typeof Percent | typeof Phone | typeof Plan | typeof Plane | typeof Play | typeof PlayBold | typeof PlayerBeginBold | typeof PlayerEndBold | typeof PlusBold | typeof PlusCircle | typeof PlusTenBold | typeof Print | typeof QuestionCircleLine | typeof QuestionMarkCircle | typeof QuestionMarkCircleBold | typeof QuoteClose | typeof QuoteOpenPlain | typeof Share | typeof ShieldCheck | typeof Smartphone | typeof SmileyFrown | typeof SmileyHappy | typeof SmileyNeutral | typeof SpeechBubble | typeof SquareMeter | typeof SquareMetersBold | typeof Star | typeof StarFilled | typeof StarHalf | typeof Tada | typeof ThreeCircle | typeof Times | typeof TimesBold | typeof TimesCircle | typeof TimesCircleBold | typeof TimesCircleLine | typeof Toast | typeof Trash | typeof Tree | typeof TreePlain | typeof TribarCircle | typeof Trustpilot | typeof Tune | typeof Twitter | typeof TwitterSmall | typeof TwoCircle | typeof TwoPeople | typeof UserBook | typeof UserCircle | typeof UserId | typeof UserStars | typeof Wall | typeof WorkingMan | typeof Youtube | typeof ZeroPercent;
|
|
163
|
+
export declare type Picto = typeof Archive | typeof ArrowDirectionDown | typeof ArrowDirectionEgal | typeof ArrowDirectionUp | typeof ArrowDouble | typeof ArrowDown | typeof ArrowDownRightCircle | typeof ArrowLeft | typeof ArrowLeftBold | typeof ArrowRight | typeof ArrowRightBold | typeof ArrowUp | typeof ArrowUpRightCircle | typeof Bank | typeof BankNote | typeof Bars | typeof Bell | typeof Bookmark | typeof BreakBold | typeof Briefcase | typeof BubbleDouble | typeof Building | typeof Bulb | typeof BulletBold | typeof BulletBook | typeof Burden | typeof BurgerBold | typeof Calculator | typeof Calendar | typeof CalendarBold | typeof Camera | typeof ChalkboardTeacher | typeof ChartBar | typeof Check | typeof CheckBold | typeof CheckHandwrite | typeof ChevronDown | typeof ChevronDownBold | typeof ChevronLeftBold | typeof ChevronRightBold | typeof ChevronUp | typeof ChevronUpBold | typeof Clock | typeof ClockBold | typeof CloseBold | typeof Cloud | typeof CloudUpload | typeof Coins | typeof Crane | typeof Crown | typeof DoubleArrow | typeof Download | typeof Duplicate | typeof Envelope | typeof EqualBold | typeof EqualCircle | typeof Euro | typeof EuroBold | typeof ExclamationMarkCircle | typeof ExclamationMarkCircleBold | typeof ExclamationMarkCircleLine | typeof ExclamationMarkTriangle | typeof ExclamationMarkTriangleBold | typeof ExclamationMarkTriangleLine | typeof ExternalLink | typeof Eye | typeof Facebook | typeof FacebookSmall | typeof File | typeof FileCheck | typeof Files | typeof Filter | typeof FirstCircle | typeof Flag | typeof Folder | typeof FolderOpen | typeof FourCircle | typeof Globe | typeof GraduationCap | typeof HandCoin | typeof Heart | typeof HeartPlain | typeof HorseChase | typeof House | typeof HouseMagnifier | typeof InfoCircle | typeof InfoCircleBold | typeof InfoCircleLine | typeof Instagram | typeof Key | typeof LightningBolt | typeof Link | typeof Lock | typeof MagicWand | typeof MagnifyingBold | typeof MagnifyingGlassLeft | typeof Marker | typeof Microphone | typeof MinusBold | typeof MinusCircle | typeof MinusTenBold | typeof Paperclip | typeof Pen | typeof Percent | typeof Phone | typeof Plan | typeof Plane | typeof Play | typeof PlayBold | typeof PlayerBeginBold | typeof PlayerEndBold | typeof PlusBold | typeof PlusCircle | typeof PlusTenBold | typeof Print | typeof QuestionCircleLine | typeof QuestionMarkCircle | typeof QuestionMarkCircleBold | typeof QuoteClose | typeof QuoteOpenPlain | typeof Share | typeof ShieldCheck | typeof Smartphone | typeof SmileyFrown | typeof SmileyHappy | typeof SmileyNeutral | typeof SpeechBubble | typeof SquareMeter | typeof SquareMetersBold | typeof Star | typeof StarFilled | typeof StarHalf | typeof Tada | typeof ThreeCircle | typeof Times | typeof TimesBold | typeof TimesCircle | typeof TimesCircleBold | typeof TimesCircleLine | typeof Toast | typeof Trash | typeof Tree | typeof TreePlain | typeof TribarCircle | typeof Trustpilot | typeof Tune | typeof Twitter | typeof TwitterSmall | typeof TwoCircle | typeof TwoPeople | typeof UserBook | typeof UserCircle | typeof UserId | typeof UserStars | typeof Wall | typeof WorkingMan | typeof Youtube | typeof ZeroPercent;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare type PictoName = "Archive" | "ArrowDouble" | "ArrowDown" | "ArrowDownRightCircle" | "ArrowLeft" | "ArrowLeftBold" | "ArrowRight" | "ArrowRightBold" | "ArrowUp" | "ArrowUpRightCircle" | "Bank" | "BankNote" | "Bars" | "Bell" | "Bookmark" | "BreakBold" | "Briefcase" | "BubbleDouble" | "Building" | "Bulb" | "BulletBold" | "BulletBook" | "Burden" | "BurgerBold" | "Calculator" | "Calendar" | "CalendarBold" | "Camera" | "ChalkboardTeacher" | "ChartBar" | "Check" | "CheckBold" | "CheckHandwrite" | "ChevronDown" | "ChevronDownBold" | "ChevronLeftBold" | "ChevronRightBold" | "ChevronUp" | "ChevronUpBold" | "Clock" | "ClockBold" | "CloseBold" | "Cloud" | "CloudUpload" | "Coins" | "Crane" | "Crown" | "DoubleArrow" | "Download" | "Duplicate" | "Envelope" | "EqualBold" | "EqualCircle" | "Euro" | "EuroBold" | "ExclamationMarkCircle" | "ExclamationMarkCircleBold" | "ExclamationMarkCircleLine" | "ExclamationMarkTriangle" | "ExclamationMarkTriangleBold" | "ExclamationMarkTriangleLine" | "ExternalLink" | "Eye" | "Facebook" | "FacebookSmall" | "File" | "FileCheck" | "Files" | "Filter" | "FirstCircle" | "Flag" | "Folder" | "FolderOpen" | "FourCircle" | "Globe" | "GraduationCap" | "HandCoin" | "Heart" | "HeartPlain" | "HorseChase" | "House" | "HouseMagnifier" | "InfoCircle" | "InfoCircleBold" | "InfoCircleLine" | "Instagram" | "Key" | "LightningBolt" | "Link" | "Lock" | "MagicWand" | "MagnifyingBold" | "MagnifyingGlassLeft" | "Marker" | "Microphone" | "MinusBold" | "MinusCircle" | "MinusTenBold" | "Paperclip" | "Pen" | "Percent" | "Phone" | "Plan" | "Plane" | "Play" | "PlayBold" | "PlayerBeginBold" | "PlayerEndBold" | "PlusBold" | "PlusCircle" | "PlusTenBold" | "Print" | "QuestionCircleLine" | "QuestionMarkCircle" | "QuestionMarkCircleBold" | "QuoteClose" | "QuoteOpenPlain" | "Share" | "ShieldCheck" | "Smartphone" | "SmileyFrown" | "SmileyHappy" | "SmileyNeutral" | "SpeechBubble" | "SquareMeter" | "SquareMetersBold" | "Star" | "StarFilled" | "StarHalf" | "Tada" | "ThreeCircle" | "Times" | "TimesBold" | "TimesCircle" | "TimesCircleBold" | "TimesCircleLine" | "Toast" | "Trash" | "Tree" | "TreePlain" | "TribarCircle" | "Trustpilot" | "Tune" | "Twitter" | "TwitterSmall" | "TwoCircle" | "TwoPeople" | "UserBook" | "UserCircle" | "UserId" | "UserStars" | "Wall" | "WorkingMan" | "Youtube" | "ZeroPercent";
|
|
1
|
+
export declare type PictoName = "Archive" | "ArrowDirectionDown" | "ArrowDirectionEgal" | "ArrowDirectionUp" | "ArrowDouble" | "ArrowDown" | "ArrowDownRightCircle" | "ArrowLeft" | "ArrowLeftBold" | "ArrowRight" | "ArrowRightBold" | "ArrowUp" | "ArrowUpRightCircle" | "Bank" | "BankNote" | "Bars" | "Bell" | "Bookmark" | "BreakBold" | "Briefcase" | "BubbleDouble" | "Building" | "Bulb" | "BulletBold" | "BulletBook" | "Burden" | "BurgerBold" | "Calculator" | "Calendar" | "CalendarBold" | "Camera" | "ChalkboardTeacher" | "ChartBar" | "Check" | "CheckBold" | "CheckHandwrite" | "ChevronDown" | "ChevronDownBold" | "ChevronLeftBold" | "ChevronRightBold" | "ChevronUp" | "ChevronUpBold" | "Clock" | "ClockBold" | "CloseBold" | "Cloud" | "CloudUpload" | "Coins" | "Crane" | "Crown" | "DoubleArrow" | "Download" | "Duplicate" | "Envelope" | "EqualBold" | "EqualCircle" | "Euro" | "EuroBold" | "ExclamationMarkCircle" | "ExclamationMarkCircleBold" | "ExclamationMarkCircleLine" | "ExclamationMarkTriangle" | "ExclamationMarkTriangleBold" | "ExclamationMarkTriangleLine" | "ExternalLink" | "Eye" | "Facebook" | "FacebookSmall" | "File" | "FileCheck" | "Files" | "Filter" | "FirstCircle" | "Flag" | "Folder" | "FolderOpen" | "FourCircle" | "Globe" | "GraduationCap" | "HandCoin" | "Heart" | "HeartPlain" | "HorseChase" | "House" | "HouseMagnifier" | "InfoCircle" | "InfoCircleBold" | "InfoCircleLine" | "Instagram" | "Key" | "LightningBolt" | "Link" | "Lock" | "MagicWand" | "MagnifyingBold" | "MagnifyingGlassLeft" | "Marker" | "Microphone" | "MinusBold" | "MinusCircle" | "MinusTenBold" | "Paperclip" | "Pen" | "Percent" | "Phone" | "Plan" | "Plane" | "Play" | "PlayBold" | "PlayerBeginBold" | "PlayerEndBold" | "PlusBold" | "PlusCircle" | "PlusTenBold" | "Print" | "QuestionCircleLine" | "QuestionMarkCircle" | "QuestionMarkCircleBold" | "QuoteClose" | "QuoteOpenPlain" | "Share" | "ShieldCheck" | "Smartphone" | "SmileyFrown" | "SmileyHappy" | "SmileyNeutral" | "SpeechBubble" | "SquareMeter" | "SquareMetersBold" | "Star" | "StarFilled" | "StarHalf" | "Tada" | "ThreeCircle" | "Times" | "TimesBold" | "TimesCircle" | "TimesCircleBold" | "TimesCircleLine" | "Toast" | "Trash" | "Tree" | "TreePlain" | "TribarCircle" | "Trustpilot" | "Tune" | "Twitter" | "TwitterSmall" | "TwoCircle" | "TwoPeople" | "UserBook" | "UserCircle" | "UserId" | "UserStars" | "Wall" | "WorkingMan" | "Youtube" | "ZeroPercent";
|
|
2
2
|
export declare const manifest: PictoName[];
|