playbook_ui_docs 14.21.1.pre.alpha.PLAY2163roundedbottomcornersrails8143 → 14.21.1.pre.alpha.renovatenpmtrixvulnerability8148

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: 5d7505b2431002968061635b44ec2df220bfef13ed1b230497340ef93b51cc3b
4
- data.tar.gz: b73de1fcaa936c8a58e9fff58f4e36e1688a568f21107424762ecb5838fe2d3a
3
+ metadata.gz: d26399129064aa75526d5b4b872f333faf2bbe2ee2e0fac402ea263ce943627e
4
+ data.tar.gz: fdaac7830514985bbf14036eb7c62772bdcaa9980080a65f88b72baa3ec8053b
5
5
  SHA512:
6
- metadata.gz: 68861ca11335cb1b0027cd99207f4f41d8d3ddfcdb3d47d20464a15cb9482a350b7caaf722c575c39145ed12f112ac6dda721277a04e89a5372ab5cbe3c448e7
7
- data.tar.gz: b0b8ac9b30a88afa090c5912193095d28f13894de404614be1f6bdddf18bbfc6b45b529e3779a0e55809e0521d218d08d53be4b48c95f96535776d1f0756858f
6
+ metadata.gz: 940e743410c4673d68f09f0c0ac26a9d7795a08d44c1d723f7baf9d6f4bb88cae2adeb06396cf35e204a9d8fe138e7cd46d3c8c051a4706fb8edec32c7d2f96d
7
+ data.tar.gz: fa3c8911cc8615c394ea6ba56981cd0442b9fc8bcaf93dc3928812cc34751da0c410f7ce754956a9d1d194893ef2f6d2871041972519888c010c38dd43caf775
@@ -51,7 +51,7 @@
51
51
  ]
52
52
  %>
53
53
 
54
- <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions, id: "advanced_table_sorting" }) do %>
54
+ <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions }) do %>
55
55
  <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
56
56
  <%= pb_rails("advanced_table/table_body", props: { id: "beta_sort", table_data: @table_data, column_definitions: column_definitions, enable_toggle_expansion: "all" }) %>
57
57
  <% end %>
@@ -34,7 +34,7 @@
34
34
  subrow_headers = ["Quarter", "Month", "Day"]
35
35
  %>
36
36
 
37
- <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions, id: "subrow_headers" }) do %>
37
+ <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions }) do %>
38
38
  <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
39
39
  <%= pb_rails("advanced_table/table_body", props: { id: "test_table", table_data: @table_data, column_definitions: column_definitions, subrow_headers: subrow_headers, enable_toggle_expansion: "all" }) %>
40
40
  <% end %>
@@ -55,4 +55,4 @@
55
55
  },
56
56
  ] %>
57
57
 
58
- <%= pb_rails("advanced_table", props: { id: "beta_table_with_color_headers", table_data: @table_data, column_definitions: column_definitions, column_group_border_color: "text_lt_default", table_props: { vertical_border: true } }) %>
58
+ <%= pb_rails("advanced_table", props: { id: "beta_table_with_muilti_headers", table_data: @table_data, column_definitions: column_definitions, column_group_border_color: "text_lt_default", table_props: { vertical_border: true } }) %>
@@ -30,4 +30,4 @@
30
30
  }
31
31
  ] %>
32
32
 
33
- <%= pb_rails("advanced_table", props: { id: "loading_table", table_data: @table_data, column_definitions: column_definitions, loading: true }) %>
33
+ <%= pb_rails("advanced_table", props: { id: "beta_table", table_data: @table_data, column_definitions: column_definitions, loading: true }) %>
@@ -30,4 +30,4 @@
30
30
  }
31
31
  ] %>
32
32
 
33
- <%= pb_rails("advanced_table", props: { id: "table_props_sticky_table", table_data: @table_data, column_definitions: column_definitions, max_height: "xs", table_props: { sticky: true }}) %>
33
+ <%= pb_rails("advanced_table", props: { id: "table_props_table", table_data: @table_data, column_definitions: column_definitions, max_height: "xs", table_props: { sticky: true }}) %>
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: 14.21.1.pre.alpha.PLAY2163roundedbottomcornersrails8143
4
+ version: 14.21.1.pre.alpha.renovatenpmtrixvulnerability8148
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX