@gnome-ui/react 1.42.0 → 1.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +78 -1
- package/dist/components/Card/Card.module.css.cjs +1 -1
- package/dist/components/Card/Card.module.css.cjs.map +1 -1
- package/dist/components/Card/Card.module.css.js +5 -5
- package/dist/components/Card/Card.module.css.js.map +1 -1
- package/dist/components/ContributionGraph/ContributionGraph.cjs +1 -1
- package/dist/components/ContributionGraph/ContributionGraph.cjs.map +1 -1
- package/dist/components/ContributionGraph/ContributionGraph.d.ts +11 -6
- package/dist/components/ContributionGraph/ContributionGraph.js +211 -130
- package/dist/components/ContributionGraph/ContributionGraph.js.map +1 -1
- package/dist/components/ContributionGraph/ContributionGraph.module.css.cjs +1 -1
- package/dist/components/ContributionGraph/ContributionGraph.module.css.cjs.map +1 -1
- package/dist/components/ContributionGraph/ContributionGraph.module.css.js +9 -8
- package/dist/components/ContributionGraph/ContributionGraph.module.css.js.map +1 -1
- package/dist/components/ContributionGraph/index.d.ts +1 -1
- package/dist/components/Drawer/Drawer.cjs +2 -0
- package/dist/components/Drawer/Drawer.cjs.map +1 -0
- package/dist/components/Drawer/Drawer.d.ts +28 -0
- package/dist/components/Drawer/Drawer.js +55 -0
- package/dist/components/Drawer/Drawer.js.map +1 -0
- package/dist/components/Drawer/Drawer.module.css.cjs +2 -0
- package/dist/components/Drawer/Drawer.module.css.cjs.map +1 -0
- package/dist/components/Drawer/Drawer.module.css.js +18 -0
- package/dist/components/Drawer/Drawer.module.css.js.map +1 -0
- package/dist/components/Drawer/index.d.ts +2 -0
- package/dist/components/Drawer.cjs +1 -0
- package/dist/components/Drawer.d.ts +2 -0
- package/dist/components/Drawer.js +2 -0
- package/dist/components/GnomeProvider/GnomeContext.cjs +1 -1
- package/dist/components/GnomeProvider/GnomeContext.cjs.map +1 -1
- package/dist/components/GnomeProvider/GnomeContext.d.ts +12 -0
- package/dist/components/GnomeProvider/GnomeContext.js +14 -2
- package/dist/components/GnomeProvider/GnomeContext.js.map +1 -1
- package/dist/components/GnomeProvider/GnomeProvider.cjs +1 -1
- package/dist/components/GnomeProvider/GnomeProvider.cjs.map +1 -1
- package/dist/components/GnomeProvider/GnomeProvider.d.ts +17 -3
- package/dist/components/GnomeProvider/GnomeProvider.js +55 -16
- package/dist/components/GnomeProvider/GnomeProvider.js.map +1 -1
- package/dist/components/Icon/Icon.cjs +1 -1
- package/dist/components/Icon/Icon.cjs.map +1 -1
- package/dist/components/Icon/Icon.js +2 -1
- package/dist/components/Icon/Icon.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +5 -3
- package/dist/index.js +68 -67
- package/dist/style.css +1 -1
- package/package.json +6 -1
package/dist/index.js
CHANGED
|
@@ -24,70 +24,71 @@ import { Clamp as w } from "./components/Clamp/Clamp.js";
|
|
|
24
24
|
import { ColorPicker as T, ColorSwatch as E, GNOME_PALETTE as D } from "./components/ColorPicker/ColorPicker.js";
|
|
25
25
|
import { ColumnView as O } from "./components/ColumnView/ColumnView.js";
|
|
26
26
|
import { ComboRow as k } from "./components/ComboRow/ComboRow.js";
|
|
27
|
-
import {
|
|
28
|
-
import { ContributionGraph as
|
|
29
|
-
import { CountDownTimer as
|
|
30
|
-
import { Dialog as
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
|
|
27
|
+
import { useAccentColor as A, useColorScheme as j, useDateTimeFormatter as M, useDir as N, useLocale as P, useNumberFormatter as F, useResolvedColorScheme as I } from "./components/GnomeProvider/GnomeContext.js";
|
|
28
|
+
import { ContributionGraph as L } from "./components/ContributionGraph/ContributionGraph.js";
|
|
29
|
+
import { CountDownTimer as R } from "./components/CountDownTimer/CountDownTimer.js";
|
|
30
|
+
import { Dialog as z } from "./components/Dialog/Dialog.js";
|
|
31
|
+
import { Drawer as B } from "./components/Drawer/Drawer.js";
|
|
32
|
+
import { Dropdown as V } from "./components/Dropdown/Dropdown.js";
|
|
33
|
+
import { EntryRow as H } from "./components/EntryRow/EntryRow.js";
|
|
34
|
+
import { ExpanderRow as U } from "./components/ExpanderRow/ExpanderRow.js";
|
|
35
|
+
import { Footer as W } from "./components/Footer/Footer.js";
|
|
36
|
+
import { Frame as G } from "./components/Frame/Frame.js";
|
|
37
|
+
import { GnomeProvider as K } from "./components/GnomeProvider/GnomeProvider.js";
|
|
38
|
+
import { HeaderBar as q } from "./components/HeaderBar/HeaderBar.js";
|
|
39
|
+
import { Tooltip as J } from "./components/Tooltip/Tooltip.js";
|
|
40
|
+
import { IconButton as Y } from "./components/IconButton/IconButton.js";
|
|
41
|
+
import { InlineViewSwitcher as X } from "./components/InlineViewSwitcher/InlineViewSwitcher.js";
|
|
42
|
+
import { InlineViewSwitcherItem as Z } from "./components/InlineViewSwitcher/InlineViewSwitcherItem.js";
|
|
43
|
+
import { Link as Q } from "./components/Link/Link.js";
|
|
44
|
+
import { LinkedGroup as $ } from "./components/LinkedGroup/LinkedGroup.js";
|
|
45
|
+
import { GNOME_BREAKPOINTS as ee, useBreakpoint as te } from "./hooks/useBreakpoint.js";
|
|
46
|
+
import { NavigationSplitView as ne } from "./components/NavigationSplitView/NavigationSplitView.js";
|
|
47
|
+
import { NavigationPage as re, NavigationView as ie, useNavigation as ae } from "./components/NavigationView/NavigationView.js";
|
|
48
|
+
import { OverlaySplitView as oe } from "./components/OverlaySplitView/OverlaySplitView.js";
|
|
49
|
+
import { PasswordEntryRow as se } from "./components/PasswordEntryRow/PasswordEntryRow.js";
|
|
50
|
+
import { PathBar as ce } from "./components/PathBar/PathBar.js";
|
|
51
|
+
import { Popover as le } from "./components/Popover/Popover.js";
|
|
52
|
+
import { PreferencesDialog as ue } from "./components/PreferencesDialog/PreferencesDialog.js";
|
|
53
|
+
import { PreferencesGroup as de } from "./components/PreferencesGroup/PreferencesGroup.js";
|
|
54
|
+
import { PreferencesPage as fe } from "./components/PreferencesPage/PreferencesPage.js";
|
|
55
|
+
import { ProgressBar as pe } from "./components/ProgressBar/ProgressBar.js";
|
|
56
|
+
import { RadioButton as me } from "./components/RadioButton/RadioButton.js";
|
|
57
|
+
import { Spinner as he } from "./components/Spinner/Spinner.js";
|
|
58
|
+
import { SearchBar as ge } from "./components/SearchBar/SearchBar.js";
|
|
59
|
+
import { ShortcutLabel as _e } from "./components/ShortcutLabel/ShortcutLabel.js";
|
|
60
|
+
import { ShortcutsDialog as ve } from "./components/ShortcutsDialog/ShortcutsDialog.js";
|
|
61
|
+
import { StatusPage as ye } from "./components/StatusPage/StatusPage.js";
|
|
62
|
+
import { Sidebar as be, SidebarCollapsedContext as xe, useSidebarCollapsed as Se } from "./components/Sidebar/Sidebar.js";
|
|
63
|
+
import { SidebarSection as Ce } from "./components/Sidebar/SidebarSection.js";
|
|
64
|
+
import { SidebarItem as we } from "./components/Sidebar/SidebarItem.js";
|
|
65
|
+
import { Skeleton as Te } from "./components/Skeleton/Skeleton.js";
|
|
66
|
+
import { Slider as Ee } from "./components/Slider/Slider.js";
|
|
67
|
+
import { SpinButton as De } from "./components/SpinButton/SpinButton.js";
|
|
68
|
+
import { SpinRow as Oe } from "./components/SpinRow/SpinRow.js";
|
|
69
|
+
import { SplitButton as ke } from "./components/SplitButton/SplitButton.js";
|
|
70
|
+
import { StatusBadge as Ae } from "./components/StatusBadge/StatusBadge.js";
|
|
71
|
+
import { Switch as je } from "./components/Switch/Switch.js";
|
|
72
|
+
import { SwitchRow as Me } from "./components/SwitchRow/SwitchRow.js";
|
|
73
|
+
import { TabBar as Ne } from "./components/Tabs/TabBar.js";
|
|
74
|
+
import { TabItem as Pe } from "./components/Tabs/TabItem.js";
|
|
75
|
+
import { TabPanel as Fe } from "./components/Tabs/TabPanel.js";
|
|
76
|
+
import { TerminalView as Ie } from "./components/TerminalView/TerminalView.js";
|
|
77
|
+
import { Text as Le } from "./components/Text/Text.js";
|
|
78
|
+
import { TextField as Re } from "./components/TextField/TextField.js";
|
|
79
|
+
import { Timeline as ze } from "./components/Timeline/Timeline.js";
|
|
80
|
+
import { Toast as Be } from "./components/Toast/Toast.js";
|
|
81
|
+
import { Toaster as Ve } from "./components/Toast/Toaster.js";
|
|
82
|
+
import { ToggleGroup as He } from "./components/ToggleGroup/ToggleGroup.js";
|
|
83
|
+
import { ToggleGroupItem as Ue } from "./components/ToggleGroup/ToggleGroupItem.js";
|
|
84
|
+
import { Toolbar as We } from "./components/Toolbar/Toolbar.js";
|
|
85
|
+
import { Spacer as Ge } from "./components/Toolbar/Spacer.js";
|
|
86
|
+
import { ToolbarView as Ke } from "./components/ToolbarView/ToolbarView.js";
|
|
87
|
+
import { ViewSwitcher as qe } from "./components/ViewSwitcher/ViewSwitcher.js";
|
|
88
|
+
import { ViewSwitcherItem as Je } from "./components/ViewSwitcher/ViewSwitcherItem.js";
|
|
89
|
+
import { ViewSwitcherBar as Ye } from "./components/ViewSwitcherBar/ViewSwitcherBar.js";
|
|
90
|
+
import { ViewSwitcherSidebar as Xe } from "./components/ViewSwitcherSidebar/ViewSwitcherSidebar.js";
|
|
91
|
+
import { ViewSwitcherSidebarItem as Ze } from "./components/ViewSwitcherSidebar/ViewSwitcherSidebarItem.js";
|
|
92
|
+
import { WindowTitle as Qe } from "./components/WindowTitle/WindowTitle.js";
|
|
93
|
+
import { WrapBox as $e } from "./components/WrapBox/WrapBox.js";
|
|
94
|
+
export { e as AboutDialog, t as ActionRow, n as Avatar, r as AvatarRotator, i as Badge, a as Banner, o as Bin, s as Blockquote, c as BottomSheet, l as Box, d as BoxedList, f as BreakpointBin, p as Button, m as ButtonContent, h as ButtonRow, g as Card, _ as Carousel, v as CarouselIndicatorDots, y as CarouselIndicatorLines, b as CheckRow, x as Checkbox, C as Chip, w as Clamp, T as ColorPicker, E as ColorSwatch, O as ColumnView, k as ComboRow, L as ContributionGraph, R as CountDownTimer, z as Dialog, B as Drawer, V as Dropdown, H as EntryRow, U as ExpanderRow, W as Footer, G as Frame, ee as GNOME_BREAKPOINTS, D as GNOME_PALETTE, K as GnomeProvider, q as HeaderBar, S as Icon, Y as IconButton, X as InlineViewSwitcher, Z as InlineViewSwitcherItem, Q as Link, $ as LinkedGroup, re as NavigationPage, ne as NavigationSplitView, ie as NavigationView, oe as OverlaySplitView, se as PasswordEntryRow, ce as PathBar, le as Popover, ue as PreferencesDialog, de as PreferencesGroup, fe as PreferencesPage, pe as ProgressBar, me as RadioButton, ge as SearchBar, u as Separator, _e as ShortcutLabel, ve as ShortcutsDialog, be as Sidebar, xe as SidebarCollapsedContext, we as SidebarItem, Ce as SidebarSection, Te as Skeleton, Ee as Slider, Ge as Spacer, De as SpinButton, Oe as SpinRow, he as Spinner, ke as SplitButton, Ae as StatusBadge, ye as StatusPage, je as Switch, Me as SwitchRow, Ne as TabBar, Pe as TabItem, Fe as TabPanel, Ie as TerminalView, Le as Text, Re as TextField, ze as Timeline, Be as Toast, Ve as Toaster, He as ToggleGroup, Ue as ToggleGroupItem, We as Toolbar, Ke as ToolbarView, J as Tooltip, qe as ViewSwitcher, Ye as ViewSwitcherBar, Je as ViewSwitcherItem, Xe as ViewSwitcherSidebar, Ze as ViewSwitcherSidebarItem, Qe as WindowTitle, $e as WrapBox, A as useAccentColor, te as useBreakpoint, j as useColorScheme, M as useDateTimeFormatter, N as useDir, P as useLocale, ae as useNavigation, F as useNumberFormatter, I as useResolvedColorScheme, Se as useSidebarCollapsed };
|