playbook_ui_docs 12.38.0.pre.alpha.PLAYaddingdatapropselectkit1080 → 12.38.0.pre.alpha.audiencesalpha1083

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: 54f93b1b49eab6f7e0605d8c149b771e3874440bab7a76b0fa2493fccf4b6f88
4
- data.tar.gz: 3dcb1459e5a5aebe2f1f8085eb9bf7e985ec64a8f8761ae483d1f9ddf3afb5fa
3
+ metadata.gz: 5f5c467ef0043814a8d3b591a20a57c667c73fe395060a8fe90299596f73021a
4
+ data.tar.gz: 65e1517d17102b17a9cb7af2f87fafb75e556ef0b21a9e6f5532816d1c9c43ef
5
5
  SHA512:
6
- metadata.gz: 5496c54390fa165a42429d7b82ec757e46893a0c7272ae0297fabae5c53f7b88b2865858d74c627bd9252ed88a973eb72c9fb890660ea90f6728cbbc974fde0d
7
- data.tar.gz: af74a2a8f8beafbf17e0c543c9be5e88813ffcf14245093fe67b54ddbe3922ec687e2aeb761ee5071999216897c9b15350f1318f1ed9319667f757344ebb1f77
6
+ metadata.gz: 45e467c6779b52b17bb0705aa3dc64b46c5c56e473889664faf674969af52e92614b7fd11792532c64a4fa39faa8d34bef1b3b319cdca02d18552e1e57e04491
7
+ data.tar.gz: 1fddca501f33dbd44633ea04892f6276f7ea06f11416cd39f444f33c881c1d5936f3332a1ab4bd3a944d86377d94a1f50601bc3da777b42ae7b9cafd707889c3
@@ -11,7 +11,6 @@ examples:
11
11
  - select_error: Select w/ Error
12
12
  - select_inline: Select Inline
13
13
  - select_inline_compact: Select Inline Compact
14
- - select_attributes: Select W/ Attributes
15
14
 
16
15
 
17
16
 
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: 12.38.0.pre.alpha.PLAYaddingdatapropselectkit1080
4
+ version: 12.38.0.pre.alpha.audiencesalpha1083
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -1131,8 +1131,6 @@ files:
1131
1131
  - app/pb_kits/playbook/pb_section_separator/docs/index.js
1132
1132
  - app/pb_kits/playbook/pb_select/docs/_description.md
1133
1133
  - app/pb_kits/playbook/pb_select/docs/_footer.md
1134
- - app/pb_kits/playbook/pb_select/docs/_select_attributes.html.erb
1135
- - app/pb_kits/playbook/pb_select/docs/_select_attributes.md
1136
1134
  - app/pb_kits/playbook/pb_select/docs/_select_blank.html.erb
1137
1135
  - app/pb_kits/playbook/pb_select/docs/_select_blank.jsx
1138
1136
  - app/pb_kits/playbook/pb_select/docs/_select_custom_select.html.erb
@@ -1,26 +0,0 @@
1
- <%= pb_rails("select", props: {
2
- attributes: {
3
- data: { options: "data_attribute" },
4
- },
5
- label: "Favorite Food",
6
- name: "food",
7
- options: [
8
- {
9
- value: "1",
10
- value_text: "Burgers",
11
- },
12
- {
13
- value: "2",
14
- selected: true,
15
- value_text: "Pizza",
16
- },
17
- {
18
- value: "3",
19
- value_text: "Tacos",
20
- },
21
- {
22
- value: "4",
23
- value_text: "BBQ",
24
- },
25
- ]
26
- }) %>
@@ -1 +0,0 @@
1
- Inspect the element and notice the data-attribute being added to the `<select>` element