@riboseinc/anafero-cli 0.0.22 → 0.0.23

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/bootstrap.css CHANGED
@@ -31065,6 +31065,36 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31065
31065
  background: var(--spectrum-alias-highlight-selected-hover);
31066
31066
  }
31067
31067
  }
31068
+ .style_lastVisibleResourceMarkerIntersection {
31069
+ position: relative;
31070
+ top: -100px;
31071
+ z-index: 22;
31072
+ float: right;
31073
+ width: 12px;
31074
+ }
31075
+ .style_resourceLoadingOrMissingPlaceholder {
31076
+ color: var(--spectrum-alias-text-color);
31077
+ opacity: 0.6;
31078
+ white-space: nowrap;
31079
+ overflow: hidden;
31080
+ text-overflow: ellipsis;
31081
+ transition: margin-left .5s ease-in-out;
31082
+ &.style_withNav {
31083
+ margin-left: 330px !important;
31084
+ }
31085
+ a {
31086
+ &:link,
31087
+ &:visited {
31088
+ text-decoration: none;
31089
+ }
31090
+ &:hover {
31091
+ text-decoration: underline;
31092
+ }
31093
+ }
31094
+ padding: 0 2em 2em;
31095
+ margin-right: 10px;
31096
+ margin-bottom: 10px;
31097
+ }
31068
31098
  .style_resource {
31069
31099
  padding: 0 2em 2em;
31070
31100
  font-size: 16px;
@@ -31130,143 +31160,6 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31130
31160
  }
31131
31161
  }
31132
31162
  }
31133
- > :nth-child(2) {
31134
- > nav {
31135
- ul {
31136
- margin: 0;
31137
- padding: 0;
31138
- margin-top: 1em;
31139
- list-style: none;
31140
- columns: 2;
31141
- > li {
31142
- overflow: hidden;
31143
- text-overflow: ellipsis;
31144
- &::before {
31145
- content: "\23f5";
31146
- margin-right: 0.5em;
31147
- }
31148
- > a {
31149
- font-weight: 500;
31150
- font-size: 16px;
31151
- white-space: nowrap;
31152
- padding-top: .5em 0;
31153
- &:link {
31154
- text-decoration: none;
31155
- }
31156
- &:hover {
31157
- text-decoration: underline;
31158
- }
31159
- }
31160
- }
31161
- }
31162
- }
31163
- > article {
31164
- line-height: 1.42;
31165
- overflow-wrap: anywhere;
31166
- html[lang=en] & h1 + p:first-letter {
31167
- font-size: 230%;
31168
- float: left;
31169
- line-height: 1;
31170
- display: inline-block;
31171
- }
31172
- &[contenteditable=false] br.ProseMirror-trailingBreak {
31173
- display: none;
31174
- }
31175
- p {
31176
- margin: 0;
31177
- }
31178
- ul,
31179
- ol {
31180
- margin: 0;
31181
- padding: 0;
31182
- padding-left: 2em;
31183
- }
31184
- p + p {
31185
- text-indent: 1em;
31186
- }
31187
- p + figure,
31188
- figure + p,
31189
- ul + figure,
31190
- figure + ul,
31191
- ol + figure,
31192
- figure + ol,
31193
- figure + figure {
31194
- margin-top: 1em;
31195
- }
31196
- dl {
31197
- display: grid;
31198
- grid-template-columns: 25% 75%;
31199
- }
31200
- ol {
31201
- list-style: lower-latin;
31202
- }
31203
- li:has(figure) {
31204
- margin-bottom: 1em;
31205
- }
31206
- pre {
31207
- white-space: pre-wrap;
31208
- }
31209
- figure {
31210
- margin: 0;
31211
- padding: 0;
31212
- > pre {
31213
- padding: .5em;
31214
- margin: 0;
31215
- overflow: auto;
31216
- }
31217
- &:has(> img) {
31218
- padding: .5em 1em;
31219
- border-radius: 5px;
31220
- text-align: center;
31221
- background: white;
31222
- > img {
31223
- margin: .5em;
31224
- }
31225
- > figcaption {
31226
- color: var(--spectrum-global-color-static-black);
31227
- }
31228
- }
31229
- }
31230
- figcaption {
31231
- font-weight: 400;
31232
- }
31233
- img {
31234
- max-width: 100%;
31235
- }
31236
- table {
31237
- --table-highlight-background: rgba(120, 120, 120, 0.5);
31238
- --table-border: 1px solid var(--table-highlight-background);
31239
- width: 100%;
31240
- border-collapse: collapse;
31241
- border: var(--table-border);
31242
- overflow: hidden;
31243
- outline: 1px solid;
31244
- outline-offset: -1px;
31245
- outline-color: var(--spectrum-alias-border-color);
31246
- font-size: 16px;
31247
- tr {
31248
- border-bottom: var(--table-border);
31249
- }
31250
- td,
31251
- th {
31252
- border-right: var(--table-border);
31253
- word-break: break-word;
31254
- vertical-align: top;
31255
- text-align: left;
31256
- padding: 0.25em;
31257
- }
31258
- td:nth-child(1),
31259
- td:nth-child(2),
31260
- td:nth-child(3) {
31261
- word-break: unset !important;
31262
- }
31263
- th {
31264
- font-weight: 400;
31265
- background: var(--table-highlight-background);
31266
- }
31267
- }
31268
- }
31269
- }
31270
31163
  }
31271
31164
  .style_browserBar {
31272
31165
  position: fixed;
@@ -31282,16 +31175,30 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31282
31175
  .style_browserBarTitle {
31283
31176
  flex: 1;
31284
31177
  overflow: hidden;
31178
+ display: flex;
31179
+ flex-flow: column nowrap;
31180
+ align-items: center;
31285
31181
  h1 {
31286
- transform: rotate(-90deg) translateX(-100%) translateY(100%) translateX(-20px);
31182
+ transform: translateX(50%) rotate(-90deg) translateY(-25%) translateX(-100%) translateX(-20px);
31287
31183
  color: var(--spectrum-alias-border-color);
31288
31184
  font-size: 20px;
31289
31185
  line-height: 1;
31290
31186
  margin: 0;
31291
31187
  padding: 0;
31292
31188
  transform-origin: top left;
31293
- text-align: right;
31294
31189
  width: 80vh;
31190
+ height: 30px;
31191
+ overflow: hidden;
31192
+ text-align: right;
31193
+ text-overflow: ellipsis;
31194
+ html[lang=ja] & {
31195
+ transform: unset;
31196
+ width: unset;
31197
+ height: unset;
31198
+ text-align: unset;
31199
+ writing-mode: vertical-rl;
31200
+ margin-top: 20px;
31201
+ }
31295
31202
  }
31296
31203
  }
31297
31204
  .style_browserBarToolbar[data-orientation=vertical] {