houseaccount 0.19.0 → 0.19.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.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -0
  3. data/README.md +15 -16
  4. data/lib/houseaccount/version.rb +1 -1
  5. data/public/index.html +8 -8
  6. metadata +21 -21
  7. /data/public/{v0.19.0 → v0.19.1}/bh/css/bh.css +0 -0
  8. /data/public/{v0.19.0 → v0.19.1}/bh/js/bh.js +0 -0
  9. /data/public/{v0.19.0 → v0.19.1}/bh/theme/bootstrap.css +0 -0
  10. /data/public/{v0.19.0 → v0.19.1}/bh/theme/dawn.css +0 -0
  11. /data/public/{v0.19.0 → v0.19.1}/bh/theme/dracula.css +0 -0
  12. /data/public/{v0.19.0 → v0.19.1}/bh/theme/gruvbox.css +0 -0
  13. /data/public/{v0.19.0 → v0.19.1}/bh/theme/monokai.css +0 -0
  14. /data/public/{v0.19.0 → v0.19.1}/bh/theme/nord.css +0 -0
  15. /data/public/{v0.19.0 → v0.19.1}/bh/theme/one_dark.css +0 -0
  16. /data/public/{v0.19.0 → v0.19.1}/bh/theme/solarized.css +0 -0
  17. /data/public/{v0.19.0 → v0.19.1}/bh/theme/tokyo_night.css +0 -0
  18. /data/public/{v0.19.0 → v0.19.1}/css/houseaccount.css +0 -0
  19. /data/public/{v0.19.0 → v0.19.1}/font/bootstrap-icons-FRBPO3H7.woff2 +0 -0
  20. /data/public/{v0.19.0 → v0.19.1}/font/quicksand-500-latin-QHYSRFVK.woff2 +0 -0
  21. /data/public/{v0.19.0 → v0.19.1}/font/quicksand-500-latin-ext-QZ4PXVHB.woff2 +0 -0
  22. /data/public/{v0.19.0 → v0.19.1}/font/quicksand-500-latin-ext.woff2 +0 -0
  23. /data/public/{v0.19.0 → v0.19.1}/font/quicksand-500-latin.woff2 +0 -0
  24. /data/public/{v0.19.0 → v0.19.1}/font/quicksand-500-vietnamese-RRA5CUQB.woff2 +0 -0
  25. /data/public/{v0.19.0 → v0.19.1}/font/quicksand-500-vietnamese.woff2 +0 -0
  26. /data/public/{v0.19.0 → v0.19.1}/js/houseaccount.js +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a93e46d0497ab00af3030de2f6931f575a54c4ee39db2258f3ebb4bf2585bb5
4
- data.tar.gz: 44d72378f63ef8ec113502c77f5917ca8bc443e7a1fa23bc2b40634601bbc3d0
3
+ metadata.gz: 1e7990fb47a91e78c9ac45e8ed2cb91ff8f765fcbaf59ef952cdb9c41e0b992e
4
+ data.tar.gz: ecbda704d1fd67f11582bcdb8d6a4d62872a947f119fd9cb1a8ecc0a52525dff
5
5
  SHA512:
6
- metadata.gz: 56f76b166bc81a0c3ec9e880dbf4b5fb7696fdc52eb9a8e676f4c02cb8c8c8ef05c6707f19f33a5b75bb1618d4dd29effef82b80665cad7834fbbd2906a224de
7
- data.tar.gz: c4b9414f1d9479059eca88dae57eacff79b7a51c6027b5eb8f35338e1f82061ca4722fd727828a91693bd15c91c10aef2b754fab210829aff2e88eaf96d7c841
6
+ metadata.gz: 410a38ab7d30e2ac7dfcd1466631c79e46ac1e181b94297c53396fcef1d4d26ee7a020f4b6f353a46a583a09a81d6adb5f06a059d0dda340a5191d83ae349e8f
7
+ data.tar.gz: bf19aa5f58613774fbb31e1cae7e06c0e9928c39cb05b012438b2944abb697d90a542a717609251f59d9a99fd1d9bb74409b7c8ab15a10abf40a74af946629e5
data/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ For more information about changelogs, check [Keep a Changelog](http://keepachan
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## 0.19.1 - 2026-09-20
11
+
12
+ * [CHANGE] The bundle is not published to npm
13
+
14
+ Nothing installed it from there: every app on this gem is a Rails app, and the two files a
15
+ page off the gem links come from the site, which keeps every version under its own path.
16
+ The package stays for what builds the bundle, and `private` is what says so.
17
+
18
+ The README said the bundle carried bh's stylesheet and script inside it, which stopped
19
+ being true in 0.18.0. It says what the two files hold now, and where bh's own go under them.
20
+
10
21
  ## 0.19.0 - 2026-09-19
11
22
 
12
23
  * [FEATURE] The head of an admin screen is drawn here
data/README.md CHANGED
@@ -185,34 +185,33 @@ Those follow the latest release. Every release is also kept whole under its own
185
185
  forever and cached for a year, for a page that would rather move on its own terms:
186
186
 
187
187
  ```html
188
- <link rel='stylesheet' href='https://design.houseaccount.com/v0.15.0/css/houseaccount.css'>
189
- <script type='module' src='https://design.houseaccount.com/v0.15.0/js/houseaccount.js'></script>
188
+ <link rel='stylesheet' href='https://design.houseaccount.com/v0.19.1/css/houseaccount.css'>
189
+ <script type='module' src='https://design.houseaccount.com/v0.19.1/js/houseaccount.js'></script>
190
190
  ```
191
191
 
192
- The same two files come from any CDN that carries the npm package, for a page that would
193
- rather not depend on the site at all:
192
+ bh's layer goes under the house's, from the same place, since the house is drawn on top of it
193
+ and neither stands alone:
194
194
 
195
195
  ```html
196
- <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/houseaccount@0.15.0/public/css/houseaccount.css'>
197
- <script type='module' src='https://cdn.jsdelivr.net/npm/houseaccount@0.15.0/public/js/houseaccount.js'></script>
196
+ <link rel='stylesheet' href='https://design.houseaccount.com/v0.19.1/bh/css/bh.css'>
197
+ <link rel='stylesheet' href='https://design.houseaccount.com/v0.19.1/css/houseaccount.css'>
198
198
  ```
199
199
 
200
- The palettes are beside them, at `public/theme/nord.css` and the rest — bh's nine, copied out of the gem at build time to the path hosts have always linked. A published version is never
201
- written again, so that URL is owed its bytes for as long as npm stands.
200
+ The palettes are beside it, at `bh/theme/nord.css` and the rest — bh's nine, copied out of the
201
+ gem at build time. A version under `v` is never written again, so that URL is owed its bytes.
202
202
 
203
203
  A host with a Content Security Policy allows whichever origin it names for `style-src`,
204
204
  `script-src` and `font-src`.
205
205
 
206
206
  ## What is in the bundle
207
207
 
208
- `css/houseaccount.css` is bh's stylesheet Bootstrap 6 alpha as upstream ships it, then bh's
209
- own rules — followed by Bootstrap Icons cut down to the glyphs `art/icons.txt` names (the ones
210
- `unicon` maps and the few written out by name) and the house's three: the page, the lockup and
211
- the wall. Quicksand, the lockup's face, is served from `/font` too; nothing on a page reaches
212
- another origin. `js/houseaccount.js` is bh's script Turbo (with the cable element
213
- `turbo-rails` signs its streams for), Bootstrap, and a Stimulus application holding every
214
- controller bh's markup names, started once under `window.Stimulus` and then `wall`, the one
215
- controller that is the house's own. Everything is drawn for light and dark alike: every color is a Bootstrap
208
+ `css/houseaccount.css` is the house's layer alone: the rules this gem writes over bh's,
209
+ followed by Bootstrap Icons cut down to the glyphs `art/icons.txt` names (the ones `unicon`
210
+ maps and the few written out by name) and the house's three the page, the lockup and the
211
+ wall. Quicksand, the lockup's face, is served from `/font` too; nothing on a page reaches
212
+ another origin. `js/houseaccount.js` is the house's script alone: `wall`, the one controller
213
+ that is its own, registered with the Stimulus application bh's script starts. bh's two files
214
+ are copied beside these at `bh/`, and a page links bh's first. Everything is drawn for light and dark alike: every color is a Bootstrap
216
215
  token or a `light-dark()` pair, and `data-bs-theme` on `<html>` forces either. A phone is
217
216
  formatted in the browser: the server hands over ten digits and
218
217
  `data-controller='phone'`, and the controller decides `555-555-5555`.
@@ -1,4 +1,4 @@
1
1
  module HouseAccount
2
2
  # Version of the gem, read by the gemspec and by hosts checking compatibility.
3
- VERSION = '0.19.0'
3
+ VERSION = '0.19.1'
4
4
  end
data/public/index.html CHANGED
@@ -14,11 +14,11 @@
14
14
  pins a host to, so the page is drawn by the bytes it hands out rather than by
15
15
  whatever was last built. Relative, so it reads the same on staging, on production
16
16
  and from a folder on disk. -->
17
- <link rel='stylesheet' href='v0.19.0/bh/css/bh.css'>
18
- <link rel='stylesheet' href='v0.19.0/css/houseaccount.css'>
19
- <link rel='stylesheet' href='v0.19.0/bh/theme/bootstrap.css' data-recourse-theme=''>
20
- <script type='module' src='v0.19.0/bh/js/bh.js'></script>
21
- <script type='module' src='v0.19.0/js/houseaccount.js'></script>
17
+ <link rel='stylesheet' href='v0.19.1/bh/css/bh.css'>
18
+ <link rel='stylesheet' href='v0.19.1/css/houseaccount.css'>
19
+ <link rel='stylesheet' href='v0.19.1/bh/theme/bootstrap.css' data-recourse-theme=''>
20
+ <script type='module' src='v0.19.1/bh/js/bh.js'></script>
21
+ <script type='module' src='v0.19.1/js/houseaccount.js'></script>
22
22
  <style>
23
23
  /* The page's own chrome and nothing else: everything shown below is styled by
24
24
  the pinned houseaccount.css alone, which is the point of showing it. */
@@ -59,8 +59,8 @@
59
59
  </div>
60
60
  <div class='col-12'>
61
61
  <div class='card p-3'>
62
- <strong>Pinned to a version — the latest is 0.19.0</strong>
63
- <span class='design-url'><a href='v0.19.0/css/houseaccount.css'>v0.19.0/css/houseaccount.css</a> · <a href='v0.19.0/js/houseaccount.js'>v0.19.0/js/houseaccount.js</a> · <a href='v0.19.0/bh/theme/nord.css'>v0.19.0/bh/theme/nord.css</a></span>
62
+ <strong>Pinned to a version — the latest is 0.19.1</strong>
63
+ <span class='design-url'><a href='v0.19.1/css/houseaccount.css'>v0.19.1/css/houseaccount.css</a> · <a href='v0.19.1/js/houseaccount.js'>v0.19.1/js/houseaccount.js</a> · <a href='v0.19.1/bh/theme/nord.css'>v0.19.1/bh/theme/nord.css</a></span>
64
64
  </div>
65
65
  </div>
66
66
  </div>
@@ -70,7 +70,7 @@
70
70
  <h2>Themes</h2>
71
71
  <button type='button' class='btn btn-outline theme-primary' data-controller='scheme' data-action='scheme#rotate'
72
72
  data-scheme-themes-value='["bootstrap","dawn","dracula","gruvbox","monokai","nord","one_dark","solarized","tokyo_night"]'
73
- data-scheme-path-value='v0.19.0/bh/theme' data-scheme-storage-value='recourse-scheme'>
73
+ data-scheme-path-value='v0.19.1/bh/theme' data-scheme-storage-value='recourse-scheme'>
74
74
  <span class='recourse-scheme-light'><i class='bi bi-moon-fill'></i> Switch to dark</span>
75
75
  <span class='recourse-scheme-dark'><i class='bi bi-sun-fill'></i> Switch to light</span>
76
76
  </button>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: houseaccount
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiob
@@ -205,26 +205,26 @@ files:
205
205
  - public/theme/one_dark.css
206
206
  - public/theme/solarized.css
207
207
  - public/theme/tokyo_night.css
208
- - public/v0.19.0/bh/css/bh.css
209
- - public/v0.19.0/bh/js/bh.js
210
- - public/v0.19.0/bh/theme/bootstrap.css
211
- - public/v0.19.0/bh/theme/dawn.css
212
- - public/v0.19.0/bh/theme/dracula.css
213
- - public/v0.19.0/bh/theme/gruvbox.css
214
- - public/v0.19.0/bh/theme/monokai.css
215
- - public/v0.19.0/bh/theme/nord.css
216
- - public/v0.19.0/bh/theme/one_dark.css
217
- - public/v0.19.0/bh/theme/solarized.css
218
- - public/v0.19.0/bh/theme/tokyo_night.css
219
- - public/v0.19.0/css/houseaccount.css
220
- - public/v0.19.0/font/bootstrap-icons-FRBPO3H7.woff2
221
- - public/v0.19.0/font/quicksand-500-latin-QHYSRFVK.woff2
222
- - public/v0.19.0/font/quicksand-500-latin-ext-QZ4PXVHB.woff2
223
- - public/v0.19.0/font/quicksand-500-latin-ext.woff2
224
- - public/v0.19.0/font/quicksand-500-latin.woff2
225
- - public/v0.19.0/font/quicksand-500-vietnamese-RRA5CUQB.woff2
226
- - public/v0.19.0/font/quicksand-500-vietnamese.woff2
227
- - public/v0.19.0/js/houseaccount.js
208
+ - public/v0.19.1/bh/css/bh.css
209
+ - public/v0.19.1/bh/js/bh.js
210
+ - public/v0.19.1/bh/theme/bootstrap.css
211
+ - public/v0.19.1/bh/theme/dawn.css
212
+ - public/v0.19.1/bh/theme/dracula.css
213
+ - public/v0.19.1/bh/theme/gruvbox.css
214
+ - public/v0.19.1/bh/theme/monokai.css
215
+ - public/v0.19.1/bh/theme/nord.css
216
+ - public/v0.19.1/bh/theme/one_dark.css
217
+ - public/v0.19.1/bh/theme/solarized.css
218
+ - public/v0.19.1/bh/theme/tokyo_night.css
219
+ - public/v0.19.1/css/houseaccount.css
220
+ - public/v0.19.1/font/bootstrap-icons-FRBPO3H7.woff2
221
+ - public/v0.19.1/font/quicksand-500-latin-QHYSRFVK.woff2
222
+ - public/v0.19.1/font/quicksand-500-latin-ext-QZ4PXVHB.woff2
223
+ - public/v0.19.1/font/quicksand-500-latin-ext.woff2
224
+ - public/v0.19.1/font/quicksand-500-latin.woff2
225
+ - public/v0.19.1/font/quicksand-500-vietnamese-RRA5CUQB.woff2
226
+ - public/v0.19.1/font/quicksand-500-vietnamese.woff2
227
+ - public/v0.19.1/js/houseaccount.js
228
228
  homepage: https://design.houseaccount.com
229
229
  licenses:
230
230
  - MIT
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes