shelving 1.253.5 → 1.253.6
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/markup/index.d.ts +1 -0
- package/markup/index.js +1 -0
- package/package.json +1 -1
- package/ui/block/index.d.ts +2 -0
- package/ui/block/index.js +2 -0
- package/ui/block/index.ts +2 -0
- package/ui/util/index.d.ts +1 -0
- package/ui/util/index.js +1 -0
- package/ui/util/index.ts +1 -0
- package/util/index.d.ts +3 -0
- package/util/index.js +3 -0
package/markup/index.d.ts
CHANGED
package/markup/index.js
CHANGED
package/package.json
CHANGED
package/ui/block/index.d.ts
CHANGED
|
@@ -7,11 +7,13 @@ export * from "./Definitions.js";
|
|
|
7
7
|
export * from "./Divider.js";
|
|
8
8
|
export * from "./Heading.js";
|
|
9
9
|
export * from "./Image.js";
|
|
10
|
+
export * from "./Label.js";
|
|
10
11
|
export * from "./List.js";
|
|
11
12
|
export * from "./Panel.js";
|
|
12
13
|
export * from "./Paragraph.js";
|
|
13
14
|
export * from "./Preformatted.js";
|
|
14
15
|
export * from "./Prose.js";
|
|
16
|
+
export * from "./Section.js";
|
|
15
17
|
export * from "./Subheading.js";
|
|
16
18
|
export * from "./Title.js";
|
|
17
19
|
export * from "./Video.js";
|
package/ui/block/index.js
CHANGED
|
@@ -7,11 +7,13 @@ export * from "./Definitions.js";
|
|
|
7
7
|
export * from "./Divider.js";
|
|
8
8
|
export * from "./Heading.js";
|
|
9
9
|
export * from "./Image.js";
|
|
10
|
+
export * from "./Label.js";
|
|
10
11
|
export * from "./List.js";
|
|
11
12
|
export * from "./Panel.js";
|
|
12
13
|
export * from "./Paragraph.js";
|
|
13
14
|
export * from "./Preformatted.js";
|
|
14
15
|
export * from "./Prose.js";
|
|
16
|
+
export * from "./Section.js";
|
|
15
17
|
export * from "./Subheading.js";
|
|
16
18
|
export * from "./Title.js";
|
|
17
19
|
export * from "./Video.js";
|
package/ui/block/index.ts
CHANGED
|
@@ -7,11 +7,13 @@ export * from "./Definitions.js";
|
|
|
7
7
|
export * from "./Divider.js";
|
|
8
8
|
export * from "./Heading.js";
|
|
9
9
|
export * from "./Image.js";
|
|
10
|
+
export * from "./Label.js";
|
|
10
11
|
export * from "./List.js";
|
|
11
12
|
export * from "./Panel.js";
|
|
12
13
|
export * from "./Paragraph.js";
|
|
13
14
|
export * from "./Preformatted.js";
|
|
14
15
|
export * from "./Prose.js";
|
|
16
|
+
export * from "./Section.js";
|
|
15
17
|
export * from "./Subheading.js";
|
|
16
18
|
export * from "./Title.js";
|
|
17
19
|
export * from "./Video.js";
|
package/ui/util/index.d.ts
CHANGED
package/ui/util/index.js
CHANGED
package/ui/util/index.ts
CHANGED
package/util/index.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ export * from "./iterate.js";
|
|
|
37
37
|
export * from "./jwt.js";
|
|
38
38
|
export * from "./lazy.js";
|
|
39
39
|
export * from "./link.js";
|
|
40
|
+
export * from "./log.js";
|
|
40
41
|
export * from "./map.js";
|
|
41
42
|
export * from "./merge.js";
|
|
42
43
|
export * from "./null.js";
|
|
@@ -48,6 +49,7 @@ export * from "./random.js";
|
|
|
48
49
|
export * from "./regexp.js";
|
|
49
50
|
export * from "./sequence.js";
|
|
50
51
|
export * from "./serialise.js";
|
|
52
|
+
export * from "./set.js";
|
|
51
53
|
export * from "./sort.js";
|
|
52
54
|
export * from "./source.js";
|
|
53
55
|
export * from "./start.js";
|
|
@@ -56,6 +58,7 @@ export * from "./template.js";
|
|
|
56
58
|
export * from "./timeout.js";
|
|
57
59
|
export * from "./transform.js";
|
|
58
60
|
export * from "./tree.js";
|
|
61
|
+
export * from "./types.js";
|
|
59
62
|
export * from "./undefined.js";
|
|
60
63
|
export * from "./units.js";
|
|
61
64
|
export * from "./update.js";
|
package/util/index.js
CHANGED
|
@@ -37,6 +37,7 @@ export * from "./iterate.js";
|
|
|
37
37
|
export * from "./jwt.js";
|
|
38
38
|
export * from "./lazy.js";
|
|
39
39
|
export * from "./link.js";
|
|
40
|
+
export * from "./log.js";
|
|
40
41
|
export * from "./map.js";
|
|
41
42
|
export * from "./merge.js";
|
|
42
43
|
export * from "./null.js";
|
|
@@ -48,6 +49,7 @@ export * from "./random.js";
|
|
|
48
49
|
export * from "./regexp.js";
|
|
49
50
|
export * from "./sequence.js";
|
|
50
51
|
export * from "./serialise.js";
|
|
52
|
+
export * from "./set.js";
|
|
51
53
|
export * from "./sort.js";
|
|
52
54
|
export * from "./source.js";
|
|
53
55
|
export * from "./start.js";
|
|
@@ -56,6 +58,7 @@ export * from "./template.js";
|
|
|
56
58
|
export * from "./timeout.js";
|
|
57
59
|
export * from "./transform.js";
|
|
58
60
|
export * from "./tree.js";
|
|
61
|
+
export * from "./types.js";
|
|
59
62
|
export * from "./undefined.js";
|
|
60
63
|
export * from "./units.js";
|
|
61
64
|
export * from "./update.js";
|