playbook_ui 12.7.1.pre.alpha.menu2 → 12.7.1.pre.alpha.rubyandnpmalpharelease291
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 +4 -4
- data/app/pb_kits/playbook/data/menu.yml +110 -0
- data/lib/playbook/pb_doc_helper.rb +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c07c2eb62bd48a28b129727512b61a8eed9b9f232190667be1357c673fdce8e0
|
4
|
+
data.tar.gz: 375c7819d12c56db42c00ed51acee89ee327c137237c17fd0d09d06bb20d6dc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af5f4f25e8f9e21467419a8d74d44f07990f04c7d363ceac91bd9677cbdee818d50ff6fd20e00c9cf13d4e3b2b6230122aefbb7a637b15a710ddde6f3b193347
|
7
|
+
data.tar.gz: ba1840494618a8efb1192e4742094e1cf40d168f838d701a1a2b39c7168d77495aca2361c4d910553d699d23ef5ba2029cd3aaae04d849d7bf5f18009c34530e
|
@@ -0,0 +1,110 @@
|
|
1
|
+
kits:
|
2
|
+
- avatars:
|
3
|
+
- avatar
|
4
|
+
- avatar_action_button
|
5
|
+
- multiple_users
|
6
|
+
- multiple_users_stacked
|
7
|
+
- user
|
8
|
+
- background
|
9
|
+
- bread_crumbs
|
10
|
+
- buttons:
|
11
|
+
- button
|
12
|
+
- button_toolbar
|
13
|
+
- circle_icon_button
|
14
|
+
- card
|
15
|
+
- collapsible
|
16
|
+
- charts_and_graphs:
|
17
|
+
- bar_graph
|
18
|
+
- circle_chart
|
19
|
+
- distribution_bar
|
20
|
+
- gauge
|
21
|
+
- legend
|
22
|
+
- line_graph
|
23
|
+
- treemap_chart
|
24
|
+
- dialog
|
25
|
+
- filter
|
26
|
+
- fixed_confirmation_toast
|
27
|
+
- forms:
|
28
|
+
- checkbox
|
29
|
+
- date_picker
|
30
|
+
- file_upload
|
31
|
+
- form
|
32
|
+
- form_group
|
33
|
+
- form_pill
|
34
|
+
- passphrase
|
35
|
+
- phone_number_input
|
36
|
+
- radio
|
37
|
+
- rich_text_editor
|
38
|
+
- select
|
39
|
+
- selectable_card
|
40
|
+
- selectable_card_icon
|
41
|
+
- selectable_icon
|
42
|
+
- selectable_list
|
43
|
+
- text_input
|
44
|
+
- textarea
|
45
|
+
- toggle
|
46
|
+
- typeahead
|
47
|
+
- highlight
|
48
|
+
- icon
|
49
|
+
- icon_circle
|
50
|
+
- icon_stat_value
|
51
|
+
- icon_value
|
52
|
+
- image
|
53
|
+
- layouts:
|
54
|
+
- flex
|
55
|
+
- layout
|
56
|
+
- lightbox
|
57
|
+
- list
|
58
|
+
- loading_inline
|
59
|
+
- map
|
60
|
+
- multi_level_select
|
61
|
+
- nav
|
62
|
+
- tags:
|
63
|
+
- badge
|
64
|
+
- hashtag
|
65
|
+
- pill
|
66
|
+
- pagination
|
67
|
+
- popover
|
68
|
+
- progress:
|
69
|
+
- progress_pills
|
70
|
+
- progress_simple
|
71
|
+
- progress_step
|
72
|
+
- section_separator
|
73
|
+
- star_rating
|
74
|
+
- table
|
75
|
+
- timeline
|
76
|
+
- time_and_date:
|
77
|
+
- date
|
78
|
+
- date_range_inline
|
79
|
+
- date_range_stacked
|
80
|
+
- date_stacked
|
81
|
+
- date_time
|
82
|
+
- date_time_stacked
|
83
|
+
- date_year_stacked
|
84
|
+
- time
|
85
|
+
- time_range_inline
|
86
|
+
- time_stacked
|
87
|
+
- timestamp
|
88
|
+
- weekday_stacked
|
89
|
+
- tooltip
|
90
|
+
- typography:
|
91
|
+
- body
|
92
|
+
- caption
|
93
|
+
- title
|
94
|
+
- typography_patterns:
|
95
|
+
- contact
|
96
|
+
- currency
|
97
|
+
- dashboard_value
|
98
|
+
- home_address_street
|
99
|
+
- label_pill
|
100
|
+
- label_value
|
101
|
+
- message
|
102
|
+
- person
|
103
|
+
- person_contact
|
104
|
+
- source
|
105
|
+
- stat_change
|
106
|
+
- stat_value
|
107
|
+
- title_count
|
108
|
+
- title_detail
|
109
|
+
- user_badge
|
110
|
+
- walkthrough
|
@@ -45,7 +45,7 @@ module Playbook
|
|
45
45
|
|
46
46
|
# rubocop:disable Naming/AccessorMethodName
|
47
47
|
def get_kits
|
48
|
-
menu =
|
48
|
+
menu = YAML.load_file(Playbook::Engine.root.join("app/pb_kits/playbook/data/menu.yml"))
|
49
49
|
menu["kits"]
|
50
50
|
end
|
51
51
|
# rubocop:enable Naming/AccessorMethodName
|
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 12.7.1.pre.alpha.
|
4
|
+
version: 12.7.1.pre.alpha.rubyandnpmalpharelease291
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
8
8
|
- Power Devs
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-03-
|
12
|
+
date: 2023-03-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -294,6 +294,7 @@ files:
|
|
294
294
|
- Rakefile
|
295
295
|
- app/pb_kits/playbook/_playbook.scss
|
296
296
|
- app/pb_kits/playbook/_reset.scss
|
297
|
+
- app/pb_kits/playbook/data/menu.yml
|
297
298
|
- app/pb_kits/playbook/index.js
|
298
299
|
- app/pb_kits/playbook/pb_avatar/_avatar.scss
|
299
300
|
- app/pb_kits/playbook/pb_avatar/_avatar.tsx
|
@@ -2436,7 +2437,7 @@ homepage: http://playbook.powerapp.cloud
|
|
2436
2437
|
licenses:
|
2437
2438
|
- ISC
|
2438
2439
|
metadata: {}
|
2439
|
-
post_install_message:
|
2440
|
+
post_install_message:
|
2440
2441
|
rdoc_options: []
|
2441
2442
|
require_paths:
|
2442
2443
|
- lib
|
@@ -2452,7 +2453,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2452
2453
|
version: 1.3.1
|
2453
2454
|
requirements: []
|
2454
2455
|
rubygems_version: 3.3.7
|
2455
|
-
signing_key:
|
2456
|
+
signing_key:
|
2456
2457
|
specification_version: 4
|
2457
2458
|
summary: Playbook Design System
|
2458
2459
|
test_files: []
|