playbook_ui_docs 14.0.0.pre.alpha.PBNTR415starratingform3493 → 14.0.0.pre.alpha.PBNTR416formpillsizes3521

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: bee71addec75cd589c8963bcf18a0ae950a561017173ecd494d544baaa3b2c36
4
- data.tar.gz: b67272c58c284624ece82723bd4ad30f5f33c9759963d36c720a57a09067e7cf
3
+ metadata.gz: 7845bff819c28b823bcfdf22f1da6abbf567108b23c17151714c984a29216178
4
+ data.tar.gz: 34c1eeb4654fcff35a886c37344efbb30a834327cbf967926412bde130135c69
5
5
  SHA512:
6
- metadata.gz: 16610b5199feaab81a89247221b7d47c3bfd302e94e61269b9e6bfc65efdf10ebaf143fd9302511b38385adf31dde881a54609b1f8fcedec8664b9d543c74031
7
- data.tar.gz: e364d04a9cbe6ed7959b483a224ec669cae7c8ba1ebc5370fc0c089436e901d81038e14b1cc473675d7179c1bcfd41cdbeec93cf22ba6174ca6bf5a5720f681c
6
+ metadata.gz: b986159921594e527272cca00db617e5c5515bc175c4ef2ee49ecdd26e0cebd8fe7ca41b564545d5ac1a1e90ae174d090f6e28b5bd081633f07bcd849a5e1f8d
7
+ data.tar.gz: 81f97d475092102bf300a60a77a013ca8538ddafdca4c06818577cf3396ce04b93e56e990755f4a37e04b1b27280ae58a51adb8745bd1eda0d57ca8fd00832f1
@@ -35,7 +35,6 @@
35
35
  <%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true, blank_selection: "Select One...", required: true } %>
36
36
  <%= form.check_box :example_checkbox, props: { text: "Example Checkbox", label: true, required: true } %>
37
37
  <%= form.date_picker :example_date_picker_2, props: { label: true, required: true } %>
38
- <%= form.star_rating_field :example_star_rating, props: { variant: "interactive", label: true, required: true } %>
39
38
 
40
39
  <%= form.actions do |action| %>
41
40
  <%= action.submit %>
@@ -5,11 +5,11 @@ examples:
5
5
  - form_pill_size: Form Pill Size
6
6
  - form_pill_tag: Form Pill Tag
7
7
  - form_pill_example: Example
8
- # - form_pill_icon: Form Pill Icon
8
+ - form_pill_icon: Form Pill Icon
9
9
 
10
10
  react:
11
11
  - form_pill_user: Form Pill User
12
12
  - form_pill_size: Form Pill Size
13
13
  - form_pill_tag: Form Pill Tag
14
14
  - form_pill_example: Example
15
- # - form_pill_icon: Form Pill Icon
15
+ - form_pill_icon: Form Pill Icon