Skip to content

Commit acc81c7

Browse files
committed
Updated documentation
1 parent fb2b2f4 commit acc81c7

34 files changed

+349
-309
lines changed

Docs/Classes/DarkTheme.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h4>Declaration</h4>
159159
<h4>Declaration</h4>
160160
<div class="language">
161161
<p class="aside-title">Swift</p>
162-
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">identifier</span><span class="p">:</span> <span class="kt">String</span> <span class="o">=</span> <span class="kt">DarkTheme</span><span class="o">.</span><span class="n"><a href="../Classes/DarkTheme.html#/c:@M@ThemeKit@objc(cs)TKDarkTheme(cpy)identifier">identifier</a></span><span class="p">;</span></code></pre>
162+
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">identifier</span><span class="p">:</span> <span class="kt">String</span> <span class="o">=</span> <span class="kt">DarkTheme</span><span class="o">.</span><span class="n"><a href="../Classes/DarkTheme.html#/c:@M@ThemeKit@objc(cs)TKDarkTheme(cpy)identifier">identifier</a></span></code></pre>
163163

164164
</div>
165165
</div>

Docs/Classes/SystemTheme.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h4>Declaration</h4>
162162
<h4>Declaration</h4>
163163
<div class="language">
164164
<p class="aside-title">Swift</p>
165-
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">identifier</span><span class="p">:</span> <span class="kt">String</span> <span class="o">=</span> <span class="kt">SystemTheme</span><span class="o">.</span><span class="n"><a href="../Classes/SystemTheme.html#/c:@M@ThemeKit@objc(cs)TKSystemTheme(cpy)identifier">identifier</a></span><span class="p">;</span></code></pre>
165+
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">identifier</span><span class="p">:</span> <span class="kt">String</span> <span class="o">=</span> <span class="kt">SystemTheme</span><span class="o">.</span><span class="n"><a href="../Classes/SystemTheme.html#/c:@M@ThemeKit@objc(cs)TKSystemTheme(cpy)identifier">identifier</a></span></code></pre>
166166

167167
</div>
168168
</div>

Docs/Classes/ThemeColor.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<h1>ThemeColor</h1>
100100
<div class="declaration">
101101
<div class="language">
102-
<pre class="highlight"><code><span class="n">open</span> <span class="kd">class</span> <span class="kt">ThemeColor</span> <span class="p">:</span> <span class="kt">NSColor</span></code></pre>
102+
<pre class="highlight"><code><span class="n">open</span> <span class="kd">class</span> <span class="kt">ThemeColor</span><span class="p">:</span> <span class="kt">NSColor</span></code></pre>
103103

104104
</div>
105105
</div>
@@ -370,7 +370,7 @@ <h4>Return Value</h4>
370370
<p>A <code>ThemeColor</code> instance for the specified selector.</p>
371371
</div>
372372
<div class="slightly-smaller">
373-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L207-L209">Show on GitHub</a>
373+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L206-L208">Show on GitHub</a>
374374
</div>
375375
</section>
376376
</div>
@@ -435,7 +435,7 @@ <h4>Return Value</h4>
435435
<p>Resolved color for specified selector on given theme.</p>
436436
</div>
437437
<div class="slightly-smaller">
438-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L233-L259">Show on GitHub</a>
438+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L232-L258">Show on GitHub</a>
439439
</div>
440440
</section>
441441
</div>
@@ -507,7 +507,7 @@ <h4>Return Value</h4>
507507
<p>Resolved color for specified selector on given view.</p>
508508
</div>
509509
<div class="slightly-smaller">
510-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L275-L298">Show on GitHub</a>
510+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L274-L296">Show on GitHub</a>
511511
</div>
512512
</section>
513513
</div>
@@ -538,7 +538,7 @@ <h4>Declaration</h4>
538538
</div>
539539
</div>
540540
<div class="slightly-smaller">
541-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L351-L369">Show on GitHub</a>
541+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L348-L365">Show on GitHub</a>
542542
</div>
543543
</section>
544544
</div>
@@ -569,7 +569,7 @@ <h4>Declaration</h4>
569569
</div>
570570
</div>
571571
<div class="slightly-smaller">
572-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L373-L376">Show on GitHub</a>
572+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L369-L372">Show on GitHub</a>
573573
</div>
574574
</section>
575575
</div>

Docs/Classes/ThemeGradient.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<h1>ThemeGradient</h1>
100100
<div class="declaration">
101101
<div class="language">
102-
<pre class="highlight"><code><span class="n">open</span> <span class="kd">class</span> <span class="kt">ThemeGradient</span> <span class="p">:</span> <span class="kt">NSGradient</span></code></pre>
102+
<pre class="highlight"><code><span class="n">open</span> <span class="kd">class</span> <span class="kt">ThemeGradient</span><span class="p">:</span> <span class="kt">NSGradient</span></code></pre>
103103

