playbook_ui_docs 16.4.0.pre.alpha.PLAY2846reactadvancedtablecalcheaderpinnedrows15356 → 16.4.0.pre.alpha.PLAY2863railsselectlabelsfor15352

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: 3026c5233df2384f10b391571f568a131a007e0e78d21616e95a5ac4f1945eb7
4
- data.tar.gz: 0a50a88af3c3b9c87dfcf50727bc1c18cb5009cbf1b3a704cd1be59a75d6aa7c
3
+ metadata.gz: d37aefc65fafa584a07ed24b0053b74bafd1c53b58ce9466b34f2aad96f47416
4
+ data.tar.gz: abd8040876ce16f4905aa6668cda18880890a2d9d5805b78f271b22e033698a5
5
5
  SHA512:
6
- metadata.gz: eb6c8ae67d6b638e8d168fde7972e719df60ea5bdfb6059119a70c49bb8aafd7fa1fc94e060d04bae8abf5194a853b4cdf030af1bf5dd244d595a327258434d2
7
- data.tar.gz: b895c084767ae70729d4168d6fe2bebd9ec69738399272b3f31052f13e706c9beb31d85869c2803755febbed66bd411d29d18118c7e1c7256e8538e105e78c0f
6
+ metadata.gz: 22f67e97cb4cf9c81f22b4dc9ebe5c34ab3709aaeb6a7beae5ffab1a31245d712e50ad1e929ffe2dbe386830d9cb9590405225fdad081e867ae31c0ae363cb7c
7
+ data.tar.gz: 7cb135035f4c2b8286bf7f27cbd41600686b0e0468c6e4843f04999273291b2d9af7ac8311d17ab438d8c727196c28bced05f0f5cc72712fee3c9b7931f6413c
@@ -1,4 +1,5 @@
1
1
  <%= pb_rails("select", props: {
2
+ id: "select-food-attributes",
2
3
  attributes: {
3
4
  data: { options: "data_attribute" },
4
5
  },
@@ -1,4 +1,5 @@
1
1
  <%= pb_rails("select", props: {
2
+ id: "select-location",
2
3
  label: "Where do you live",
3
4
  name: "location",
4
5
  blank_selection: "Select One...",
@@ -1,4 +1,4 @@
1
- <%= pb_rails("select", props: { label: "Favorite Holiday" }) do %>
1
+ <%= pb_rails("select", props: { id: "holiday", label: "Favorite Holiday" }) do %>
2
2
  <select name="holiday" id="holiday">
3
3
  <option value="1">Christmas</option>
4
4
  <option value="2">Thanksgiving</option>
@@ -1,4 +1,4 @@
1
- <%= pb_rails("select", props: { label: "Favorite Animal" }) do %>
1
+ <%= pb_rails("select", props: { id: "animal", label: "Favorite Animal" }) do %>
2
2
  <select name="animal" id="animal">
3
3
  <optgroup label="Mammal">
4
4
  <option value="1">Cat</option>
@@ -1,4 +1,5 @@
1
1
  <%= pb_rails("select", props: {
2
+ id: "select-favorite-food",
2
3
  label: "Favorite Food",
3
4
  name: "food",
4
5
  options: [
@@ -1,4 +1,5 @@
1
1
  <%= pb_rails("select", props: {
2
+ id: "select-dessert-disabled",
2
3
  label: "Favorite Dessert",
3
4
  disabled: true,
4
5
  name: "dessert",
@@ -1,4 +1,5 @@
1
1
  <%= pb_rails("select", props: {
2
+ id: "select-coffee",
2
3
  label: "Favorite Coffee",
3
4
  name: "coffee",
4
5
  options: [
@@ -1,5 +1,6 @@
1
1
  <%= pb_rails("select", props: {
2
2
  error: raw(pb_rails("icon", props: { icon: "warning" }) + " Please make a valid selection"),
3
+ id: "select-food-error",
3
4
  label: "Favorite Food",
4
5
  name: "food",
5
6
  options: [
@@ -1,4 +1,5 @@
1
1
  <%= pb_rails("select", props: {
2
+ id: "select-food-inline",
2
3
  label: "Favorite Food",
3
4
  name: "food",
4
5
  inline: true,
@@ -1,4 +1,5 @@
1
1
  <%= pb_rails("select", props: {
2
+ id: "select-food-inline-compact",
2
3
  label: "Favorite Food",
3
4
  name: "food",
4
5
  inline: true,
@@ -1,4 +1,5 @@
1
1
  <%= pb_rails("select", props: {
2
+ id: "select-food-inline-arrow",
2
3
  label: "Favorite Food",
3
4
  name: "food",
4
5
  inline: true,
@@ -1,4 +1,5 @@
1
1
  <%= pb_rails("select", props: {
2
+ id: "select-food-multiple",
2
3
  label: "Favorite Food",
3
4
  name: "food",
4
5
  multiple: true,
@@ -1,4 +1,5 @@
1
1
  <%= pb_rails("select", props: {
2
+ id: "select-shoe-required",
2
3
  label: "Which shoe do you tie first?",
3
4
  required: true,
4
5
  name: "shoe",
@@ -1,4 +1,5 @@
1
1
  <%= pb_rails("select", props: {
2
+ id: "select-snacks-required-indicator",
2
3
  label: "Favorite Snacks",
3
4
  name: "food",
4
5
  required_indicator: true,
@@ -1,4 +1,5 @@
1
1
  <%= pb_rails("select", props: {
2
+ id: "select-sport",
2
3
  label: "Favorite Sport",
3
4
  name: "sports",
4
5
  options: [
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: 16.4.0.pre.alpha.PLAY2846reactadvancedtablecalcheaderpinnedrows15356
4
+ version: 16.4.0.pre.alpha.PLAY2863railsselectlabelsfor15352
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX