unicon 3.6.0 → 3.8.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: 01c201df88f22a670e0125d797ab3c89e6cdb14a942e7a7b73f2153e169b38eb
4
- data.tar.gz: '025886db35f71ad6d6c9fb72aac0ea692e9fa9e4f5267044242d9c51dfd6e76d'
3
+ metadata.gz: 1cca250191ec2f3b4eb47c036f99d0552fb6d001ab5dd91b68a742b99ecbcab2
4
+ data.tar.gz: 52a71c9fa3542aea3f882dab9fffe77c8477dcb08cad79c2f049bfad425b08ec
5
5
  SHA512:
6
- metadata.gz: 0fcbebd247d3fa89fca984321dad2641da4ad9264057e59058510d2ebf2fd5ec20c4acd9fb9570f98e316e817b8764646025a4d0f026ab9ae271a2b9d940fcb4
7
- data.tar.gz: cfea65574377857b1902c7531d2e2a00832a480c98cd7429102887e8853b4c9ad656a3bab33be085cd9f0ac5a21b875839584d5ea1750b8580ea4578b77875ab
6
+ metadata.gz: bf3e89db8c2b5d90a613f89d6dea606afcd4d0160fe51a47b596c87502b0226010ee7de5639c55dc064b259803e246aef7f2f2c3c275ba2f80388331a92a8175
7
+ data.tar.gz: 12676c797cdd1bb25f4b364cd38e4694117651eb4e5418debedcba5b569bf723bacc96e2b0315b81ff163bff85503c95316a794f966d0b651220dabddb547fe2
data/CHANGELOG.md CHANGED
@@ -5,6 +5,26 @@ what decides both whether a reader can take it and what the next version number
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [3.8.0] - 2026-09-18
9
+
10
+ - **Feature.** `:technician` is the person a trade sends out to do the work, drawn as the
11
+ `:toolbox` already is — Bootstrap's `tools`, SF Symbols' `wrench.and.screwdriver`, Material's
12
+ `handyman`. An alias rather than a concept of its own, since a technician is known by what
13
+ they carry: `:person` and `:badge` are already spoken for by a customer and an agent, and a
14
+ briefcase belongs to the business that employs them rather than to whoever turns up. 320
15
+ names now resolve, 141 of them aliases.
16
+
17
+ ## [3.7.0] - 2026-09-17
18
+
19
+ - **Feature.** `:sort_asc` and `:sort_desc` are the order a column is sorted in, beside the
20
+ `:sort` that says only that it can be. Bootstrap calls them `sort-up` and `sort-down`, SF
21
+ Symbols `arrowtriangle.up` and `arrowtriangle.down`, Material `arrow_drop_up` and
22
+ `arrow_drop_down` — each system's own indicator in a table heading. Named for the ordering
23
+ rather than the arrow, since Bootstrap's four sort glyphs point either way with either
24
+ ordering, so an arrow settles nothing; and abbreviated, where the rest of the table is
25
+ spelled out, because `asc` and `desc` are the words a sort is held in everywhere it is
26
+ read from. 319 names now resolve, 140 of them aliases.
27
+
8
28
  ## [3.6.0] - 2026-09-08
9
29
 
10
30
  - **Feature.** `:expand` and `:collapse` are the two diagonal arrows, parting and meeting:
data/README.md CHANGED
@@ -235,7 +235,7 @@ drawn out. `Unicon.actions` names them all.
235
235
  | `:thumbs_down` | | ![hand-thumbs-down](vendor/bootstrap-icons/hand-thumbs-down.svg "hand-thumbs-down") | ![hand.thumbsdown](vendor/sf-symbols/hand.thumbsdown.svg "hand.thumbsdown") | ![thumb_down](vendor/material-symbols/thumb_down.svg "thumb_down") |
236
236
  | `:thumbs_up` | | ![hand-thumbs-up](vendor/bootstrap-icons/hand-thumbs-up.svg "hand-thumbs-up") | ![hand.thumbsup](vendor/sf-symbols/hand.thumbsup.svg "hand.thumbsup") | ![thumb_up](vendor/material-symbols/thumb_up.svg "thumb_up") |
237
237
  | `:ticket` | | ![ticket](vendor/bootstrap-icons/ticket.svg "ticket") | ![ticket](vendor/sf-symbols/ticket.svg "ticket") | ![confirmation_number](vendor/material-symbols/confirmation_number.svg "confirmation_number") |
238
- | `:toolbox` | | ![tools](vendor/bootstrap-icons/tools.svg "tools") | ![wrench.and.screwdriver](vendor/sf-symbols/wrench.and.screwdriver.svg "wrench.and.screwdriver") | ![handyman](vendor/material-symbols/handyman.svg "handyman") |
238
+ | `:toolbox` | `:technician` | ![tools](vendor/bootstrap-icons/tools.svg "tools") | ![wrench.and.screwdriver](vendor/sf-symbols/wrench.and.screwdriver.svg "wrench.and.screwdriver") | ![handyman](vendor/material-symbols/handyman.svg "handyman") |
239
239
  | `:train` | | ![train-front](vendor/bootstrap-icons/train-front.svg "train-front") | ![train.side.front.car](vendor/sf-symbols/train.side.front.car.svg "train.side.front.car") | ![train](vendor/material-symbols/train.svg "train") |
240
240
  | `:tree` | | ![tree](vendor/bootstrap-icons/tree.svg "tree") | ![tree](vendor/sf-symbols/tree.svg "tree") | ![park](vendor/material-symbols/park.svg "park") |
241
241
  | `:trending_up` | | ![graph-up](vendor/bootstrap-icons/graph-up.svg "graph-up") | ![chart.line.uptrend.xyaxis](vendor/sf-symbols/chart.line.uptrend.xyaxis.svg "chart.line.uptrend.xyaxis") | ![trending_up](vendor/material-symbols/trending_up.svg "trending_up") |
@@ -12,6 +12,8 @@ module Unicon
12
12
  undo: { bootstrap: 'arrow-counterclockwise', ios: 'arrow.uturn.backward', android: 'undo' },
13
13
  refresh: { bootstrap: 'arrow-clockwise', ios: 'arrow.clockwise', android: 'refresh' },
14
14
  sort: { bootstrap: 'sort-down', ios: 'arrow.up.arrow.down', android: 'sort' },
15
+ sort_asc: { bootstrap: 'sort-up', ios: 'arrowtriangle.up', android: 'arrow_drop_up' },
16
+ sort_desc: { bootstrap: 'sort-down', ios: 'arrowtriangle.down', android: 'arrow_drop_down' },
15
17
  drag: { bootstrap: 'grip-vertical', ios: 'line.3.horizontal', android: 'drag_indicator' },
16
18
  zoom_in: { bootstrap: 'zoom-in', ios: 'plus.magnifyingglass', android: 'zoom_in' },
17
19
  zoom_out: { bootstrap: 'zoom-out', ios: 'minus.magnifyingglass', android: 'zoom_out' },
@@ -32,7 +32,7 @@ module Unicon
32
32
  shift: :clock, shipment: :truck, site: :globe, source: :signpost,
33
33
  specialty: :award, staff: :people, state: :map, subscription: :repeat,
34
34
  summary: :document, supplier: :truck, survey: :clipboard, sync: :refresh,
35
- team: :people, territory: :map, todo: :task, token: :key,
35
+ team: :people, technician: :toolbox, territory: :map, todo: :task, token: :key,
36
36
  track: :music, transaction: :credit_card, trip: :map, user: :person,
37
37
  vehicle: :car, vendor: :shop, vertical: :bar_chart, view: :eye,
38
38
  zip: :pin,
@@ -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.6.0'
3
+ VERSION = '3.8.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.6.0
4
+ version: 3.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiob