varvara-typedoc-theme 0.2.0 → 0.2.1

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.
@@ -132,12 +132,12 @@ a {
132
132
 
133
133
  .settings .va-select {
134
134
  width: 100%;
135
- border-left: 0;
135
+ border-left-color: transparent;
136
136
  border-right: 0;
137
137
  border-bottom: 0;
138
138
  }
139
139
 
140
- .settings .va-select-group {
140
+ .settings label:has(.va-select) {
141
141
  padding-left: 0 !important;
142
142
  }
143
143
 
@@ -194,7 +194,7 @@ footer {
194
194
  .container-main {
195
195
  grid-template-areas: 'header content' 'sidebar content';
196
196
  grid-auto-rows: auto 1fr;
197
- margin: var(--va-space-8) 0;
197
+ margin: var(--va-space-8) auto;
198
198
  }
199
199
  .container {
200
200
  padding: 0 var(--va-space-8);
package/dist/index.js CHANGED
@@ -90,10 +90,7 @@ function sidebar(context) {
90
90
  }
91
91
 
92
92
  // src/partials/navigation.tsx
93
- import {
94
- JSX as JSX3,
95
- ReflectionFlag
96
- } from "typedoc";
93
+ import { JSX as JSX3, ReflectionFlag } from "typedoc";
97
94
  function pageSidebar(context) {
98
95
  return (props) => {
99
96
  return /* @__PURE__ */ JSX3.createElement("div", {
@@ -128,9 +125,7 @@ function settings(context) {
128
125
  class: "settings-label"
129
126
  }, context.i18n.theme_member_visibility()), /* @__PURE__ */ JSX3.createElement("ul", {
130
127
  id: "tsd-filter-options"
131
- }, ...visibilityOptions)), /* @__PURE__ */ JSX3.createElement("div", {
132
- class: "va-select-group"
133
- }, /* @__PURE__ */ JSX3.createElement("label", null, context.i18n.theme_theme()), /* @__PURE__ */ JSX3.createElement("select", {
128
+ }, ...visibilityOptions)), /* @__PURE__ */ JSX3.createElement("label", null, /* @__PURE__ */ JSX3.createElement("span", null, context.i18n.theme_theme()), /* @__PURE__ */ JSX3.createElement("select", {
134
129
  id: "tsd-theme",
135
130
  class: "va-select"
136
131
  }, /* @__PURE__ */ JSX3.createElement("option", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "varvara-typedoc-theme",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "author": "Marc Mariné <shenobi@gmail.com>",
5
5
  "repository": {
6
6
  "type": "git",
@@ -8,14 +8,14 @@
8
8
  "directory": "packages/typedoc-theme"
9
9
  },
10
10
  "type": "module",
11
- "description": "Seamless documentation experience for TypeScript projects.",
11
+ "description": "Varvara theme for TypeDoc.",
12
12
  "keywords": [
13
13
  "typedoc-theme",
14
14
  "varvara-css"
15
15
  ],
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
- "varvara-css": "^0.4.1"
18
+ "varvara-css": "latest"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/bun": "latest"