iugu-docs-theme 0.2.1 → 0.2.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 387afd454e88347b2ee5628095cedba3de907f641c8924337908674a5b69d5ba
4
- data.tar.gz: 9ba61ebd09691271eefacec026f99a270a528f380ac8b045cf459cb32710fedf
3
+ metadata.gz: 51b524ab042d68f7823e7fc3a7d778391acfdb2cdc70ff66ab39595d01133145
4
+ data.tar.gz: 4873328a2259802b4446a9cb03e72ef1e4e037f0c20605cba36e21936f6e1c06
5
5
  SHA512:
6
- metadata.gz: 6141c99c77f2d335917d0a522f3bed526898e4658ddfc66cb9ad5407830c4f98046eeba522ae6791106e47aa4790a7e6cd297bfb737bb50a064b3d8907252493
7
- data.tar.gz: 89137eeb96891f31bb98e7500c54a3f79037bdc01c39d64944ec5b75b96e5f3e04264b5a871e176ee259f168ac38522f0a72bfe90e33caf9d4574479a1a93021
6
+ metadata.gz: 89e90a68d0f09baf0e4924034b215b0e7356bfb834681a22d9e3aa1ab50518b97a3d8c3d5374b42e971813651322ee59e6a5b3e18be81ce8b8c0cbec2f91e8f3
7
+ data.tar.gz: 1f38f532ef882c2126d4eb16af5887ab7203b44745b348c0d16eff7091009291e186457ad0bc71bf4394abd689c2f71d00ab8de74d124e8c7732a3c5f88bdf3c
data/_config.yml CHANGED
@@ -1,12 +1,6 @@
1
1
  plugins:
2
2
  - jekyll-toc
3
3
  - jekyll-polyglot
4
- - navigation_widget
5
- - button_processor
6
- - check_required_filter
7
- - collapse_link_tag
8
- - doc_toc_filter
9
- - type_style_filter
10
4
 
11
5
  permalink: /:slug/
12
6
 
@@ -73,7 +73,7 @@
73
73
  {% assign right_margin = 'md:mr-[22ch]' %}
74
74
  {% endif %}
75
75
  <div x-data :class="{'lg:ml-[2ch]': !$store.sidebarOpen, 'lg:ml-[25ch]': $store.sidebarOpen }" class="{{ left_margin }} {{right_margin}} ">
76
- <article class="antialiased prose max-w-[120ch] ml-auto mr-auto px-10 mb-10 dark:prose-invert prose-headings:font-semibold prose-code:text-gray-500 prose-pre:bg-neutral-800">
76
+ <article class="antialiased prose max-w-[120ch] ml-auto mr-auto p-10 dark:prose-invert prose-headings:font-light prose-code:text-gray-500 prose-pre:bg-neutral-800">
77
77
  {{ content }}
78
78
  {% if reversed_posts %}
79
79
  <a href="{{site.baseurl}}{{reversed_posts.first.url}}" class="navigation navigation-next navigation-unique" aria-label="Next page: {{reversed_posts.first.title}}">
@@ -3322,10 +3322,6 @@ div.mermaid{
3322
3322
  margin-bottom: 0.25rem;
3323
3323
  }
3324
3324
 
3325
- .mb-10{
3326
- margin-bottom: 2.5rem;
3327
- }
3328
-
3329
3325
  .mb-2{
3330
3326
  margin-bottom: 0.5rem;
3331
3327
  }
@@ -4295,11 +4291,6 @@ div.mermaid{
4295
4291
  padding-right: 0.25rem;
4296
4292
  }
4297
4293
 
4298
- .px-10{
4299
- padding-left: 2.5rem;
4300
- padding-right: 2.5rem;
4301
- }
4302
-
4303
4294
  .px-2{
4304
4295
  padding-left: 0.5rem;
4305
4296
  padding-right: 0.5rem;
@@ -5078,8 +5069,8 @@ div.mermaid{
5078
5069
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
5079
5070
  }
5080
5071
 
5081
- .prose-headings\:font-semibold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
5082
- font-weight: 600;
5072
+ .prose-headings\:font-light :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
5073
+ font-weight: 300;
5083
5074
  }
5084
5075
 
5085
5076
  .prose-code\:text-gray-500 :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))){
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iugu-docs-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Negri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-07 00:00:00.000000000 Z
11
+ date: 2024-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll