@telia/teddy 0.6.11 → 0.6.13
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/avatar/avatar-root.d.ts +1 -1
- package/dist/components/avatar/index.d.ts +1 -1
- package/dist/components/breadcrumbs/breadcrumbs-link.d.ts +1 -1
- package/dist/components/breadcrumbs/index.d.ts +1 -1
- package/dist/components/card/card-illustration.d.ts +1 -1
- package/dist/components/card/card-link.d.ts +1 -1
- package/dist/components/channel-button/channel-button-root.d.ts +6 -6
- package/dist/components/channel-button/index.d.ts +6 -6
- 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 +1 -1
- package/dist/components/chip/index.d.ts +1 -1
- package/dist/components/circle-bar/css.cjs +9 -9
- package/dist/components/circle-bar/css.js +9 -9
- package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
- package/dist/components/expandable-card/expandable-card-button.d.ts +4 -4
- package/dist/components/expandable-card/index.d.ts +5 -5
- package/dist/components/flip-card/flip-card-trigger.d.ts +4 -4
- 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/modal/modal-close.cjs +1 -0
- package/dist/components/modal/modal-close.js +1 -0
- package/dist/components/modal/modal-title.d.ts +1 -1
- package/dist/components/navigation-menu/navigation-menu.cjs +1 -0
- package/dist/components/navigation-menu/navigation-menu.d.ts +1 -1
- package/dist/components/navigation-menu/navigation-menu.js +1 -0
- package/dist/components/notabene/notabene-icon.d.ts +1 -1
- package/dist/components/notification/index.d.ts +4 -4
- package/dist/components/notification/notification-icon.d.ts +1 -1
- package/dist/components/notification/notification-root.d.ts +4 -4
- 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 +1 -0
- package/dist/components/radio-card-group/radio-card-group-item-title.js +1 -0
- 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 +5 -5
- package/dist/components/scroll-area/scroll-area-button.d.ts +4 -4
- package/dist/components/select/index.cjs +31 -0
- package/dist/components/select/index.d.ts +51 -0
- package/dist/components/select/index.js +31 -0
- package/dist/components/select/select-content.cjs +38 -0
- package/dist/components/select/select-content.d.ts +5 -0
- package/dist/components/select/select-content.js +21 -0
- package/dist/components/select/select-group.cjs +31 -0
- package/dist/components/select/select-group.d.ts +9 -0
- package/dist/components/select/select-group.js +14 -0
- package/dist/components/select/select-indicator.cjs +14 -0
- package/dist/components/select/select-indicator.d.ts +5 -0
- package/dist/components/select/select-indicator.js +14 -0
- package/dist/components/select/select-item.cjs +34 -0
- package/dist/components/select/select-item.d.ts +5 -0
- package/dist/components/select/select-item.js +17 -0
- package/dist/components/select/select-portal.cjs +27 -0
- package/dist/components/select/select-portal.d.ts +5 -0
- package/dist/components/select/select-portal.js +10 -0
- package/dist/components/select/select-root.cjs +89 -0
- package/dist/components/select/select-root.d.ts +49 -0
- package/dist/components/select/select-root.js +72 -0
- package/dist/components/select/select-trigger.cjs +63 -0
- package/dist/components/select/select-trigger.d.ts +16 -0
- package/dist/components/select/select-trigger.js +46 -0
- package/dist/components/select/select-value.cjs +29 -0
- package/dist/components/select/select-value.d.ts +9 -0
- package/dist/components/select/select-value.js +12 -0
- package/dist/components/select/select-viewport.cjs +30 -0
- package/dist/components/select/select-viewport.d.ts +5 -0
- package/dist/components/select/select-viewport.js +13 -0
- package/dist/components/tabs/index.d.ts +1 -1
- package/dist/components/tabs/tabs-root.d.ts +1 -1
- package/dist/components/tabs/tabs-scroll-button.d.ts +4 -4
- package/dist/components/tabs/tabs-scroll.d.ts +1 -1
- package/dist/components/text-field/index.d.ts +4 -4
- package/dist/components/text-field/text-field-button.d.ts +4 -4
- package/dist/components/toggle/toggle.d.ts +1 -1
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/main.cjs +2 -0
- package/dist/main.js +2 -0
- package/dist/style.css +144 -48
- package/package.json +2 -1
|
@@ -11,8 +11,8 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
|
|
|
11
11
|
loading?: boolean | undefined;
|
|
12
12
|
fullWidth?: boolean | undefined;
|
|
13
13
|
size?: "sm" | "md" | "lg" | undefined;
|
|
14
|
-
variant?: "
|
|
15
|
-
borderStyle?: ("
|
|
14
|
+
variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
|
|
15
|
+
borderStyle?: ("default" | "dashed") | undefined;
|
|
16
16
|
} & {
|
|
17
17
|
iconOnly: true;
|
|
18
18
|
"aria-label": string;
|
|
@@ -23,8 +23,8 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
|
|
|
23
23
|
loading?: boolean | undefined;
|
|
24
24
|
fullWidth?: boolean | undefined;
|
|
25
25
|
size?: "sm" | "md" | "lg" | undefined;
|
|
26
|
-
variant?: "
|
|
27
|
-
borderStyle?: ("
|
|
26
|
+
variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
|
|
27
|
+
borderStyle?: ("default" | "dashed") | undefined;
|
|
28
28
|
} & {
|
|
29
29
|
iconOnly?: false | undefined;
|
|
30
30
|
"aria-label"?: string | undefined;
|
|
@@ -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: "
|
|
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" | "sync" | "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" | "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" | "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" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "youtube" | "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>>;
|
|
@@ -17,7 +17,7 @@ export declare const Tooltip: typeof Root & {
|
|
|
17
17
|
}>) => void) | undefined;
|
|
18
18
|
side?: "top" | "bottom" | "left" | "right" | undefined;
|
|
19
19
|
sideOffset?: number | undefined;
|
|
20
|
-
align?: "
|
|
20
|
+
align?: "center" | "end" | "start" | undefined;
|
|
21
21
|
alignOffset?: number | undefined;
|
|
22
22
|
arrowPadding?: number | undefined;
|
|
23
23
|
avoidCollisions?: boolean | undefined;
|
package/dist/main.cjs
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const components_select_index = require("./components/select/index.cjs");
|
|
3
4
|
const components_avatar_index = require("./components/avatar/index.cjs");
|
|
4
5
|
const components_dashboardCard_index = require("./components/dashboard-card/index.cjs");
|
|
5
6
|
const components_table_index = require("./components/table/index.cjs");
|
|
@@ -67,6 +68,7 @@ const tokens_spacing_variables = require("./tokens/spacing/variables.cjs");
|
|
|
67
68
|
const tokens_typography_variables = require("./tokens/typography/variables.cjs");
|
|
68
69
|
const sonner = require("sonner");
|
|
69
70
|
const components_input_inputGroup = require("./components/input/input-group.cjs");
|
|
71
|
+
exports.Select = components_select_index.Select;
|
|
70
72
|
exports.Avatar = components_avatar_index.Avatar;
|
|
71
73
|
exports.DashboardCard = components_dashboardCard_index.DashboardCard;
|
|
72
74
|
exports.Table = components_table_index.Table;
|
package/dist/main.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Select } from "./components/select/index.js";
|
|
1
2
|
import { Avatar } from "./components/avatar/index.js";
|
|
2
3
|
import { DashboardCard } from "./components/dashboard-card/index.js";
|
|
3
4
|
import { Table } from "./components/table/index.js";
|
|
@@ -114,6 +115,7 @@ export {
|
|
|
114
115
|
RadioGroup,
|
|
115
116
|
Ribbon,
|
|
116
117
|
ScrollArea,
|
|
118
|
+
Select,
|
|
117
119
|
Skeleton,
|
|
118
120
|
Slider,
|
|
119
121
|
Spinner,
|
package/dist/style.css
CHANGED
|
@@ -1,4 +1,27 @@
|
|
|
1
|
-
@charset 'UTF-8'
|
|
1
|
+
@charset 'UTF-8';._teddy-label_1hc8e_1 {
|
|
2
|
+
color: var(--teddy-color-text-default);
|
|
3
|
+
font-family: var(--teddy-typography-family-default);
|
|
4
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
5
|
+
font-size: var(--teddy-typography-scale-100);
|
|
6
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
7
|
+
}
|
|
8
|
+
._teddy-label--disabled_1hc8e_8 {
|
|
9
|
+
color: var(--teddy-color-text-weak);
|
|
10
|
+
cursor: default;
|
|
11
|
+
}
|
|
12
|
+
._teddy-label--required_1hc8e_12::before {
|
|
13
|
+
content: "* ";
|
|
14
|
+
}._teddy-helper-text_6xdzb_1 {
|
|
15
|
+
font-family: var(--teddy-typography-family-default);
|
|
16
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
17
|
+
font-size: var(--teddy-typography-scale-75);
|
|
18
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
19
|
+
color: var(--teddy-color-text-medium);
|
|
20
|
+
display: block;
|
|
21
|
+
}
|
|
22
|
+
._teddy-helper-text--disabled_6xdzb_9 {
|
|
23
|
+
color: var(--teddy-color-text-weak);
|
|
24
|
+
}@layer icon {
|
|
2
25
|
._teddy-icon_1ur3a_2 {
|
|
3
26
|
display: inline;
|
|
4
27
|
align-self: center;
|
|
@@ -117,6 +140,115 @@
|
|
|
117
140
|
line-height: var(--teddy-typography-line-height-tight);
|
|
118
141
|
text-transform: uppercase;
|
|
119
142
|
}
|
|
143
|
+
}._teddy-field-error-text_1735t_1 {
|
|
144
|
+
font-family: var(--teddy-typography-family-default);
|
|
145
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
146
|
+
font-size: var(--teddy-typography-scale-100);
|
|
147
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
148
|
+
color: var(--teddy-color-text-status-error-strong);
|
|
149
|
+
display: flex;
|
|
150
|
+
flex-direction: row;
|
|
151
|
+
gap: var(--teddy-spacing-50);
|
|
152
|
+
align-items: center;
|
|
153
|
+
}
|
|
154
|
+
._teddy-field-error-text__indicator_1735t_12 {
|
|
155
|
+
color: var(--teddy-color-text-status-error-medium);
|
|
156
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
157
|
+
}._teddy-select_1i9a7_1 {
|
|
158
|
+
box-sizing: border-box;
|
|
159
|
+
display: block;
|
|
160
|
+
width: 200px;
|
|
161
|
+
}
|
|
162
|
+
._teddy-select_1i9a7_1 label {
|
|
163
|
+
display: flex;
|
|
164
|
+
margin-bottom: 5px;
|
|
165
|
+
padding: 0;
|
|
166
|
+
font-size: 13px;
|
|
167
|
+
}
|
|
168
|
+
._teddy-select__trigger_1i9a7_12 {
|
|
169
|
+
display: inline-flex;
|
|
170
|
+
align-items: center;
|
|
171
|
+
justify-content: space-between;
|
|
172
|
+
border-radius: 4px;
|
|
173
|
+
padding: 1px 10px;
|
|
174
|
+
font-size: 13px;
|
|
175
|
+
line-height: 1;
|
|
176
|
+
height: 35px;
|
|
177
|
+
width: calc(100% - 25px);
|
|
178
|
+
gap: 5px;
|
|
179
|
+
background-color: white;
|
|
180
|
+
border: 1px solid #757579;
|
|
181
|
+
color: #353537;
|
|
182
|
+
}
|
|
183
|
+
._teddy-select__trigger_1i9a7_12:hover {
|
|
184
|
+
border: 2px solid #6d02a3;
|
|
185
|
+
padding: 0 9px;
|
|
186
|
+
}
|
|
187
|
+
._teddy-select__trigger_1i9a7_12:focus, ._teddy-select__trigger_1i9a7_12 :focus:hover {
|
|
188
|
+
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-focus);
|
|
189
|
+
outline-offset: calc(var(--teddy-spacing-10) * 2);
|
|
190
|
+
border-width: var(--teddy-border-width-xs);
|
|
191
|
+
border-color: var(--teddy-color-border-interactive-subtle-hover);
|
|
192
|
+
padding: 1px 10px;
|
|
193
|
+
}
|
|
194
|
+
._teddy-select__trigger--error_1i9a7_38 {
|
|
195
|
+
border: 1px solid #e4175c;
|
|
196
|
+
padding: 1px 10px;
|
|
197
|
+
}
|
|
198
|
+
._teddy-select__trigger--disabled_1i9a7_42, ._teddy-select__trigger--disabled_1i9a7_42:hover {
|
|
199
|
+
color: #aaaab0;
|
|
200
|
+
background-color: #e5e5eb;
|
|
201
|
+
border: 1px solid #aaaab0;
|
|
202
|
+
padding: 0 10px;
|
|
203
|
+
}
|
|
204
|
+
._teddy-select__trigger--readonly_1i9a7_48, ._teddy-select__trigger--readonly_1i9a7_48:hover {
|
|
205
|
+
border: 1px solid #aaaab0;
|
|
206
|
+
background-color: #f3f3f8;
|
|
207
|
+
padding: 0 10px;
|
|
208
|
+
}
|
|
209
|
+
._teddy-select__icon_1i9a7_53 {
|
|
210
|
+
color: #8d8d94;
|
|
211
|
+
}
|
|
212
|
+
._teddy-select__content_1i9a7_56 {
|
|
213
|
+
overflow: hidden;
|
|
214
|
+
background-color: white;
|
|
215
|
+
border-radius: 6px;
|
|
216
|
+
box-shadow: 0 10px 20px -15px rgba(22, 23, 24, 0.35), 0px 10px 20px -15px rgba(22, 23, 24, 0.2);
|
|
217
|
+
border: 1px solid black;
|
|
218
|
+
min-width: var(--radix-select-trigger-width);
|
|
219
|
+
max-height: var(--radix-select-content-available-height);
|
|
220
|
+
}
|
|
221
|
+
._teddy-select__viewport_1i9a7_65 {
|
|
222
|
+
padding: 5px;
|
|
223
|
+
overflow: scroll;
|
|
224
|
+
}
|
|
225
|
+
._teddy-select__item_1i9a7_69 {
|
|
226
|
+
font-size: 13px;
|
|
227
|
+
line-height: 1;
|
|
228
|
+
border-radius: 3px;
|
|
229
|
+
display: flex;
|
|
230
|
+
align-items: center;
|
|
231
|
+
height: 35px;
|
|
232
|
+
padding: 0 35px 0 25px;
|
|
233
|
+
position: relative;
|
|
234
|
+
user-select: none;
|
|
235
|
+
cursor: pointer;
|
|
236
|
+
}
|
|
237
|
+
._teddy-select__item_1i9a7_69:disabled {
|
|
238
|
+
color: #e5e5eb;
|
|
239
|
+
pointer-events: none;
|
|
240
|
+
}
|
|
241
|
+
._teddy-select__item_1i9a7_69:hover {
|
|
242
|
+
background-color: #e5e5eb;
|
|
243
|
+
outline: none;
|
|
244
|
+
}
|
|
245
|
+
._teddy-select__item-indicator_1i9a7_89 {
|
|
246
|
+
position: absolute;
|
|
247
|
+
left: 0;
|
|
248
|
+
width: 25px;
|
|
249
|
+
display: inline-flex;
|
|
250
|
+
align-items: center;
|
|
251
|
+
justify-content: center;
|
|
120
252
|
}._teddy-avatar_e3370_1 {
|
|
121
253
|
display: flex;
|
|
122
254
|
align-items: center;
|
|
@@ -2520,19 +2652,6 @@
|
|
|
2520
2652
|
}
|
|
2521
2653
|
._teddy-checkbox--error_1tihh_89 ._teddy-checkbox__trigger_1tihh_12::before {
|
|
2522
2654
|
box-shadow: inset 0 0 0 1px var(--teddy-color-border-status-error);
|
|
2523
|
-
}._teddy-label_1hc8e_1 {
|
|
2524
|
-
color: var(--teddy-color-text-default);
|
|
2525
|
-
font-family: var(--teddy-typography-family-default);
|
|
2526
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
2527
|
-
font-size: var(--teddy-typography-scale-100);
|
|
2528
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
2529
|
-
}
|
|
2530
|
-
._teddy-label--disabled_1hc8e_8 {
|
|
2531
|
-
color: var(--teddy-color-text-weak);
|
|
2532
|
-
cursor: default;
|
|
2533
|
-
}
|
|
2534
|
-
._teddy-label--required_1hc8e_12::before {
|
|
2535
|
-
content: "* ";
|
|
2536
2655
|
}@keyframes _fadeInAnimation_mi6fm_1 {
|
|
2537
2656
|
0% {
|
|
2538
2657
|
opacity: 0;
|
|
@@ -4857,30 +4976,6 @@
|
|
|
4857
4976
|
height: 0;
|
|
4858
4977
|
}
|
|
4859
4978
|
}
|
|
4860
|
-
}._teddy-field-error-text_1735t_1 {
|
|
4861
|
-
font-family: var(--teddy-typography-family-default);
|
|
4862
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
4863
|
-
font-size: var(--teddy-typography-scale-100);
|
|
4864
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
4865
|
-
color: var(--teddy-color-text-status-error-strong);
|
|
4866
|
-
display: flex;
|
|
4867
|
-
flex-direction: row;
|
|
4868
|
-
gap: var(--teddy-spacing-50);
|
|
4869
|
-
align-items: center;
|
|
4870
|
-
}
|
|
4871
|
-
._teddy-field-error-text__indicator_1735t_12 {
|
|
4872
|
-
color: var(--teddy-color-text-status-error-medium);
|
|
4873
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
4874
|
-
}._teddy-helper-text_6xdzb_1 {
|
|
4875
|
-
font-family: var(--teddy-typography-family-default);
|
|
4876
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
4877
|
-
font-size: var(--teddy-typography-scale-75);
|
|
4878
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
4879
|
-
color: var(--teddy-color-text-medium);
|
|
4880
|
-
display: block;
|
|
4881
|
-
}
|
|
4882
|
-
._teddy-helper-text--disabled_6xdzb_9 {
|
|
4883
|
-
color: var(--teddy-color-text-weak);
|
|
4884
4979
|
}@keyframes _fadeInAnimation_mhz8x_1 {
|
|
4885
4980
|
0% {
|
|
4886
4981
|
opacity: 0;
|
|
@@ -6202,48 +6297,49 @@
|
|
|
6202
6297
|
._metricmeter__speed-unit-label_1wov3_70 {
|
|
6203
6298
|
font-size: var(--teddy-typography-scale-75);
|
|
6204
6299
|
font-weight: var(--teddy-typography-weight-normal);
|
|
6205
|
-
}._teddy-circle-
|
|
6300
|
+
}._teddy-circle-bar_1533l_1 {
|
|
6206
6301
|
position: relative;
|
|
6207
6302
|
width: max-content;
|
|
6208
6303
|
padding: 17px;
|
|
6209
6304
|
}
|
|
6210
|
-
._teddy-circle-
|
|
6305
|
+
._teddy-circle-bar__tooltip_1533l_6 {
|
|
6211
6306
|
width: max-content;
|
|
6212
6307
|
position: absolute;
|
|
6213
6308
|
top: -2px;
|
|
6214
6309
|
z-index: 1;
|
|
6215
6310
|
}
|
|
6216
|
-
._teddy-circle-bar__tooltip-
|
|
6311
|
+
._teddy-circle-bar__tooltip-left_1533l_12 {
|
|
6217
6312
|
left: -2px;
|
|
6218
6313
|
}
|
|
6219
|
-
._teddy-circle-bar__tooltip-
|
|
6314
|
+
._teddy-circle-bar__tooltip-right_1533l_15 {
|
|
6220
6315
|
right: -2px;
|
|
6221
6316
|
}
|
|
6222
|
-
._teddy-circle-bar__tooltip-
|
|
6317
|
+
._teddy-circle-bar__tooltip-content_1533l_18 {
|
|
6223
6318
|
max-width: 300px;
|
|
6224
6319
|
}
|
|
6225
|
-
._teddy-circle-bar__svg-
|
|
6320
|
+
._teddy-circle-bar__svg-container_1533l_21 {
|
|
6226
6321
|
width: 155px;
|
|
6322
|
+
height: 155px;
|
|
6227
6323
|
position: relative;
|
|
6228
6324
|
}
|
|
6229
|
-
._teddy-circle-
|
|
6325
|
+
._teddy-circle-bar__svg_1533l_21 {
|
|
6230
6326
|
transform-origin: center center;
|
|
6231
6327
|
fill: transparent;
|
|
6232
6328
|
stroke-linecap: round;
|
|
6233
6329
|
stroke: #c4c4c4;
|
|
6234
6330
|
}
|
|
6235
|
-
._teddy-circle-bar__info-
|
|
6331
|
+
._teddy-circle-bar__info-box_1533l_32 {
|
|
6236
6332
|
position: absolute;
|
|
6237
6333
|
width: 100%;
|
|
6238
6334
|
top: 47px;
|
|
6239
6335
|
text-align: center;
|
|
6240
6336
|
}
|
|
6241
|
-
._teddy-circle-bar__value-
|
|
6337
|
+
._teddy-circle-bar__value-label_1533l_38 {
|
|
6242
6338
|
font-size: 28px;
|
|
6243
6339
|
font-weight: 700;
|
|
6244
6340
|
margin-bottom: 6px;
|
|
6245
6341
|
}
|
|
6246
|
-
._teddy-circle-
|
|
6342
|
+
._teddy-circle-bar_1533l_1 h3 {
|
|
6247
6343
|
margin: 0;
|
|
6248
6344
|
font-size: 14px;
|
|
6249
6345
|
font-weight: 400;
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"pnpm": ">=9"
|
|
21
21
|
},
|
|
22
22
|
"private": false,
|
|
23
|
-
"version": "0.6.
|
|
23
|
+
"version": "0.6.13",
|
|
24
24
|
"sideEffects": [
|
|
25
25
|
"**/*.css",
|
|
26
26
|
"**/*.svg"
|
|
@@ -92,6 +92,7 @@
|
|
|
92
92
|
"@radix-ui/react-progress": "^1.1.0",
|
|
93
93
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
94
94
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
95
|
+
"@radix-ui/react-select": "2.1.7",
|
|
95
96
|
"@radix-ui/react-slider": "^1.2.1",
|
|
96
97
|
"@radix-ui/react-slot": "^1.0.2",
|
|
97
98
|
"@radix-ui/react-switch": "^1.0.3",
|