playbook_ui 13.8.0 → 13.9.0.pre.alpha.play845addswiftkitspage1272

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,7 +46,17 @@ module Playbook
46
46
  # rubocop:disable Naming/AccessorMethodName
47
47
  def get_kits
48
48
  menu = YAML.load_file(Playbook::Engine.root.join("dist/menu.yml"))
49
- menu["kits"]
49
+ menu["kits"].each do |kit|
50
+ kit_name = kit["name"]
51
+ components = kit["components"].map { |c| c["name"] }
52
+
53
+ all_kits << if components.size == 1
54
+ components.first
55
+ else
56
+ { kit_name => components }
57
+ end
58
+ end
59
+ all_kits
50
60
  end
51
61
 
52
62
  def get_kits_pb_website
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "13.7.0"
5
- VERSION = "13.8.0"
4
+ PREVIOUS_VERSION = "13.9.0"
5
+ VERSION = "13.9.0.pre.alpha.play845addswiftkitspage1272"
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: 13.8.0
4
+ version: 13.9.0.pre.alpha.play845addswiftkitspage1272
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-09-29 00:00:00.000000000 Z
12
+ date: 2023-10-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -2571,6 +2571,7 @@ files:
2571
2571
  - app/pb_kits/playbook/utilities/test/globalProps/justifySelf.test.js
2572
2572
  - app/pb_kits/playbook/utilities/test/globalProps/order.test.js
2573
2573
  - app/pb_kits/playbook/utilities/text.ts
2574
+ - app/pb_kits/playbook/utilities/validEmojiChecker.ts
2574
2575
  - dist/menu.yml
2575
2576
  - dist/playbook-rails.js
2576
2577
  - dist/reset.css
@@ -2638,7 +2639,7 @@ homepage: https://playbook.powerapp.cloud/
2638
2639
  licenses:
2639
2640
  - ISC
2640
2641
  metadata: {}
2641
- post_install_message:
2642
+ post_install_message:
2642
2643
  rdoc_options: []
2643
2644
  require_paths:
2644
2645
  - lib
@@ -2649,12 +2650,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
2649
2650
  version: '0'
2650
2651
  required_rubygems_version: !ruby/object:Gem::Requirement
2651
2652
  requirements:
2652
- - - ">="
2653
+ - - ">"
2653
2654
  - !ruby/object:Gem::Version
2654
- version: '0'
2655
+ version: 1.3.1
2655
2656
  requirements: []
2656
2657
  rubygems_version: 3.3.7
2657
- signing_key:
2658
+ signing_key:
2658
2659
  specification_version: 4
2659
2660
  summary: Playbook Design System
2660
2661
  test_files: []