@telia/teddy 0.3.1 → 0.3.3
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/card/card-illustration.d.ts +1 -1
- package/dist/components/card/index.d.ts +1 -1
- package/dist/components/channel-button/channel-button-illustration.cjs +33 -0
- package/dist/components/channel-button/channel-button-illustration.d.ts +8 -0
- package/dist/components/channel-button/channel-button-illustration.js +33 -0
- package/dist/components/channel-button/channel-button-image.cjs +19 -0
- package/dist/components/channel-button/channel-button-image.d.ts +5 -0
- package/dist/components/channel-button/channel-button-image.js +19 -0
- package/dist/components/channel-button/channel-button-root.cjs +41 -0
- package/dist/components/channel-button/channel-button-root.d.ts +34 -0
- package/dist/components/channel-button/channel-button-root.js +41 -0
- package/dist/components/channel-button/channel-button-text.cjs +23 -0
- package/dist/components/channel-button/channel-button-text.d.ts +5 -0
- package/dist/components/channel-button/channel-button-text.js +23 -0
- package/dist/components/channel-button/index.cjs +15 -0
- package/dist/components/channel-button/index.d.ts +91 -0
- package/dist/components/channel-button/index.js +15 -0
- package/dist/components/checkbox/checkbox-group-list.d.ts +1 -1
- package/dist/components/checkbox/checkbox-group.d.ts +1 -1
- package/dist/components/checkbox/index.d.ts +2 -2
- package/dist/components/chip/chip-indicator.d.ts +2 -2
- package/dist/components/chip/index.d.ts +2 -2
- package/dist/components/color-dot/index.d.ts +1 -1
- package/dist/components/drawer/drawer-close.cjs +1 -1
- package/dist/components/drawer/drawer-close.js +1 -1
- package/dist/components/drawer/drawer-content.cjs +1 -1
- package/dist/components/drawer/drawer-content.js +1 -1
- package/dist/components/drawer/drawer-description.cjs +1 -1
- package/dist/components/drawer/drawer-description.js +1 -1
- package/dist/components/drawer/drawer-footer.cjs +1 -1
- package/dist/components/drawer/drawer-footer.js +1 -1
- package/dist/components/drawer/drawer-overlay.cjs +1 -1
- package/dist/components/drawer/drawer-overlay.js +1 -1
- package/dist/components/drawer/drawer-title.cjs +1 -1
- package/dist/components/drawer/drawer-title.js +1 -1
- package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
- package/dist/components/expandable-card/index.d.ts +3 -3
- package/dist/components/icon/utils.d.ts +1 -1
- package/dist/components/index.cjs +2 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +2 -0
- package/dist/components/link/link.cjs +10 -10
- package/dist/components/link/link.js +10 -10
- package/dist/components/modal/index.cjs +8 -0
- package/dist/components/modal/index.d.ts +185 -2
- package/dist/components/modal/index.js +8 -0
- package/dist/components/modal/{modal.cjs → modal-close.cjs} +4 -3
- package/dist/components/modal/modal-close.d.ts +19 -0
- package/dist/components/modal/{modal.js → modal-close.js} +5 -4
- package/dist/components/modal/modal-content.cjs +65 -0
- package/dist/components/modal/modal-content.d.ts +7 -0
- package/dist/components/modal/modal-content.js +48 -0
- package/dist/components/modal/modal-description.cjs +26 -0
- package/dist/components/modal/modal-description.d.ts +8 -0
- package/dist/components/modal/modal-description.js +9 -0
- package/dist/components/modal/modal-group.cjs +47 -0
- package/dist/components/modal/modal-group.d.ts +10 -0
- package/dist/components/modal/modal-group.js +47 -0
- package/dist/components/modal/modal-image.cjs +17 -0
- package/dist/components/modal/modal-image.d.ts +10 -0
- package/dist/components/modal/modal-image.js +17 -0
- package/dist/components/modal/modal-overlay.cjs +35 -0
- package/dist/components/modal/modal-overlay.d.ts +12 -0
- package/dist/components/modal/modal-overlay.js +18 -0
- package/dist/components/modal/modal-root.cjs +38 -0
- package/dist/components/modal/modal-root.d.ts +16 -0
- package/dist/components/modal/modal-root.js +21 -0
- package/dist/components/modal/modal-title.cjs +45 -0
- package/dist/components/modal/modal-title.d.ts +18 -0
- package/dist/components/modal/modal-title.js +28 -0
- package/dist/components/modal/modal-trigger.cjs +27 -0
- package/dist/components/modal/modal-trigger.d.ts +21 -0
- package/dist/components/modal/modal-trigger.js +10 -0
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.js +4 -4
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +2 -2
- package/dist/components/navigation-menu/navigation-menu.cjs +1 -0
- package/dist/components/navigation-menu/navigation-menu.js +1 -0
- package/dist/components/notabene/index.cjs +6 -2
- package/dist/components/notabene/index.d.ts +1 -1
- package/dist/components/notabene/index.js +5 -1
- package/dist/components/notabene/notabene-icon.d.ts +2 -2
- package/dist/components/notification/index.cjs +6 -0
- package/dist/components/notification/index.d.ts +1 -1
- package/dist/components/notification/index.js +6 -0
- package/dist/components/notification/notification-footer.cjs +1 -1
- package/dist/components/notification/notification-footer.js +1 -1
- package/dist/components/notification/notification-icon.d.ts +2 -2
- package/dist/components/notification/notification-root.d.ts +1 -1
- package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -0
- package/dist/components/radio-card-group/radio-card-group-content.js +1 -0
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +51 -152
- package/dist/components/radio-card-group/radio-card-group-item-title.js +69 -170
- package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -0
- package/dist/components/radio-card-group/radio-card-group-item.js +1 -0
- package/dist/components/scroll-area/index.d.ts +2 -2
- package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
- package/dist/components/tabs/index.d.ts +2 -2
- package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
- package/dist/components/text-field/index.d.ts +2 -2
- package/dist/components/text-field/text-field-button.d.ts +2 -2
- package/dist/components/toggle/toggle.d.ts +2 -2
- package/dist/components/tooltip/index.d.ts +2 -2
- package/dist/drawer.module-Bh77Byg_.js +16 -0
- package/dist/drawer.module-khivHSFm.cjs +15 -0
- package/dist/main.cjs +2 -0
- package/dist/main.js +2 -0
- package/dist/modal.module-BfeNqXoN.cjs +19 -0
- package/dist/modal.module-DuP4in7f.js +20 -0
- package/dist/style.css +1210 -1147
- package/dist/utils/generate-styling/grid.d.ts +24 -24
- package/dist/utils/generate-styling/index.d.ts +16 -16
- package/dist/utils/generate-styling/util.d.ts +2 -2
- package/package.json +1 -1
- package/dist/components/modal/modal.d.ts +0 -76
- package/dist/drawer.module-Am9xxZYU.js +0 -16
- package/dist/drawer.module-CoqKvqzl.cjs +0 -15
- /package/dist/components/notabene/{notabene-content.cjs → notabene.content.cjs} +0 -0
- /package/dist/components/notabene/{notabene-content.d.ts → notabene.content.d.ts} +0 -0
- /package/dist/components/notabene/{notabene-content.js → notabene.content.js} +0 -0
package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import {
|
|
3
|
+
import { i } from "../../radio-card-group/radio-card-group-item-title.js";
|
|
4
4
|
import "clsx";
|
|
5
5
|
import "../../flex/flex.js";
|
|
6
6
|
import "../../box/box.js";
|
|
7
7
|
import "../../../assets/sprite.1321fab0-teddy.svg";
|
|
8
8
|
import "../../icon/icon.js";
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
i as MobileSimplified
|
|
11
11
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { H,
|
|
3
|
+
import { H, g } from "../../radio-card-group/radio-card-group-item-title.js";
|
|
4
4
|
import "clsx";
|
|
5
5
|
import "../../flex/flex.js";
|
|
6
6
|
import "../../box/box.js";
|
|
@@ -14,5 +14,5 @@ import "../../list/index.js";
|
|
|
14
14
|
import "../../heading/heading.js";
|
|
15
15
|
export {
|
|
16
16
|
H as HighlightedLinks,
|
|
17
|
-
|
|
17
|
+
g as Mobile
|
|
18
18
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../drawer/index.js";
|
|
4
|
-
import {
|
|
4
|
+
import { c } from "../../radio-card-group/radio-card-group-item-title.js";
|
|
5
5
|
import "../../../assets/sprite.1321fab0-teddy.svg";
|
|
6
6
|
import "../../icon/icon.js";
|
|
7
7
|
import "../../button/button.js";
|
|
@@ -11,5 +11,5 @@ import "../../text-spacing/text-spacing.js";
|
|
|
11
11
|
import "../../tabs/index.js";
|
|
12
12
|
import "./utils.js";
|
|
13
13
|
export {
|
|
14
|
-
|
|
14
|
+
c as MyPages
|
|
15
15
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "clsx";
|
|
4
|
-
import { k, j
|
|
4
|
+
import { l, k, j } from "../../radio-card-group/radio-card-group-item-title.js";
|
|
5
5
|
import "./utils.js";
|
|
6
6
|
import "../../box/box.js";
|
|
7
7
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
l as Root,
|
|
9
|
+
k as RootContext,
|
|
10
|
+
j as rootClassName
|
|
11
11
|
};
|
|
@@ -4,7 +4,7 @@ import "../../../assets/sprite.1321fab0-teddy.svg";
|
|
|
4
4
|
import "../../icon/icon.js";
|
|
5
5
|
import "../../text-field/index.js";
|
|
6
6
|
import "../../../utils/composeRefs.js";
|
|
7
|
-
import {
|
|
7
|
+
import { d } from "../../radio-card-group/radio-card-group-item-title.js";
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
d as SearchField
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../drawer/index.js";
|
|
4
|
-
import {
|
|
4
|
+
import { e } from "../../radio-card-group/radio-card-group-item-title.js";
|
|
5
5
|
import "../../../assets/sprite.1321fab0-teddy.svg";
|
|
6
6
|
import "../../icon/icon.js";
|
|
7
7
|
import "../../button/button.js";
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
e as Search
|
|
10
10
|
};
|
package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js
CHANGED
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "clsx";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../drawer/index.js";
|
|
5
|
-
import {
|
|
5
|
+
import { f } from "../../radio-card-group/radio-card-group-item-title.js";
|
|
6
6
|
import "../../../assets/sprite.1321fab0-teddy.svg";
|
|
7
7
|
import "../../icon/icon.js";
|
|
8
8
|
import "../../button/button.js";
|
|
@@ -10,5 +10,5 @@ import "../../badge/badge.js";
|
|
|
10
10
|
import "../../badge/alert-badge.js";
|
|
11
11
|
import "../../badge/counter-badge.js";
|
|
12
12
|
export {
|
|
13
|
-
|
|
13
|
+
f as ShoppingCart
|
|
14
14
|
};
|
|
@@ -12,6 +12,7 @@ require("@radix-ui/react-slot");
|
|
|
12
12
|
require("@radix-ui/react-use-controllable-state");
|
|
13
13
|
require("../../utils/generate-styling/index.cjs");
|
|
14
14
|
require("../../tokens/motion/variables.cjs");
|
|
15
|
+
require("../channel-button/index.cjs");
|
|
15
16
|
require("../collapsible/index.cjs");
|
|
16
17
|
require("../meter-bar/index.cjs");
|
|
17
18
|
require("../skeleton/index.cjs");
|
|
@@ -10,6 +10,7 @@ import "@radix-ui/react-slot";
|
|
|
10
10
|
import "@radix-ui/react-use-controllable-state";
|
|
11
11
|
import "../../utils/generate-styling/index.js";
|
|
12
12
|
import "../../tokens/motion/variables.js";
|
|
13
|
+
import "../channel-button/index.js";
|
|
13
14
|
import "../collapsible/index.js";
|
|
14
15
|
import "../meter-bar/index.js";
|
|
15
16
|
import "../skeleton/index.js";
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const
|
|
3
|
+
const components_notabene_notabene_content = require("./notabene.content.cjs");
|
|
4
4
|
const components_notabene_notabeneHeading = require("./notabene-heading.cjs");
|
|
5
5
|
const components_notabene_notabeneIcon = require("./notabene-icon.cjs");
|
|
6
6
|
const components_notabene_notabeneRoot = require("./notabene-root.cjs");
|
|
7
7
|
const Notabene = components_notabene_notabeneRoot.Root;
|
|
8
|
-
Notabene.
|
|
8
|
+
Notabene.displayName = "Notabene";
|
|
9
|
+
Notabene.Content = components_notabene_notabene_content.Content;
|
|
10
|
+
Notabene.Content.displayName = "Notabene.Content";
|
|
9
11
|
Notabene.Heading = components_notabene_notabeneHeading.Heading;
|
|
12
|
+
Notabene.Heading.displayName = "Notabene.Heading";
|
|
10
13
|
Notabene.Icon = components_notabene_notabeneIcon.Icon;
|
|
14
|
+
Notabene.Icon.displayName = "Notabene.Icon";
|
|
11
15
|
exports.Notabene = Notabene;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Content, ContentProps } from './notabene
|
|
1
|
+
import { Content, ContentProps } from './notabene.content';
|
|
2
2
|
import { Heading, HeadingProps } from './notabene-heading';
|
|
3
3
|
import { Icon, IconProps } from './notabene-icon';
|
|
4
4
|
import { RootProps } from './notabene-root';
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import { Content } from "./notabene
|
|
1
|
+
import { Content } from "./notabene.content.js";
|
|
2
2
|
import { Heading } from "./notabene-heading.js";
|
|
3
3
|
import { Icon } from "./notabene-icon.js";
|
|
4
4
|
import { Root } from "./notabene-root.js";
|
|
5
5
|
const Notabene = Root;
|
|
6
|
+
Notabene.displayName = "Notabene";
|
|
6
7
|
Notabene.Content = Content;
|
|
8
|
+
Notabene.Content.displayName = "Notabene.Content";
|
|
7
9
|
Notabene.Heading = Heading;
|
|
10
|
+
Notabene.Heading.displayName = "Notabene.Heading";
|
|
8
11
|
Notabene.Icon = Icon;
|
|
12
|
+
Notabene.Icon.displayName = "Notabene.Icon";
|
|
9
13
|
export {
|
|
10
14
|
Notabene
|
|
11
15
|
};
|
|
@@ -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" | "
|
|
7
|
-
size?: ("
|
|
6
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "x" | "key" | "download" | "split" | "alert" | "radio" | "copy" | "add" | "reverse" | "infinite" | "visible" | "help" | "zoom-out" | "zoom" | "email" | "close" | "error" | "focus" | "play" | "sync" | "present" | "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" | "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" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "volume" | "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-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" | "airplay" | "camera" | "entertainment" | "external" | "film" | "games" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "activity-level" | "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" | "food" | "fraud" | "getting-started" | "home-care" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "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" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "youtube" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "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" | "grid-view" | "list-view" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "services" | "sorter" | "table-view";
|
|
7
|
+
size?: ("xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "font") | undefined;
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
}, "ref">> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -7,9 +7,15 @@ const components_notification_notificationRoot = require("./notification-root.cj
|
|
|
7
7
|
const components_notification_notificationText = require("./notification-text.cjs");
|
|
8
8
|
const components_notification_notificationFooter = require("./notification-footer.cjs");
|
|
9
9
|
const Notification = components_notification_notificationRoot.Root;
|
|
10
|
+
Notification.displayName = "Notification";
|
|
10
11
|
Notification.Text = components_notification_notificationText.Text;
|
|
12
|
+
Notification.Text.displayName = "Notification.Text";
|
|
11
13
|
Notification.Heading = components_notification_notificationHeading.Heading;
|
|
14
|
+
Notification.Heading.displayName = "Notification.Heading";
|
|
12
15
|
Notification.Footer = components_notification_notificationFooter.Footer;
|
|
16
|
+
Notification.Footer.displayName = "Notification.Footer";
|
|
13
17
|
Notification.Icon = components_notification_notificationIcon.Icon;
|
|
18
|
+
Notification.Icon.displayName = "Notification.Icon";
|
|
14
19
|
Notification.Dismiss = components_notification_notificationDismiss.Dismiss;
|
|
20
|
+
Notification.Dismiss.displayName = "Notification.Dismiss";
|
|
15
21
|
exports.Notification = Notification;
|
|
@@ -74,7 +74,7 @@ declare const Notification: import('react').ForwardRefExoticComponent<Omit<Omit<
|
|
|
74
74
|
backgroundImageSrc?: string | undefined;
|
|
75
75
|
imageGradient?: ("default" | "dark" | "light") | undefined;
|
|
76
76
|
layout?: import('../card/card').Layout | undefined;
|
|
77
|
-
} & import('react').RefAttributes<HTMLDivElement>, "ref">, "as" | "
|
|
77
|
+
} & import('react').RefAttributes<HTMLDivElement>, "ref">, "as" | "variant" | "layout"> & {
|
|
78
78
|
variant?: "beige" | "gray" | "teal" | "error" | "warning" | "information" | "success" | undefined;
|
|
79
79
|
type?: "card" | "tile" | undefined;
|
|
80
80
|
open?: boolean | undefined;
|
|
@@ -5,11 +5,17 @@ import { Root } from "./notification-root.js";
|
|
|
5
5
|
import { Text } from "./notification-text.js";
|
|
6
6
|
import { Footer } from "./notification-footer.js";
|
|
7
7
|
const Notification = Root;
|
|
8
|
+
Notification.displayName = "Notification";
|
|
8
9
|
Notification.Text = Text;
|
|
10
|
+
Notification.Text.displayName = "Notification.Text";
|
|
9
11
|
Notification.Heading = Heading;
|
|
12
|
+
Notification.Heading.displayName = "Notification.Heading";
|
|
10
13
|
Notification.Footer = Footer;
|
|
14
|
+
Notification.Footer.displayName = "Notification.Footer";
|
|
11
15
|
Notification.Icon = Icon;
|
|
16
|
+
Notification.Icon.displayName = "Notification.Icon";
|
|
12
17
|
Notification.Dismiss = Dismiss;
|
|
18
|
+
Notification.Dismiss.displayName = "Notification.Dismiss";
|
|
13
19
|
export {
|
|
14
20
|
Notification
|
|
15
21
|
};
|
|
@@ -14,5 +14,5 @@ const Footer = React.forwardRef(
|
|
|
14
14
|
return /* @__PURE__ */ jsxRuntime.jsx(components_box_box.Box, { ...props, ref: forwardRef, className: classes });
|
|
15
15
|
}
|
|
16
16
|
);
|
|
17
|
-
Footer.displayName = "
|
|
17
|
+
Footer.displayName = "Footer";
|
|
18
18
|
exports.Footer = Footer;
|
|
@@ -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" | "
|
|
7
|
-
size?: ("
|
|
6
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "x" | "key" | "download" | "split" | "alert" | "radio" | "copy" | "add" | "reverse" | "infinite" | "visible" | "help" | "zoom-out" | "zoom" | "email" | "close" | "error" | "focus" | "play" | "sync" | "present" | "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" | "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" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "volume" | "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-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" | "airplay" | "camera" | "entertainment" | "external" | "film" | "games" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "activity-level" | "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" | "food" | "fraud" | "getting-started" | "home-care" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "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" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "youtube" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "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" | "grid-view" | "list-view" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "services" | "sorter" | "table-view";
|
|
7
|
+
size?: ("xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "font") | undefined;
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
}, "ref">> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -68,7 +68,7 @@ export declare const Root: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<R
|
|
|
68
68
|
backgroundImageSrc?: string | undefined;
|
|
69
69
|
imageGradient?: ("default" | "dark" | "light") | undefined;
|
|
70
70
|
layout?: import('../card/card').Layout | undefined;
|
|
71
|
-
} & React.RefAttributes<HTMLDivElement>, "ref">, "as" | "
|
|
71
|
+
} & React.RefAttributes<HTMLDivElement>, "ref">, "as" | "variant" | "layout"> & {
|
|
72
72
|
/**
|
|
73
73
|
* The variant of the notification.
|
|
74
74
|
*
|