@ngrok/mantle 0.60.3 → 0.61.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/dist/data-table.d.ts +1 -1
- package/dist/{direction-veAOo2is.d.ts → direction-DHheuUag.d.ts} +1 -1
- package/dist/icons.d.ts +2 -2
- package/dist/mantle.css +128 -143
- package/dist/sorting.d.ts +1 -1
- package/dist/theme.d.ts +2 -2
- package/dist/{themes-Jy9DUcQe.d.ts → themes-Bi46K9ZW.d.ts} +1 -1
- package/dist/toast.d.ts +1 -1
- package/package.json +4 -4
package/dist/data-table.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export * from '@tanstack/react-table';
|
|
|
3
3
|
import * as react from 'react';
|
|
4
4
|
import { ComponentProps, ReactNode } from 'react';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
|
-
import {
|
|
6
|
+
import { d as SortingMode } from './direction-DHheuUag.js';
|
|
7
7
|
import { B as Button } from './button-CGzhQiwo.js';
|
|
8
8
|
import { Table } from './table.js';
|
|
9
9
|
import './deep-non-nullable-SmpSvoSd.js';
|
|
@@ -140,4 +140,4 @@ declare function $timeSortingDirection<T extends TimeSortingDirection | SortingD
|
|
|
140
140
|
readonly desc: "newest-to-oldest";
|
|
141
141
|
}[(T & "asc") | (T & "desc")] | (T & "newest-to-oldest") | (T & "oldest-to-newest");
|
|
142
142
|
|
|
143
|
-
export { $alphanumericSortingDirection as $, type AlphanumericSortingDirection as A, type SortingDirection as S, type TimeSortingDirection as T, $sortingDirection as a, $sortingMode as b, $timeSortingDirection as c,
|
|
143
|
+
export { $alphanumericSortingDirection as $, type AlphanumericSortingDirection as A, type SortingDirection as S, type TimeSortingDirection as T, $sortingDirection as a, $sortingMode as b, $timeSortingDirection as c, type SortingMode as d, alphanumericSortingDirections as e, isSortingDirection as f, isSortingMode as g, isTimeSortingDirection as h, isAlphanumericSortingDirection as i, sortingModes as j, timeSortingDirections as k, sortingDirections as s, timeSortingByDirection as t };
|
package/dist/icons.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import {
|
|
2
|
+
import { d as SortingMode, A as AlphanumericSortingDirection, T as TimeSortingDirection, S as SortingDirection } from './direction-DHheuUag.js';
|
|
3
3
|
import { S as SvgAttributes } from './types-BuKAGhC-.js';
|
|
4
|
-
import { T as Theme } from './themes-
|
|
4
|
+
import { T as Theme } from './themes-Bi46K9ZW.js';
|
|
5
5
|
import 'react';
|
|
6
6
|
|
|
7
7
|
type Props = SvgAttributes & ({
|
package/dist/mantle.css
CHANGED
|
@@ -5,70 +5,56 @@
|
|
|
5
5
|
@source "../src";
|
|
6
6
|
@source "../dist";
|
|
7
7
|
|
|
8
|
-
/* Euclid Square */
|
|
9
8
|
@font-face {
|
|
10
|
-
font-family:
|
|
9
|
+
font-family: "Roobert";
|
|
10
|
+
src:
|
|
11
|
+
url("https://assets.ngrok.com/fonts/roobert/roobert-proportional-vf.woff2")
|
|
12
|
+
format("woff2 supports variations"),
|
|
13
|
+
url("https://assets.ngrok.com/fonts/roobert/roobert-proportional-vf.woff2")
|
|
14
|
+
format("woff2-variations");
|
|
15
|
+
font-weight: 300 900;
|
|
16
|
+
font-display: swap;
|
|
11
17
|
font-style: normal;
|
|
12
|
-
font-weight: normal;
|
|
13
|
-
src: url("https://assets.ngrok.com/fonts/euclid-square/EuclidSquare-Regular-WebS.woff")
|
|
14
|
-
format("woff");
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@font-face {
|
|
18
|
-
font-family: EuclidSquare;
|
|
19
|
-
font-style: italic;
|
|
20
|
-
font-weight: normal;
|
|
21
|
-
src: url("https://assets.ngrok.com/fonts/euclid-square/EuclidSquare-RegularItalic-WebS.woff")
|
|
22
|
-
format("woff");
|
|
23
18
|
}
|
|
24
19
|
|
|
25
20
|
@font-face {
|
|
26
|
-
font-family:
|
|
21
|
+
font-family: "JetBrains Mono";
|
|
22
|
+
src:
|
|
23
|
+
url("https://assets.ngrok.com/fonts/jetbrains/jetbrainsmono-wght.woff2")
|
|
24
|
+
format("woff2 supports variations"),
|
|
25
|
+
url("https://assets.ngrok.com/fonts/jetbrains/jetbrainsmono-wght.woff2")
|
|
26
|
+
format("woff2-variations");
|
|
27
|
+
font-weight: 100 800;
|
|
28
|
+
font-display: swap;
|
|
27
29
|
font-style: normal;
|
|
28
|
-
font-weight: 500;
|
|
29
|
-
src: url("https://assets.ngrok.com/fonts/euclid-square/EuclidSquare-Medium-WebS.woff")
|
|
30
|
-
format("woff");
|
|
31
30
|
}
|
|
32
31
|
|
|
33
32
|
@font-face {
|
|
34
|
-
font-family:
|
|
33
|
+
font-family: "JetBrains Mono";
|
|
34
|
+
src:
|
|
35
|
+
url("https://assets.ngrok.com/fonts/jetbrains/jetbrainsmono-italic-wght.woff2")
|
|
36
|
+
format("woff2 supports variations"),
|
|
37
|
+
url("https://assets.ngrok.com/fonts/jetbrains/jetbrainsmono-italic-wght.woff2")
|
|
38
|
+
format("woff2-variations");
|
|
39
|
+
font-weight: 100 800;
|
|
40
|
+
font-display: swap;
|
|
35
41
|
font-style: italic;
|
|
36
|
-
font-weight: 500;
|
|
37
|
-
src: url("https://assets.ngrok.com/fonts/euclid-square/EuclidSquare-MediumItalic-WebS.woff")
|
|
38
|
-
format("woff");
|
|
39
42
|
}
|
|
40
43
|
|
|
41
|
-
/* IBM Plex Mono */
|
|
42
|
-
|
|
43
44
|
@font-face {
|
|
44
|
-
font-family:
|
|
45
|
-
font-
|
|
45
|
+
font-family: "Family";
|
|
46
|
+
font-display: swap;
|
|
47
|
+
src: url("https://assets.ngrok.com/fonts/family/family-regular.woff2") format("woff2");
|
|
46
48
|
font-weight: normal;
|
|
47
|
-
src: url("https://assets.ngrok.com/fonts/ibm-plex-mono/IBMPlexMono-Text.woff") format("woff");
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
@font-face {
|
|
51
|
-
font-family: IBMPlexMono;
|
|
52
|
-
font-style: italic;
|
|
53
|
-
font-weight: normal;
|
|
54
|
-
src: url("https://assets.ngrok.com/fonts/ibm-plex-mono/IBMPlexMono-TextItalic.woff")
|
|
55
|
-
format("woff");
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/* semibold is actually 600, but mapping it to 500 works better across AntD */
|
|
59
|
-
@font-face {
|
|
60
|
-
font-family: IBMPlexMono;
|
|
61
49
|
font-style: normal;
|
|
62
|
-
font-weight: 500;
|
|
63
|
-
src: url("https://assets.ngrok.com/fonts/ibm-plex-mono/IBMPlexMono-SemiBold.woff") format("woff");
|
|
64
50
|
}
|
|
65
51
|
|
|
66
52
|
@font-face {
|
|
67
|
-
font-family:
|
|
53
|
+
font-family: "Family";
|
|
54
|
+
font-display: swap;
|
|
55
|
+
src: url("https://assets.ngrok.com/fonts/family/family-italic.woff2") format("woff2");
|
|
56
|
+
font-weight: normal;
|
|
68
57
|
font-style: italic;
|
|
69
|
-
font-weight: 500;
|
|
70
|
-
src: url("https://assets.ngrok.com/fonts/ibm-plex-mono/IBMPlexMono-SemiBoldItalic.woff")
|
|
71
|
-
format("woff");
|
|
72
58
|
}
|
|
73
59
|
|
|
74
60
|
@custom-variant light (&:where(.light, .light *, [data-theme="light"], [data-applied-theme="light"]));
|
|
@@ -138,29 +124,29 @@
|
|
|
138
124
|
:root[data-applied-theme="light"] {
|
|
139
125
|
color-scheme: light;
|
|
140
126
|
|
|
141
|
-
--color-neutral-50: oklch(98.
|
|
142
|
-
--color-neutral-100: oklch(
|
|
143
|
-
--color-neutral-200: oklch(
|
|
144
|
-
--color-neutral-300: oklch(87% 0
|
|
145
|
-
--color-neutral-400: oklch(
|
|
146
|
-
--color-neutral-500: oklch(55.
|
|
147
|
-
--color-neutral-600: oklch(
|
|
148
|
-
--color-neutral-700: oklch(37% 0
|
|
149
|
-
--color-neutral-800: oklch(
|
|
150
|
-
--color-neutral-900: oklch(
|
|
151
|
-
--color-neutral-950: oklch(
|
|
152
|
-
|
|
153
|
-
--color-gray-50: oklch(98.
|
|
154
|
-
--color-gray-100: oklch(
|
|
155
|
-
--color-gray-200: oklch(
|
|
156
|
-
--color-gray-300: oklch(87% 0
|
|
157
|
-
--color-gray-400: oklch(
|
|
158
|
-
--color-gray-500: oklch(55.
|
|
159
|
-
--color-gray-600: oklch(
|
|
160
|
-
--color-gray-700: oklch(37% 0
|
|
161
|
-
--color-gray-800: oklch(
|
|
162
|
-
--color-gray-900: oklch(
|
|
163
|
-
--color-gray-950: oklch(
|
|
127
|
+
--color-neutral-50: oklch(98.5% 0 0);
|
|
128
|
+
--color-neutral-100: oklch(97% 0 0);
|
|
129
|
+
--color-neutral-200: oklch(92.2% 0 0);
|
|
130
|
+
--color-neutral-300: oklch(87% 0 0);
|
|
131
|
+
--color-neutral-400: oklch(70.8% 0 0);
|
|
132
|
+
--color-neutral-500: oklch(55.6% 0 0);
|
|
133
|
+
--color-neutral-600: oklch(43.9% 0 0);
|
|
134
|
+
--color-neutral-700: oklch(37.1% 0 0);
|
|
135
|
+
--color-neutral-800: oklch(26.9% 0 0);
|
|
136
|
+
--color-neutral-900: oklch(20.5% 0 0);
|
|
137
|
+
--color-neutral-950: oklch(18.2% 0 0);
|
|
138
|
+
|
|
139
|
+
--color-gray-50: oklch(98.5% 0 0);
|
|
140
|
+
--color-gray-100: oklch(97% 0 0);
|
|
141
|
+
--color-gray-200: oklch(92.2% 0 0);
|
|
142
|
+
--color-gray-300: oklch(87% 0 0);
|
|
143
|
+
--color-gray-400: oklch(70.8% 0 0);
|
|
144
|
+
--color-gray-500: oklch(55.6% 0 0);
|
|
145
|
+
--color-gray-600: oklch(43.9% 0 0);
|
|
146
|
+
--color-gray-700: oklch(37.1% 0 0);
|
|
147
|
+
--color-gray-800: oklch(26.9% 0 0);
|
|
148
|
+
--color-gray-900: oklch(20.5% 0 0);
|
|
149
|
+
--color-gray-950: oklch(18.2% 0 0);
|
|
164
150
|
|
|
165
151
|
--color-blue-50: oklch(96.8% 0.015 265.9);
|
|
166
152
|
--color-blue-100: oklch(92.7% 0.0337 265.8);
|
|
@@ -260,29 +246,29 @@
|
|
|
260
246
|
--color-black: oklch(100% 0 0);
|
|
261
247
|
|
|
262
248
|
/* Reverse all the color values */
|
|
263
|
-
--color-neutral-50: oklch(
|
|
264
|
-
--color-neutral-100: oklch(
|
|
265
|
-
--color-neutral-200: oklch(
|
|
266
|
-
--color-neutral-300: oklch(37% 0
|
|
267
|
-
--color-neutral-400: oklch(
|
|
268
|
-
--color-neutral-500: oklch(55.
|
|
269
|
-
--color-neutral-600: oklch(
|
|
270
|
-
--color-neutral-700: oklch(87% 0
|
|
271
|
-
--color-neutral-800: oklch(
|
|
272
|
-
--color-neutral-900: oklch(
|
|
273
|
-
--color-neutral-950: oklch(98.
|
|
274
|
-
|
|
275
|
-
--color-gray-50: oklch(
|
|
276
|
-
--color-gray-100: oklch(
|
|
277
|
-
--color-gray-200: oklch(
|
|
278
|
-
--color-gray-300: oklch(37% 0
|
|
279
|
-
--color-gray-400: oklch(
|
|
280
|
-
--color-gray-500: oklch(55.
|
|
281
|
-
--color-gray-600: oklch(
|
|
282
|
-
--color-gray-700: oklch(87% 0
|
|
283
|
-
--color-gray-800: oklch(
|
|
284
|
-
--color-gray-900: oklch(
|
|
285
|
-
--color-gray-950: oklch(98.
|
|
249
|
+
--color-neutral-50: oklch(18.2% 0 0);
|
|
250
|
+
--color-neutral-100: oklch(20.5% 0 0);
|
|
251
|
+
--color-neutral-200: oklch(26.9% 0 0);
|
|
252
|
+
--color-neutral-300: oklch(37.1% 0 0);
|
|
253
|
+
--color-neutral-400: oklch(43.9% 0 0);
|
|
254
|
+
--color-neutral-500: oklch(55.6% 0 0);
|
|
255
|
+
--color-neutral-600: oklch(70.8% 0 0);
|
|
256
|
+
--color-neutral-700: oklch(87% 0 0);
|
|
257
|
+
--color-neutral-800: oklch(92.2% 0 0);
|
|
258
|
+
--color-neutral-900: oklch(97% 0 0);
|
|
259
|
+
--color-neutral-950: oklch(98.5% 0 0);
|
|
260
|
+
|
|
261
|
+
--color-gray-50: oklch(18.2% 0 0);
|
|
262
|
+
--color-gray-100: oklch(20.5% 0 0);
|
|
263
|
+
--color-gray-200: oklch(26.9% 0 0);
|
|
264
|
+
--color-gray-300: oklch(37.1% 0 0);
|
|
265
|
+
--color-gray-400: oklch(43.9% 0 0);
|
|
266
|
+
--color-gray-500: oklch(55.6% 0 0);
|
|
267
|
+
--color-gray-600: oklch(70.8% 0 0);
|
|
268
|
+
--color-gray-700: oklch(87% 0 0);
|
|
269
|
+
--color-gray-800: oklch(92.2% 0 0);
|
|
270
|
+
--color-gray-900: oklch(97% 0 0);
|
|
271
|
+
--color-gray-950: oklch(98.5% 0 0);
|
|
286
272
|
|
|
287
273
|
--color-blue-50: oklch(26.6% 0.0958 273.2);
|
|
288
274
|
--color-blue-100: oklch(35.3% 0.1525 269.7);
|
|
@@ -656,29 +642,29 @@
|
|
|
656
642
|
--color-fuchsia-900: oklch(34.08% 0.1487 324.91);
|
|
657
643
|
--color-fuchsia-950: oklch(29.32% 0.1309 325.66);
|
|
658
644
|
|
|
659
|
-
--color-neutral-50: oklch(98.46% 0
|
|
660
|
-
--color-neutral-100: oklch(96.7% 0
|
|
661
|
-
--color-neutral-200: oklch(91.88% 0
|
|
662
|
-
--color-neutral-300: oklch(44.47% 0
|
|
663
|
-
--color-neutral-400: oklch(41.87% 0
|
|
664
|
-
--color-neutral-500: oklch(38.18% 0
|
|
665
|
-
--color-neutral-600: oklch(34.89% 0
|
|
666
|
-
--color-neutral-700: oklch(32.11% 0
|
|
667
|
-
--color-neutral-800: oklch(28.42% 0
|
|
668
|
-
--color-neutral-900: oklch(25.22% 0
|
|
669
|
-
--color-neutral-950: oklch(
|
|
670
|
-
|
|
671
|
-
--color-gray-50: oklch(98.46% 0
|
|
672
|
-
--color-gray-100: oklch(96.7% 0
|
|
673
|
-
--color-gray-200: oklch(91.88% 0
|
|
674
|
-
--color-gray-300: oklch(44.47% 0
|
|
675
|
-
--color-gray-400: oklch(41.87% 0
|
|
676
|
-
--color-gray-500: oklch(38.18% 0
|
|
677
|
-
--color-gray-600: oklch(34.89% 0
|
|
678
|
-
--color-gray-700: oklch(32.11% 0
|
|
679
|
-
--color-gray-800: oklch(28.42% 0
|
|
680
|
-
--color-gray-900: oklch(25.22% 0
|
|
681
|
-
--color-gray-950: oklch(
|
|
645
|
+
--color-neutral-50: oklch(98.46% 0 0);
|
|
646
|
+
--color-neutral-100: oklch(96.7% 0 0);
|
|
647
|
+
--color-neutral-200: oklch(91.88% 0 0);
|
|
648
|
+
--color-neutral-300: oklch(44.47% 0 0);
|
|
649
|
+
--color-neutral-400: oklch(41.87% 0 0);
|
|
650
|
+
--color-neutral-500: oklch(38.18% 0 0);
|
|
651
|
+
--color-neutral-600: oklch(34.89% 0 0);
|
|
652
|
+
--color-neutral-700: oklch(32.11% 0 0);
|
|
653
|
+
--color-neutral-800: oklch(28.42% 0 0);
|
|
654
|
+
--color-neutral-900: oklch(25.22% 0 0);
|
|
655
|
+
--color-neutral-950: oklch(18.2% 0 0);
|
|
656
|
+
|
|
657
|
+
--color-gray-50: oklch(98.46% 0 0);
|
|
658
|
+
--color-gray-100: oklch(96.7% 0 0);
|
|
659
|
+
--color-gray-200: oklch(91.88% 0 0);
|
|
660
|
+
--color-gray-300: oklch(44.47% 0 0);
|
|
661
|
+
--color-gray-400: oklch(41.87% 0 0);
|
|
662
|
+
--color-gray-500: oklch(38.18% 0 0);
|
|
663
|
+
--color-gray-600: oklch(34.89% 0 0);
|
|
664
|
+
--color-gray-700: oklch(32.11% 0 0);
|
|
665
|
+
--color-gray-800: oklch(28.42% 0 0);
|
|
666
|
+
--color-gray-900: oklch(25.22% 0 0);
|
|
667
|
+
--color-gray-950: oklch(18.2% 0 0);
|
|
682
668
|
|
|
683
669
|
--color-green-50: oklch(98.37% 0.0156 154.48);
|
|
684
670
|
--color-green-100: oklch(96.43% 0.0401 157.79);
|
|
@@ -957,29 +943,29 @@
|
|
|
957
943
|
--color-fuchsia-900: oklch(94.64% 0.0411 319.72);
|
|
958
944
|
--color-fuchsia-950: oklch(97.92% 0.0156 319.45);
|
|
959
945
|
|
|
960
|
-
--color-neutral-50: oklch(
|
|
961
|
-
--color-neutral-100: oklch(26.98% 0
|
|
962
|
-
--color-neutral-200: oklch(30.97% 0
|
|
963
|
-
--color-neutral-300: oklch(71.07% 0
|
|
964
|
-
--color-neutral-400: oklch(75.47% 0
|
|
965
|
-
--color-neutral-500: oklch(79.79% 0
|
|
966
|
-
--color-neutral-600: oklch(82.97% 0
|
|
967
|
-
--color-neutral-700: oklch(87.04% 0
|
|
968
|
-
--color-neutral-800: oklch(91.24% 0
|
|
969
|
-
--color-neutral-900: oklch(94.51% 0
|
|
970
|
-
--color-neutral-950: oklch(98.46% 0
|
|
971
|
-
|
|
972
|
-
--color-gray-50: oklch(
|
|
973
|
-
--color-gray-100: oklch(26.98% 0
|
|
974
|
-
--color-gray-200: oklch(30.97% 0
|
|
975
|
-
--color-gray-300: oklch(71.07% 0
|
|
976
|
-
--color-gray-400: oklch(75.47% 0
|
|
977
|
-
--color-gray-500: oklch(79.79% 0
|
|
978
|
-
--color-gray-600: oklch(82.97% 0
|
|
979
|
-
--color-gray-700: oklch(87.04% 0
|
|
980
|
-
--color-gray-800: oklch(91.24% 0
|
|
981
|
-
--color-gray-900: oklch(94.51% 0
|
|
982
|
-
--color-gray-950: oklch(98.46% 0
|
|
946
|
+
--color-neutral-50: oklch(18.2% 0 0);
|
|
947
|
+
--color-neutral-100: oklch(26.98% 0 0);
|
|
948
|
+
--color-neutral-200: oklch(30.97% 0 0);
|
|
949
|
+
--color-neutral-300: oklch(71.07% 0 0);
|
|
950
|
+
--color-neutral-400: oklch(75.47% 0 0);
|
|
951
|
+
--color-neutral-500: oklch(79.79% 0 0);
|
|
952
|
+
--color-neutral-600: oklch(82.97% 0 0);
|
|
953
|
+
--color-neutral-700: oklch(87.04% 0 0);
|
|
954
|
+
--color-neutral-800: oklch(91.24% 0 0);
|
|
955
|
+
--color-neutral-900: oklch(94.51% 0 0);
|
|
956
|
+
--color-neutral-950: oklch(98.46% 0 0);
|
|
957
|
+
|
|
958
|
+
--color-gray-50: oklch(18.2% 0 0);
|
|
959
|
+
--color-gray-100: oklch(26.98% 0 0);
|
|
960
|
+
--color-gray-200: oklch(30.97% 0 0);
|
|
961
|
+
--color-gray-300: oklch(71.07% 0 0);
|
|
962
|
+
--color-gray-400: oklch(75.47% 0 0);
|
|
963
|
+
--color-gray-500: oklch(79.79% 0 0);
|
|
964
|
+
--color-gray-600: oklch(82.97% 0 0);
|
|
965
|
+
--color-gray-700: oklch(87.04% 0 0);
|
|
966
|
+
--color-gray-800: oklch(91.24% 0 0);
|
|
967
|
+
--color-gray-900: oklch(94.51% 0 0);
|
|
968
|
+
--color-gray-950: oklch(98.46% 0 0);
|
|
983
969
|
|
|
984
970
|
--color-green-50: oklch(26.64% 0.0628 152.93);
|
|
985
971
|
--color-green-100: oklch(38.95% 0.0881 152.83);
|
|
@@ -1190,13 +1176,12 @@
|
|
|
1190
1176
|
}
|
|
1191
1177
|
|
|
1192
1178
|
@theme inline {
|
|
1193
|
-
--font-sans:
|
|
1194
|
-
"EuclidSquare", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
|
1195
|
-
"Segoe UI Symbol", "Noto Color Emoji";
|
|
1196
|
-
--font-body: var(--font-sans);
|
|
1179
|
+
--font-sans: "Roobert", ui-sans-serif, system-ui, sans-serif;
|
|
1197
1180
|
--font-mono:
|
|
1198
|
-
"
|
|
1199
|
-
|
|
1181
|
+
"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
|
|
1182
|
+
Courier New, monospace;
|
|
1183
|
+
--font-family: "Family", "Georgia", serif;
|
|
1184
|
+
--font-body: var(--font-sans);
|
|
1200
1185
|
|
|
1201
1186
|
/* Fluid typography */
|
|
1202
1187
|
--text-lg: clamp(1.075rem, 0.525rem + 0.75vw, 1.125rem);
|
package/dist/sorting.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { $ as $alphanumericSortingDirection, a as $sortingDirection, b as $sortingMode, c as $timeSortingDirection, A as AlphanumericSortingDirection, S as SortingDirection,
|
|
1
|
+
export { $ as $alphanumericSortingDirection, a as $sortingDirection, b as $sortingMode, c as $timeSortingDirection, A as AlphanumericSortingDirection, S as SortingDirection, d as SortingMode, T as TimeSortingDirection, e as alphanumericSortingDirections, i as isAlphanumericSortingDirection, f as isSortingDirection, g as isSortingMode, h as isTimeSortingDirection, s as sortingDirections, j as sortingModes, t as timeSortingByDirection, k as timeSortingDirections } from './direction-DHheuUag.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Compare dates in newest-to-oldest (descending) order.
|
package/dist/theme.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { PropsWithChildren } from 'react';
|
|
3
|
-
import { T as Theme, R as ResolvedTheme } from './themes-
|
|
4
|
-
export {
|
|
3
|
+
import { T as Theme, R as ResolvedTheme } from './themes-Bi46K9ZW.js';
|
|
4
|
+
export { $ as $resolvedTheme, a as $theme, i as isResolvedTheme, b as isTheme, r as resolvedThemes, t as themes } from './themes-Bi46K9ZW.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* ThemeProviderState is the shape of the state returned by the ThemeProviderContext.
|
|
@@ -31,4 +31,4 @@ declare const $resolvedTheme: <T extends ResolvedTheme = ResolvedTheme>(value: T
|
|
|
31
31
|
*/
|
|
32
32
|
declare function isResolvedTheme(value: unknown): value is ResolvedTheme;
|
|
33
33
|
|
|
34
|
-
export { $
|
|
34
|
+
export { $resolvedTheme as $, type ResolvedTheme as R, type Theme as T, $theme as a, isTheme as b, isResolvedTheme as i, resolvedThemes as r, themes as t };
|
package/dist/toast.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { ComponentProps, ReactNode } from 'react';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import * as ToastPrimitive from 'sonner';
|
|
5
5
|
import { W as WithAsChild } from './as-child-DJ7x3JFV.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ngrok/mantle",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.61.0",
|
|
4
4
|
"description": "mantle is ngrok's UI library and design system.",
|
|
5
5
|
"homepage": "https://mantle.ngrok.com",
|
|
6
6
|
"license": "MIT",
|
|
@@ -300,17 +300,17 @@
|
|
|
300
300
|
"@phosphor-icons/react": "2.1.10",
|
|
301
301
|
"@testing-library/dom": "10.4.1",
|
|
302
302
|
"@testing-library/jest-dom": "6.9.1",
|
|
303
|
-
"@testing-library/react": "16.3.
|
|
303
|
+
"@testing-library/react": "16.3.2",
|
|
304
304
|
"@testing-library/user-event": "14.6.1",
|
|
305
305
|
"@types/prismjs": "1.26.5",
|
|
306
306
|
"@types/react": "18.3.27",
|
|
307
307
|
"@types/react-dom": "18.3.7",
|
|
308
308
|
"browserslist": "4.28.1",
|
|
309
309
|
"date-fns": "4.1.0",
|
|
310
|
-
"happy-dom": "20.3.
|
|
310
|
+
"happy-dom": "20.3.9",
|
|
311
311
|
"react": "18.3.1",
|
|
312
312
|
"react-dom": "18.3.1",
|
|
313
|
-
"react-router": "7.
|
|
313
|
+
"react-router": "7.13.0",
|
|
314
314
|
"tailwindcss": "4.1.18",
|
|
315
315
|
"tsup": "8.5.1",
|
|
316
316
|
"typescript": "5.9.3",
|