104104
</div>
105105
</div>
@@ -340,7 +340,7 @@ <h4>Return Value</h4>
340340
<p>A <code>ThemeGradient</code> instance for the specified selector.</p>
341341
</div>
342342
<div class="slightly-smaller">
343-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L165-L176">Show on GitHub</a>
343+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L164-L174">Show on GitHub</a>
344344
</div>
345345
</section>
346346
</div>
@@ -405,7 +405,7 @@ <h4>Return Value</h4>
405405
<p>Resolved gradient for specified selector on given theme.</p>
406406
</div>
407407
<div class="slightly-smaller">
408-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L185-L205">Show on GitHub</a>
408+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L183-L203">Show on GitHub</a>
409409
</div>
410410
</section>
411411
</div>
@@ -477,7 +477,7 @@ <h4>Return Value</h4>
477477
<p>Resolved gradient for specified selector on given view.</p>
478478
</div>
479479
<div class="slightly-smaller">
480-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L221-L244">Show on GitHub</a>
480+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L219-L241">Show on GitHub</a>
481481
</div>
482482
</section>
483483
</div>
@@ -508,7 +508,7 @@ <h4>Declaration</h4>
508508
</div>
509509
</div>
510510
<div class="slightly-smaller">
511-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L282-L293">Show on GitHub</a>
511+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L279-L290">Show on GitHub</a>
512512
</div>
513513
</section>
514514
</div>
@@ -539,7 +539,7 @@ <h4>Declaration</h4>
539539
</div>
540540
</div>
541541
<div class="slightly-smaller">
542-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L297-L300">Show on GitHub</a>
542+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L294-L297">Show on GitHub</a>
543543
</div>
544544
</section>
545545
</div>

Docs/Classes/ThemeImage.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<h1>ThemeImage</h1>
100100
<div class="declaration">
101101
<div class="language">
102-
<pre class="highlight"><code><span class="n">open</span> <span class="kd">class</span> <span class="kt">ThemeImage</span> <span class="p">:</span> <span class="kt">NSImage</span></code></pre>
102+
<pre class="highlight"><code><span class="n">open</span> <span class="kd">class</span> <span class="kt">ThemeImage</span><span class="p">:</span> <span class="kt">NSImage</span></code></pre>
103103

104104
</div>
105105
</div>
@@ -246,7 +246,7 @@ <h4>Declaration</h4>
246246
</div>
247247
</div>
248248
<div class="slightly-smaller">
249-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L145-L151">Show on GitHub</a>
249+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L144-L150">Show on GitHub</a>
250250
</div>
251251
</section>
252252
</div>
@@ -271,12 +271,12 @@ <h4>Declaration</h4>
271271
<h4>Declaration</h4>
272272
<div class="language">
273273
<p class="aside-title">Swift</p>
274-
<pre class="highlight"><code><span class="kd">@objc</span> <span class="kd">public</span> <span class="k">var</span> <span class="nv">resolvedThemeImage</span><span class="p">:</span> <span class="kt">NSImage</span> <span class="o">=</span> <span class="kt">NSImage</span><span class="p">(</span><span class="nv">size</span><span class="p">:</span> <span class="kt">NSZeroSize</span><span class="p">)</span></code></pre>
274+
<pre class="highlight"><code><span class="kd">@objc</span> <span class="kd">public</span> <span class="k">var</span> <span class="nv">resolvedThemeImage</span><span class="p">:</span> <span class="kt">NSImage</span> <span class="o">=</span> <span class="kt">NSImage</span><span class="p">(</span><span class="nv">size</span><span class="p">:</span> <span class="kt">NSSize</span><span class="o">.</span><span class="n">zero</span><span class="p">)</span></code></pre>
275275

276276
</div>
277277
</div>
278278
<div class="slightly-smaller">
279-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L154">Show on GitHub</a>
279+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L153">Show on GitHub</a>
280280
</div>
281281
</section>
282282
</div>
@@ -343,7 +343,7 @@ <h4>Return Value</h4>
343343
<p>A <code>ThemeImage</code> instance for the specified selector.</p>
344344
</div>
345345
<div class="slightly-smaller">
346-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L170-L181">Show on GitHub</a>
346+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L167-L177">Show on GitHub</a>
347347
</div>
348348
</section>
349349
</div>
@@ -408,7 +408,7 @@ <h4>Return Value</h4>
408408
<p>Resolved image for specified selector on given theme.</p>
409409
</div>
410410
<div class="slightly-smaller">
411-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L190-L210">Show on GitHub</a>
411+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L186-L206">Show on GitHub</a>
412412
</div>
413413
</section>
414414
</div>
@@ -480,7 +480,7 @@ <h4>Return Value</h4>
480480
<p>Resolved image for specified selector on given view.</p>
481481
</div>
482482
<div class="slightly-smaller">
483-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L226-L249">Show on GitHub</a>
483+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L222-L244">Show on GitHub</a>
484484
</div>
485485
</section>
486486
</div>
@@ -511,7 +511,7 @@ <h4>Declaration</h4>
511511
</div>
512512
</div>
513513
<div class="slightly-smaller">
514-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L281-L292">Show on GitHub</a>
514+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L276-L287">Show on GitHub</a>
515515
</div>
516516
</section>
517517
</div>
@@ -542,7 +542,7 @@ <h4>Declaration</h4>
542542
</div>
543543
</div>
544544
<div class="slightly-smaller">
545-
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L296-L299">Show on GitHub</a>
545+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L291-L294">Show on GitHub</a>
546546
</div>
547547
</section>
548548
</div>

0 commit comments

Comments
 (0)