timvir 0.2.49 → 0.2.51
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/CHANGELOG.md +12 -0
- package/blocks/Arbitrary/Arbitrary.d.ts +2 -2
- package/blocks/Arbitrary/index.d.ts +1 -1
- package/blocks/Arbitrary/index.js +3 -5
- package/blocks/Arbitrary/samples/basic.d.ts +1 -1
- package/blocks/Code/Code.d.ts +3 -3
- package/blocks/Code/index.d.ts +1 -1
- package/blocks/Code/index.js +23 -10
- package/blocks/Code/samples/basic.d.ts +1 -1
- package/blocks/ColorBar/ColorBar.d.ts +3 -3
- package/blocks/ColorBar/index.d.ts +1 -1
- package/blocks/ColorBar/index.js +3 -5
- package/blocks/ColorBar/styles.css +2 -2
- package/blocks/ColorBook/ColorBook.d.ts +4 -4
- package/blocks/ColorBook/index.d.ts +1 -1
- package/blocks/ColorBook/index.js +2 -5
- package/blocks/Cover/Cover.d.ts +4 -4
- package/blocks/Cover/index.d.ts +1 -1
- package/blocks/Cover/index.js +2 -5
- package/blocks/Exhibit/Exhibit.d.ts +4 -4
- package/blocks/Exhibit/index.d.ts +1 -1
- package/blocks/Exhibit/index.js +2 -5
- package/blocks/Exhibit/samples/bleed.d.ts +1 -1
- package/blocks/Font/Font.d.ts +3 -3
- package/blocks/Font/index.d.ts +1 -1
- package/blocks/Font/index.js +5 -4
- package/blocks/Font/samples/basic.d.ts +1 -1
- package/blocks/Font/samples/timvir/body1.d.ts +1 -1
- package/blocks/Font/samples/timvir/caption.d.ts +1 -1
- package/blocks/Font/samples/timvir/h1.d.ts +1 -1
- package/blocks/Font/samples/timvir/h2.d.ts +1 -1
- package/blocks/Font/samples/timvir/h3.d.ts +1 -1
- package/blocks/Font/samples/timvir/h4.d.ts +1 -1
- package/blocks/Grid/Grid.d.ts +2 -2
- package/blocks/Grid/index.d.ts +1 -1
- package/blocks/Grid/index.js +2 -4
- package/blocks/Icon/Icon.d.ts +4 -4
- package/blocks/Icon/index.d.ts +1 -1
- package/blocks/Icon/index.js +2 -5
- package/blocks/Icon/internal/Canvas.d.ts +3 -3
- package/blocks/Icon/internal/index.d.ts +1 -1
- package/blocks/Message/Message.d.ts +3 -3
- package/blocks/Message/index.d.ts +1 -1
- package/blocks/Message/index.js +2 -4
- package/blocks/Message/samples/basic.d.ts +1 -1
- package/blocks/Swatch/Swatch.d.ts +3 -3
- package/blocks/Swatch/index.d.ts +1 -1
- package/blocks/Swatch/index.js +2 -4
- package/blocks/Viewport/Viewport.d.ts +3 -3
- package/blocks/Viewport/index.d.ts +1 -1
- package/blocks/Viewport/index.js +13 -11
- package/blocks/Viewport/internal/Caption.d.ts +2 -4
- package/blocks/Viewport/internal/Handle.d.ts +3 -4
- package/blocks/Viewport/internal/Ruler.d.ts +2 -2
- package/blocks/Viewport/internal/index.d.ts +3 -3
- package/blocks/WebLink/WebLink.d.ts +3 -3
- package/blocks/WebLink/index.d.ts +1 -1
- package/blocks/WebLink/index.js +3 -5
- package/blocks/WebLink/samples/basic.d.ts +1 -1
- package/blocks/styles.css +2 -2
- package/bus/index.d.ts +2 -2
- package/context/index.d.ts +3 -3
- package/context/index.js +1 -1
- package/core/components/Commands/internal/Action.d.ts +1 -1
- package/core/components/Footer/Footer.d.ts +4 -4
- package/core/components/Footer/samples/basic.d.ts +1 -1
- package/core/components/NavigationFooter/NavigationFooter.d.ts +2 -2
- package/core/components/NavigationFooter/samples/basic.d.ts +1 -1
- package/core/components/Page/Page.d.ts +4 -4
- package/core/components/Page/internal/Section.d.ts +1 -1
- package/core/components/Page/internal/Sidebar.d.ts +1 -1
- package/core/components/Page/internal/SidebarItem.d.ts +1 -1
- package/core/components/Page/types.d.ts +1 -1
- package/core/index.d.ts +2 -2
- package/core/index.js +8 -11
- package/package.json +36 -12
- package/search/Search/Search.d.ts +5 -5
- package/search/index.js +2 -5
- package/styles.css +2 -2
package/search/index.js
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
function Search(_props, _ref) {
|
|
1
|
+
function Search(_props) {
|
|
4
2
|
return null;
|
|
5
3
|
}
|
|
6
|
-
var Search_default = /*#__PURE__*/React.forwardRef(Search);
|
|
7
4
|
function defaultSearch(toc) {
|
|
8
5
|
return {
|
|
9
6
|
q: async query => {
|
|
@@ -41,4 +38,4 @@ function flatten(n) {
|
|
|
41
38
|
return ret;
|
|
42
39
|
}
|
|
43
40
|
|
|
44
|
-
export {
|
|
41
|
+
export { Search, defaultSearch };
|
package/styles.css
CHANGED
|
@@ -1692,8 +1692,8 @@ body {
|
|
|
1692
1692
|
--timvir-b-ColorBar-value-borderRadiusDefault: 2px 0 0 2px;
|
|
1693
1693
|
}
|
|
1694
1694
|
|
|
1695
|
-
.timvir-s-
|
|
1696
|
-
--timvir-b-ColorBar-value-margin:
|
|
1695
|
+
.timvir-s-12l46wj {
|
|
1696
|
+
--timvir-b-ColorBar-value-margin: 0px;
|
|
1697
1697
|
}
|
|
1698
1698
|
|
|
1699
1699
|
.timvir-s-1f9b50e {
|