playbook_ui 13.32.0.pre.alpha.play1416movealiaslogic3239 → 13.32.0.pre.alpha.play1416movealiaslogic3266

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38d2ad5fae80d023caae7a74a96bf549e74693d82376000d2d056ecdd94e5948
4
- data.tar.gz: c3de45c50a99868c1a157179eb8912acfd173337bd94af3eb166c42d01c051ac
3
+ metadata.gz: 6d1aed3316880a926a79a26bfcd3d52de79643bf5d3eae32fb83361cc7100910
4
+ data.tar.gz: b4a9a1ac34bb88bcd0832459ceaf0cb9b6e69b977b77b692dd6e8a10fd87a909
5
5
  SHA512:
6
- metadata.gz: e83a30785c99181d6f62a6632ad1d52c6c7970f8a53dd42e01041814fe5c9f09ee969aa0c2a39b180b20f565492c096e94744ce3149cf407c8c2ed09c99636ec
7
- data.tar.gz: 37992e6abfc459bdb39b5a62292a43c3d49a79e17261136c955929836de307c9677653338fe9635c619dc0314ca69b498348cbacea044279d1dd924e5edac86f
6
+ metadata.gz: 963631c67377d7a3e384fd000cc6d70cf31f614a9d7899b36d897b0bb1556ad96462ccb2a0d1545292fc79701ab98f245f9626d954c0a7564a0775637448c632
7
+ data.tar.gz: 25f0696a7caae4ad9e1cc22103b976b9c1498badb5b065ffc71c9f32cd0bd177c22679fbbb398a405ee776bcdb64c4ebcb014b0dc0e3d506981fa90d4b9175f0
@@ -117,6 +117,8 @@ module Playbook
117
117
  private
118
118
 
119
119
  def resolve_alias(icon)
120
+ return icon unless icon_alias_map
121
+
120
122
  aliases = icon_alias_map[icon]
121
123
  return icon unless aliases
122
124
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "13.32.0"
5
- VERSION = "13.32.0.pre.alpha.play1416movealiaslogic3239"
5
+ VERSION = "13.32.0.pre.alpha.play1416movealiaslogic3266"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.32.0.pre.alpha.play1416movealiaslogic3239
4
+ version: 13.32.0.pre.alpha.play1416movealiaslogic3266
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-07-12 00:00:00.000000000 Z
12
+ date: 2024-07-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -1459,7 +1459,6 @@ files:
1459
1459
  - app/pb_kits/playbook/pb_icon/icon.html.erb
1460
1460
  - app/pb_kits/playbook/pb_icon/icon.rb
1461
1461
  - app/pb_kits/playbook/pb_icon/icon.test.js
1462
- - app/pb_kits/playbook/pb_icon/icon_aliases.json
1463
1462
  - app/pb_kits/playbook/pb_icon_circle/_icon_circle.scss
1464
1463
  - app/pb_kits/playbook/pb_icon_circle/_icon_circle.tsx
1465
1464
  - app/pb_kits/playbook/pb_icon_circle/docs/_description.md
@@ -1,39 +0,0 @@
1
- {
2
- "aliases": {
3
- "arrow-alt-circle-right": "circle-right",
4
- "angles-down": "angle-double-down",
5
- "arrow-alt-down": "down",
6
- "arrow-alt-up": "up",
7
- "arrow-right-long": "long-arrow-right",
8
- "arrow-to-bottom": "arrow-down-to-line",
9
- "arrows-h": "arrows-left-right",
10
- "calendar-days": "calendar-alt",
11
- "circle-arrow-right": "arrow-circle-right",
12
- "clock-rotate-left": "history",
13
- "close": [
14
- "times",
15
- "xmark"
16
- ],
17
- "ellipsis-h": "ellipsis",
18
- "exclamation-circle": "circle-exclamation",
19
- "external-link": "arrow-up-right-from-square",
20
- "file-lines": "file-alt",
21
- "gear": "cog",
22
- "home": "house",
23
- "info-circle": "circle-info",
24
- "map-o": "map",
25
- "message": "comment-alt",
26
- "minus-circle": "circle-minus",
27
- "money": "money-bill",
28
- "mouse-pointer": "arrow-pointer",
29
- "nitro": "nitro-n",
30
- "play-circle": "circle-play",
31
- "plus-circle": "circle-plus",
32
- "plus-square": "square-plus",
33
- "powergon": "powergon-p",
34
- "question-circle": "circle-question",
35
- "roofing": "product-roofing",
36
- "shelves": "inventory",
37
- "th-list": "table-list"
38
- }
39
- }