unicon 3.3.0 → 3.5.0

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: 750256c8cd384646ed11ff368c251b872f3b619e71dbb012973814766a967614
4
- data.tar.gz: b3d6842995d41fa1f4512889cd6d5f8469ca6d08195d6ae7f142ce450d5a9fd1
3
+ metadata.gz: fb8b36f40ec650ae3560bb79feca63eb46a70b0e73bb759abc3817b1918c046c
4
+ data.tar.gz: a862b1dfcc352ee82e95ec3001297baa9dc0cd1183a924098fc7b3d3c5766e90
5
5
  SHA512:
6
- metadata.gz: d11c2e725f1f51fc390664b712f56be41a31480527d64e72f21e420f81e37d0b2be1161ac5597412b69780a0a5f94df823b7d05677d7dab2e280e1866f72aa48
7
- data.tar.gz: 851c56ac437f21a79c49f552a3c81629391aab643c5fd47b7cf340335c81eee81ffdb8d0f454dc99c0921a4ccdd28698487c9aabcf5500d4bc5186703e2f7cae
6
+ metadata.gz: '0968342eed5c08d4866108ebe62f8101ce3c14123cbbfda576fe2fe9d516d82f1d66343f5fd2d676965284e38f5a2359ddade018432ae352b95010274049c5b5'
7
+ data.tar.gz: '0726980d57310c6d878189bd7fa691ddfcb0463cd5ee0d65b642afc99c83c92819c92382db33ca42f99f200092a331f4fe65f3a111b4a76a785c0f20dbc9366e'
data/CHANGELOG.md CHANGED
@@ -5,6 +5,22 @@ what decides both whether a reader can take it and what the next version number
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [3.5.0] - 2026-08-21
9
+
10
+ - **Feature.** `:inquiry` borrows the wand, beside the `:reading` and `:prediction`
11
+ already drawn by it. A question put to a fortune teller and the answer she gives are
12
+ the same sitting under two names, and an app that lists both wants one picture for
13
+ them. 315 names now resolve, 140 of them aliases.
14
+
15
+ ## [3.4.0] - 2026-08-20
16
+
17
+ - **Feature.** `:wand` is the wand throwing off stars, the nearest thing the three sets
18
+ publish to a crystal ball: none of them draws one, so a fortune teller's trade borrows
19
+ the magic instead. Bootstrap calls it `magic`, SF Symbols `wand.and.stars`, Material
20
+ `wand_stars` — one picture under three spellings, which is the whole reason this gem
21
+ exists. `:reading` and `:prediction` borrow it, naming what the sitting produces rather
22
+ than who produces it. 314 names now resolve, 139 of them aliases.
23
+
8
24
  ## [3.3.0] - 2026-08-19
9
25
 
10
26
  - **Feature.** `:checklist` is the list with ticks, the picture a warehouse pick list
data/README.md CHANGED
@@ -63,8 +63,8 @@ blank. A concept may be given as a string, so `Unicon['contact']` works too.
63
63
  ## Three lists, and which one you want
64
64
 
65
65
  ```ruby
66
- Unicon.icons # => [:account, :airplane, :alarm, :archive, :award, :badge, ...] 131
67
- Unicon.names # => [:account, :add, :add_member, :address, :agent, ...] 311
66
+ Unicon.icons # => [:account, :airplane, :alarm, :archive, :award, :badge, ...] 132
67
+ Unicon.names # => [:account, :add, :add_member, :address, :agent, ...] 315
68
68
  Unicon.actions # => [:add, :add_member, :close, :confirm, ...] 43
69
69
  ```
70
70
 
@@ -87,7 +87,7 @@ caller who wants the pictures as well as the names.
87
87
  ## Model names
88
88
 
89
89
  A host app looks an icon up by the name of the model it is rendering, and the more names
90
- answer, the less any app has to declare. 137 of them borrow the icons of a concept —
90
+ answer, the less any app has to declare. 140 of them borrow the icons of a concept —
91
91
  `:user` takes the person, `:zip` takes the pin — and the Aliases column of the table below
92
92
  says which took which. They resolve without swelling the list a picker offers.
93
93
 
@@ -107,7 +107,7 @@ licenses them for developing applications for Apple-branded products, and this r
107
107
  is part of building one. They may not be redistributed for any other purpose, so anyone
108
108
  reusing this gem outside that context should show the names alone.
109
109
 
110
- The cells hold the icon and not its name, so the table stays readable at 131 rows. **The
110
+ The cells hold the icon and not its name, so the table stays readable at 132 rows. **The
111
111
  name each system uses is on the icon**: hover it, or reach it with a screen reader, and
112
112
  `Unicon[:search][:ios]` reads back as `magnifyingglass`.
113
113
 
@@ -244,13 +244,14 @@ drawn out. `Unicon.actions` names them all.
244
244
  | `:video` | `:movie` | ![camera-video](vendor/bootstrap-icons/camera-video.svg "camera-video") | ![video](vendor/sf-symbols/video.svg "video") | ![videocam](vendor/material-symbols/videocam.svg "videocam") |
245
245
  | `:volume` | | ![volume-up](vendor/bootstrap-icons/volume-up.svg "volume-up") | ![speaker.wave.2](vendor/sf-symbols/speaker.wave.2.svg "speaker.wave.2") | ![volume_up](vendor/material-symbols/volume_up.svg "volume_up") |
246
246
  | `:wallet` | | ![wallet](vendor/bootstrap-icons/wallet.svg "wallet") | ![wallet.pass](vendor/sf-symbols/wallet.pass.svg "wallet.pass") | ![wallet](vendor/material-symbols/wallet.svg "wallet") |
247
+ | `:wand` | `:inquiry` `:prediction` `:reading` | ![magic](vendor/bootstrap-icons/magic.svg "magic") | ![wand.and.stars](assets/undrawn.svg "wand.and.stars") | ![wand_stars](vendor/material-symbols/wand_stars.svg "wand_stars") |
247
248
  | `:warning` | `:alert` `:issue` | ![exclamation-triangle](vendor/bootstrap-icons/exclamation-triangle.svg "exclamation-triangle") | ![exclamationmark.triangle](vendor/sf-symbols/exclamationmark.triangle.svg "exclamationmark.triangle") | ![warning](vendor/material-symbols/warning.svg "warning") |
248
249
  | `:waveform` | `:audio` `:echo` | ![soundwave](vendor/bootstrap-icons/soundwave.svg "soundwave") | ![waveform](vendor/sf-symbols/waveform.svg "waveform") | ![graphic_eq](vendor/material-symbols/graphic_eq.svg "graphic_eq") |
249
250
  | `:wifi` | | ![wifi](vendor/bootstrap-icons/wifi.svg "wifi") | ![wifi](vendor/sf-symbols/wifi.svg "wifi") | ![wifi](vendor/material-symbols/wifi.svg "wifi") |
250
251
  | `:window` | `:app` | ![window](vendor/bootstrap-icons/window.svg "window") | ![macwindow](vendor/sf-symbols/macwindow.svg "macwindow") | ![web_asset](vendor/material-symbols/web_asset.svg "web_asset") |
251
252
  | `:wrench` | | ![wrench](vendor/bootstrap-icons/wrench.svg "wrench") | ![wrench](vendor/sf-symbols/wrench.svg "wrench") | ![build](vendor/material-symbols/build.svg "build") |
252
253
 
253
- A dashed circle is a symbol newer than the macOS that drew this table, which knows the SF Symbols 5 set. Hover it for the name, which resolves in an app built against a newer SDK.
254
+ A dashed circle is a symbol the Mac that drew this table could not put an outline to: newer than the SF Symbols 5 set it knows, or one it draws but the renderer would name no glyph for. Hover it for the name, which resolves in an app all the same.
254
255
  <!-- concepts:end -->
255
256
 
256
257
  ## Where the names come from
@@ -285,9 +286,13 @@ gray and the same box.
285
286
  That rendering is done by the machine running `rake readme`, and a machine only knows the
286
287
  symbols its own system shipped with. Anything newer gets `assets/undrawn.svg` — a dashed
287
288
  circle of our own drawing, not Apple's — with the symbol's name still on it to hover.
