@knapsack/core 4.66.8--canary.4382.ea858b0.0 → 4.66.8--canary.4388.e118b7d.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +0 -24
- package/dist/index.js +0 -26
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -26
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,27 +1,3 @@
|
|
1
|
-
# v4.66.7 (Tue Jul 23 2024)
|
2
|
-
|
3
|
-
#### 🐛 Bug Fix
|
4
|
-
|
5
|
-
- fix page content not saving when there are duplicate IDs [#4381](https://github.com/knapsack-labs/app-monorepo/pull/4381) ([@EvanLovely](https://github.com/EvanLovely))
|
6
|
-
|
7
|
-
#### Authors: 1
|
8
|
-
|
9
|
-
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
10
|
-
|
11
|
-
---
|
12
|
-
|
13
|
-
# v4.66.6 (Mon Jul 22 2024)
|
14
|
-
|
15
|
-
#### 🐛 Bug Fix
|
16
|
-
|
17
|
-
- Merge branch 'latest' into feature/async-loading-buttons ([@GormanDesign](https://github.com/GormanDesign))
|
18
|
-
|
19
|
-
#### Authors: 1
|
20
|
-
|
21
|
-
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
22
|
-
|
23
|
-
---
|
24
|
-
|
25
1
|
# v4.66.5 (Fri Jul 19 2024)
|
26
2
|
|
27
3
|
#### 🏠 Internal
|
package/dist/index.js
CHANGED
@@ -550,19 +550,6 @@ var TypographyLinkConfigStruct = (0, import_superstruct3.type)({
|
|
550
550
|
underline: (0, import_superstruct3.optional)((0, import_superstruct3.boolean)()),
|
551
551
|
textTransform: (0, import_superstruct3.optional)(
|
552
552
|
(0, import_superstruct3.enums)(["inherit", "capitalize", "lowercase", "uppercase"])
|
553
|
-
),
|
554
|
-
fontStretch: (0, import_superstruct3.optional)(
|
555
|
-
(0, import_superstruct3.enums)([
|
556
|
-
"ultra-condensed",
|
557
|
-
"extra-condensed",
|
558
|
-
"condensed",
|
559
|
-
"semi-condensed",
|
560
|
-
"normal",
|
561
|
-
"semi-expanded",
|
562
|
-
"expanded",
|
563
|
-
"extra-expanded",
|
564
|
-
"ultra-expanded"
|
565
|
-
])
|
566
553
|
)
|
567
554
|
});
|
568
555
|
var FontSizeConfigStruct = (0, import_superstruct3.type)({
|
@@ -578,19 +565,6 @@ var TypographyConfigStruct = (0, import_superstruct3.type)({
|
|
578
565
|
textColor: (0, import_superstruct3.optional)(ColorConfigStruct),
|
579
566
|
textTransform: (0, import_superstruct3.optional)(
|
580
567
|
(0, import_superstruct3.enums)(["inherit", "capitalize", "lowercase", "uppercase"])
|
581
|
-
),
|
582
|
-
fontStretch: (0, import_superstruct3.optional)(
|
583
|
-
(0, import_superstruct3.enums)([
|
584
|
-
"ultra-condensed",
|
585
|
-
"extra-condensed",
|
586
|
-
"condensed",
|
587
|
-
"semi-condensed",
|
588
|
-
"normal",
|
589
|
-
"semi-expanded",
|
590
|
-
"expanded",
|
591
|
-
"extra-expanded",
|
592
|
-
"ultra-expanded"
|
593
|
-
])
|
594
568
|
)
|
595
569
|
});
|
596
570
|
var NavCustomizationConfigStruct = (0, import_superstruct4.union)([
|