playbook_ui_docs 12.37.0.pre.alpha.PLAYaddingdatapropselectkit1071 → 12.37.0.pre.alpha.svgiconmethods1064

Sign up to get free protection for your applications and to get access to all the features.
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.37.0.pre.alpha.PLAYaddingdatapropselectkit1071
4
+ version: 12.37.0.pre.alpha.svgiconmethods1064
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: 2023-08-15 00:00:00.000000000 Z
12
+ date: 2023-08-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -692,6 +692,7 @@ files:
692
692
  - app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
693
693
  - app/pb_kits/playbook/pb_icon/docs/_icon_sizes.html.erb
694
694
  - app/pb_kits/playbook/pb_icon/docs/_icon_sizes.jsx
695
+ - app/pb_kits/playbook/pb_icon/docs/_icon_svg.html.erb
695
696
  - app/pb_kits/playbook/pb_icon/docs/example.yml
696
697
  - app/pb_kits/playbook/pb_icon/docs/index.js
697
698
  - app/pb_kits/playbook/pb_icon_circle/docs/_description.md
@@ -1135,8 +1136,6 @@ files:
1135
1136
  - app/pb_kits/playbook/pb_select/docs/_select_blank.jsx
1136
1137
  - app/pb_kits/playbook/pb_select/docs/_select_custom_select.html.erb
1137
1138
  - app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
1138
- - app/pb_kits/playbook/pb_select/docs/_select_data_attributes.html.erb
1139
- - app/pb_kits/playbook/pb_select/docs/_select_data_attributes.md
1140
1139
  - app/pb_kits/playbook/pb_select/docs/_select_default.html.erb
1141
1140
  - app/pb_kits/playbook/pb_select/docs/_select_default.jsx
1142
1141
  - app/pb_kits/playbook/pb_select/docs/_select_disabled.html.erb
@@ -1,24 +0,0 @@
1
- <%= pb_rails("select", props: {
2
- data: { options: "data_attribute" },
3
- label: "Favorite Food",
4
- name: "food",
5
- options: [
6
- {
7
- value: "1",
8
- value_text: "Burgers",
9
- },
10
- {
11
- value: "2",
12
- selected: true,
13
- value_text: "Pizza",
14
- },
15
- {
16
- value: "3",
17
- value_text: "Tacos",
18
- },
19
- {
20
- value: "4",
21
- value_text: "BBQ",
22
- },
23
- ]
24
- }) %>
@@ -1 +0,0 @@
1
- Inspect the element and notice the data-attribute being added to the `<select>` element