playbook_ui_docs 13.26.0.pre.alpha.PBNTR291Dropdownrailsv22840 β†’ 13.26.0.pre.alpha.jasoncypretpatch12816

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.26.0.pre.alpha.PBNTR291Dropdownrailsv22840
4
+ version: 13.26.0.pre.alpha.jasoncypretpatch12816
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-05-06 00:00:00.000000000 Z
12
+ date: 2024-05-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -602,31 +602,24 @@ files:
602
602
  - app/pb_kits/playbook/pb_distribution_bar/docs/_distribution_bar_default.jsx
603
603
  - app/pb_kits/playbook/pb_distribution_bar/docs/example.yml
604
604
  - app/pb_kits/playbook/pb_distribution_bar/docs/index.js
605
- - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.html.erb
606
605
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.jsx
607
606
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.md
608
- - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.html.erb
609
607
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
610
608
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.md
611
609
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.jsx
612
610
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.md
613
611
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_and_custom_display.jsx
614
612
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_and_custom_display.md
615
- - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.html.erb
616
613
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.jsx
617
614
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.md
618
- - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.html.erb
619
615
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.jsx
620
616
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.md
621
- - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.html.erb
622
617
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.jsx
623
618
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.md
624
- - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.html.erb
625
619
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.jsx
626
620
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.md
627
621
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_external_control.jsx
628
622
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_hook.jsx
629
- - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.html.erb
630
623
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.jsx
631
624
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.md
632
625
  - app/pb_kits/playbook/pb_dropdown/docs/example.yml
@@ -1,10 +0,0 @@
1
- <%
2
- options = [
3
- { label: 'United States', value: 'United States', id: 'us' },
4
- { label: 'Canada', value: 'Canada', id: 'ca' },
5
- { label: 'Pakistan', value: 'Pakistan', id: 'pk' },
6
- ]
7
-
8
- %>
9
-
10
- <%= pb_rails("dropdown", props: {options: options}) %>
@@ -1,17 +0,0 @@
1
- <%
2
- options = [
3
- { label: 'United States', value: 'United States', id: 'us' },
4
- { label: 'Canada', value: 'Canada', id: 'ca' },
5
- { label: 'Pakistan', value: 'Pakistan', id: 'pk' },
6
- ]
7
-
8
- %>
9
-
10
- <%= pb_rails("dropdown", props: {options: options}) do %>
11
- <%= pb_rails("dropdown/dropdown_trigger") %>
12
- <%= pb_rails("dropdown/dropdown_container") do %>
13
- <% options.each do |option| %>
14
- <%= pb_rails("dropdown/dropdown_option", props: {option: option}) %>
15
- <% end %>
16
- <% end %>
17
- <% end %>
@@ -1,60 +0,0 @@
1
- <%
2
- options = [
3
- {
4
- label: "Jasper Furniss",
5
- value: "Jasper Furniss",
6
- territory: "PHL",
7
- title: "Senior UX Engineer",
8
- id: "jasper-furniss",
9
- status: "Offline"
10
- },
11
- {
12
- label: "Ramon Ruiz",
13
- value: "Ramon Ruiz",
14
- territory: "PHL",
15
- title: "Senior UX Designer",
16
- id: "ramon-ruiz",
17
- status: "Away"
18
- },
19
- {
20
- label: "Jason Cypret",
21
- value: "Jason Cypret",
22
- territory: "PHL",
23
- title: "VP of User Experience",
24
- id: "jason-cypret",
25
- status: "Online"
26
- },
27
- {
28
- label: "Courtney Long",
29
- value: "Courtney Long",
30
- territory: "PHL",
31
- title: "UX Design Mentor",
32
- id: "courtney-long",
33
- status: "Online"
34
- }
35
- ]
36
-
37
- %>
38
-
39
- <%
40
- custom_display = capture do
41
- pb_rails("avatar", props: { name: "Courtney Long", size: "xs" })
42
- end
43
- %>
44
-
45
-
46
- <%= pb_rails("dropdown", props: {options: options}) do %>
47
- <%= pb_rails("dropdown/dropdown_trigger", props: {placeholder: "Select a User", custom_display: custom_display}) %>
48
- <%= pb_rails("dropdown/dropdown_container") do %>
49
- <% options.each do |option| %>
50
- <%= pb_rails("dropdown/dropdown_option", props: {option: option}) do %>
51
- <%= pb_rails("flex/flex_item") do %>
52
- <%= pb_rails("user", props: {name: option[:label], align:"left", avatar: true, orientation:"horizontal", territory:option[:territory], title: option[:title]}) %>
53
- <% end %>
54
- <%= pb_rails("flex/flex_item") do %>
55
- <%= pb_rails("badge", props: {rounded: true, dark: true, text: option[:status], variant: option[:status] == "Offline" ? "neutral" : option[:status] == "Online" ? "success" : "warning" }) %>
56
- <% end %>
57
- <% end %>
58
- <% end %>
59
- <% end %>
60
- <% end %>
@@ -1,45 +0,0 @@
1
- <%
2
- options = [
3
- {
4
- label: "United States",
5
- value: "United States",
6
- areaCode: "+1",
7
- icon: "πŸ‡ΊπŸ‡Έ",
8
- id: "us"
9
- },
10
- {
11
- label: "Canada",
12
- value: "Canada",
13
- areaCode: "+1",
14
- icon: "πŸ‡¨πŸ‡¦",
15
- id: "ca"
16
- },
17
- {
18
- label: "Pakistan",
19
- value: "Pakistan",
20
- areaCode: "+92",
21
- icon: "πŸ‡΅πŸ‡°",
22
- id: "pk"
23
- }
24
- ]
25
-
26
- %>
27
-
28
- <%= pb_rails("dropdown", props: {options: options}) do %>
29
- <%= pb_rails("dropdown/dropdown_trigger") %>
30
- <%= pb_rails("dropdown/dropdown_container") do %>
31
- <% options.each do |option| %>
32
- <%= pb_rails("dropdown/dropdown_option", props: {option: option}) do %>
33
- <%= pb_rails("flex/flex_item") do %>
34
- <%= pb_rails("flex") do %>
35
- <%= pb_rails("icon", props: {icon: option[:icon]}) %>
36
- <%= pb_rails("body", props: {text: option[:label], padding_left:"xs"}) %>
37
- <% end %>
38
- <% end %>
39
- <%= pb_rails("flex/flex_item") do %>
40
- <%= pb_rails("body", props: {color:"light", text: option[:areaCode]}) %>
41
- <% end %>
42
- <% end %>
43
- <% end %>
44
- <% end %>
45
- <% end %>
@@ -1,17 +0,0 @@
1
- <%
2
- options = [
3
- { label: 'United States', value: 'United States', id: 'us' },
4
- { label: 'Canada', value: 'Canada', id: 'ca' },
5
- { label: 'Pakistan', value: 'Pakistan', id: 'pk' },
6
- ]
7
-
8
- %>
9
-
10
- <%= pb_rails("dropdown", props: {options: options}) do %>
11
- <%= pb_rails("dropdown/dropdown_trigger") %>
12
- <%= pb_rails("dropdown/dropdown_container") do %>
13
- <% options.each do |option| %>
14
- <%= pb_rails("dropdown/dropdown_option", props: {option: option, padding:"sm"}) %>
15
- <% end %>
16
- <% end %>
17
- <% end %>
@@ -1,47 +0,0 @@
1
- <%
2
- options = [
3
- {
4
- label: "United States",
5
- value: "United States",
6
- areaCode: "+1",
7
- icon: "πŸ‡ΊπŸ‡Έ",
8
- id: "us"
9
- },
10
- {
11
- label: "Canada",
12
- value: "Canada",
13
- areaCode: "+1",
14
- icon: "πŸ‡¨πŸ‡¦",
15
- id: "ca"
16
- },
17
- {
18
- label: "Pakistan",
19
- value: "Pakistan",
20
- areaCode: "+92",
21
- icon: "πŸ‡΅πŸ‡°",
22
- id: "pk"
23
- }
24
- ]
25
-
26
- %>
27
-
28
- <%= pb_rails("dropdown", props: {options: options}) do %>
29
- <%= pb_rails("dropdown/dropdown_trigger") do %>
30
- <%= pb_rails("icon_circle", props: {icon:"flag", cursor: "pointer", variant:"royal"}) %>
31
- <% end %>
32
- <%= pb_rails("dropdown/dropdown_container", props:{max_width:"xs"}) do %>
33
- <% options.each do |option| %>
34
- <%= pb_rails("dropdown/dropdown_option", props: {option: option}) do %>
35
- <%= pb_rails("flex/flex_item") do %>
36
- <%= pb_rails("flex") do %>
37
- <%= pb_rails("icon", props: {icon: option[:icon]}) %>
38
- <%= pb_rails("body", props: {text: option[:label], padding_left:"xs"}) %>
39
- <% end %>
40
- <% end %>
41
- <%= pb_rails("flex/flex_item") do %>
42
- <%= pb_rails("body", props: {color:"light", text: option[:areaCode]}) %>
43
- <% end %>
44
- <% end %>
45
- <% end %>
46
- <% end %>
47
- <% end %>
@@ -1,10 +0,0 @@
1
- <%
2
- options = [
3
- { label: 'United States', value: 'United States', id: 'us' },
4
- { label: 'Canada', value: 'Canada', id: 'ca' },
5
- { label: 'Pakistan', value: 'Pakistan', id: 'pk' },
6
- ]
7
-
8
- %>
9
-
10
- <%= pb_rails("dropdown", props: {options: options, label: "Select a Country"}) %>