@pedidopago/ui 1.8.5 → 1.8.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/dist/components/Icon/data/dash.js +1 -1
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/Icon/types.d.ts.map +1 -1
- package/dist/components/Select/components/OptionsSelect/styles.d.ts +2 -256
- package/dist/components/Select/components/OptionsSelect/styles.d.ts.map +1 -1
- package/dist/components/Select/components/OptionsSelect/styles.js +1 -1
- package/dist/utils/formatters/document.d.ts +8 -0
- package/dist/utils/formatters/document.d.ts.map +1 -0
- package/dist/utils/formatters/document.js +6 -0
- package/package.json +1 -1
- package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts +0 -5
- package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts.map +0 -1
- package/dist/components/Illustration/AlternativeOrderSvg/index.js +0 -107
- package/dist/components/Illustration/BoletoSvg/index.d.ts +0 -5
- package/dist/components/Illustration/BoletoSvg/index.d.ts.map +0 -1
- package/dist/components/Illustration/BoletoSvg/index.js +0 -168
- package/dist/components/Illustration/BoxClosedSvg/index.d.ts +0 -5
- package/dist/components/Illustration/BoxClosedSvg/index.d.ts.map +0 -1
- package/dist/components/Illustration/BoxClosedSvg/index.js +0 -99
- package/dist/components/Illustration/BoxDeliverySvg/index.d.ts +0 -5
- package/dist/components/Illustration/BoxDeliverySvg/index.d.ts.map +0 -1
- package/dist/components/Illustration/BoxDeliverySvg/index.js +0 -111
- package/dist/components/Illustration/BoxOpenSvg/index.d.ts +0 -5
- package/dist/components/Illustration/BoxOpenSvg/index.d.ts.map +0 -1
- package/dist/components/Illustration/BoxOpenSvg/index.js +0 -108
- package/dist/components/Illustration/CalendarSvg/index.d.ts +0 -5
- package/dist/components/Illustration/CalendarSvg/index.d.ts.map +0 -1
- package/dist/components/Illustration/CalendarSvg/index.js +0 -109
- package/dist/components/Illustration/CardSvg/index.d.ts +0 -5
- package/dist/components/Illustration/CardSvg/index.d.ts.map +0 -1
- package/dist/components/Illustration/CardSvg/index.js +0 -110
- package/dist/components/Illustration/CollaboratorSvg/index.d.ts +0 -5
- package/dist/components/Illustration/CollaboratorSvg/index.d.ts.map +0 -1
- package/dist/components/Illustration/CollaboratorSvg/index.js +0 -99
- package/dist/components/Illustration/InquirySvg/index.d.ts +0 -5
- package/dist/components/Illustration/InquirySvg/index.d.ts.map +0 -1
- package/dist/components/Illustration/InquirySvg/index.js +0 -219
- package/dist/components/Illustration/OrderSvg/index.d.ts +0 -5
- package/dist/components/Illustration/OrderSvg/index.d.ts.map +0 -1
- package/dist/components/Illustration/OrderSvg/index.js +0 -135
- package/dist/components/Illustration/PixSvg/index.d.ts +0 -5
- package/dist/components/Illustration/PixSvg/index.d.ts.map +0 -1
- package/dist/components/Illustration/PixSvg/index.js +0 -93
- package/dist/components/Illustration/PrescriptionSvg/index.d.ts +0 -5
- package/dist/components/Illustration/PrescriptionSvg/index.d.ts.map +0 -1
- package/dist/components/Illustration/PrescriptionSvg/index.js +0 -81
- package/dist/components/Illustration/TransportSvg/index.d.ts +0 -5
- package/dist/components/Illustration/TransportSvg/index.d.ts.map +0 -1
- package/dist/components/Illustration/TransportSvg/index.js +0 -102
- package/dist/components/NewSelect/components/OptionsSelect/index.d.ts +0 -4
- package/dist/components/NewSelect/components/OptionsSelect/index.d.ts.map +0 -1
- package/dist/components/NewSelect/components/OptionsSelect/index.js +0 -56
- package/dist/components/RadioInput/components/ChoiceList/index.d.ts +0 -6
- package/dist/components/RadioInput/components/ChoiceList/index.d.ts.map +0 -1
- package/dist/components/RadioInput/components/ChoiceList/index.js +0 -86
- package/dist/components/RadioInput/index.d.ts +0 -5
- package/dist/components/RadioInput/index.d.ts.map +0 -1
- package/dist/components/RadioInput/index.js +0 -44
- package/dist/components/RadioInput/radio-input.test.d.ts +0 -2
- package/dist/components/RadioInput/radio-input.test.d.ts.map +0 -1
- package/dist/components/RadioInput/radio-input.test.js +0 -184
- package/dist/components/RadioInput/styles.d.ts +0 -31
- package/dist/components/RadioInput/styles.d.ts.map +0 -1
- package/dist/components/RadioInput/styles.js +0 -39
- package/dist/components/RadioInput/types.d.ts +0 -27
- package/dist/components/RadioInput/types.d.ts.map +0 -1
- package/dist/components/RadioInput/types.js +0 -1
- package/dist/components/RadioInput/utils/get-colors-props.d.ts +0 -12
- package/dist/components/RadioInput/utils/get-colors-props.d.ts.map +0 -1
- package/dist/components/RadioInput/utils/get-colors-props.js +0 -19
- package/dist/components/Steps/components/StepIconMobile/index.d.ts +0 -4
- package/dist/components/Steps/components/StepIconMobile/index.d.ts.map +0 -1
- package/dist/components/Steps/components/StepIconMobile/index.js +0 -126
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GlobalColorsProps } from '../../shared/theme';
|
|
2
|
-
export type IconName = 'activity' | 'adjustments-horizontal' | 'ai' | 'airplay' | 'alert-circle' | 'alert-octagon' | 'alert-triangle' | 'align-center' | 'align-justify' | 'align-left' | 'align-right' | 'anchor' | 'aperture' | 'archive' | 'arrow-down-circle' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-down' | 'arrow-left-circle' | 'arrow-left' | 'arrow-right-circle' | 'arrow-right' | 'arrow-up-circle' | 'arrow-up-left' | 'arrow-up-right' | 'arrow-up' | 'at-sign' | 'award' | 'bank' | 'bar-chart-2' | 'bar-chart' | 'barcode' | 'barcode1' | 'battery-charging' | 'battery' | 'bell-off' | 'bell' | 'billet' | 'bluetooth' | 'bold' | 'book-open' | 'book' | 'bookmark' | 'box' | 'briefcase' | 'bug' | 'bunny' | 'calendar' | 'camera-off' | 'camera' | 'capsules' | 'card-and-code' | 'card' | 'card1' | 'card2' | 'cardcredit' | 'cash' | 'cast' | 'champion' | 'check-circle-outlined' | 'check-circle' | 'check-outlined' | 'check-square' | 'check' | 'cheque' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down' | 'chevrons-left' | 'chevrons-right' | 'chevrons-up' | 'chrome' | 'circle' | 'clipboard' | 'clock' | 'cloud-drizzle' | 'cloud-off' | 'cloud-snow' | 'cloud' | 'code' | 'codepen' | 'codesandbox' | 'coffee' | 'coin' | 'cold' | 'color' | 'columns' | 'command' | 'compass' | 'connect' | 'copy' | 'corner-down-left' | 'corner-down-right' | 'corner-left-down' | 'corner-left-up' | 'corner-right-down' | 'corner-right-up' | 'corner-up-left' | 'corner-up-right' | 'cpu' | 'crop' | 'crosshair' | 'csv' | 'database' | 'delete' | 'desktop' | 'disc' | 'dislike' | 'dna' | 'dollar-sign' | 'double-check' | 'download-cloud' | 'download' | 'droplet' | 'duplicate' | 'edit-3' | 'edit' | 'editor-align-center' | 'editor-align-justify' | 'editor-align-left' | 'editor-align-right' | 'editor-blockquotes' | 'editor-bold' | 'editor-clear-marks' | 'editor-clear-nodes' | 'editor-code-block' | 'editor-h1' | 'editor-h2' | 'editor-h3' | 'editor-h4' | 'editor-h5' | 'editor-h6' | 'editor-hard-break' | 'editor-horizontal-rule' | 'editor-italic' | 'editor-ordered-list' | 'editor-paragraph' | 'editor-redo' | 'editor-strike' | 'editor-underline' | 'editor-undo' | 'editor-unordered-list' | 'equal' | 'expand' | 'external-link' | 'external' | 'eye-off' | 'eye' | 'facebook' | 'fast-forward' | 'feather' | 'figma' | 'file-plus' | 'file-text' | 'file' | 'film' | 'filter' | '
|
|
2
|
+
export type IconName = 'activity' | 'adjustments-horizontal' | 'ai' | 'airplay' | 'alert-circle' | 'alert-octagon' | 'alert-triangle' | 'align-center' | 'align-justify' | 'align-left' | 'align-right' | 'anchor' | 'aperture' | 'archive' | 'arrow-down-circle' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-down' | 'arrow-left-circle' | 'arrow-left' | 'arrow-right-circle' | 'arrow-right' | 'arrow-up-circle' | 'arrow-up-left' | 'arrow-up-right' | 'arrow-up' | 'at-sign' | 'award' | 'bank' | 'bar-chart-2' | 'bar-chart' | 'barcode' | 'barcode1' | 'battery-charging' | 'battery' | 'bell-off' | 'bell' | 'billet' | 'bluetooth' | 'bold' | 'book-open' | 'book' | 'bookmark' | 'box' | 'briefcase' | 'bug' | 'bunny' | 'calendar' | 'camera-off' | 'camera' | 'capsules' | 'card-and-code' | 'card' | 'card1' | 'card2' | 'cardcredit' | 'cash' | 'cast' | 'champion' | 'check-circle-outlined' | 'check-circle' | 'check-outlined' | 'check-square' | 'check' | 'cheque' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down' | 'chevrons-left' | 'chevrons-right' | 'chevrons-up' | 'chrome' | 'circle' | 'clipboard' | 'clock' | 'cloud-drizzle' | 'cloud-off' | 'cloud-snow' | 'cloud' | 'code' | 'codepen' | 'codesandbox' | 'coffee' | 'coin' | 'cold' | 'color' | 'columns' | 'command' | 'compass' | 'connect' | 'copy' | 'corner-down-left' | 'corner-down-right' | 'corner-left-down' | 'corner-left-up' | 'corner-right-down' | 'corner-right-up' | 'corner-up-left' | 'corner-up-right' | 'cpu' | 'crop' | 'crosshair' | 'csv' | 'database' | 'delete' | 'desktop' | 'disc' | 'dislike' | 'dna' | 'dollar-sign' | 'double-check' | 'download-cloud' | 'download' | 'droplet' | 'duplicate' | 'edit-3' | 'edit' | 'editor-align-center' | 'editor-align-justify' | 'editor-align-left' | 'editor-align-right' | 'editor-blockquotes' | 'editor-bold' | 'editor-clear-marks' | 'editor-clear-nodes' | 'editor-code-block' | 'editor-h1' | 'editor-h2' | 'editor-h3' | 'editor-h4' | 'editor-h5' | 'editor-h6' | 'editor-hard-break' | 'editor-horizontal-rule' | 'editor-italic' | 'editor-ordered-list' | 'editor-paragraph' | 'editor-redo' | 'editor-strike' | 'editor-underline' | 'editor-undo' | 'editor-unordered-list' | 'equal' | 'expand' | 'external-link' | 'external' | 'eye-off' | 'eye' | 'facebook' | 'fast-forward' | 'feather' | 'fi_youtube' | 'figma' | 'file-plus' | 'file-text' | 'file' | 'film' | 'filter' | 'flag' | 'flask' | 'folder-minus' | 'folder-plus' | 'folder' | 'framer' | 'frown' | 'fruit' | 'genre' | 'gift' | 'git-branch' | 'git-commit' | 'git-pull-request' | 'github' | 'gitlab' | 'globe' | 'grid' | 'hard-drive' | 'hash' | 'headphones' | 'headset' | 'heart-filled' | 'heart' | 'help-circle' | 'hexagon' | 'home' | 'ia' | 'id' | 'image' | 'inbox' | 'inf' | 'info' | 'instagram' | 'internal' | 'italic' | 'key' | 'layers' | 'layout' | 'life-buoy' | 'light' | 'like' | 'link-2' | 'link' | 'linkedin' | 'list-2' | 'list' | 'listagem' | 'loader' | 'lock' | 'log-in' | 'log-out' | 'machine-money' | 'magnet' | 'mail' | 'map-pin' | 'map' | 'maximize-2' | 'maximize' | 'medical' | 'meh' | 'menu' | 'message-report' | 'message-square' | 'mic-off' | 'mic' | 'minimize-2' | 'minimize' | 'minus-circle' | 'minus-square' | 'minus' | 'money-up' | 'money' | 'moneylist' | 'monitor' | 'moon' | 'more-horizontal' | 'more-vertical' | 'mouse-pointer' | 'move' | 'music' | 'navigation-2' | 'navigation' | 'octagon' | 'ordenation' | 'others' | 'package' | 'paperclip' | 'pause-2' | 'pause-circle' | 'pause' | 'pdf' | 'pen-tool' | 'pencil' | 'pennant' | 'percent' | 'phone-call' | 'phone-incoming' | 'phone-msg' | 'phone-off' | 'phone-outgoing' | 'pie-chart' | 'pin' | 'pix' | 'play-circle' | 'play' | 'plug' | 'plus-circle' | 'plus-square' | 'plus' | 'pocket' | 'power' | 'pp-extended' | 'pp' | 'printer' | 'qrcode' | 'radio' | 'real' | 'refresh-ccw' | 'refresh-cw' | 'repeat' | 'revenue-plus' | 'revenue' | 'rewind' | 'robot-off' | 'robot' | 'rotate-ccw' | 'rotate-cw' | 'rotate' | 'rss' | 'save' | 'scissors' | 'search' | 'send' | 'server' | 'settings' | 'share-2' | 'share' | 'shield-off' | 'shield' | 'shop' | 'shopping-bag' | 'shopping-cart' | 'shuffle' | 'sidebar' | 'skip-back' | 'skip-forward' | 'slack' | 'slash' | 'sliders' | 'smartphone' | 'smile' | 'speaker' | 'square' | 'star' | 'stop-circle' | 'sun' | 'sunrise' | 'sunset' | 'sync' | 'tablet' | 'tag' | 'target' | 'terminal' | 'thermometer' | 'thumbs-down' | 'thumbs-up' | 'to-move' | 'toggle-left' | 'toggle-right' | 'tool' | 'transfer' | 'trash-2' | 'trash' | 'trello' | 'trending-down' | 'trending-up' | 'triangle' | 'truck' | 'tv' | 'twitch' | 'twitter' | 'type' | 'umbrella' | 'underline' | 'unlock' | 'upload-cloud' | 'upload' | 'user-check' | 'user-group' | 'user-minus' | 'user-plus' | 'user-x' | 'user' | 'user2-out' | 'users' | 'video-off' | 'video' | 'vigora' | 'voicemail' | 'volume-1' | 'volume-2' | 'volume-x' | 'volume' | 'weight' | 'whatsapp' | 'wifi-off' | 'wifi' | 'wifi2' | 'wind' | 'x-circle' | 'x-octagon' | 'x-square' | 'x' | 'xls' | 'zap-off' | 'zap' | 'zoom-in' | 'zoom-out' | 'zoom' | 'ecc-budget' | 'ecc-card' | 'ecc-cart' | 'ecc-client' | 'ecc-logout' | 'ecc-loock' | 'ecc-medical' | 'ecc-star' | 'ecc-table' | 'ecc-truck' | 'ecc-user' | 'ecc-www' | 'scl-facebook' | 'scl-google' | 'pmt-amex' | 'pmt-aura' | 'pmt-billet' | 'pmt-dinersclub' | 'pmt-discover' | 'pmt-elo' | 'pmt-hipercard' | 'pmt-jcb' | 'pmt-mastercard' | 'pmt-paypal' | 'pmt-pix' | 'pmt-visa' | 'illust-ad' | 'illust-alternative-order' | 'illust-banking-billet' | 'illust-boleto' | 'illust-box-closed' | 'illust-box-delivery' | 'illust-box-open' | 'illust-budget-analysis' | 'illust-budget-available' | 'illust-budget-error' | 'illust-budget-incomplete' | 'illust-calendar' | 'illust-card' | 'illust-check-prescription' | 'illust-collaborator' | 'illust-date' | 'illust-error-prescription' | 'illust-flask' | 'illust-formula' | 'illust-inclusion-order' | 'illust-incomplete-prescription' | 'illust-inquiry' | 'illust-model' | 'illust-order-canceled' | 'illust-order-error' | 'illust-order-success' | 'illust-order-withdrawal' | 'illust-order' | 'illust-payment-billet' | 'illust-payment-card' | 'illust-payment-cheque' | 'illust-payment-deposit' | 'illust-payment-money' | 'illust-payment-other' | 'illust-payment-pix' | 'illust-payment-tefpos' | 'illust-pix' | 'illust-preparation-order' | 'illust-prescription' | 'illust-retention-prescription' | 'illust-sent-order' | 'illust-success-prescription' | 'illust-transport' | 'illust-trash' | 'bty-baldness' | 'bty-beard' | 'bty-beauty' | 'bty-blue-light' | 'bty-breasts-and-ass' | 'bty-dandruff' | 'bty-deodorants' | 'bty-eyebags-darkcircles' | 'bty-eyebrows-lashes' | 'bty-filler' | 'bty-hair-growth' | 'bty-hair-loss' | 'bty-hair-strengthener' | 'bty-hand-sanitizer' | 'bty-illuminator' | 'bty-moisturizer' | 'bty-mycosis-chilblains' | 'bty-nail-strengthener' | 'bty-neck-arms' | 'bty-pimples' | 'bty-repellent' | 'bty-sunscreen' | 'bty-varicose-veins' | 'bty-warts' | 'bty-white-hair' | 'bty-whitening' | 'bty-wound-healing' | 'bty-wrinkles' | 'hlt-ansiety-stress' | 'hlt-antiemetic' | 'hlt-bach-florals' | 'hlt-bacillus-lacto' | 'hlt-bad-breath' | 'hlt-builder-vase' | 'hlt-cholesterol' | 'hlt-depression' | 'hlt-diabetes' | 'hlt-digestion-reflux' | 'hlt-diuretics' | 'hlt-gases' | 'hlt-gastric-protector' | 'hlt-hangover' | 'hlt-health' | 'hlt-heart-health' | 'hlt-high-pressure' | 'hlt-homeopathy' | 'hlt-immunity' | 'hlt-intestinal-health' | 'hlt-intimate-hygiene' | 'hlt-libido' | 'hlt-live-protector' | 'hlt-longevity' | 'hlt-memory' | 'hlt-menopause' | 'hlt-nutritional-supplement' | 'hlt-pms-cramps' | 'hlt-prostate' | 'hlt-roast' | 'hlt-sexual-health' | 'hlt-sleep-well' | 'hlt-stress' | 'hlt-urinary-tract' | 'hlt-vitamins-minerals' | 'men-baldness' | 'men-beard' | 'men-dough' | 'men-gynecomastia' | 'men-libido' | 'men-men' | 'wmn-breasts-and-ass' | 'wmn-cellulite' | 'wmn-eyelashes-brows' | 'wmn-filler' | 'wmn-hair-growth' | 'wmn-hair-strengthener' | 'wmn-menopause' | 'wmn-pms-cramps' | 'wmn-whitening' | 'wmn-woman' | 'smr-dry-belly' | 'smr-hair' | 'smr-moisturizer' | 'smr-summer' | 'smr-sunscreen' | 'smr-tanning' | 'sts-budget-analysis' | 'sts-budget-available' | 'sts-budget-expired' | 'sts-budget-incomplete' | 'sts-inclusion-order' | 'sts-medication-performed' | 'sts-order-canceled' | 'sts-order-preparation' | 'sts-order-sent' | 'sts-order-withdrawal' | 'sts-revenue-check' | 'sts-revenue-retention' | 'sts-waiting-billet' | 'sts-waiting-card' | 'sts-waiting-repeat-date' | 'ppe-accelerate-metabolism' | 'ppe-articulations' | 'ppe-binge-eating' | 'ppe-bones' | 'ppe-bruises' | 'ppe-candy-will' | 'ppe-carbohydrate-blocker' | 'ppe-carbohydrate-blocker2' | 'ppe-cellulite-stretch-marks' | 'ppe-cellulite' | 'ppe-conductive-vessel' | 'ppe-detox' | 'ppe-dough' | 'ppe-dry-belly' | 'ppe-energy' | 'ppe-fatty-acids' | 'ppe-fibers' | 'ppe-gh' | 'ppe-gynecomastia' | 'ppe-increase-satiety' | 'ppe-increased-appetite' | 'ppe-inhibit-appetite' | 'ppe-laxative' | 'ppe-lipolitical-action' | 'ppe-localized-fat' | 'ppe-muscle-definition' | 'ppe-pain' | 'ppe-physical-perfomance' | 'ppe-post-workout' | 'ppe-pre-workout' | 'ppe-pro-hormonal' | 'ppe-reduction-measures' | 'ppe-slimming-chocolates' | 'ppe-slimming-gums' | 'ppe-slimming' | 'ppe-strength' | 'ppe-tcp' | 'ppe-thermogenic' | 'ppe-vasodilation' | 'form-bar' | 'form-capsule' | 'form-chocolate' | 'form-cookie' | 'form-cream' | 'form-enamel' | 'form-eyedrop' | 'form-eyeliner' | 'form-floral' | 'form-foam' | 'form-gel' | 'form-gum' | 'form-homeopathy' | 'form-lipstick' | 'form-lollipop' | 'form-lotion' | 'form-oil' | 'form-oralfilm' | 'form-oralpaste' | 'form-others' | 'form-patch' | 'form-pomade' | 'form-pot' | 'form-sachet' | 'form-serum' | 'form-shampoo' | 'form-soapshampoo' | 'form-spray' | 'form-sublingual' | 'form-sunscreen' | 'form-syringe' | 'form-syrup' | 'form-tablet' | 'form-units' | 'pp-clipboard' | 'pp-colored-extended' | 'pp-colored' | 'pp-ecommerce' | 'pp-medicines';
|
|
3
3
|
export type IIconComponentProps = {
|
|
4
4
|
name: IconName;
|
|
5
5
|
size?: number | string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAEvD,MAAM,MAAM,QAAQ,GAChB,UAAU,GACV,wBAAwB,GACxB,IAAI,GACJ,SAAS,GACT,cAAc,GACd,eAAe,GACf,gBAAgB,GAChB,cAAc,GACd,eAAe,GACf,YAAY,GACZ,aAAa,GACb,QAAQ,GACR,UAAU,GACV,SAAS,GACT,mBAAmB,GACnB,iBAAiB,GACjB,kBAAkB,GAClB,YAAY,GACZ,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,GACpB,aAAa,GACb,iBAAiB,GACjB,eAAe,GACf,gBAAgB,GAChB,UAAU,GACV,SAAS,GACT,OAAO,GACP,MAAM,GACN,aAAa,GACb,WAAW,GACX,SAAS,GACT,UAAU,GACV,kBAAkB,GAClB,SAAS,GACT,UAAU,GACV,MAAM,GACN,QAAQ,GACR,WAAW,GACX,MAAM,GACN,WAAW,GACX,MAAM,GACN,UAAU,GACV,KAAK,GACL,WAAW,GACX,KAAK,GACL,OAAO,GACP,UAAU,GACV,YAAY,GACZ,QAAQ,GACR,UAAU,GACV,eAAe,GACf,MAAM,GACN,OAAO,GACP,OAAO,GACP,YAAY,GACZ,MAAM,GACN,MAAM,GACN,UAAU,GACV,uBAAuB,GACvB,cAAc,GACd,gBAAgB,GAChB,cAAc,GACd,OAAO,GACP,QAAQ,GACR,cAAc,GACd,cAAc,GACd,eAAe,GACf,YAAY,GACZ,eAAe,GACf,eAAe,GACf,gBAAgB,GAChB,aAAa,GACb,QAAQ,GACR,QAAQ,GACR,WAAW,GACX,OAAO,GACP,eAAe,GACf,WAAW,GACX,YAAY,GACZ,OAAO,GACP,MAAM,GACN,SAAS,GACT,aAAa,GACb,QAAQ,GACR,MAAM,GACN,MAAM,GACN,OAAO,GACP,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,MAAM,GACN,kBAAkB,GAClB,mBAAmB,GACnB,kBAAkB,GAClB,gBAAgB,GAChB,mBAAmB,GACnB,iBAAiB,GACjB,gBAAgB,GAChB,iBAAiB,GACjB,KAAK,GACL,MAAM,GACN,WAAW,GACX,KAAK,GACL,UAAU,GACV,QAAQ,GACR,SAAS,GACT,MAAM,GACN,SAAS,GACT,KAAK,GACL,aAAa,GACb,cAAc,GACd,gBAAgB,GAChB,UAAU,GACV,SAAS,GACT,WAAW,GACX,QAAQ,GACR,MAAM,GACN,qBAAqB,GACrB,sBAAsB,GACtB,mBAAmB,GACnB,oBAAoB,GACpB,oBAAoB,GACpB,aAAa,GACb,oBAAoB,GACpB,oBAAoB,GACpB,mBAAmB,GACnB,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,mBAAmB,GACnB,wBAAwB,GACxB,eAAe,GACf,qBAAqB,GACrB,kBAAkB,GAClB,aAAa,GACb,eAAe,GACf,kBAAkB,GAClB,aAAa,GACb,uBAAuB,GACvB,OAAO,GACP,QAAQ,GACR,eAAe,GACf,UAAU,GACV,SAAS,GACT,KAAK,GACL,UAAU,GACV,cAAc,GACd,SAAS,GACT,OAAO,GACP,WAAW,GACX,WAAW,GACX,MAAM,GACN,MAAM,GACN,QAAQ,GACR,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,262 +8,8 @@ interface OptionsContainerProps {
|
|
|
8
8
|
top: string;
|
|
9
9
|
}
|
|
10
10
|
export declare const OptionsContainer: import("@emotion/styled").StyledComponent<{
|
|
11
|
-
slot?: string | undefined;
|
|
12
|
-
title?: string | undefined;
|
|
13
|
-
color?: string | undefined;
|
|
14
|
-
translate?: "no" | "yes" | undefined;
|
|
15
|
-
id?: string | undefined;
|
|
16
|
-
hidden?: boolean | undefined;
|
|
17
|
-
className?: string | undefined;
|
|
18
|
-
lang?: string | undefined;
|
|
19
|
-
role?: import("react").AriaRole | undefined;
|
|
20
|
-
tabIndex?: number | undefined;
|
|
21
|
-
"aria-activedescendant"?: string | undefined;
|
|
22
|
-
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
23
|
-
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
24
|
-
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
25
|
-
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
26
|
-
"aria-colcount"?: number | undefined;
|
|
27
|
-
"aria-colindex"?: number | undefined;
|
|
28
|
-
"aria-colspan"?: number | undefined;
|
|
29
|
-
"aria-controls"?: string | undefined;
|
|
30
|
-
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
31
|
-
"aria-describedby"?: string | undefined;
|
|
32
|
-
"aria-details"?: string | undefined;
|
|
33
|
-
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
34
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
35
|
-
"aria-errormessage"?: string | undefined;
|
|
36
|
-
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
37
|
-
"aria-flowto"?: string | undefined;
|
|
38
|
-
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
39
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
40
|
-
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
41
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
42
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
43
|
-
"aria-label"?: string | undefined;
|
|
44
|
-
"aria-labelledby"?: string | undefined;
|
|
45
|
-
"aria-level"?: number | undefined;
|
|
46
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
47
|
-
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
48
|
-
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
49
|
-
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
50
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
51
|
-
"aria-owns"?: string | undefined;
|
|
52
|
-
"aria-placeholder"?: string | undefined;
|
|
53
|
-
"aria-posinset"?: number | undefined;
|
|
54
|
-
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
55
|
-
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
56
|
-
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
57
|
-
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
58
|
-
"aria-roledescription"?: string | undefined;
|
|
59
|
-
"aria-rowcount"?: number | undefined;
|
|
60
|
-
"aria-rowindex"?: number | undefined;
|
|
61
|
-
"aria-rowspan"?: number | undefined;
|
|
62
|
-
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
63
|
-
"aria-setsize"?: number | undefined;
|
|
64
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
65
|
-
"aria-valuemax"?: number | undefined;
|
|
66
|
-
"aria-valuemin"?: number | undefined;
|
|
67
|
-
"aria-valuenow"?: number | undefined;
|
|
68
|
-
"aria-valuetext"?: string | undefined;
|
|
69
|
-
dangerouslySetInnerHTML?: {
|
|
70
|
-
__html: string;
|
|
71
|
-
} | undefined;
|
|
72
|
-
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
73
|
-
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
74
|
-
onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
75
|
-
onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
76
|
-
onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
77
|
-
onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
78
|
-
onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
79
|
-
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
80
|
-
onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
81
|
-
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
82
|
-
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
83
|
-
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
84
|
-
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
85
|
-
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
86
|
-
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
87
|
-
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
88
|
-
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
89
|
-
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
90
|
-
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
91
|
-
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
92
|
-
onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
93
|
-
onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
94
|
-
onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
95
|
-
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
96
|
-
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
97
|
-
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
98
|
-
onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
99
|
-
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
100
|
-
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
101
|
-
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
102
|
-
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
103
|
-
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
104
|
-
onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
105
|
-
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
106
|
-
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
107
|
-
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
108
|
-
onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
109
|
-
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
110
|
-
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
111
|
-
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
112
|
-
onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
113
|
-
onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
114
|
-
onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
115
|
-
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
116
|
-
onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
117
|
-
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
118
|
-
onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
119
|
-
onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
120
|
-
onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
121
|
-
onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
122
|
-
onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
123
|
-
onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
124
|
-
onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
125
|
-
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
126
|
-
onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
127
|
-
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
128
|
-
onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
129
|
-
onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
130
|
-
onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
131
|
-
onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
132
|
-
onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
133
|
-
onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
134
|
-
onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
135
|
-
onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
136
|
-
onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
137
|
-
onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
138
|
-
onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
139
|
-
onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
140
|
-
onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
141
|
-
onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
142
|
-
onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
143
|
-
onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
144
|
-
onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
145
|
-
onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
146
|
-
onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
147
|
-
onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
148
|
-
onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
149
|
-
onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
150
|
-
onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
151
|
-
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
152
|
-
onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
153
|
-
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
154
|
-
onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
155
|
-
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
156
|
-
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
157
|
-
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
158
|
-
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
159
|
-
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
160
|
-
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
161
|
-
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
162
|
-
onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
163
|
-
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
164
|
-
onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
165
|
-
onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
166
|
-
onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
167
|
-
onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
168
|
-
onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
169
|
-
onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
170
|
-
onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
171
|
-
onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
172
|
-
onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
173
|
-
onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
174
|
-
onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
175
|
-
onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
176
|
-
onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
177
|
-
onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
178
|
-
onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
179
|
-
onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
180
|
-
onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
181
|
-
onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
182
|
-
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
183
|
-
onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
184
|
-
onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
185
|
-
onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
186
|
-
onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
187
|
-
onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
188
|
-
onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
189
|
-
onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
190
|
-
onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
191
|
-
onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
192
|
-
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
193
|
-
onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
194
|
-
onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
195
|
-
onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
196
|
-
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
197
|
-
onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
198
|
-
onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
199
|
-
onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
200
|
-
onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
201
|
-
onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
202
|
-
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
203
|
-
onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
204
|
-
onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
205
|
-
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
206
|
-
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
207
|
-
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
208
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
209
|
-
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
210
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
211
|
-
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
212
|
-
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
213
|
-
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
214
|
-
onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
215
|
-
onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
216
|
-
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
217
|
-
onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
218
|
-
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
219
|
-
onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
220
|
-
onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
221
|
-
onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
222
|
-
onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
223
|
-
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
224
|
-
onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
225
|
-
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
226
|
-
onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
227
|
-
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
228
|
-
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
229
|
-
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
230
|
-
defaultChecked?: boolean | undefined;
|
|
231
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
232
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
233
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
234
|
-
accessKey?: string | undefined;
|
|
235
|
-
autoFocus?: boolean | undefined;
|
|
236
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
237
|
-
contextMenu?: string | undefined;
|
|
238
|
-
dir?: string | undefined;
|
|
239
|
-
draggable?: (boolean | "false" | "true") | undefined;
|
|
240
|
-
nonce?: string | undefined;
|
|
241
|
-
placeholder?: string | undefined;
|
|
242
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
243
|
-
radioGroup?: string | undefined;
|
|
244
|
-
about?: string | undefined;
|
|
245
|
-
datatype?: string | undefined;
|
|
246
|
-
inlist?: any;
|
|
247
|
-
prefix?: string | undefined;
|
|
248
|
-
property?: string | undefined;
|
|
249
|
-
resource?: string | undefined;
|
|
250
|
-
typeof?: string | undefined;
|
|
251
|
-
vocab?: string | undefined;
|
|
252
|
-
autoCapitalize?: string | undefined;
|
|
253
|
-
autoCorrect?: string | undefined;
|
|
254
|
-
autoSave?: string | undefined;
|
|
255
|
-
itemProp?: string | undefined;
|
|
256
|
-
itemScope?: boolean | undefined;
|
|
257
|
-
itemType?: string | undefined;
|
|
258
|
-
itemID?: string | undefined;
|
|
259
|
-
itemRef?: string | undefined;
|
|
260
|
-
results?: number | undefined;
|
|
261
|
-
security?: string | undefined;
|
|
262
|
-
unselectable?: "off" | "on" | undefined;
|
|
263
|
-
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
264
|
-
is?: string | undefined;
|
|
265
|
-
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement> & {
|
|
266
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
267
|
-
|
|
12
|
+
as?: import("react").ElementType<any> | undefined;
|
|
13
|
+
} & OptionsContainerProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
268
14
|
export {};
|
|
269
15
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/components/OptionsSelect/styles.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/components/OptionsSelect/styles.ts"],"names":[],"mappings":";AAGA,UAAU,qBAAqB;IAC7B,IAAI,EAAE,OAAO,CAAC;IAEd,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,gBAAgB;;;iIAqC3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.OptionsContainer=void 0;var _templateObject,_react=require("@emotion/react"),_styled=_interopRequireDefault(require("@emotion/styled")),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.OptionsContainer=void 0;var _templateObject,_react=require("@emotion/react"),_styled=_interopRequireDefault(require("@emotion/styled")),_excluded=["theme"];function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}function _taggedTemplateLiteral(strings,raw){return raw||(raw=strings.slice(0)),Object.freeze(Object.defineProperties(strings,{raw:{value:Object.freeze(raw)}}))}function _objectWithoutProperties(source,excluded){if(null==source)return{};var key,i,target=_objectWithoutPropertiesLoose(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i<sourceSymbolKeys.length;i++)key=sourceSymbolKeys[i],0<=excluded.indexOf(key)||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}function _objectWithoutPropertiesLoose(source,excluded){if(null==source)return{};var key,i,target={},sourceKeys=Object.keys(source);for(i=0;i<sourceKeys.length;i++)key=sourceKeys[i],0<=excluded.indexOf(key)||(target[key]=source[key]);return target}var OptionsContainer=_styled.default.div(function(_ref){var theme=_ref.theme,props=_objectWithoutProperties(_ref,_excluded);return(0,_react.css)(_templateObject||(_templateObject=_taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n width: 100%;\n max-width: ",";\n min-width: ",";\n max-height: calc("," - 20px);\n position: fixed;\n left: ",";\n top: ",";\n z-index: ",";\n opacity: ",";\n pointer-events: ",";\n transition: opacity ease ",";\n overflow-y: auto;\n overflow-x: hidden;\n background: ",";\n border: 2px solid ",";\n border-radius: ",";\n\n &::-webkit-scrollbar {\n width: 6px;\n }\n\n &::-webkit-scrollbar-track {\n background: transparent;\n }\n\n &::-webkit-scrollbar-thumb {\n border-radius: ",";\n background: ",";\n }\n li {\n list-style: none;\n }\n "])),props.maxWidth,props.minWidth||"initial",props.maxHeight,props.left,props.top,theme.zIndex.level24,props.open?1:0,props.open?"auto":"none",theme.transition.speed,theme.colors.neutral.white,theme.colors.neutral.neutral1,theme.borderRadius.default,theme.borderRadius.default,theme.colors.primary.default)});exports.OptionsContainer=OptionsContainer;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Format the document value to brazilian format.
|
|
3
|
+
* If the document has less than 12 characters, it will be formatted as CPF, otherwise it will be formatted as CNPJ.
|
|
4
|
+
* @param value - The document string to format.
|
|
5
|
+
* @returns The formatted document string.
|
|
6
|
+
*/
|
|
7
|
+
export declare function formatDocument(value: string): string;
|
|
8
|
+
//# sourceMappingURL=document.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../../src/utils/formatters/document.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,UA2B3C"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.formatDocument=formatDocument;/**
|
|
2
|
+
* Format the document value to brazilian format.
|
|
3
|
+
* If the document has less than 12 characters, it will be formatted as CPF, otherwise it will be formatted as CNPJ.
|
|
4
|
+
* @param value - The document string to format.
|
|
5
|
+
* @returns The formatted document string.
|
|
6
|
+
*/function formatDocument(value){var result="";if(value){var sanitizedValue=value.replace(/[^\d*]/g,"");if(12>sanitizedValue.length)for(var i=0,n=Math.min(sanitizedValue.length,11);i<n;i++)result+=sanitizedValue[i],i+1<n&&(2===i||5===i?result+=".":8===i&&(result+="-"));else for(var _i=0,_n=Math.min(sanitizedValue.length,14);_i<_n;_i++)result+=sanitizedValue[_i],_i+1<_n&&(1===_i||4===_i?result+=".":7===_i?result+="/":11==_i&&(result+="-"))}return result}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/AlternativeOrderSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,mBAAmB,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA8E/D"}
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.AlternativeOrderSvg = AlternativeOrderSvg;
|
|
7
|
-
|
|
8
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
-
|
|
10
|
-
function AlternativeOrderSvg(_ref) {
|
|
11
|
-
var color = _ref.color;
|
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
13
|
-
width: "168",
|
|
14
|
-
height: "167",
|
|
15
|
-
viewBox: "0 0 168 167",
|
|
16
|
-
fill: "none",
|
|
17
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
19
|
-
d: "M167.066 83.1856C167.066 95.5397 164.356 107.276 159.491 117.82C146.307 146.474 117.251 166.371 83.5328 166.371C49.8149 166.371 20.759 146.474 7.57439 117.82C2.70917 107.276 0 95.5397 0 83.1856C0 37.2424 37.3979 0 83.5328 0C129.668 0 167.066 37.2424 167.066 83.1856Z",
|
|
20
|
-
fill: "#EAEFED"
|
|
21
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
22
|
-
filter: "url(#filter0_d_3_37)",
|
|
23
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
|
-
d: "M8.1759 37.5051C8.1759 31.799 12.8016 27.1733 18.5077 27.1733H148.947C154.653 27.1733 159.278 31.799 159.278 37.5051V128.554C159.278 134.26 154.653 138.886 148.947 138.886H18.5077C12.8016 138.886 8.1759 134.26 8.1759 128.554V37.5051Z",
|
|
25
|
-
fill: "white"
|
|
26
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
27
|
-
cx: "84.1606",
|
|
28
|
-
cy: "83.0296",
|
|
29
|
-
rx: "39.7536",
|
|
30
|
-
ry: "39.7536",
|
|
31
|
-
fill: "#0FB075"
|
|
32
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
33
|
-
cx: "87.1798",
|
|
34
|
-
cy: "84.5392",
|
|
35
|
-
rx: "37.7407",
|
|
36
|
-
ry: "38.2439",
|
|
37
|
-
fill: "url(#paint0_linear_3_37)"
|
|
38
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
39
|
-
fillRule: "evenodd",
|
|
40
|
-
clipRule: "evenodd",
|
|
41
|
-
d: "M86.8013 68.9429C88.3337 68.9008 89.8497 69.2712 91.1905 70.0159C92.5466 70.7691 93.6725 71.8768 94.4474 73.2207C95.2341 74.585 94.7659 76.3287 93.4016 77.1154C92.0373 77.9021 90.2936 77.4339 89.5069 76.0696C89.2487 75.6219 88.8735 75.2526 88.4214 75.0015C87.9693 74.7504 87.4573 74.627 86.9403 74.6444C86.9084 74.6454 86.8764 74.646 86.8444 74.646H81.1414C80.3848 74.646 79.6594 74.9464 79.1247 75.481C78.5901 76.0155 78.2898 76.7403 78.2898 77.4959C78.2898 78.2515 78.5901 78.9763 79.1247 79.5108C79.6594 80.0453 80.3848 80.3458 81.1414 80.3458H86.8444C89.113 80.3458 91.2887 81.2467 92.8931 82.8506C94.4975 84.4545 95.399 86.6301 95.399 88.8987C95.399 91.1674 94.4975 93.3429 92.8931 94.9469C91.2887 96.5508 89.113 97.4517 86.8444 97.4517H81.1845C79.6521 97.4938 78.1361 97.1234 76.7953 96.3788C75.4391 95.6256 74.3133 94.5178 73.5384 93.1739C72.7517 91.8096 73.2199 90.0659 74.5842 89.2792C75.9484 88.4925 77.6922 88.9607 78.4789 90.325C78.737 90.7727 79.1122 91.142 79.5643 91.3931C80.0165 91.6442 80.5284 91.7677 81.0454 91.7503C81.0774 91.7492 81.1094 91.7486 81.1414 91.7486H86.8444C87.6009 91.7486 88.3263 91.4482 88.861 90.9136C89.3957 90.3791 89.6959 89.6543 89.6959 88.8987C89.6959 88.1432 89.3957 87.4184 88.861 86.8838C88.3263 86.3493 87.6009 86.0488 86.8444 86.0488H81.1414C78.8728 86.0488 76.697 85.1479 75.0927 83.544C73.4883 81.9401 72.5868 79.7645 72.5868 77.4959C72.5868 75.2272 73.4883 73.0517 75.0927 71.4477C76.697 69.8438 78.8728 68.9429 81.1414 68.9429H86.8013Z",
|
|
42
|
-
fill: "white"
|
|
43
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
44
|
-
fillRule: "evenodd",
|
|
45
|
-
clipRule: "evenodd",
|
|
46
|
-
d: "M83.9929 60.3851C85.5678 60.3851 86.8445 61.6617 86.8445 63.2366V69.8901C86.8445 71.465 85.5678 72.7417 83.9929 72.7417C82.4181 72.7417 81.1414 71.465 81.1414 69.8901V63.2366C81.1414 61.6617 82.4181 60.3851 83.9929 60.3851ZM83.9929 93.6528C85.5678 93.6528 86.8445 94.9295 86.8445 96.5043V103.158C86.8445 104.733 85.5678 106.009 83.9929 106.009C82.4181 106.009 81.1414 104.733 81.1414 103.158V96.5043C81.1414 94.9295 82.4181 93.6528 83.9929 93.6528Z",
|
|
47
|
-
fill: "white"
|
|
48
|
-
})]
|
|
49
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
|
50
|
-
cx: "30.5001",
|
|
51
|
-
cy: "135.203",
|
|
52
|
-
r: "30.3756",
|
|
53
|
-
fill: color
|
|
54
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
|
55
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
56
|
-
id: "filter0_d_3_37",
|
|
57
|
-
x: "2.1759",
|
|
58
|
-
y: "23.1733",
|
|
59
|
-
width: "163.103",
|
|
60
|
-
height: "123.713",
|
|
61
|
-
filterUnits: "userSpaceOnUse",
|
|
62
|
-
colorInterpolationFilters: "sRGB",
|
|
63
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
|
|
64
|
-
floodOpacity: "0",
|
|
65
|
-
result: "BackgroundImageFix"
|
|
66
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
67
|
-
in: "SourceAlpha",
|
|
68
|
-
type: "matrix",
|
|
69
|
-
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
70
|
-
result: "hardAlpha"
|
|
71
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
72
|
-
dy: "2"
|
|
73
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
74
|
-
stdDeviation: "3"
|
|
75
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feComposite", {
|
|
76
|
-
in2: "hardAlpha",
|
|
77
|
-
operator: "out"
|
|
78
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
79
|
-
type: "matrix",
|
|
80
|
-
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
|
|
81
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
82
|
-
mode: "normal",
|
|
83
|
-
in2: "BackgroundImageFix",
|
|
84
|
-
result: "effect1_dropShadow_3_37"
|
|
85
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
86
|
-
mode: "normal",
|
|
87
|
-
in: "SourceGraphic",
|
|
88
|
-
in2: "effect1_dropShadow_3_37",
|
|
89
|
-
result: "shape"
|
|
90
|
-
})]
|
|
91
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
|
92
|
-
id: "paint0_linear_3_37",
|
|
93
|
-
x1: "59.9492",
|
|
94
|
-
y1: "55.009",
|
|
95
|
-
x2: "119.169",
|
|
96
|
-
y2: "127.341",
|
|
97
|
-
gradientUnits: "userSpaceOnUse",
|
|
98
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
99
|
-
stopColor: "#10C281"
|
|
100
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
101
|
-
offset: "1",
|
|
102
|
-
stopColor: "#34D399"
|
|
103
|
-
})]
|
|
104
|
-
})]
|
|
105
|
-
})]
|
|
106
|
-
});
|
|
107
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/BoletoSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,SAAS,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA+JrD"}
|