playbook_ui 12.16.0 → 12.17.0.pre.alpha.lightboxcurrentPhotoIndex582

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.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_body/_body.scss +10 -0
  3. data/app/pb_kits/playbook/pb_body/docs/_body_styled.html.erb +12 -0
  4. data/app/pb_kits/playbook/pb_body/docs/_body_styled.jsx +14 -2
  5. data/app/pb_kits/playbook/pb_body/docs/_body_styled.md +1 -1
  6. data/app/pb_kits/playbook/pb_body/docs/example.yml +2 -2
  7. data/app/pb_kits/playbook/pb_button/_button_mixins.scss +7 -1
  8. data/app/pb_kits/playbook/pb_card/docs/_card_background.jsx +1 -1
  9. data/app/pb_kits/playbook/pb_date_stacked/_date_stacked.tsx +1 -1
  10. data/app/pb_kits/playbook/pb_docs/kit_api.html.erb +295 -8
  11. data/app/pb_kits/playbook/pb_docs/kit_api.rb +42 -0
  12. data/app/pb_kits/playbook/pb_docs/kit_example.html.erb +17 -0
  13. data/app/pb_kits/playbook/pb_docs/kit_example.rb +18 -1
  14. data/app/pb_kits/playbook/pb_image/docs/{_default_image.tsx → _default_image.jsx} +1 -1
  15. data/app/pb_kits/playbook/pb_lightbox/_lightbox.tsx +8 -0
  16. data/app/pb_kits/playbook/pb_lightbox/docs/_lightbox_current_photo.jsx +121 -0
  17. data/app/pb_kits/playbook/pb_lightbox/docs/_lightbox_current_photo.md +1 -0
  18. data/app/pb_kits/playbook/pb_lightbox/docs/example.yml +1 -0
  19. data/app/pb_kits/playbook/pb_lightbox/docs/index.js +1 -0
  20. data/app/pb_kits/playbook/pb_table/_table.tsx +4 -0
  21. data/app/pb_kits/playbook/pb_table/docs/_table_vertical_border.html.erb +34 -0
  22. data/app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx +48 -0
  23. data/app/pb_kits/playbook/pb_table/docs/example.yml +2 -2
  24. data/app/pb_kits/playbook/pb_table/docs/index.js +1 -0
  25. data/app/pb_kits/playbook/pb_table/styles/_all.scss +1 -0
  26. data/app/pb_kits/playbook/pb_table/styles/_vertical_border.scss +16 -0
  27. data/app/pb_kits/playbook/pb_table/table.rb +7 -1
  28. data/app/pb_kits/playbook/pb_timeline/{_item.jsx → _item.tsx} +10 -12
  29. data/app/pb_kits/playbook/pb_timeline/{_timeline.jsx → _timeline.tsx} +9 -9
  30. data/app/pb_kits/playbook/pb_timeline/timeline.test.js +88 -0
  31. data/app/pb_kits/playbook/utilities/_cursor.scss +36 -36
  32. data/lib/playbook/version.rb +2 -2
  33. metadata +16 -10
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "12.15.0"
5
- VERSION = "12.16.0"
4
+ PREVIOUS_VERSION = "12.17.0"
5
+ VERSION = "12.17.0.pre.alpha.lightboxcurrentPhotoIndex582"
6
6
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.16.0
4
+ version: 12.17.0.pre.alpha.lightboxcurrentPhotoIndex582
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: 2023-04-19 00:00:00.000000000 Z
12
+ date: 2023-04-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -1221,7 +1221,7 @@ files:
1221
1221
  - app/pb_kits/playbook/pb_image/docs/_custom_error_image.html.erb
1222
1222
  - app/pb_kits/playbook/pb_image/docs/_custom_error_image.jsx
1223
1223
  - app/pb_kits/playbook/pb_image/docs/_default_image.html.erb
1224
- - app/pb_kits/playbook/pb_image/docs/_default_image.tsx
1224
+ - app/pb_kits/playbook/pb_image/docs/_default_image.jsx
1225
1225
  - app/pb_kits/playbook/pb_image/docs/_description.md
1226
1226
  - app/pb_kits/playbook/pb_image/docs/_rounded_image.html.erb
1227
1227
  - app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
@@ -1332,6 +1332,8 @@ files:
1332
1332
  - app/pb_kits/playbook/pb_lightbox/docs/_description.md
1333
1333
  - app/pb_kits/playbook/pb_lightbox/docs/_lightbox_compound_component.jsx
1334
1334
  - app/pb_kits/playbook/pb_lightbox/docs/_lightbox_compound_component.md
1335
+ - app/pb_kits/playbook/pb_lightbox/docs/_lightbox_current_photo.jsx
1336
+ - app/pb_kits/playbook/pb_lightbox/docs/_lightbox_current_photo.md
1335
1337
  - app/pb_kits/playbook/pb_lightbox/docs/_lightbox_custom_header.jsx
1336
1338
  - app/pb_kits/playbook/pb_lightbox/docs/_lightbox_custom_header.md
1337
1339
  - app/pb_kits/playbook/pb_lightbox/docs/_lightbox_default.jsx
@@ -1972,6 +1974,8 @@ files:
1972
1974
  - app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.html.erb
1973
1975
  - app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
1974
1976
  - app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.md
1977
+ - app/pb_kits/playbook/pb_table/docs/_table_vertical_border.html.erb
1978
+ - app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
1975
1979
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
1976
1980
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
1977
1981
  - app/pb_kits/playbook/pb_table/docs/example.yml
@@ -1994,6 +1998,7 @@ files:
1994
1998
  - app/pb_kits/playbook/pb_table/styles/_table-dark.scss
1995
1999
  - app/pb_kits/playbook/pb_table/styles/_tablet_collapse.scss
1996
2000
  - app/pb_kits/playbook/pb_table/styles/_variables.scss
2001
+ - app/pb_kits/playbook/pb_table/styles/_vertical_border.scss
1997
2002
  - app/pb_kits/playbook/pb_table/table.html.erb
1998
2003
  - app/pb_kits/playbook/pb_table/table.rb
1999
2004
  - app/pb_kits/playbook/pb_table/table.test.js
@@ -2086,9 +2091,9 @@ files:
2086
2091
  - app/pb_kits/playbook/pb_time_stacked/time_stacked.html.erb
2087
2092
  - app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
2088
2093
  - app/pb_kits/playbook/pb_time_stacked/time_stacked.test.js
2089
- - app/pb_kits/playbook/pb_timeline/_item.jsx
2090
- - app/pb_kits/playbook/pb_timeline/_timeline.jsx
2094
+ - app/pb_kits/playbook/pb_timeline/_item.tsx
2091
2095
  - app/pb_kits/playbook/pb_timeline/_timeline.scss
2096
+ - app/pb_kits/playbook/pb_timeline/_timeline.tsx
2092
2097
  - app/pb_kits/playbook/pb_timeline/docs/_description.md
2093
2098
  - app/pb_kits/playbook/pb_timeline/docs/_timeline_default.html.erb
2094
2099
  - app/pb_kits/playbook/pb_timeline/docs/_timeline_default.jsx
@@ -2103,6 +2108,7 @@ files:
2103
2108
  - app/pb_kits/playbook/pb_timeline/item.rb
2104
2109
  - app/pb_kits/playbook/pb_timeline/timeline.html.erb
2105
2110
  - app/pb_kits/playbook/pb_timeline/timeline.rb
2111
+ - app/pb_kits/playbook/pb_timeline/timeline.test.js
2106
2112
  - app/pb_kits/playbook/pb_timestamp/_timestamp-mixins.scss
2107
2113
  - app/pb_kits/playbook/pb_timestamp/_timestamp.scss
2108
2114
  - app/pb_kits/playbook/pb_timestamp/_timestamp.tsx
@@ -2468,7 +2474,7 @@ homepage: http://playbook.powerapp.cloud
2468
2474
  licenses:
2469
2475
  - ISC
2470
2476
  metadata: {}
2471
- post_install_message:
2477
+ post_install_message:
2472
2478
  rdoc_options: []
2473
2479
  require_paths:
2474
2480
  - lib
@@ -2479,12 +2485,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
2479
2485
  version: '0'
2480
2486
  required_rubygems_version: !ruby/object:Gem::Requirement
2481
2487
  requirements:
2482
- - - ">="
2488
+ - - ">"
2483
2489
  - !ruby/object:Gem::Version
2484
- version: '0'
2490
+ version: 1.3.1
2485
2491
  requirements: []
2486
2492
  rubygems_version: 3.3.7
2487
- signing_key:
2493
+ signing_key:
2488
2494
  specification_version: 4
2489
2495
  summary: Playbook Design System
2490
2496
  test_files: []