@ox-content/theme-leather 3.0.0-beta.3 → 3.0.0-beta.5

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/README.md CHANGED
@@ -4,7 +4,7 @@ Leather — Embossed grain and saddle stitching that presses in when touched —
4
4
 
5
5
  **Form only.** Geometry, texture, typography and motion, written entirely
6
6
  against `--octc-*` custom properties. It names no colors, so it pairs with any
7
- `@ox-content/theme-color-*` scheme. About 9.8 kB of CSS, zero JavaScript, zero
7
+ `@ox-content/theme-color-*` scheme. About 9.4 kB of CSS, zero JavaScript, zero
8
8
  runtime dependencies.
9
9
 
10
10
  ```bash
package/dist/index.cjs CHANGED
@@ -34,11 +34,11 @@ const leather = {
34
34
  "motion-spring": "cubic-bezier(0.36, 0.66, 0.04, 1)",
35
35
  "motion-rise": "0.45rem"
36
36
  },
37
- css: `@property --octc-sweep{syntax:"<percentage>";inherits:false;initial-value:0%}@property --octc-spin{syntax:"<angle>";inherits:false;initial-value:0deg}@view-transition{navigation:auto}.header{view-transition-name:octc-header}.sidebar{view-transition-name:octc-sidebar}.main{view-transition-name:octc-main}@media (prefers-reduced-motion:no-preference){::view-transition-old(octc-main){animation:octc-swap-out var(--octc-motion-base) var(--octc-motion-ease) both}::view-transition-new(octc-main){animation:octc-swap-in var(--octc-motion-base) var(--octc-motion-ease) both}}@keyframes octc-swap-out{to{opacity:0;transform:translateY(-0.5rem)}}@keyframes octc-swap-in{from{opacity:0;transform:translateY(0.75rem)}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.content>h2,.feature-card{animation:octc-rise linear both;animation-timeline:view();animation-range:entry 0% entry 55%}.features-grid>:nth-child(2n){animation-range:entry 3% entry 58%}.features-grid>:nth-child(3n){animation-range:entry 6% entry 62%}.hero-name,.hero-text,.hero-tagline,.hero-actions{animation:octc-hero-in var(--octc-motion-slow) var(--octc-motion-spring) both}.hero-text{animation-delay:90ms}.hero-tagline{animation-delay:160ms}.hero-actions{animation-delay:240ms}}}@keyframes octc-rise{from{opacity:0;transform:translateY(var(--octc-motion-rise,0.6rem))}}@keyframes octc-hero-in{from{opacity:0;transform:translateY(var(--octc-motion-rise,0.6rem)) scale(0.994)}}.nav-link,.toc-link,.feature-card,.hero-action,.social-link,.search-button,.theme-toggle,.content a{transition:color var(--octc-motion-fast) var(--octc-motion-ease),background-color var(--octc-motion-fast) var(--octc-motion-ease),border-color var(--octc-motion-fast) var(--octc-motion-ease),box-shadow var(--octc-motion-base) var(--octc-motion-ease),transform var(--octc-motion-base) var(--octc-motion-spring)}.search-modal-overlay{transition:opacity var(--octc-motion-base) var(--octc-motion-ease),display var(--octc-motion-base) allow-discrete}@media (prefers-reduced-motion:no-preference){.search-modal{transition:transform var(--octc-motion-base) var(--octc-motion-spring)}@starting-style{.search-modal{transform:translateY(-0.75rem) scale(0.97)}}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:1ms !important;animation-iteration-count:1 !important;transition-duration:1ms !important;scroll-behavior:auto !important}}.entry-page .main{padding-inline:0}.entry-page .layout{padding-top:0}.entry-content{max-width:none;padding-inline:0}.entry-content>.content,.features{max-width:var(--octc-max-content-width);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem)}.hero{padding-inline:clamp(1.5rem,6vw,4rem);background-color:transparent;border-bottom:0;min-height:min(100vh,56rem);padding-block:calc(var(--octc-header-height) + clamp(3rem,11vh,7rem)) clamp(3.5rem,11vh,7rem)}.hero::after{content:"";position:absolute;inset:auto 0 0 0;height:clamp(6rem,22vh,14rem);z-index:0;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--octc-color-bg))}.hero-content,.hero-notice,.hero-image{position:relative;z-index:1}.features{border-top:0}.header{background:transparent;border-bottom:0;box-shadow:none}body:not(.entry-page) .header{backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%)}@supports (animation-timeline:scroll()){.header{animation:var(--octc-header-scroll,octc-header-settle) linear both;animation-timeline:scroll(root block);animation-range:0 7rem}}@keyframes octc-header-settle{from{backdrop-filter:blur(0px) saturate(100%);-webkit-backdrop-filter:blur(0px) saturate(100%)}to{backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%)}}.sidebar,.toc{top:0;padding-top:calc(var(--octc-header-height) + 1rem)}.header-actions .social-link,.header-actions .theme-toggle{opacity:0.62;transition:opacity var(--octc-motion-fast) var(--octc-motion-ease)}.header:hover .social-link,.header:hover .theme-toggle,.header-actions :focus-visible{opacity:1}.content h1,.content h2,.content h3,.hero-name,.hero-text,.feature-title{text-wrap:balance}.content p,.content li,.hero-tagline,.feature-details{text-wrap:pretty}.content{hanging-punctuation:first last}.content table{font-variant-numeric:tabular-nums}.content a{text-underline-offset:0.18em;text-decoration-skip-ink:auto}.content h1 a,.content h2 a,.content h3 a{text-decoration:none}::selection{background:color-mix(in srgb,var(--octc-color-primary) 28%,transparent);color:var(--octc-color-text)}.sidebar,.toc,.content pre,.search-results{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--octc-color-text) 22%,transparent) transparent}.content pre{scroll-padding-inline:1rem}.content img,.content video,.content iframe{max-width:100%;height:auto}[data-theme="dark"] body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]) body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--octc-le-radius:12px;--octc-le-grain:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='l'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='5' seed='7'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23l)' opacity='0.16'/%3E%3C/svg%3E");--octc-le-lit:rgba(255,255,255,0.28);--octc-le-shade:rgba(0,0,0,0.34);--octc-le-thread:color-mix(in srgb,var(--octc-color-primary) 60%,var(--octc-color-bg))}[data-theme="dark"]{--octc-le-lit:rgba(255,255,255,0.1);--octc-le-shade:rgba(0,0,0,0.6)}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){--octc-le-lit:rgba(255,255,255,0.1);--octc-le-shade:rgba(0,0,0,0.6)}}.header,.sidebar,.toc,.search-modal,.content pre,.content blockquote,.feature-card,.hero-action,.hero-notice,.social-link,.search-button,.theme-toggle,.content img{border-radius:var(--octc-le-radius)}body{background-image:var(--octc-le-grain);background-size:190px 190px}.header,.sidebar,.search-modal,.feature-card,.search-button,.theme-toggle,.social-link,.hero-action,.hero-notice{background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 45%,var(--octc-color-bg));box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade),0 3px 10px -4px var(--octc-le-shade)}.header{border-radius:0;border-bottom:1px solid var(--octc-le-shade)}.header-title{font-weight:600;letter-spacing:0.01em}.sidebar{border-radius:0;border-right:1px solid var(--octc-le-shade)}.toc{border-left:1px solid var(--octc-le-shade)}.nav-link,.toc-link{border-radius:8px}.nav-link:hover,.toc-link:hover{--octc-skin-nav-hover-bg:color-mix(in srgb,var(--octc-color-primary) 10%,transparent);background:color-mix(in srgb,var(--octc-color-primary) 10%,transparent);box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade)}.nav-link.active{background:color-mix(in srgb,var(--octc-color-primary) 20%,transparent);box-shadow:inset 0 1px 3px 0 var(--octc-le-shade);font-weight:600}.search-button:active,.theme-toggle:active,.social-link:active,.hero-action:active{box-shadow:inset 0 2px 5px 0 var(--octc-le-shade);transform:translateY(1px)}.search-button:hover,.theme-toggle:hover,.social-link:hover{transform:translateY(-1px)}.content h1,.content h2,.content h3{text-shadow:0 1px 0 var(--octc-le-lit),0 -1px 0 var(--octc-le-shade)}.content h2{border-bottom:1px solid var(--octc-le-shade)}.content pre{box-shadow:inset 0 2px 8px 0 rgba(0,0,0,0.4) !important;border:1px solid var(--octc-color-code-frame-border)}.content :not(pre)>code{border-radius:5px;padding:0.1em 0.38em}.content blockquote{position:relative;background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 60%,var(--octc-color-bg));border:0;box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade);padding:1.1rem 1.25rem}.content blockquote::before{content:"";position:absolute;inset:6px;border:2px dashed var(--octc-le-thread);border-radius:8px;pointer-events:none}.content table{border:1px solid var(--octc-le-shade)}.content th,.content td{border:1px solid color-mix(in srgb,var(--octc-le-shade) 45%,transparent)}.content hr{border:0;height:2px;background:var(--octc-le-shade);box-shadow:0 1px 0 0 var(--octc-le-lit)}.content img{box-shadow:0 6px 18px -8px var(--octc-le-shade)}.hero{background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 40%,var(--octc-color-bg));border-bottom:1px solid var(--octc-le-shade)}.hero-name{letter-spacing:-0.02em}.hero-action{font-weight:620;position:relative}.hero-action::before{content:"";position:absolute;inset:5px;border:2px dashed var(--octc-le-thread);border-radius:7px;pointer-events:none;opacity:0.75}.hero-action:hover{transform:translateY(-2px)}.features .feature-card{padding:1.3rem}.features .feature-card:hover{transform:translateY(-3px);box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade),0 12px 26px -12px var(--octc-le-shade)}:focus-visible{outline:2px solid var(--octc-color-primary);outline-offset:3px}.hero-action-brand,.hero-action-brand:hover,.hero-action-brand:focus-visible{background:var(--octc-brand-fill,var(--octc-color-primary));border-color:var(--octc-brand-edge,var(--octc-color-primary));color:var(--octc-brand-ink,var(--octc-color-bg))}.hero-action-brand:hover{background:var(--octc-brand-fill-hover,var(--octc-color-primary-hover));border-color:var(--octc-brand-edge-hover,var(--octc-color-primary-hover))}.hero-action-alt,.hero-action-alt:hover{color:var(--octc-color-text)}:root:root .sidebar{background:var(
37
+ css: `@property --octc-sweep{syntax:"<percentage>";inherits:false;initial-value:0%}@property --octc-spin{syntax:"<angle>";inherits:false;initial-value:0deg}@view-transition{navigation:auto}.header{view-transition-name:octc-header}.sidebar{view-transition-name:octc-sidebar}.main{view-transition-name:octc-main}@media (prefers-reduced-motion:no-preference){::view-transition-old(octc-main){animation:octc-swap-out var(--octc-motion-base) var(--octc-motion-ease) both}::view-transition-new(octc-main){animation:octc-swap-in var(--octc-motion-base) var(--octc-motion-ease) both}}@keyframes octc-swap-out{to{opacity:0;transform:translateY(-0.5rem)}}@keyframes octc-swap-in{from{opacity:0;transform:translateY(0.75rem)}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.content>h2,.feature-card{animation:octc-rise linear both;animation-timeline:view();animation-range:entry 0% entry 55%}.features-grid>:nth-child(2n){animation-range:entry 3% entry 58%}.features-grid>:nth-child(3n){animation-range:entry 6% entry 62%}.hero-name,.hero-text,.hero-tagline,.hero-actions{animation:octc-hero-in var(--octc-motion-slow) var(--octc-motion-spring) both}.hero-text{animation-delay:90ms}.hero-tagline{animation-delay:160ms}.hero-actions{animation-delay:240ms}}}@keyframes octc-rise{from{opacity:0;transform:translateY(var(--octc-motion-rise,0.6rem))}}@keyframes octc-hero-in{from{opacity:0;transform:translateY(var(--octc-motion-rise,0.6rem)) scale(0.994)}}.nav-link,.toc-link,.feature-card,.hero-action,.social-link,.search-button,.theme-toggle,.content a{transition:color var(--octc-motion-fast) var(--octc-motion-ease),background-color var(--octc-motion-fast) var(--octc-motion-ease),border-color var(--octc-motion-fast) var(--octc-motion-ease),box-shadow var(--octc-motion-base) var(--octc-motion-ease),transform var(--octc-motion-base) var(--octc-motion-spring)}.search-modal-overlay{transition:opacity var(--octc-motion-base) var(--octc-motion-ease),display var(--octc-motion-base) allow-discrete}@media (prefers-reduced-motion:no-preference){.search-modal{transition:transform var(--octc-motion-base) var(--octc-motion-spring)}@starting-style{.search-modal{transform:translateY(-0.75rem) scale(0.97)}}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:1ms !important;animation-iteration-count:1 !important;transition-duration:1ms !important;scroll-behavior:auto !important}}.entry-page .main{padding-inline:0}.entry-page .layout{padding-top:0}.entry-content{max-width:none;padding-inline:0}.entry-content>.content,.features{max-width:var(--octc-max-content-width);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem)}.hero{padding-inline:clamp(1.5rem,6vw,4rem);background-color:transparent;border-bottom:0;min-height:min(100vh,56rem);padding-block:calc(var(--octc-header-height) + clamp(3rem,11vh,7rem)) clamp(3.5rem,11vh,7rem)}.hero::after{content:"";position:absolute;inset:auto 0 0 0;height:clamp(6rem,22vh,14rem);z-index:0;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--octc-color-bg))}.hero-content,.hero-notice,.hero-image{position:relative;z-index:1}.features{border-top:0}.header{background:transparent;border-bottom:0;box-shadow:none}.sidebar,.toc{top:0;padding-top:calc(var(--octc-header-height) + 1rem)}.header-actions .social-link,.header-actions .theme-toggle{opacity:0.62;transition:opacity var(--octc-motion-fast) var(--octc-motion-ease)}.header:hover .social-link,.header:hover .theme-toggle,.header-actions :focus-visible{opacity:1}.content h1,.content h2,.content h3,.hero-name,.hero-text,.feature-title{text-wrap:balance}.content p,.content li,.hero-tagline,.feature-details{text-wrap:pretty}.content{hanging-punctuation:first last}.content table{font-variant-numeric:tabular-nums}.content a{text-underline-offset:0.18em;text-decoration-skip-ink:auto}.content h1 a,.content h2 a,.content h3 a{text-decoration:none}::selection{background:color-mix(in srgb,var(--octc-color-primary) 28%,transparent);color:var(--octc-color-text)}.sidebar,.toc,.content pre,.search-results{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--octc-color-text) 22%,transparent) transparent}.content pre{scroll-padding-inline:1rem}.content img,.content video,.content iframe{max-width:100%;height:auto}[data-theme="dark"] body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]) body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--octc-le-radius:12px;--octc-le-grain:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='l'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='5' seed='7'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23l)' opacity='0.16'/%3E%3C/svg%3E");--octc-le-lit:rgba(255,255,255,0.28);--octc-le-shade:rgba(0,0,0,0.34);--octc-le-thread:color-mix(in srgb,var(--octc-color-primary) 60%,var(--octc-color-bg))}[data-theme="dark"]{--octc-le-lit:rgba(255,255,255,0.1);--octc-le-shade:rgba(0,0,0,0.6)}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){--octc-le-lit:rgba(255,255,255,0.1);--octc-le-shade:rgba(0,0,0,0.6)}}.header,.sidebar,.toc,.search-modal,.content pre,.content blockquote,.feature-card,.hero-action,.hero-notice,.social-link,.search-button,.theme-toggle,.content img{border-radius:var(--octc-le-radius)}body{background-image:var(--octc-le-grain);background-size:190px 190px}.header,.sidebar,.search-modal,.feature-card,.search-button,.theme-toggle,.social-link,.hero-action,.hero-notice{background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 45%,var(--octc-color-bg));box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade),0 3px 10px -4px var(--octc-le-shade)}.header{border-radius:0;border-bottom:1px solid var(--octc-le-shade)}.header-title{font-weight:600;letter-spacing:0.01em}.sidebar{border-radius:0;border-right:1px solid var(--octc-le-shade)}.toc{border-left:1px solid var(--octc-le-shade)}.nav-link,.toc-link{border-radius:8px}.nav-link:hover,.toc-link:hover{--octc-skin-nav-hover-bg:color-mix(in srgb,var(--octc-color-primary) 10%,transparent);background:color-mix(in srgb,var(--octc-color-primary) 10%,transparent);box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade)}.nav-link.active{background:color-mix(in srgb,var(--octc-color-primary) 20%,transparent);box-shadow:inset 0 1px 3px 0 var(--octc-le-shade);font-weight:600}.search-button:active,.theme-toggle:active,.social-link:active,.hero-action:active{box-shadow:inset 0 2px 5px 0 var(--octc-le-shade);transform:translateY(1px)}.search-button:hover,.theme-toggle:hover,.social-link:hover{transform:translateY(-1px)}.content h1,.content h2,.content h3{text-shadow:0 1px 0 var(--octc-le-lit),0 -1px 0 var(--octc-le-shade)}.content h2{border-bottom:1px solid var(--octc-le-shade)}.content pre{box-shadow:inset 0 2px 8px 0 rgba(0,0,0,0.4) !important;border:1px solid var(--octc-color-code-frame-border)}.content :not(pre)>code{border-radius:5px;padding:0.1em 0.38em}.content blockquote{position:relative;background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 60%,var(--octc-color-bg));border:0;box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade);padding:1.1rem 1.25rem}.content blockquote::before{content:"";position:absolute;inset:6px;border:2px dashed var(--octc-le-thread);border-radius:8px;pointer-events:none}.content table{border:1px solid var(--octc-le-shade)}.content th,.content td{border:1px solid color-mix(in srgb,var(--octc-le-shade) 45%,transparent)}.content hr{border:0;height:2px;background:var(--octc-le-shade);box-shadow:0 1px 0 0 var(--octc-le-lit)}.content img{box-shadow:0 6px 18px -8px var(--octc-le-shade)}.hero{background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 40%,var(--octc-color-bg));border-bottom:1px solid var(--octc-le-shade)}.hero-name{letter-spacing:-0.02em}.hero-action{font-weight:620;position:relative}.hero-action::before{content:"";position:absolute;inset:5px;border:2px dashed var(--octc-le-thread);border-radius:7px;pointer-events:none;opacity:0.75}.hero-action:hover{transform:translateY(-2px)}.features .feature-card{padding:1.3rem}.features .feature-card:hover{transform:translateY(-3px);box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade),0 12px 26px -12px var(--octc-le-shade)}:focus-visible{outline:2px solid var(--octc-color-primary);outline-offset:3px}.hero-action-brand,.hero-action-brand:hover,.hero-action-brand:focus-visible{background:var(--octc-brand-fill,var(--octc-color-primary));border-color:var(--octc-brand-edge,var(--octc-color-primary));color:var(--octc-brand-ink,var(--octc-color-bg))}.hero-action-brand:hover{background:var(--octc-brand-fill-hover,var(--octc-color-primary-hover));border-color:var(--octc-brand-edge-hover,var(--octc-color-primary-hover))}.hero-action-alt,.hero-action-alt:hover{color:var(--octc-color-text)}:root:root .sidebar{background:var(
38
38
  --octc-skin-sidebar-bg,color-mix(in srgb,var(--octc-color-bg-alt) 16%,var(--octc-color-bg))
39
39
  )}:root:root .nav-link:not(.active):hover{background:var(
40
40
  --octc-skin-nav-hover-bg,color-mix(in srgb,var(--octc-color-bg-alt) 58%,transparent)
41
- )}.header{border-bottom:0}.header{background-color:transparent;background-image:none;box-shadow:none}.content pre{box-shadow:none}`
41
+ )}:root:root .nav-link:hover,:root:root .toc-link:hover,:root:root .content a:hover{font-style:inherit}.header{border-bottom:0}.header{background-color:transparent;background-image:none;box-shadow:none}.content pre{box-shadow:none !important}`
42
42
  };
43
43
  //#endregion
44
44
  exports.default = leather;
package/dist/index.mjs CHANGED
@@ -30,11 +30,11 @@ const leather = {
30
30
  "motion-spring": "cubic-bezier(0.36, 0.66, 0.04, 1)",
31
31
  "motion-rise": "0.45rem"
32
32
  },
33
- css: `@property --octc-sweep{syntax:"<percentage>";inherits:false;initial-value:0%}@property --octc-spin{syntax:"<angle>";inherits:false;initial-value:0deg}@view-transition{navigation:auto}.header{view-transition-name:octc-header}.sidebar{view-transition-name:octc-sidebar}.main{view-transition-name:octc-main}@media (prefers-reduced-motion:no-preference){::view-transition-old(octc-main){animation:octc-swap-out var(--octc-motion-base) var(--octc-motion-ease) both}::view-transition-new(octc-main){animation:octc-swap-in var(--octc-motion-base) var(--octc-motion-ease) both}}@keyframes octc-swap-out{to{opacity:0;transform:translateY(-0.5rem)}}@keyframes octc-swap-in{from{opacity:0;transform:translateY(0.75rem)}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.content>h2,.feature-card{animation:octc-rise linear both;animation-timeline:view();animation-range:entry 0% entry 55%}.features-grid>:nth-child(2n){animation-range:entry 3% entry 58%}.features-grid>:nth-child(3n){animation-range:entry 6% entry 62%}.hero-name,.hero-text,.hero-tagline,.hero-actions{animation:octc-hero-in var(--octc-motion-slow) var(--octc-motion-spring) both}.hero-text{animation-delay:90ms}.hero-tagline{animation-delay:160ms}.hero-actions{animation-delay:240ms}}}@keyframes octc-rise{from{opacity:0;transform:translateY(var(--octc-motion-rise,0.6rem))}}@keyframes octc-hero-in{from{opacity:0;transform:translateY(var(--octc-motion-rise,0.6rem)) scale(0.994)}}.nav-link,.toc-link,.feature-card,.hero-action,.social-link,.search-button,.theme-toggle,.content a{transition:color var(--octc-motion-fast) var(--octc-motion-ease),background-color var(--octc-motion-fast) var(--octc-motion-ease),border-color var(--octc-motion-fast) var(--octc-motion-ease),box-shadow var(--octc-motion-base) var(--octc-motion-ease),transform var(--octc-motion-base) var(--octc-motion-spring)}.search-modal-overlay{transition:opacity var(--octc-motion-base) var(--octc-motion-ease),display var(--octc-motion-base) allow-discrete}@media (prefers-reduced-motion:no-preference){.search-modal{transition:transform var(--octc-motion-base) var(--octc-motion-spring)}@starting-style{.search-modal{transform:translateY(-0.75rem) scale(0.97)}}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:1ms !important;animation-iteration-count:1 !important;transition-duration:1ms !important;scroll-behavior:auto !important}}.entry-page .main{padding-inline:0}.entry-page .layout{padding-top:0}.entry-content{max-width:none;padding-inline:0}.entry-content>.content,.features{max-width:var(--octc-max-content-width);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem)}.hero{padding-inline:clamp(1.5rem,6vw,4rem);background-color:transparent;border-bottom:0;min-height:min(100vh,56rem);padding-block:calc(var(--octc-header-height) + clamp(3rem,11vh,7rem)) clamp(3.5rem,11vh,7rem)}.hero::after{content:"";position:absolute;inset:auto 0 0 0;height:clamp(6rem,22vh,14rem);z-index:0;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--octc-color-bg))}.hero-content,.hero-notice,.hero-image{position:relative;z-index:1}.features{border-top:0}.header{background:transparent;border-bottom:0;box-shadow:none}body:not(.entry-page) .header{backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%)}@supports (animation-timeline:scroll()){.header{animation:var(--octc-header-scroll,octc-header-settle) linear both;animation-timeline:scroll(root block);animation-range:0 7rem}}@keyframes octc-header-settle{from{backdrop-filter:blur(0px) saturate(100%);-webkit-backdrop-filter:blur(0px) saturate(100%)}to{backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%)}}.sidebar,.toc{top:0;padding-top:calc(var(--octc-header-height) + 1rem)}.header-actions .social-link,.header-actions .theme-toggle{opacity:0.62;transition:opacity var(--octc-motion-fast) var(--octc-motion-ease)}.header:hover .social-link,.header:hover .theme-toggle,.header-actions :focus-visible{opacity:1}.content h1,.content h2,.content h3,.hero-name,.hero-text,.feature-title{text-wrap:balance}.content p,.content li,.hero-tagline,.feature-details{text-wrap:pretty}.content{hanging-punctuation:first last}.content table{font-variant-numeric:tabular-nums}.content a{text-underline-offset:0.18em;text-decoration-skip-ink:auto}.content h1 a,.content h2 a,.content h3 a{text-decoration:none}::selection{background:color-mix(in srgb,var(--octc-color-primary) 28%,transparent);color:var(--octc-color-text)}.sidebar,.toc,.content pre,.search-results{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--octc-color-text) 22%,transparent) transparent}.content pre{scroll-padding-inline:1rem}.content img,.content video,.content iframe{max-width:100%;height:auto}[data-theme="dark"] body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]) body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--octc-le-radius:12px;--octc-le-grain:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='l'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='5' seed='7'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23l)' opacity='0.16'/%3E%3C/svg%3E");--octc-le-lit:rgba(255,255,255,0.28);--octc-le-shade:rgba(0,0,0,0.34);--octc-le-thread:color-mix(in srgb,var(--octc-color-primary) 60%,var(--octc-color-bg))}[data-theme="dark"]{--octc-le-lit:rgba(255,255,255,0.1);--octc-le-shade:rgba(0,0,0,0.6)}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){--octc-le-lit:rgba(255,255,255,0.1);--octc-le-shade:rgba(0,0,0,0.6)}}.header,.sidebar,.toc,.search-modal,.content pre,.content blockquote,.feature-card,.hero-action,.hero-notice,.social-link,.search-button,.theme-toggle,.content img{border-radius:var(--octc-le-radius)}body{background-image:var(--octc-le-grain);background-size:190px 190px}.header,.sidebar,.search-modal,.feature-card,.search-button,.theme-toggle,.social-link,.hero-action,.hero-notice{background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 45%,var(--octc-color-bg));box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade),0 3px 10px -4px var(--octc-le-shade)}.header{border-radius:0;border-bottom:1px solid var(--octc-le-shade)}.header-title{font-weight:600;letter-spacing:0.01em}.sidebar{border-radius:0;border-right:1px solid var(--octc-le-shade)}.toc{border-left:1px solid var(--octc-le-shade)}.nav-link,.toc-link{border-radius:8px}.nav-link:hover,.toc-link:hover{--octc-skin-nav-hover-bg:color-mix(in srgb,var(--octc-color-primary) 10%,transparent);background:color-mix(in srgb,var(--octc-color-primary) 10%,transparent);box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade)}.nav-link.active{background:color-mix(in srgb,var(--octc-color-primary) 20%,transparent);box-shadow:inset 0 1px 3px 0 var(--octc-le-shade);font-weight:600}.search-button:active,.theme-toggle:active,.social-link:active,.hero-action:active{box-shadow:inset 0 2px 5px 0 var(--octc-le-shade);transform:translateY(1px)}.search-button:hover,.theme-toggle:hover,.social-link:hover{transform:translateY(-1px)}.content h1,.content h2,.content h3{text-shadow:0 1px 0 var(--octc-le-lit),0 -1px 0 var(--octc-le-shade)}.content h2{border-bottom:1px solid var(--octc-le-shade)}.content pre{box-shadow:inset 0 2px 8px 0 rgba(0,0,0,0.4) !important;border:1px solid var(--octc-color-code-frame-border)}.content :not(pre)>code{border-radius:5px;padding:0.1em 0.38em}.content blockquote{position:relative;background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 60%,var(--octc-color-bg));border:0;box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade);padding:1.1rem 1.25rem}.content blockquote::before{content:"";position:absolute;inset:6px;border:2px dashed var(--octc-le-thread);border-radius:8px;pointer-events:none}.content table{border:1px solid var(--octc-le-shade)}.content th,.content td{border:1px solid color-mix(in srgb,var(--octc-le-shade) 45%,transparent)}.content hr{border:0;height:2px;background:var(--octc-le-shade);box-shadow:0 1px 0 0 var(--octc-le-lit)}.content img{box-shadow:0 6px 18px -8px var(--octc-le-shade)}.hero{background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 40%,var(--octc-color-bg));border-bottom:1px solid var(--octc-le-shade)}.hero-name{letter-spacing:-0.02em}.hero-action{font-weight:620;position:relative}.hero-action::before{content:"";position:absolute;inset:5px;border:2px dashed var(--octc-le-thread);border-radius:7px;pointer-events:none;opacity:0.75}.hero-action:hover{transform:translateY(-2px)}.features .feature-card{padding:1.3rem}.features .feature-card:hover{transform:translateY(-3px);box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade),0 12px 26px -12px var(--octc-le-shade)}:focus-visible{outline:2px solid var(--octc-color-primary);outline-offset:3px}.hero-action-brand,.hero-action-brand:hover,.hero-action-brand:focus-visible{background:var(--octc-brand-fill,var(--octc-color-primary));border-color:var(--octc-brand-edge,var(--octc-color-primary));color:var(--octc-brand-ink,var(--octc-color-bg))}.hero-action-brand:hover{background:var(--octc-brand-fill-hover,var(--octc-color-primary-hover));border-color:var(--octc-brand-edge-hover,var(--octc-color-primary-hover))}.hero-action-alt,.hero-action-alt:hover{color:var(--octc-color-text)}:root:root .sidebar{background:var(
33
+ css: `@property --octc-sweep{syntax:"<percentage>";inherits:false;initial-value:0%}@property --octc-spin{syntax:"<angle>";inherits:false;initial-value:0deg}@view-transition{navigation:auto}.header{view-transition-name:octc-header}.sidebar{view-transition-name:octc-sidebar}.main{view-transition-name:octc-main}@media (prefers-reduced-motion:no-preference){::view-transition-old(octc-main){animation:octc-swap-out var(--octc-motion-base) var(--octc-motion-ease) both}::view-transition-new(octc-main){animation:octc-swap-in var(--octc-motion-base) var(--octc-motion-ease) both}}@keyframes octc-swap-out{to{opacity:0;transform:translateY(-0.5rem)}}@keyframes octc-swap-in{from{opacity:0;transform:translateY(0.75rem)}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.content>h2,.feature-card{animation:octc-rise linear both;animation-timeline:view();animation-range:entry 0% entry 55%}.features-grid>:nth-child(2n){animation-range:entry 3% entry 58%}.features-grid>:nth-child(3n){animation-range:entry 6% entry 62%}.hero-name,.hero-text,.hero-tagline,.hero-actions{animation:octc-hero-in var(--octc-motion-slow) var(--octc-motion-spring) both}.hero-text{animation-delay:90ms}.hero-tagline{animation-delay:160ms}.hero-actions{animation-delay:240ms}}}@keyframes octc-rise{from{opacity:0;transform:translateY(var(--octc-motion-rise,0.6rem))}}@keyframes octc-hero-in{from{opacity:0;transform:translateY(var(--octc-motion-rise,0.6rem)) scale(0.994)}}.nav-link,.toc-link,.feature-card,.hero-action,.social-link,.search-button,.theme-toggle,.content a{transition:color var(--octc-motion-fast) var(--octc-motion-ease),background-color var(--octc-motion-fast) var(--octc-motion-ease),border-color var(--octc-motion-fast) var(--octc-motion-ease),box-shadow var(--octc-motion-base) var(--octc-motion-ease),transform var(--octc-motion-base) var(--octc-motion-spring)}.search-modal-overlay{transition:opacity var(--octc-motion-base) var(--octc-motion-ease),display var(--octc-motion-base) allow-discrete}@media (prefers-reduced-motion:no-preference){.search-modal{transition:transform var(--octc-motion-base) var(--octc-motion-spring)}@starting-style{.search-modal{transform:translateY(-0.75rem) scale(0.97)}}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:1ms !important;animation-iteration-count:1 !important;transition-duration:1ms !important;scroll-behavior:auto !important}}.entry-page .main{padding-inline:0}.entry-page .layout{padding-top:0}.entry-content{max-width:none;padding-inline:0}.entry-content>.content,.features{max-width:var(--octc-max-content-width);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem)}.hero{padding-inline:clamp(1.5rem,6vw,4rem);background-color:transparent;border-bottom:0;min-height:min(100vh,56rem);padding-block:calc(var(--octc-header-height) + clamp(3rem,11vh,7rem)) clamp(3.5rem,11vh,7rem)}.hero::after{content:"";position:absolute;inset:auto 0 0 0;height:clamp(6rem,22vh,14rem);z-index:0;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--octc-color-bg))}.hero-content,.hero-notice,.hero-image{position:relative;z-index:1}.features{border-top:0}.header{background:transparent;border-bottom:0;box-shadow:none}.sidebar,.toc{top:0;padding-top:calc(var(--octc-header-height) + 1rem)}.header-actions .social-link,.header-actions .theme-toggle{opacity:0.62;transition:opacity var(--octc-motion-fast) var(--octc-motion-ease)}.header:hover .social-link,.header:hover .theme-toggle,.header-actions :focus-visible{opacity:1}.content h1,.content h2,.content h3,.hero-name,.hero-text,.feature-title{text-wrap:balance}.content p,.content li,.hero-tagline,.feature-details{text-wrap:pretty}.content{hanging-punctuation:first last}.content table{font-variant-numeric:tabular-nums}.content a{text-underline-offset:0.18em;text-decoration-skip-ink:auto}.content h1 a,.content h2 a,.content h3 a{text-decoration:none}::selection{background:color-mix(in srgb,var(--octc-color-primary) 28%,transparent);color:var(--octc-color-text)}.sidebar,.toc,.content pre,.search-results{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--octc-color-text) 22%,transparent) transparent}.content pre{scroll-padding-inline:1rem}.content img,.content video,.content iframe{max-width:100%;height:auto}[data-theme="dark"] body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]) body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--octc-le-radius:12px;--octc-le-grain:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='l'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='5' seed='7'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23l)' opacity='0.16'/%3E%3C/svg%3E");--octc-le-lit:rgba(255,255,255,0.28);--octc-le-shade:rgba(0,0,0,0.34);--octc-le-thread:color-mix(in srgb,var(--octc-color-primary) 60%,var(--octc-color-bg))}[data-theme="dark"]{--octc-le-lit:rgba(255,255,255,0.1);--octc-le-shade:rgba(0,0,0,0.6)}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){--octc-le-lit:rgba(255,255,255,0.1);--octc-le-shade:rgba(0,0,0,0.6)}}.header,.sidebar,.toc,.search-modal,.content pre,.content blockquote,.feature-card,.hero-action,.hero-notice,.social-link,.search-button,.theme-toggle,.content img{border-radius:var(--octc-le-radius)}body{background-image:var(--octc-le-grain);background-size:190px 190px}.header,.sidebar,.search-modal,.feature-card,.search-button,.theme-toggle,.social-link,.hero-action,.hero-notice{background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 45%,var(--octc-color-bg));box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade),0 3px 10px -4px var(--octc-le-shade)}.header{border-radius:0;border-bottom:1px solid var(--octc-le-shade)}.header-title{font-weight:600;letter-spacing:0.01em}.sidebar{border-radius:0;border-right:1px solid var(--octc-le-shade)}.toc{border-left:1px solid var(--octc-le-shade)}.nav-link,.toc-link{border-radius:8px}.nav-link:hover,.toc-link:hover{--octc-skin-nav-hover-bg:color-mix(in srgb,var(--octc-color-primary) 10%,transparent);background:color-mix(in srgb,var(--octc-color-primary) 10%,transparent);box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade)}.nav-link.active{background:color-mix(in srgb,var(--octc-color-primary) 20%,transparent);box-shadow:inset 0 1px 3px 0 var(--octc-le-shade);font-weight:600}.search-button:active,.theme-toggle:active,.social-link:active,.hero-action:active{box-shadow:inset 0 2px 5px 0 var(--octc-le-shade);transform:translateY(1px)}.search-button:hover,.theme-toggle:hover,.social-link:hover{transform:translateY(-1px)}.content h1,.content h2,.content h3{text-shadow:0 1px 0 var(--octc-le-lit),0 -1px 0 var(--octc-le-shade)}.content h2{border-bottom:1px solid var(--octc-le-shade)}.content pre{box-shadow:inset 0 2px 8px 0 rgba(0,0,0,0.4) !important;border:1px solid var(--octc-color-code-frame-border)}.content :not(pre)>code{border-radius:5px;padding:0.1em 0.38em}.content blockquote{position:relative;background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 60%,var(--octc-color-bg));border:0;box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade);padding:1.1rem 1.25rem}.content blockquote::before{content:"";position:absolute;inset:6px;border:2px dashed var(--octc-le-thread);border-radius:8px;pointer-events:none}.content table{border:1px solid var(--octc-le-shade)}.content th,.content td{border:1px solid color-mix(in srgb,var(--octc-le-shade) 45%,transparent)}.content hr{border:0;height:2px;background:var(--octc-le-shade);box-shadow:0 1px 0 0 var(--octc-le-lit)}.content img{box-shadow:0 6px 18px -8px var(--octc-le-shade)}.hero{background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 40%,var(--octc-color-bg));border-bottom:1px solid var(--octc-le-shade)}.hero-name{letter-spacing:-0.02em}.hero-action{font-weight:620;position:relative}.hero-action::before{content:"";position:absolute;inset:5px;border:2px dashed var(--octc-le-thread);border-radius:7px;pointer-events:none;opacity:0.75}.hero-action:hover{transform:translateY(-2px)}.features .feature-card{padding:1.3rem}.features .feature-card:hover{transform:translateY(-3px);box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade),0 12px 26px -12px var(--octc-le-shade)}:focus-visible{outline:2px solid var(--octc-color-primary);outline-offset:3px}.hero-action-brand,.hero-action-brand:hover,.hero-action-brand:focus-visible{background:var(--octc-brand-fill,var(--octc-color-primary));border-color:var(--octc-brand-edge,var(--octc-color-primary));color:var(--octc-brand-ink,var(--octc-color-bg))}.hero-action-brand:hover{background:var(--octc-brand-fill-hover,var(--octc-color-primary-hover));border-color:var(--octc-brand-edge-hover,var(--octc-color-primary-hover))}.hero-action-alt,.hero-action-alt:hover{color:var(--octc-color-text)}:root:root .sidebar{background:var(
34
34
  --octc-skin-sidebar-bg,color-mix(in srgb,var(--octc-color-bg-alt) 16%,var(--octc-color-bg))
35
35
  )}:root:root .nav-link:not(.active):hover{background:var(
36
36
  --octc-skin-nav-hover-bg,color-mix(in srgb,var(--octc-color-bg-alt) 58%,transparent)
37
- )}.header{border-bottom:0}.header{background-color:transparent;background-image:none;box-shadow:none}.content pre{box-shadow:none}`
37
+ )}:root:root .nav-link:hover,:root:root .toc-link:hover,:root:root .content a:hover{font-style:inherit}.header{border-bottom:0}.header{background-color:transparent;background-image:none;box-shadow:none}.content pre{box-shadow:none !important}`
38
38
  };
39
39
  //#endregion
40
40
  export { leather as default, leather };
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../src/skin.ts","../src/index.ts"],"sourcesContent":["/**\n * Leather skin stylesheet.\n *\n * Embossed grain and saddle stitching that presses in when touched.\n *\n * Written entirely against `--octc-*` custom properties and `color-mix()`, plus\n * neutral black/white alpha for depth — no hue is ever named, which is what lets\n * any `@ox-content/theme-color-*` package drive it.\n *\n * Generated from `tools/scripts/theme-skins/skins/leather.css`; edit that file and\n * run `node tools/scripts/theme-skins/generate.mjs` rather than editing this by hand.\n */\nexport const css = `@property --octc-sweep{syntax:\"<percentage>\";inherits:false;initial-value:0%}@property --octc-spin{syntax:\"<angle>\";inherits:false;initial-value:0deg}@view-transition{navigation:auto}.header{view-transition-name:octc-header}.sidebar{view-transition-name:octc-sidebar}.main{view-transition-name:octc-main}@media (prefers-reduced-motion:no-preference){::view-transition-old(octc-main){animation:octc-swap-out var(--octc-motion-base) var(--octc-motion-ease) both}::view-transition-new(octc-main){animation:octc-swap-in var(--octc-motion-base) var(--octc-motion-ease) both}}@keyframes octc-swap-out{to{opacity:0;transform:translateY(-0.5rem)}}@keyframes octc-swap-in{from{opacity:0;transform:translateY(0.75rem)}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.content>h2,.feature-card{animation:octc-rise linear both;animation-timeline:view();animation-range:entry 0% entry 55%}.features-grid>:nth-child(2n){animation-range:entry 3% entry 58%}.features-grid>:nth-child(3n){animation-range:entry 6% entry 62%}.hero-name,.hero-text,.hero-tagline,.hero-actions{animation:octc-hero-in var(--octc-motion-slow) var(--octc-motion-spring) both}.hero-text{animation-delay:90ms}.hero-tagline{animation-delay:160ms}.hero-actions{animation-delay:240ms}}}@keyframes octc-rise{from{opacity:0;transform:translateY(var(--octc-motion-rise,0.6rem))}}@keyframes octc-hero-in{from{opacity:0;transform:translateY(var(--octc-motion-rise,0.6rem)) scale(0.994)}}.nav-link,.toc-link,.feature-card,.hero-action,.social-link,.search-button,.theme-toggle,.content a{transition:color var(--octc-motion-fast) var(--octc-motion-ease),background-color var(--octc-motion-fast) var(--octc-motion-ease),border-color var(--octc-motion-fast) var(--octc-motion-ease),box-shadow var(--octc-motion-base) var(--octc-motion-ease),transform var(--octc-motion-base) var(--octc-motion-spring)}.search-modal-overlay{transition:opacity var(--octc-motion-base) var(--octc-motion-ease),display var(--octc-motion-base) allow-discrete}@media (prefers-reduced-motion:no-preference){.search-modal{transition:transform var(--octc-motion-base) var(--octc-motion-spring)}@starting-style{.search-modal{transform:translateY(-0.75rem) scale(0.97)}}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:1ms !important;animation-iteration-count:1 !important;transition-duration:1ms !important;scroll-behavior:auto !important}}.entry-page .main{padding-inline:0}.entry-page .layout{padding-top:0}.entry-content{max-width:none;padding-inline:0}.entry-content>.content,.features{max-width:var(--octc-max-content-width);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem)}.hero{padding-inline:clamp(1.5rem,6vw,4rem);background-color:transparent;border-bottom:0;min-height:min(100vh,56rem);padding-block:calc(var(--octc-header-height) + clamp(3rem,11vh,7rem)) clamp(3.5rem,11vh,7rem)}.hero::after{content:\"\";position:absolute;inset:auto 0 0 0;height:clamp(6rem,22vh,14rem);z-index:0;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--octc-color-bg))}.hero-content,.hero-notice,.hero-image{position:relative;z-index:1}.features{border-top:0}.header{background:transparent;border-bottom:0;box-shadow:none}body:not(.entry-page) .header{backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%)}@supports (animation-timeline:scroll()){.header{animation:var(--octc-header-scroll,octc-header-settle) linear both;animation-timeline:scroll(root block);animation-range:0 7rem}}@keyframes octc-header-settle{from{backdrop-filter:blur(0px) saturate(100%);-webkit-backdrop-filter:blur(0px) saturate(100%)}to{backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%)}}.sidebar,.toc{top:0;padding-top:calc(var(--octc-header-height) + 1rem)}.header-actions .social-link,.header-actions .theme-toggle{opacity:0.62;transition:opacity var(--octc-motion-fast) var(--octc-motion-ease)}.header:hover .social-link,.header:hover .theme-toggle,.header-actions :focus-visible{opacity:1}.content h1,.content h2,.content h3,.hero-name,.hero-text,.feature-title{text-wrap:balance}.content p,.content li,.hero-tagline,.feature-details{text-wrap:pretty}.content{hanging-punctuation:first last}.content table{font-variant-numeric:tabular-nums}.content a{text-underline-offset:0.18em;text-decoration-skip-ink:auto}.content h1 a,.content h2 a,.content h3 a{text-decoration:none}::selection{background:color-mix(in srgb,var(--octc-color-primary) 28%,transparent);color:var(--octc-color-text)}.sidebar,.toc,.content pre,.search-results{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--octc-color-text) 22%,transparent) transparent}.content pre{scroll-padding-inline:1rem}.content img,.content video,.content iframe{max-width:100%;height:auto}[data-theme=\"dark\"] body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root:not([data-theme=\"light\"]) body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--octc-le-radius:12px;--octc-le-grain:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='l'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='5' seed='7'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23l)' opacity='0.16'/%3E%3C/svg%3E\");--octc-le-lit:rgba(255,255,255,0.28);--octc-le-shade:rgba(0,0,0,0.34);--octc-le-thread:color-mix(in srgb,var(--octc-color-primary) 60%,var(--octc-color-bg))}[data-theme=\"dark\"]{--octc-le-lit:rgba(255,255,255,0.1);--octc-le-shade:rgba(0,0,0,0.6)}@media (prefers-color-scheme:dark){:root:not([data-theme=\"light\"]){--octc-le-lit:rgba(255,255,255,0.1);--octc-le-shade:rgba(0,0,0,0.6)}}.header,.sidebar,.toc,.search-modal,.content pre,.content blockquote,.feature-card,.hero-action,.hero-notice,.social-link,.search-button,.theme-toggle,.content img{border-radius:var(--octc-le-radius)}body{background-image:var(--octc-le-grain);background-size:190px 190px}.header,.sidebar,.search-modal,.feature-card,.search-button,.theme-toggle,.social-link,.hero-action,.hero-notice{background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 45%,var(--octc-color-bg));box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade),0 3px 10px -4px var(--octc-le-shade)}.header{border-radius:0;border-bottom:1px solid var(--octc-le-shade)}.header-title{font-weight:600;letter-spacing:0.01em}.sidebar{border-radius:0;border-right:1px solid var(--octc-le-shade)}.toc{border-left:1px solid var(--octc-le-shade)}.nav-link,.toc-link{border-radius:8px}.nav-link:hover,.toc-link:hover{--octc-skin-nav-hover-bg:color-mix(in srgb,var(--octc-color-primary) 10%,transparent);background:color-mix(in srgb,var(--octc-color-primary) 10%,transparent);box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade)}.nav-link.active{background:color-mix(in srgb,var(--octc-color-primary) 20%,transparent);box-shadow:inset 0 1px 3px 0 var(--octc-le-shade);font-weight:600}.search-button:active,.theme-toggle:active,.social-link:active,.hero-action:active{box-shadow:inset 0 2px 5px 0 var(--octc-le-shade);transform:translateY(1px)}.search-button:hover,.theme-toggle:hover,.social-link:hover{transform:translateY(-1px)}.content h1,.content h2,.content h3{text-shadow:0 1px 0 var(--octc-le-lit),0 -1px 0 var(--octc-le-shade)}.content h2{border-bottom:1px solid var(--octc-le-shade)}.content pre{box-shadow:inset 0 2px 8px 0 rgba(0,0,0,0.4) !important;border:1px solid var(--octc-color-code-frame-border)}.content :not(pre)>code{border-radius:5px;padding:0.1em 0.38em}.content blockquote{position:relative;background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 60%,var(--octc-color-bg));border:0;box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade);padding:1.1rem 1.25rem}.content blockquote::before{content:\"\";position:absolute;inset:6px;border:2px dashed var(--octc-le-thread);border-radius:8px;pointer-events:none}.content table{border:1px solid var(--octc-le-shade)}.content th,.content td{border:1px solid color-mix(in srgb,var(--octc-le-shade) 45%,transparent)}.content hr{border:0;height:2px;background:var(--octc-le-shade);box-shadow:0 1px 0 0 var(--octc-le-lit)}.content img{box-shadow:0 6px 18px -8px var(--octc-le-shade)}.hero{background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 40%,var(--octc-color-bg));border-bottom:1px solid var(--octc-le-shade)}.hero-name{letter-spacing:-0.02em}.hero-action{font-weight:620;position:relative}.hero-action::before{content:\"\";position:absolute;inset:5px;border:2px dashed var(--octc-le-thread);border-radius:7px;pointer-events:none;opacity:0.75}.hero-action:hover{transform:translateY(-2px)}.features .feature-card{padding:1.3rem}.features .feature-card:hover{transform:translateY(-3px);box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade),0 12px 26px -12px var(--octc-le-shade)}:focus-visible{outline:2px solid var(--octc-color-primary);outline-offset:3px}.hero-action-brand,.hero-action-brand:hover,.hero-action-brand:focus-visible{background:var(--octc-brand-fill,var(--octc-color-primary));border-color:var(--octc-brand-edge,var(--octc-color-primary));color:var(--octc-brand-ink,var(--octc-color-bg))}.hero-action-brand:hover{background:var(--octc-brand-fill-hover,var(--octc-color-primary-hover));border-color:var(--octc-brand-edge-hover,var(--octc-color-primary-hover))}.hero-action-alt,.hero-action-alt:hover{color:var(--octc-color-text)}:root:root .sidebar{background:var(\n--octc-skin-sidebar-bg,color-mix(in srgb,var(--octc-color-bg-alt) 16%,var(--octc-color-bg))\n)}:root:root .nav-link:not(.active):hover{background:var(\n--octc-skin-nav-hover-bg,color-mix(in srgb,var(--octc-color-bg-alt) 58%,transparent)\n)}.header{border-bottom:0}.header{background-color:transparent;background-image:none;box-shadow:none}.content pre{box-shadow:none}`;\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\nimport { css } from \"./skin\";\n\n/**\n * Leather — Embossed grain and saddle stitching that presses in when touched.\n *\n * Form only: geometry, texture, typography and motion. It names no colors, so\n * it composes with any `@ox-content/theme-color-*` package:\n *\n * ```ts\n * theme: [leather, tokyoNight]\n * ```\n */\nexport const leather: ThemeConfig = {\n name: \"leather\",\n fonts: {\n sans: 'ui-serif, \"Iowan Old Style\", \"Hoefler Text\", Georgia, \"Times New Roman\", serif',\n mono: 'ui-monospace, SFMono-Regular, \"SF Mono\", Menlo, \"Cascadia Mono\", Consolas, monospace',\n },\n layout: {\n sidebarWidth: \"266px\",\n headerHeight: \"68px\",\n maxContentWidth: \"880px\",\n },\n entryPage: { mode: \"default\" },\n tokens: {\n \"motion-fast\": \"220ms\",\n \"motion-base\": \"420ms\",\n \"motion-slow\": \"864ms\",\n \"motion-ease\": \"cubic-bezier(0.36, 0.66, 0.04, 1)\",\n \"motion-spring\": \"cubic-bezier(0.36, 0.66, 0.04, 1)\",\n \"motion-rise\": \"0.45rem\",\n },\n css,\n};\n\nexport default leather;\n"],"mappings":";;;;;;;;;;;;ACcA,MAAa,UAAuB;CAClC,MAAM;CACN,OAAO;EACL,MAAM;EACN,MAAM;CACR;CACA,QAAQ;EACN,cAAc;EACd,cAAc;EACd,iBAAiB;CACnB;CACA,WAAW,EAAE,MAAM,UAAU;CAC7B,QAAQ;EACN,eAAe;EACf,eAAe;EACf,eAAe;EACf,eAAe;EACf,iBAAiB;EACjB,eAAe;CACjB;CACA;;;;;AACF"}
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../src/skin.ts","../src/index.ts"],"sourcesContent":["/**\n * Leather skin stylesheet.\n *\n * Embossed grain and saddle stitching that presses in when touched.\n *\n * Written entirely against `--octc-*` custom properties and `color-mix()`, plus\n * neutral black/white alpha for depth — no hue is ever named, which is what lets\n * any `@ox-content/theme-color-*` package drive it.\n *\n * Generated from `tools/scripts/theme-skins/skins/leather.css`; edit that file and\n * run `node tools/scripts/theme-skins/generate.mjs` rather than editing this by hand.\n */\nexport const css = `@property --octc-sweep{syntax:\"<percentage>\";inherits:false;initial-value:0%}@property --octc-spin{syntax:\"<angle>\";inherits:false;initial-value:0deg}@view-transition{navigation:auto}.header{view-transition-name:octc-header}.sidebar{view-transition-name:octc-sidebar}.main{view-transition-name:octc-main}@media (prefers-reduced-motion:no-preference){::view-transition-old(octc-main){animation:octc-swap-out var(--octc-motion-base) var(--octc-motion-ease) both}::view-transition-new(octc-main){animation:octc-swap-in var(--octc-motion-base) var(--octc-motion-ease) both}}@keyframes octc-swap-out{to{opacity:0;transform:translateY(-0.5rem)}}@keyframes octc-swap-in{from{opacity:0;transform:translateY(0.75rem)}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.content>h2,.feature-card{animation:octc-rise linear both;animation-timeline:view();animation-range:entry 0% entry 55%}.features-grid>:nth-child(2n){animation-range:entry 3% entry 58%}.features-grid>:nth-child(3n){animation-range:entry 6% entry 62%}.hero-name,.hero-text,.hero-tagline,.hero-actions{animation:octc-hero-in var(--octc-motion-slow) var(--octc-motion-spring) both}.hero-text{animation-delay:90ms}.hero-tagline{animation-delay:160ms}.hero-actions{animation-delay:240ms}}}@keyframes octc-rise{from{opacity:0;transform:translateY(var(--octc-motion-rise,0.6rem))}}@keyframes octc-hero-in{from{opacity:0;transform:translateY(var(--octc-motion-rise,0.6rem)) scale(0.994)}}.nav-link,.toc-link,.feature-card,.hero-action,.social-link,.search-button,.theme-toggle,.content a{transition:color var(--octc-motion-fast) var(--octc-motion-ease),background-color var(--octc-motion-fast) var(--octc-motion-ease),border-color var(--octc-motion-fast) var(--octc-motion-ease),box-shadow var(--octc-motion-base) var(--octc-motion-ease),transform var(--octc-motion-base) var(--octc-motion-spring)}.search-modal-overlay{transition:opacity var(--octc-motion-base) var(--octc-motion-ease),display var(--octc-motion-base) allow-discrete}@media (prefers-reduced-motion:no-preference){.search-modal{transition:transform var(--octc-motion-base) var(--octc-motion-spring)}@starting-style{.search-modal{transform:translateY(-0.75rem) scale(0.97)}}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:1ms !important;animation-iteration-count:1 !important;transition-duration:1ms !important;scroll-behavior:auto !important}}.entry-page .main{padding-inline:0}.entry-page .layout{padding-top:0}.entry-content{max-width:none;padding-inline:0}.entry-content>.content,.features{max-width:var(--octc-max-content-width);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem)}.hero{padding-inline:clamp(1.5rem,6vw,4rem);background-color:transparent;border-bottom:0;min-height:min(100vh,56rem);padding-block:calc(var(--octc-header-height) + clamp(3rem,11vh,7rem)) clamp(3.5rem,11vh,7rem)}.hero::after{content:\"\";position:absolute;inset:auto 0 0 0;height:clamp(6rem,22vh,14rem);z-index:0;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--octc-color-bg))}.hero-content,.hero-notice,.hero-image{position:relative;z-index:1}.features{border-top:0}.header{background:transparent;border-bottom:0;box-shadow:none}.sidebar,.toc{top:0;padding-top:calc(var(--octc-header-height) + 1rem)}.header-actions .social-link,.header-actions .theme-toggle{opacity:0.62;transition:opacity var(--octc-motion-fast) var(--octc-motion-ease)}.header:hover .social-link,.header:hover .theme-toggle,.header-actions :focus-visible{opacity:1}.content h1,.content h2,.content h3,.hero-name,.hero-text,.feature-title{text-wrap:balance}.content p,.content li,.hero-tagline,.feature-details{text-wrap:pretty}.content{hanging-punctuation:first last}.content table{font-variant-numeric:tabular-nums}.content a{text-underline-offset:0.18em;text-decoration-skip-ink:auto}.content h1 a,.content h2 a,.content h3 a{text-decoration:none}::selection{background:color-mix(in srgb,var(--octc-color-primary) 28%,transparent);color:var(--octc-color-text)}.sidebar,.toc,.content pre,.search-results{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--octc-color-text) 22%,transparent) transparent}.content pre{scroll-padding-inline:1rem}.content img,.content video,.content iframe{max-width:100%;height:auto}[data-theme=\"dark\"] body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root:not([data-theme=\"light\"]) body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--octc-le-radius:12px;--octc-le-grain:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='l'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='5' seed='7'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23l)' opacity='0.16'/%3E%3C/svg%3E\");--octc-le-lit:rgba(255,255,255,0.28);--octc-le-shade:rgba(0,0,0,0.34);--octc-le-thread:color-mix(in srgb,var(--octc-color-primary) 60%,var(--octc-color-bg))}[data-theme=\"dark\"]{--octc-le-lit:rgba(255,255,255,0.1);--octc-le-shade:rgba(0,0,0,0.6)}@media (prefers-color-scheme:dark){:root:not([data-theme=\"light\"]){--octc-le-lit:rgba(255,255,255,0.1);--octc-le-shade:rgba(0,0,0,0.6)}}.header,.sidebar,.toc,.search-modal,.content pre,.content blockquote,.feature-card,.hero-action,.hero-notice,.social-link,.search-button,.theme-toggle,.content img{border-radius:var(--octc-le-radius)}body{background-image:var(--octc-le-grain);background-size:190px 190px}.header,.sidebar,.search-modal,.feature-card,.search-button,.theme-toggle,.social-link,.hero-action,.hero-notice{background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 45%,var(--octc-color-bg));box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade),0 3px 10px -4px var(--octc-le-shade)}.header{border-radius:0;border-bottom:1px solid var(--octc-le-shade)}.header-title{font-weight:600;letter-spacing:0.01em}.sidebar{border-radius:0;border-right:1px solid var(--octc-le-shade)}.toc{border-left:1px solid var(--octc-le-shade)}.nav-link,.toc-link{border-radius:8px}.nav-link:hover,.toc-link:hover{--octc-skin-nav-hover-bg:color-mix(in srgb,var(--octc-color-primary) 10%,transparent);background:color-mix(in srgb,var(--octc-color-primary) 10%,transparent);box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade)}.nav-link.active{background:color-mix(in srgb,var(--octc-color-primary) 20%,transparent);box-shadow:inset 0 1px 3px 0 var(--octc-le-shade);font-weight:600}.search-button:active,.theme-toggle:active,.social-link:active,.hero-action:active{box-shadow:inset 0 2px 5px 0 var(--octc-le-shade);transform:translateY(1px)}.search-button:hover,.theme-toggle:hover,.social-link:hover{transform:translateY(-1px)}.content h1,.content h2,.content h3{text-shadow:0 1px 0 var(--octc-le-lit),0 -1px 0 var(--octc-le-shade)}.content h2{border-bottom:1px solid var(--octc-le-shade)}.content pre{box-shadow:inset 0 2px 8px 0 rgba(0,0,0,0.4) !important;border:1px solid var(--octc-color-code-frame-border)}.content :not(pre)>code{border-radius:5px;padding:0.1em 0.38em}.content blockquote{position:relative;background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 60%,var(--octc-color-bg));border:0;box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade);padding:1.1rem 1.25rem}.content blockquote::before{content:\"\";position:absolute;inset:6px;border:2px dashed var(--octc-le-thread);border-radius:8px;pointer-events:none}.content table{border:1px solid var(--octc-le-shade)}.content th,.content td{border:1px solid color-mix(in srgb,var(--octc-le-shade) 45%,transparent)}.content hr{border:0;height:2px;background:var(--octc-le-shade);box-shadow:0 1px 0 0 var(--octc-le-lit)}.content img{box-shadow:0 6px 18px -8px var(--octc-le-shade)}.hero{background-image:var(--octc-le-grain);background-color:color-mix(in srgb,var(--octc-color-bg-alt) 40%,var(--octc-color-bg));border-bottom:1px solid var(--octc-le-shade)}.hero-name{letter-spacing:-0.02em}.hero-action{font-weight:620;position:relative}.hero-action::before{content:\"\";position:absolute;inset:5px;border:2px dashed var(--octc-le-thread);border-radius:7px;pointer-events:none;opacity:0.75}.hero-action:hover{transform:translateY(-2px)}.features .feature-card{padding:1.3rem}.features .feature-card:hover{transform:translateY(-3px);box-shadow:inset 0 1px 0 0 var(--octc-le-lit),inset 0 -1px 0 0 var(--octc-le-shade),0 12px 26px -12px var(--octc-le-shade)}:focus-visible{outline:2px solid var(--octc-color-primary);outline-offset:3px}.hero-action-brand,.hero-action-brand:hover,.hero-action-brand:focus-visible{background:var(--octc-brand-fill,var(--octc-color-primary));border-color:var(--octc-brand-edge,var(--octc-color-primary));color:var(--octc-brand-ink,var(--octc-color-bg))}.hero-action-brand:hover{background:var(--octc-brand-fill-hover,var(--octc-color-primary-hover));border-color:var(--octc-brand-edge-hover,var(--octc-color-primary-hover))}.hero-action-alt,.hero-action-alt:hover{color:var(--octc-color-text)}:root:root .sidebar{background:var(\n--octc-skin-sidebar-bg,color-mix(in srgb,var(--octc-color-bg-alt) 16%,var(--octc-color-bg))\n)}:root:root .nav-link:not(.active):hover{background:var(\n--octc-skin-nav-hover-bg,color-mix(in srgb,var(--octc-color-bg-alt) 58%,transparent)\n)}:root:root .nav-link:hover,:root:root .toc-link:hover,:root:root .content a:hover{font-style:inherit}.header{border-bottom:0}.header{background-color:transparent;background-image:none;box-shadow:none}.content pre{box-shadow:none !important}`;\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\nimport { css } from \"./skin\";\n\n/**\n * Leather — Embossed grain and saddle stitching that presses in when touched.\n *\n * Form only: geometry, texture, typography and motion. It names no colors, so\n * it composes with any `@ox-content/theme-color-*` package:\n *\n * ```ts\n * theme: [leather, tokyoNight]\n * ```\n */\nexport const leather: ThemeConfig = {\n name: \"leather\",\n fonts: {\n sans: 'ui-serif, \"Iowan Old Style\", \"Hoefler Text\", Georgia, \"Times New Roman\", serif',\n mono: 'ui-monospace, SFMono-Regular, \"SF Mono\", Menlo, \"Cascadia Mono\", Consolas, monospace',\n },\n layout: {\n sidebarWidth: \"266px\",\n headerHeight: \"68px\",\n maxContentWidth: \"880px\",\n },\n entryPage: { mode: \"default\" },\n tokens: {\n \"motion-fast\": \"220ms\",\n \"motion-base\": \"420ms\",\n \"motion-slow\": \"864ms\",\n \"motion-ease\": \"cubic-bezier(0.36, 0.66, 0.04, 1)\",\n \"motion-spring\": \"cubic-bezier(0.36, 0.66, 0.04, 1)\",\n \"motion-rise\": \"0.45rem\",\n },\n css,\n};\n\nexport default leather;\n"],"mappings":";;;;;;;;;;;;ACcA,MAAa,UAAuB;CAClC,MAAM;CACN,OAAO;EACL,MAAM;EACN,MAAM;CACR;CACA,QAAQ;EACN,cAAc;EACd,cAAc;EACd,iBAAiB;CACnB;CACA,WAAW,EAAE,MAAM,UAAU;CAC7B,QAAQ;EACN,eAAe;EACf,eAAe;EACf,eAAe;EACf,eAAe;EACf,iBAAiB;EACjB,eAAe;CACjB;CACA;;;;;AACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ox-content/theme-leather",
3
- "version": "3.0.0-beta.3",
3
+ "version": "3.0.0-beta.5",
4
4
  "description": "Embossed grain and saddle stitching that presses in when touched — an Ox Content skin that composes with any @ox-content/theme-color-* scheme",
5
5
  "keywords": [
6
6
  "craft",
@@ -41,7 +41,7 @@
41
41
  "provenance": true
42
42
  },
43
43
  "devDependencies": {
44
- "@ox-content/vite-plugin": "3.0.0-beta.3",
44
+ "@ox-content/vite-plugin": "3.0.0-beta.5",
45
45
  "@types/node": "^26.2.0",
46
46
  "@typescript/native-preview": "^7.0.0-dev.20260707.2",
47
47
  "typescript": "^7.0.2",