288
- One row is in that state today: `:receipt`, whose SF symbol arrived in iOS 18.2, drawn on
289
- a Mac running macOS 14.3. `rake validate` has already proved every name real, which is
290
- why a symbol this Mac cannot draw is reported rather than fatal.
289
+ Three rows are in that state today, the table having been drawn on a Mac running macOS
290
+ 14.3: `:receipt`, whose SF symbol arrived in iOS 18.2 and so is newer than that Mac, and
291
+ `:franchise` and `:wand`, whose symbols it does draw but whose outline the renderer would
292
+ not commit to — it matches the picture the system draws against every glyph in Apple's
293
+ fallback font, and a wrong glyph is worse than a missing one. `rake validate` has already
294
+ proved every name real, which is why a symbol this Mac cannot draw is reported rather
295
+ than fatal.
291
296
 
292
297
  ## License
293
298
 
@@ -15,8 +15,8 @@ module Unicon
15
15
  episode: :playlist, evaluation: :speedometer, event: :calendar, export: :download,
16
16
  feedback: :smiley, file: :document, fleet: :truck, form: :document,
17
17
  goal: :trophy, group: :people, history: :clock,
18
- home: :house, import: :upload, integration: :puzzle, inventory: :box,
19
- issue: :warning, item: :box, job: :hammer, label: :tag,
18
+ home: :house, import: :upload, inquiry: :wand, integration: :puzzle,
19
+ inventory: :box, issue: :warning, item: :box, job: :hammer, label: :tag,
20
20
  lead: :person, location: :pin, log: :list, market: :shop,
21
21
  member: :person, memo: :note, message: :chat, milestone: :flag,
22
22
  movie: :video, notification: :bell, offer: :gift, office: :building,
@@ -24,10 +24,10 @@ module Unicon
24
24
  order: :cart, organization: :building, package: :box, page: :document,
25
25
  password: :lock, payment: :credit_card, permission: :key, photo: :image,
26
26
  pick: :checklist, picture: :image, plan: :calendar, platform: :puzzle, plugin: :puzzle,
27
- post: :document, preference: :sliders, price: :tag, product: :box, profile: :account,
28
- project: :folder, prompt: :terminal, provider: :briefcase, purchase: :cart,
29
- rating: :star, recording: :microphone, region: :map, reminder: :bell,
30
- review: :star, ride: :car, role: :badge, route: :signpost,
27
+ post: :document, prediction: :wand, preference: :sliders, price: :tag, product: :box,
28
+ profile: :account, project: :folder, prompt: :terminal, provider: :briefcase,
29
+ purchase: :cart, rating: :star, reading: :wand, recording: :microphone, region: :map,
30
+ reminder: :bell, review: :star, ride: :car, role: :badge, route: :signpost,
31
31
  schedule: :calendar, screen: :display, sector: :pie_chart, session: :clock, setting: :gear,
32
32
  shift: :clock, shipment: :truck, site: :globe, source: :signpost,
33
33
  specialty: :award, staff: :people, state: :map, subscription: :repeat,
@@ -7,6 +7,7 @@ module Unicon
7
7
  hammer: { bootstrap: 'hammer', ios: 'hammer', android: 'hardware' },
8
8
  wrench: { bootstrap: 'wrench', ios: 'wrench', android: 'build' },
9
9
  ruler: { bootstrap: 'rulers', ios: 'ruler', android: 'straighten' },
10
+ wand: { bootstrap: 'magic', ios: 'wand.and.stars', android: 'wand_stars' },
10
11
  puzzle: { bootstrap: 'puzzle', ios: 'puzzlepiece', android: 'extension' },
11
12
  briefcase: { bootstrap: 'briefcase', ios: 'briefcase', android: 'work' },
12
13
  task: { bootstrap: 'check2-square', ios: 'checklist', android: 'task_alt' },
@@ -1,4 +1,4 @@
1
1
  module Unicon
2
2
  # Version of the gem, read by the gemspec and by hosts checking compatibility.
3
- VERSION = '3.3.0'
3
+ VERSION = '3.5.0'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicon
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiob