playbook_ui_docs 14.1.0 → 14.3.0.pre.rc.0
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 +4 -4
- data/app/pb_kits/playbook/pb_badge/docs/_badge_notification.html.erb +13 -0
- data/app/pb_kits/playbook/pb_badge/docs/_badge_notification.jsx +31 -12
- data/app/pb_kits/playbook/pb_dialog/docs/_dialog_default.jsx +1 -5
- data/app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.jsx +46 -0
- data/app/pb_kits/playbook/pb_dialog/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_dialog/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -0
- data/app/pb_kits/playbook/pb_form_pill/docs/example.yml +2 -2
- data/app/pb_kits/playbook/pb_gantt_chart/docs/_gantt_chart_default.jsx +53 -0
- data/app/pb_kits/playbook/pb_gantt_chart/docs/example.yml +7 -0
- data/app/pb_kits/playbook/pb_gantt_chart/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_pagination/docs/_pagination_default.jsx +19 -0
- data/app/pb_kits/playbook/pb_pagination/docs/_pagination_default_react.md +1 -0
- data/app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change.jsx +62 -0
- data/app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change_react.md +1 -0
- data/app/pb_kits/playbook/pb_pagination/docs/data.js +23 -0
- data/app/pb_kits/playbook/pb_pagination/docs/example.yml +3 -1
- data/app/pb_kits/playbook/pb_pagination/docs/index.js +2 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_preview.jsx +73 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +2 -1
- data/dist/playbook-doc.js +1 -1
- metadata +17 -6
- /data/app/pb_kits/playbook/pb_pagination/docs/{_pagination_default.md → _pagination_default_rails.md} +0 -0
    
        metadata
    CHANGED
    
    | @@ -1,15 +1,15 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: playbook_ui_docs
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 14. | 
| 4 | 
            +
              version: 14.3.0.pre.rc.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Power UX
         | 
| 8 8 | 
             
            - Power Devs
         | 
| 9 | 
            -
            autorequire:
         | 
| 9 | 
            +
            autorequire: 
         | 
| 10 10 | 
             
            bindir: bin
         | 
| 11 11 | 
             
            cert_chain: []
         | 
| 12 | 
            -
            date: 2024-08- | 
| 12 | 
            +
            date: 2024-08-28 00:00:00.000000000 Z
         | 
| 13 13 | 
             
            dependencies:
         | 
| 14 14 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 15 15 | 
             
              name: playbook_ui
         | 
| @@ -605,6 +605,7 @@ files: | |
| 605 605 | 
             
            - app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.html.erb
         | 
| 606 606 | 
             
            - app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.jsx
         | 
| 607 607 | 
             
            - app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.md
         | 
| 608 | 
            +
            - app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.jsx
         | 
| 608 609 | 
             
            - app/pb_kits/playbook/pb_dialog/docs/_dialog_props_swift.md
         | 
| 609 610 | 
             
            - app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.html.erb
         | 
| 610 611 | 
             
            - app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.jsx
         | 
| @@ -822,6 +823,9 @@ files: | |
| 822 823 | 
             
            - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
         | 
| 823 824 | 
             
            - app/pb_kits/playbook/pb_form_pill/docs/example.yml
         | 
| 824 825 | 
             
            - app/pb_kits/playbook/pb_form_pill/docs/index.js
         | 
| 826 | 
            +
            - app/pb_kits/playbook/pb_gantt_chart/docs/_gantt_chart_default.jsx
         | 
| 827 | 
            +
            - app/pb_kits/playbook/pb_gantt_chart/docs/example.yml
         | 
| 828 | 
            +
            - app/pb_kits/playbook/pb_gantt_chart/docs/index.js
         | 
| 825 829 | 
             
            - app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.html.erb
         | 
| 826 830 | 
             
            - app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx
         | 
| 827 831 | 
             
            - app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.md
         | 
| @@ -1232,8 +1236,14 @@ files: | |
| 1232 1236 | 
             
            - app/pb_kits/playbook/pb_overlay/docs/example.yml
         | 
| 1233 1237 | 
             
            - app/pb_kits/playbook/pb_overlay/docs/index.js
         | 
| 1234 1238 | 
             
            - app/pb_kits/playbook/pb_pagination/docs/_pagination_default.html.erb
         | 
| 1235 | 
            -
            - app/pb_kits/playbook/pb_pagination/docs/_pagination_default. | 
| 1239 | 
            +
            - app/pb_kits/playbook/pb_pagination/docs/_pagination_default.jsx
         | 
| 1240 | 
            +
            - app/pb_kits/playbook/pb_pagination/docs/_pagination_default_rails.md
         | 
| 1241 | 
            +
            - app/pb_kits/playbook/pb_pagination/docs/_pagination_default_react.md
         | 
| 1242 | 
            +
            - app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change.jsx
         | 
| 1243 | 
            +
            - app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change_react.md
         | 
| 1244 | 
            +
            - app/pb_kits/playbook/pb_pagination/docs/data.js
         | 
| 1236 1245 | 
             
            - app/pb_kits/playbook/pb_pagination/docs/example.yml
         | 
| 1246 | 
            +
            - app/pb_kits/playbook/pb_pagination/docs/index.js
         | 
| 1237 1247 | 
             
            - app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.html.erb
         | 
| 1238 1248 | 
             
            - app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.jsx
         | 
| 1239 1249 | 
             
            - app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.md
         | 
| @@ -1395,6 +1405,7 @@ files: | |
| 1395 1405 | 
             
            - app/pb_kits/playbook/pb_rich_text_editor/docs/_description.md
         | 
| 1396 1406 | 
             
            - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_default.jsx
         | 
| 1397 1407 | 
             
            - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_default.md
         | 
| 1408 | 
            +
            - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_preview.jsx
         | 
| 1398 1409 | 
             
            - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.html.erb
         | 
| 1399 1410 | 
             
            - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.jsx
         | 
| 1400 1411 | 
             
            - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.html.erb
         | 
| @@ -1937,7 +1948,7 @@ homepage: https://playbook.powerapp.cloud/ | |
| 1937 1948 | 
             
            licenses:
         | 
| 1938 1949 | 
             
            - ISC
         | 
| 1939 1950 | 
             
            metadata: {}
         | 
| 1940 | 
            -
            post_install_message:
         | 
| 1951 | 
            +
            post_install_message: 
         | 
| 1941 1952 | 
             
            rdoc_options: []
         | 
| 1942 1953 | 
             
            require_paths:
         | 
| 1943 1954 | 
             
            - lib
         | 
| @@ -1953,7 +1964,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 1953 1964 | 
             
                  version: '0'
         | 
| 1954 1965 | 
             
            requirements: []
         | 
| 1955 1966 | 
             
            rubygems_version: 3.5.3
         | 
| 1956 | 
            -
            signing_key:
         | 
| 1967 | 
            +
            signing_key: 
         | 
| 1957 1968 | 
             
            specification_version: 4
         | 
| 1958 1969 | 
             
            summary: Playbook Design System Docs
         | 
| 1959 1970 | 
             
            test_files: []
         | 
| 
            File without changes
         |