@telia/teddy 0.6.14 → 0.6.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/dist/assets/{sprite.c3af21af-teddy.svg → sprite.c7653d19-teddy.svg} +23 -9
- package/dist/components/accordion/accordion-indicator.cjs +1 -1
- package/dist/components/accordion/accordion-indicator.js +1 -1
- package/dist/components/avatar/avatar-root.cjs +1 -1
- package/dist/components/avatar/avatar-root.d.ts +1 -1
- package/dist/components/avatar/avatar-root.js +1 -1
- package/dist/components/avatar/index.d.ts +1 -1
- package/dist/components/badge/badge.cjs +1 -1
- package/dist/components/badge/badge.js +1 -1
- package/dist/components/breadcrumbs/breadcrumbs-link.cjs +1 -1
- package/dist/components/breadcrumbs/breadcrumbs-link.js +1 -1
- package/dist/components/card/card-button.cjs +7 -0
- package/dist/components/card/card-button.js +7 -0
- package/dist/components/card/card.cjs +72 -52
- package/dist/components/card/card.js +72 -52
- package/dist/components/carousel/carousel-root.cjs +1 -1
- package/dist/components/carousel/carousel-root.js +1 -1
- package/dist/components/checkbox/checkbox-indicator.cjs +1 -1
- package/dist/components/checkbox/checkbox-indicator.js +1 -1
- package/dist/components/chip/chip-indicator.cjs +1 -1
- package/dist/components/chip/chip-indicator.d.ts +1 -1
- package/dist/components/chip/chip-indicator.js +1 -1
- package/dist/components/chip/index.d.ts +1 -1
- package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
- package/dist/components/dashboard-card/dashboard-card-root.cjs +16 -16
- package/dist/components/dashboard-card/dashboard-card-root.js +16 -16
- package/dist/components/date-picker/date-picker-input.cjs +1 -1
- package/dist/components/date-picker/date-picker-input.js +1 -1
- package/dist/components/date-picker/date-picker.cjs +1 -1
- package/dist/components/date-picker/date-picker.js +1 -1
- package/dist/components/drawer/drawer-close.cjs +1 -1
- package/dist/components/drawer/drawer-close.js +1 -1
- package/dist/components/expandable-card/expandable-card-indicator.cjs +1 -1
- package/dist/components/expandable-card/expandable-card-indicator.js +1 -1
- package/dist/components/field-error-text/field-error-text.cjs +1 -1
- package/dist/components/field-error-text/field-error-text.js +1 -1
- package/dist/components/icon/AllIcons.cjs +23 -9
- package/dist/components/icon/AllIcons.js +23 -9
- package/dist/components/icon/icon.cjs +1 -1
- package/dist/components/icon/icon.js +1 -1
- package/dist/components/icon/index.cjs +1 -1
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon/utils.d.ts +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/input/input-clear-button.cjs +1 -1
- package/dist/components/input/input-clear-button.js +1 -1
- package/dist/components/input/input-group.cjs +1 -1
- package/dist/components/input/input-group.js +1 -1
- package/dist/components/input/input-indicator.cjs +1 -1
- package/dist/components/input/input-indicator.js +1 -1
- package/dist/components/modal/modal-close.cjs +1 -1
- package/dist/components/modal/modal-close.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +1 -1
- package/dist/components/navigation-menu/navigation-menu.cjs +1 -1
- package/dist/components/navigation-menu/navigation-menu.js +1 -1
- package/dist/components/notabene/notabene-icon.cjs +1 -1
- package/dist/components/notabene/notabene-icon.d.ts +1 -1
- package/dist/components/notabene/notabene-icon.js +1 -1
- package/dist/components/notification/index.d.ts +24 -0
- package/dist/components/notification/notification-dismiss.cjs +1 -1
- package/dist/components/notification/notification-dismiss.js +1 -1
- package/dist/components/notification/notification-icon.cjs +1 -1
- package/dist/components/notification/notification-icon.d.ts +1 -1
- package/dist/components/notification/notification-icon.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -1
- package/dist/components/radio-card-group/radio-card-group-content.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +1 -1
- package/dist/components/radio-card-group/radio-card-group-item-title.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -1
- package/dist/components/radio-card-group/radio-card-group-item.js +1 -1
- package/dist/components/scroll-area/scroll-area-button.cjs +1 -1
- package/dist/components/scroll-area/scroll-area-button.js +1 -1
- package/dist/components/scroll-area/scroll-area-thumb.cjs +1 -1
- package/dist/components/scroll-area/scroll-area-thumb.js +1 -1
- package/dist/components/select/select-indicator.cjs +1 -1
- package/dist/components/select/select-indicator.js +1 -1
- package/dist/components/toast/toast-root.cjs +1 -1
- package/dist/components/toast/toast-root.js +1 -1
- package/dist/components/toggle/toggle.cjs +1 -1
- package/dist/components/toggle/toggle.d.ts +1 -1
- package/dist/components/toggle/toggle.js +1 -1
- package/dist/components/toggletip/toggletip-close.cjs +1 -1
- package/dist/components/toggletip/toggletip-close.js +1 -1
- package/dist/components/tooltip/tooltip-trigger.cjs +1 -1
- package/dist/components/tooltip/tooltip-trigger.js +1 -1
- package/dist/icons/category.cjs +6 -3
- package/dist/icons/category.d.ts +17 -8
- package/dist/icons/category.js +6 -3
- package/dist/icons/name.cjs +6 -3
- package/dist/icons/name.d.ts +1 -1
- package/dist/icons/name.js +6 -3
- package/dist/main.cjs +1 -1
- package/dist/main.js +1 -1
- package/dist/style.css +160 -154
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import { Icon as PrimitiveIcon } from '../icon';
|
|
|
3
3
|
|
|
4
4
|
export type IconProps = Partial<React.ComponentPropsWithoutRef<typeof PrimitiveIcon>>;
|
|
5
5
|
export declare const Icon: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
|
|
6
|
-
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "
|
|
6
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "visible" | "volume" | "zoom-out" | "zoom" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-neutral" | "smiley-sad" | "smiley-very-happy" | "smiley-very-sad" | "sms" | "support" | "user-admin" | "vcard" | "voicemail" | "battery" | "bluetooth" | "broadband" | "broken-phone" | "cast" | "cloud-connect" | "connected" | "core-router" | "daas-device" | "data-transfer" | "desktop" | "devices" | "esim-simcard" | "esim" | "face-id" | "fiber" | "fingerprint" | "fiveg" | "fourg" | "home-installation" | "industrial-iot" | "internet" | "it-service" | "laptop" | "mobile-broadband" | "network" | "phone-recycling" | "phone-ringing" | "phone" | "rack" | "refill-card" | "remote-control" | "repair" | "roaming" | "router" | "secure-device" | "sense-car" | "server" | "service-device" | "service-supervision" | "slow-wifi" | "smart-wifi" | "smartphone" | "smartwatch" | "tablet" | "trade-phone" | "tv" | "usb" | "voice-switch" | "wallplug" | "wireless-off" | "wireless-weak" | "wireless" | "world-alert" | "world-off" | "world-question" | "bar-chart" | "doc" | "document-doc" | "document-edit" | "document-pdf" | "document-ppt" | "excel" | "folder-copy" | "folder-new" | "folder" | "gif" | "graph" | "media-content" | "org-chart" | "pie-chart" | "print" | "register" | "report" | "simcard" | "spell-check" | "credit-card" | "euro" | "invoice" | "kontantkort" | "kr" | "late-payment" | "money-back-euro" | "money-back-kr" | "money-euro" | "money-kr" | "pay-monthly-euro" | "pay-monthly-kr" | "pay-once-euro" | "pay-once-kr" | "payment-success" | "savings" | "wallet" | "AI-star" | "airplay" | "camera" | "entertainment" | "external" | "film" | "games" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "activity-level" | "add" | "ai-robot" | "bag" | "basketball" | "blood-pressure" | "bulb" | "business-continuity" | "business-intelligence" | "calendar" | "cart" | "close-circle" | "cloud" | "coffee" | "compass" | "construction" | "cookie" | "delivery" | "drone" | "education" | "efficiency" | "environment" | "facemask" | "flag" | "focus" | "food" | "fraud" | "getting-started" | "home-care" | "infinite" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "present" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "reverse" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "smart-connect" | "snowflake" | "speedometer" | "spyware" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "youtube" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "error" | "help" | "info-filled" | "info" | "question-filled" | "question" | "warning" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-subdirectory" | "arrow-up" | "card-view" | "checkmark-bold" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "close" | "grid-view" | "list-view" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "services" | "sorter" | "table-view";
|
|
7
7
|
size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
}, "ref">> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import React__default from "react";
|
|
3
3
|
import clsx from "clsx";
|
|
4
|
-
import "../../assets/sprite.
|
|
4
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
5
5
|
import { Icon as Icon$1 } from "../icon/icon.js";
|
|
6
6
|
import { s as styles, rootClassName } from "./notabene-root.js";
|
|
7
7
|
const Icon = React__default.forwardRef(
|
|
@@ -36,6 +36,14 @@ declare const Notification: import('react').ForwardRefExoticComponent<Omit<Omit<
|
|
|
36
36
|
as?: undefined;
|
|
37
37
|
} & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
38
38
|
asChild?: boolean | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* Footer component displays the footer of the notification.
|
|
41
|
+
*
|
|
42
|
+
* @component
|
|
43
|
+
*
|
|
44
|
+
* @example
|
|
45
|
+
* <Notification.Footer">Notification Footer</Notification.Footer>
|
|
46
|
+
*/
|
|
39
47
|
variant?: "beige" | "gray" | "white" | "purple-light" | "beige-light" | "purple-dark" | undefined;
|
|
40
48
|
bordered?: boolean | undefined;
|
|
41
49
|
shadow?: boolean | undefined;
|
|
@@ -52,6 +60,14 @@ declare const Notification: import('react').ForwardRefExoticComponent<Omit<Omit<
|
|
|
52
60
|
asChild?: false | undefined;
|
|
53
61
|
} & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
54
62
|
asChild?: boolean | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* Footer component displays the footer of the notification.
|
|
65
|
+
*
|
|
66
|
+
* @component
|
|
67
|
+
*
|
|
68
|
+
* @example
|
|
69
|
+
* <Notification.Footer">Notification Footer</Notification.Footer>
|
|
70
|
+
*/
|
|
55
71
|
variant?: "beige" | "gray" | "white" | "purple-light" | "beige-light" | "purple-dark" | undefined;
|
|
56
72
|
bordered?: boolean | undefined;
|
|
57
73
|
shadow?: boolean | undefined;
|
|
@@ -68,6 +84,14 @@ declare const Notification: import('react').ForwardRefExoticComponent<Omit<Omit<
|
|
|
68
84
|
asChild?: false | undefined;
|
|
69
85
|
} & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
|
|
70
86
|
asChild?: boolean | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* Footer component displays the footer of the notification.
|
|
89
|
+
*
|
|
90
|
+
* @component
|
|
91
|
+
*
|
|
92
|
+
* @example
|
|
93
|
+
* <Notification.Footer">Notification Footer</Notification.Footer>
|
|
94
|
+
*/
|
|
71
95
|
variant?: "beige" | "gray" | "white" | "purple-light" | "beige-light" | "purple-dark" | undefined;
|
|
72
96
|
bordered?: boolean | undefined;
|
|
73
97
|
shadow?: boolean | undefined;
|
|
@@ -5,7 +5,7 @@ const React = require("react");
|
|
|
5
5
|
const clsx = require("clsx");
|
|
6
6
|
const CollapsiblePrimitive = require("@radix-ui/react-collapsible");
|
|
7
7
|
const components_button_button = require("../button/button.cjs");
|
|
8
|
-
require("../../assets/sprite.
|
|
8
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
9
9
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
10
10
|
const components_notification_notificationRoot = require("./notification-root.cjs");
|
|
11
11
|
function _interopNamespaceDefault(e) {
|
|
@@ -3,7 +3,7 @@ import React__default from "react";
|
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
|
|
5
5
|
import { Button } from "../button/button.js";
|
|
6
|
-
import "../../assets/sprite.
|
|
6
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
7
7
|
import { Icon } from "../icon/icon.js";
|
|
8
8
|
import { s as styles, rootClassName } from "./notification-root.js";
|
|
9
9
|
const Dismiss = React__default.forwardRef(
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const jsxRuntime = require("react/jsx-runtime");
|
|
4
4
|
const React = require("react");
|
|
5
|
-
require("../../assets/sprite.
|
|
5
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
6
6
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
7
7
|
const components_notification_notificationRoot = require("./notification-root.cjs");
|
|
8
8
|
const clsx = require("clsx");
|
|
@@ -3,7 +3,7 @@ import { Icon as IconPrimitives } from '../icon';
|
|
|
3
3
|
|
|
4
4
|
export type IconProps = Partial<React.ComponentPropsWithoutRef<typeof IconPrimitives>>;
|
|
5
5
|
export declare const Icon: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
|
|
6
|
-
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "
|
|
6
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "visible" | "volume" | "zoom-out" | "zoom" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-neutral" | "smiley-sad" | "smiley-very-happy" | "smiley-very-sad" | "sms" | "support" | "user-admin" | "vcard" | "voicemail" | "battery" | "bluetooth" | "broadband" | "broken-phone" | "cast" | "cloud-connect" | "connected" | "core-router" | "daas-device" | "data-transfer" | "desktop" | "devices" | "esim-simcard" | "esim" | "face-id" | "fiber" | "fingerprint" | "fiveg" | "fourg" | "home-installation" | "industrial-iot" | "internet" | "it-service" | "laptop" | "mobile-broadband" | "network" | "phone-recycling" | "phone-ringing" | "phone" | "rack" | "refill-card" | "remote-control" | "repair" | "roaming" | "router" | "secure-device" | "sense-car" | "server" | "service-device" | "service-supervision" | "slow-wifi" | "smart-wifi" | "smartphone" | "smartwatch" | "tablet" | "trade-phone" | "tv" | "usb" | "voice-switch" | "wallplug" | "wireless-off" | "wireless-weak" | "wireless" | "world-alert" | "world-off" | "world-question" | "bar-chart" | "doc" | "document-doc" | "document-edit" | "document-pdf" | "document-ppt" | "excel" | "folder-copy" | "folder-new" | "folder" | "gif" | "graph" | "media-content" | "org-chart" | "pie-chart" | "print" | "register" | "report" | "simcard" | "spell-check" | "credit-card" | "euro" | "invoice" | "kontantkort" | "kr" | "late-payment" | "money-back-euro" | "money-back-kr" | "money-euro" | "money-kr" | "pay-monthly-euro" | "pay-monthly-kr" | "pay-once-euro" | "pay-once-kr" | "payment-success" | "savings" | "wallet" | "AI-star" | "airplay" | "camera" | "entertainment" | "external" | "film" | "games" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "activity-level" | "add" | "ai-robot" | "bag" | "basketball" | "blood-pressure" | "bulb" | "business-continuity" | "business-intelligence" | "calendar" | "cart" | "close-circle" | "cloud" | "coffee" | "compass" | "construction" | "cookie" | "delivery" | "drone" | "education" | "efficiency" | "environment" | "facemask" | "flag" | "focus" | "food" | "fraud" | "getting-started" | "home-care" | "infinite" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "present" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "reverse" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "smart-connect" | "snowflake" | "speedometer" | "spyware" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "youtube" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "error" | "help" | "info-filled" | "info" | "question-filled" | "question" | "warning" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-subdirectory" | "arrow-up" | "card-view" | "checkmark-bold" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "close" | "grid-view" | "list-view" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "services" | "sorter" | "table-view";
|
|
7
7
|
size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
}, "ref">> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import React__default from "react";
|
|
3
|
-
import "../../assets/sprite.
|
|
3
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
4
4
|
import { Icon as Icon$1 } from "../icon/icon.js";
|
|
5
5
|
import { s as styles, rootClassName, NotificationContext } from "./notification-root.js";
|
|
6
6
|
import clsx from "clsx";
|
|
@@ -31,7 +31,7 @@ require("../tabs/index.cjs");
|
|
|
31
31
|
require("../drawer/index.cjs");
|
|
32
32
|
require("../image/image.cjs");
|
|
33
33
|
require("../chip/index.cjs");
|
|
34
|
-
require("../../assets/sprite.
|
|
34
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
35
35
|
require("../notification/index.cjs");
|
|
36
36
|
require("../radio-group/index.cjs");
|
|
37
37
|
require("../box/box.cjs");
|
|
@@ -29,7 +29,7 @@ import "../tabs/index.js";
|
|
|
29
29
|
import "../drawer/index.js";
|
|
30
30
|
import "../image/image.js";
|
|
31
31
|
import "../chip/index.js";
|
|
32
|
-
import "../../assets/sprite.
|
|
32
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
33
33
|
import "../notification/index.js";
|
|
34
34
|
import "../radio-group/index.js";
|
|
35
35
|
import "../box/box.js";
|
|
@@ -40,7 +40,7 @@ const components_tabs_index = require("../tabs/index.cjs");
|
|
|
40
40
|
const components_drawer_index = require("../drawer/index.cjs");
|
|
41
41
|
require("../image/image.cjs");
|
|
42
42
|
require("../chip/index.cjs");
|
|
43
|
-
require("../../assets/sprite.
|
|
43
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
44
44
|
const components_modal_modalRoot = require("../modal/modal-root.cjs");
|
|
45
45
|
const components_modal_modalTrigger = require("../modal/modal-trigger.cjs");
|
|
46
46
|
const components_modal_modalContent = require("../modal/modal-content.cjs");
|
|
@@ -38,7 +38,7 @@ import { Tabs } from "../tabs/index.js";
|
|
|
38
38
|
import { Drawer } from "../drawer/index.js";
|
|
39
39
|
import "../image/image.js";
|
|
40
40
|
import "../chip/index.js";
|
|
41
|
-
import "../../assets/sprite.
|
|
41
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
42
42
|
import { rootClassName as rootClassName$3, RootContext as RootContext$1, Root as Root$3 } from "../modal/modal-root.js";
|
|
43
43
|
import { Trigger as Trigger$1 } from "../modal/modal-trigger.js";
|
|
44
44
|
import { Content as Content$2 } from "../modal/modal-content.js";
|
|
@@ -32,7 +32,7 @@ require("../tabs/index.cjs");
|
|
|
32
32
|
require("../drawer/index.cjs");
|
|
33
33
|
require("../image/image.cjs");
|
|
34
34
|
require("../chip/index.cjs");
|
|
35
|
-
require("../../assets/sprite.
|
|
35
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
36
36
|
require("../notification/index.cjs");
|
|
37
37
|
require("../radio-group/index.cjs");
|
|
38
38
|
require("../box/box.cjs");
|
|
@@ -30,7 +30,7 @@ import "../tabs/index.js";
|
|
|
30
30
|
import "../drawer/index.js";
|
|
31
31
|
import "../image/image.js";
|
|
32
32
|
import "../chip/index.js";
|
|
33
|
-
import "../../assets/sprite.
|
|
33
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
34
34
|
import "../notification/index.js";
|
|
35
35
|
import "../radio-group/index.js";
|
|
36
36
|
import "../box/box.js";
|
|
@@ -6,6 +6,6 @@ require("clsx");
|
|
|
6
6
|
const components_scrollArea_scrollAreaThumb = require("./scroll-area-thumb.cjs");
|
|
7
7
|
require("../button/button.cjs");
|
|
8
8
|
require("../../utils/composeEventHandlers.cjs");
|
|
9
|
-
require("../../assets/sprite.
|
|
9
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
10
10
|
require("../icon/icon.cjs");
|
|
11
11
|
exports.Button = components_scrollArea_scrollAreaThumb.Button;
|
|
@@ -4,7 +4,7 @@ import "clsx";
|
|
|
4
4
|
import { B } from "./scroll-area-thumb.js";
|
|
5
5
|
import "../button/button.js";
|
|
6
6
|
import "../../utils/composeEventHandlers.js";
|
|
7
|
-
import "../../assets/sprite.
|
|
7
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
8
8
|
import "../icon/icon.js";
|
|
9
9
|
export {
|
|
10
10
|
B as Button
|
|
@@ -6,7 +6,7 @@ const clsx = require("clsx");
|
|
|
6
6
|
const ScrollAreaPrimitive = require("@radix-ui/react-scroll-area");
|
|
7
7
|
const components_button_button = require("../button/button.cjs");
|
|
8
8
|
const utils_composeEventHandlers = require("../../utils/composeEventHandlers.cjs");
|
|
9
|
-
require("../../assets/sprite.
|
|
9
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
10
10
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
11
11
|
function _interopNamespaceDefault(e) {
|
|
12
12
|
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
@@ -4,7 +4,7 @@ import clsx from "clsx";
|
|
|
4
4
|
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
|
|
5
5
|
import { Button as Button$1 } from "../button/button.js";
|
|
6
6
|
import { composeEventHandlers } from "../../utils/composeEventHandlers.js";
|
|
7
|
-
import "../../assets/sprite.
|
|
7
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
8
8
|
import { Icon } from "../icon/icon.js";
|
|
9
9
|
const styles = {
|
|
10
10
|
"teddy-scroll-area": "_teddy-scroll-area_1r6mf_1",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const jsxRuntime = require("react/jsx-runtime");
|
|
4
4
|
const React = require("react");
|
|
5
|
-
require("../../assets/sprite.
|
|
5
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
6
6
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
7
7
|
const Indicator = React.forwardRef(
|
|
8
8
|
({ className, children, name, ...props }, forwardRef) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import React__default from "react";
|
|
3
|
-
import "../../assets/sprite.
|
|
3
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
4
4
|
import { Icon } from "../icon/icon.js";
|
|
5
5
|
const Indicator = React__default.forwardRef(
|
|
6
6
|
({ className, children, name, ...props }, forwardRef) => {
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const jsxRuntime = require("react/jsx-runtime");
|
|
4
4
|
const clsx = require("clsx");
|
|
5
5
|
const sonner = require("sonner");
|
|
6
|
-
require("../../assets/sprite.
|
|
6
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
7
7
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
8
8
|
const components_spinner_spinner = require("../spinner/spinner.cjs");
|
|
9
9
|
const fadeInAnimation = "_fadeInAnimation_mi6fm_1";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import clsx from "clsx";
|
|
3
3
|
import { Toaster } from "sonner";
|
|
4
|
-
import "../../assets/sprite.
|
|
4
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
5
5
|
import { Icon } from "../icon/icon.js";
|
|
6
6
|
import { Spinner } from "../spinner/spinner.js";
|
|
7
7
|
const fadeInAnimation = "_fadeInAnimation_mi6fm_1";
|
|
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const React = require("react");
|
|
5
5
|
const clsx = require("clsx");
|
|
6
6
|
const SwitchPrimitive = require("@radix-ui/react-switch");
|
|
7
|
-
require("../../assets/sprite.
|
|
7
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
8
8
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
9
9
|
const components_label_label = require("../label/label.cjs");
|
|
10
10
|
function _interopNamespaceDefault(e) {
|
|
@@ -29,7 +29,7 @@ declare const Toggle: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHT
|
|
|
29
29
|
Input: React.ForwardRefExoticComponent<ToggleInputProps & React.RefAttributes<HTMLButtonElement>>;
|
|
30
30
|
Thumb: React.ForwardRefExoticComponent<Omit<SwitchPrimitive.SwitchThumbProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
31
31
|
Indicator: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
|
|
32
|
-
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "
|
|
32
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "visible" | "volume" | "zoom-out" | "zoom" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-neutral" | "smiley-sad" | "smiley-very-happy" | "smiley-very-sad" | "sms" | "support" | "user-admin" | "vcard" | "voicemail" | "battery" | "bluetooth" | "broadband" | "broken-phone" | "cast" | "cloud-connect" | "connected" | "core-router" | "daas-device" | "data-transfer" | "desktop" | "devices" | "esim-simcard" | "esim" | "face-id" | "fiber" | "fingerprint" | "fiveg" | "fourg" | "home-installation" | "industrial-iot" | "internet" | "it-service" | "laptop" | "mobile-broadband" | "network" | "phone-recycling" | "phone-ringing" | "phone" | "rack" | "refill-card" | "remote-control" | "repair" | "roaming" | "router" | "secure-device" | "sense-car" | "server" | "service-device" | "service-supervision" | "slow-wifi" | "smart-wifi" | "smartphone" | "smartwatch" | "tablet" | "trade-phone" | "tv" | "usb" | "voice-switch" | "wallplug" | "wireless-off" | "wireless-weak" | "wireless" | "world-alert" | "world-off" | "world-question" | "bar-chart" | "doc" | "document-doc" | "document-edit" | "document-pdf" | "document-ppt" | "excel" | "folder-copy" | "folder-new" | "folder" | "gif" | "graph" | "media-content" | "org-chart" | "pie-chart" | "print" | "register" | "report" | "simcard" | "spell-check" | "credit-card" | "euro" | "invoice" | "kontantkort" | "kr" | "late-payment" | "money-back-euro" | "money-back-kr" | "money-euro" | "money-kr" | "pay-monthly-euro" | "pay-monthly-kr" | "pay-once-euro" | "pay-once-kr" | "payment-success" | "savings" | "wallet" | "AI-star" | "airplay" | "camera" | "entertainment" | "external" | "film" | "games" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "activity-level" | "add" | "ai-robot" | "bag" | "basketball" | "blood-pressure" | "bulb" | "business-continuity" | "business-intelligence" | "calendar" | "cart" | "close-circle" | "cloud" | "coffee" | "compass" | "construction" | "cookie" | "delivery" | "drone" | "education" | "efficiency" | "environment" | "facemask" | "flag" | "focus" | "food" | "fraud" | "getting-started" | "home-care" | "infinite" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "present" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "reverse" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "smart-connect" | "snowflake" | "speedometer" | "spyware" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "youtube" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "error" | "help" | "info-filled" | "info" | "question-filled" | "question" | "warning" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-subdirectory" | "arrow-up" | "card-view" | "checkmark-bold" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "close" | "grid-view" | "list-view" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "services" | "sorter" | "table-view";
|
|
33
33
|
size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
|
|
34
34
|
children?: React.ReactNode;
|
|
35
35
|
}, "ref">> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -2,7 +2,7 @@ import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
|
2
2
|
import React__default from "react";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
5
|
-
import "../../assets/sprite.
|
|
5
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
6
6
|
import { Icon } from "../icon/icon.js";
|
|
7
7
|
import { Label } from "../label/label.js";
|
|
8
8
|
const styles = {
|
|
@@ -6,7 +6,7 @@ const clsx = require("clsx");
|
|
|
6
6
|
const PopoverPrimitive = require("@radix-ui/react-popover");
|
|
7
7
|
const components_toggletip_toggletipRoot = require("./toggletip-root.cjs");
|
|
8
8
|
const components_button_button = require("../button/button.cjs");
|
|
9
|
-
require("../../assets/sprite.
|
|
9
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
10
10
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
11
11
|
const toggletip_module = require("../../toggletip.module-A6XIfaD_.cjs");
|
|
12
12
|
function _interopNamespaceDefault(e) {
|
|
@@ -4,7 +4,7 @@ import clsx from "clsx";
|
|
|
4
4
|
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
5
5
|
import { RootContext, rootClassName } from "./toggletip-root.js";
|
|
6
6
|
import { Button } from "../button/button.js";
|
|
7
|
-
import "../../assets/sprite.
|
|
7
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
8
8
|
import { Icon } from "../icon/icon.js";
|
|
9
9
|
import { s as styles } from "../../toggletip.module-BUx6_4pv.js";
|
|
10
10
|
const Close = React__default.forwardRef(
|
|
@@ -6,7 +6,7 @@ const clsx = require("clsx");
|
|
|
6
6
|
const tooltip_module = require("../../tooltip.module-D_3DOZOn.cjs");
|
|
7
7
|
const TooltipPrimitive = require("@radix-ui/react-tooltip");
|
|
8
8
|
const components_tooltip_tooltipRoot = require("./tooltip-root.cjs");
|
|
9
|
-
require("../../assets/sprite.
|
|
9
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
10
10
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
11
11
|
const components_button_button = require("../button/button.cjs");
|
|
12
12
|
function _interopNamespaceDefault(e) {
|
|
@@ -4,7 +4,7 @@ import clsx from "clsx";
|
|
|
4
4
|
import { s as styles } from "../../tooltip.module-DnKU2XS4.js";
|
|
5
5
|
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
6
6
|
import { rootClassName, RootContext } from "./tooltip-root.js";
|
|
7
|
-
import "../../assets/sprite.
|
|
7
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
8
8
|
import { Icon } from "../icon/icon.js";
|
|
9
9
|
import { Button } from "../button/button.js";
|
|
10
10
|
const Trigger = React__default.forwardRef(
|
package/dist/icons/category.cjs
CHANGED
|
@@ -35,6 +35,7 @@ const iconCategories = [
|
|
|
35
35
|
{ category: "action", name: "share" },
|
|
36
36
|
{ category: "action", name: "shortcut" },
|
|
37
37
|
{ category: "action", name: "shuffle" },
|
|
38
|
+
{ category: "action", name: "sync" },
|
|
38
39
|
{ category: "action", name: "skip-back-10sec" },
|
|
39
40
|
{ category: "action", name: "skip-back-30sec" },
|
|
40
41
|
{ category: "action", name: "skip-forward-10sec" },
|
|
@@ -42,7 +43,6 @@ const iconCategories = [
|
|
|
42
43
|
{ category: "action", name: "star-filled" },
|
|
43
44
|
{ category: "action", name: "star" },
|
|
44
45
|
{ category: "action", name: "switch-arrows" },
|
|
45
|
-
{ category: "action", name: "sync" },
|
|
46
46
|
{ category: "action", name: "tv-next" },
|
|
47
47
|
{ category: "action", name: "tv-pause" },
|
|
48
48
|
{ category: "action", name: "tv-previous" },
|
|
@@ -89,6 +89,8 @@ const iconCategories = [
|
|
|
89
89
|
{ category: "communication", name: "smiley-happy" },
|
|
90
90
|
{ category: "communication", name: "smiley-neutral" },
|
|
91
91
|
{ category: "communication", name: "smiley-sad" },
|
|
92
|
+
{ category: "communication", name: "smiley-very-happy" },
|
|
93
|
+
{ category: "communication", name: "smiley-very-sad" },
|
|
92
94
|
{ category: "communication", name: "sms" },
|
|
93
95
|
{ category: "communication", name: "support" },
|
|
94
96
|
{ category: "communication", name: "user-admin" },
|
|
@@ -188,6 +190,7 @@ const iconCategories = [
|
|
|
188
190
|
{ category: "finance", name: "payment-success" },
|
|
189
191
|
{ category: "finance", name: "savings" },
|
|
190
192
|
{ category: "finance", name: "wallet" },
|
|
193
|
+
{ category: "media", name: "AI-star" },
|
|
191
194
|
{ category: "media", name: "airplay" },
|
|
192
195
|
{ category: "media", name: "camera" },
|
|
193
196
|
{ category: "media", name: "entertainment" },
|
|
@@ -269,8 +272,8 @@ const iconCategories = [
|
|
|
269
272
|
{ category: "other", name: "smart-connect" },
|
|
270
273
|
{ category: "other", name: "snowflake" },
|
|
271
274
|
{ category: "other", name: "speedometer" },
|
|
272
|
-
{ category: "other", name: "split" },
|
|
273
275
|
{ category: "other", name: "spyware" },
|
|
276
|
+
{ category: "other", name: "split" },
|
|
274
277
|
{ category: "other", name: "stop" },
|
|
275
278
|
{ category: "other", name: "suitcase" },
|
|
276
279
|
{ category: "other", name: "sustainability" },
|
|
@@ -290,13 +293,13 @@ const iconCategories = [
|
|
|
290
293
|
{ category: "social", name: "bankid" },
|
|
291
294
|
{ category: "social", name: "facebook" },
|
|
292
295
|
{ category: "social", name: "instagram" },
|
|
296
|
+
{ category: "social", name: "youtube" },
|
|
293
297
|
{ category: "social", name: "linkedin" },
|
|
294
298
|
{ category: "social", name: "snapchat" },
|
|
295
299
|
{ category: "social", name: "telia-logo" },
|
|
296
300
|
{ category: "social", name: "whatsapp" },
|
|
297
301
|
{ category: "social", name: "windows" },
|
|
298
302
|
{ category: "social", name: "x" },
|
|
299
|
-
{ category: "social", name: "youtube" },
|
|
300
303
|
{ category: "status", name: "alert-filled" },
|
|
301
304
|
{ category: "status", name: "alert" },
|
|
302
305
|
{ category: "status", name: "check-circle-filled" },
|
package/dist/icons/category.d.ts
CHANGED
|
@@ -100,6 +100,9 @@ export declare const iconCategories: readonly [{
|
|
|
100
100
|
}, {
|
|
101
101
|
readonly category: "action";
|
|
102
102
|
readonly name: "shuffle";
|
|
103
|
+
}, {
|
|
104
|
+
readonly category: "action";
|
|
105
|
+
readonly name: "sync";
|
|
103
106
|
}, {
|
|
104
107
|
readonly category: "action";
|
|
105
108
|
readonly name: "skip-back-10sec";
|
|
@@ -121,9 +124,6 @@ export declare const iconCategories: readonly [{
|
|
|
121
124
|
}, {
|
|
122
125
|
readonly category: "action";
|
|
123
126
|
readonly name: "switch-arrows";
|
|
124
|
-
}, {
|
|
125
|
-
readonly category: "action";
|
|
126
|
-
readonly name: "sync";
|
|
127
127
|
}, {
|
|
128
128
|
readonly category: "action";
|
|
129
129
|
readonly name: "tv-next";
|
|
@@ -262,6 +262,12 @@ export declare const iconCategories: readonly [{
|
|
|
262
262
|
}, {
|
|
263
263
|
readonly category: "communication";
|
|
264
264
|
readonly name: "smiley-sad";
|
|
265
|
+
}, {
|
|
266
|
+
readonly category: "communication";
|
|
267
|
+
readonly name: "smiley-very-happy";
|
|
268
|
+
}, {
|
|
269
|
+
readonly category: "communication";
|
|
270
|
+
readonly name: "smiley-very-sad";
|
|
265
271
|
}, {
|
|
266
272
|
readonly category: "communication";
|
|
267
273
|
readonly name: "sms";
|
|
@@ -559,6 +565,9 @@ export declare const iconCategories: readonly [{
|
|
|
559
565
|
}, {
|
|
560
566
|
readonly category: "finance";
|
|
561
567
|
readonly name: "wallet";
|
|
568
|
+
}, {
|
|
569
|
+
readonly category: "media";
|
|
570
|
+
readonly name: "AI-star";
|
|
562
571
|
}, {
|
|
563
572
|
readonly category: "media";
|
|
564
573
|
readonly name: "airplay";
|
|
@@ -804,10 +813,10 @@ export declare const iconCategories: readonly [{
|
|
|
804
813
|
readonly name: "speedometer";
|
|
805
814
|
}, {
|
|
806
815
|
readonly category: "other";
|
|
807
|
-
readonly name: "
|
|
816
|
+
readonly name: "spyware";
|
|
808
817
|
}, {
|
|
809
818
|
readonly category: "other";
|
|
810
|
-
readonly name: "
|
|
819
|
+
readonly name: "split";
|
|
811
820
|
}, {
|
|
812
821
|
readonly category: "other";
|
|
813
822
|
readonly name: "stop";
|
|
@@ -865,6 +874,9 @@ export declare const iconCategories: readonly [{
|
|
|
865
874
|
}, {
|
|
866
875
|
readonly category: "social";
|
|
867
876
|
readonly name: "instagram";
|
|
877
|
+
}, {
|
|
878
|
+
readonly category: "social";
|
|
879
|
+
readonly name: "youtube";
|
|
868
880
|
}, {
|
|
869
881
|
readonly category: "social";
|
|
870
882
|
readonly name: "linkedin";
|
|
@@ -883,9 +895,6 @@ export declare const iconCategories: readonly [{
|
|
|
883
895
|
}, {
|
|
884
896
|
readonly category: "social";
|
|
885
897
|
readonly name: "x";
|
|
886
|
-
}, {
|
|
887
|
-
readonly category: "social";
|
|
888
|
-
readonly name: "youtube";
|
|
889
898
|
}, {
|
|
890
899
|
readonly category: "status";
|
|
891
900
|
readonly name: "alert-filled";
|