playbook_ui_docs 14.3.0.pre.rc.6 → 14.3.0.pre.rc.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5726d47f9a142ef99c742239dfe6323cc38815486f61924ec3bb623c64765cb
4
- data.tar.gz: 2f75e864c9919b2017b10291fcb43ea1ccfb7de5b6dfefb8a37929906c8d197a
3
+ metadata.gz: 4d5afa15406cf1da34aa01f2c51b20950c6859674c38411ead0d3e2bfbad3c96
4
+ data.tar.gz: a3327ad81df9ba437e1a2a8411e7d92054272c81f90aae88a2fb5f497d95317c
5
5
  SHA512:
6
- metadata.gz: a462ac1f0b43c6226f84a5244774a9b218eb379c070196efaeb53e07828962c65591cb09e28c0f0ed5c0bfbe197350dc5f3c9d9342898456eed4d1be06e1c7ad
7
- data.tar.gz: 1b5d8e45af19b1d5ed8e5135c8dc989ea5f4cf42ded525545d14be3fd88c893b183d19861f9c18f27d23a3c8b197f11c8db0a65fb2e6f4eda1ae9748ed2495b1
6
+ metadata.gz: d3de8cd6dae73412a3a536e3ce1b5c8117cabadd6fda1133bc2617637d8843815fbc7b3cad3d6167fadef1764aef8672318f28d4ba0fd124311c6b9596c93a67
7
+ data.tar.gz: 228172434abc8e90a332dd4b7149f6bece824a86f0c0d235d3dc2e01ac714684ead9f2e1ba7b432591fe133e6435bf40f49438ae2e30f91cba0c6f4479ed3643
@@ -0,0 +1,13 @@
1
+ <%= pb_rails("button", props: { text: "Open Dialog", data: {"open-dialog": "dialog-loading"} }) %>
2
+
3
+ <%= pb_rails("dialog", props: {
4
+ id:"dialog-loading",
5
+ size: "sm",
6
+ title: "Loading Exmaple",
7
+ text: "Make a loading request?",
8
+ cancel_button: "Cancel Button",
9
+ cancel_button_id: "cancel-button-loading",
10
+ confirm_button: "Okay",
11
+ confirm_button_id: "confirm-button-loading",
12
+ loading: true,
13
+ }) %>
@@ -0,0 +1,3 @@
1
+ Pressing the "Okay" button will trigger a loading state where the button content is replaced by a spinner icon and both buttons are disabled.
2
+
3
+ Currently, the loading state cannot be undone and will require a page refresh to reset the dialog.
@@ -10,6 +10,7 @@ examples:
10
10
  - dialog_stacked_alert: Stacked Button Alert
11
11
  - dialog_full_height: Full Height
12
12
  - dialog_full_height_placement: Full Height Placement
13
+ - dialog_loading: Loading
13
14
 
14
15
 
15
16
  react:
@@ -0,0 +1 @@
1
+ <%= pb_rails("star_rating", props: { default_value: "2", padding_bottom: "xs", variant: "interactive" }) %>
@@ -7,6 +7,7 @@ examples:
7
7
  - star_rating_number_config: Number Config
8
8
  - star_rating_size_options: Size Options
9
9
  - star_rating_interactive: Interactive
10
+ - star_rating_default_value: Default Value
10
11
 
11
12
  react:
12
13
  - star_rating_default: Default