playbook_ui 13.9.0.pre.alpha.play845allkitsbytypes1268 → 13.9.0.pre.alpha.play845allkitsbytypes1270

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1459debce41784ec755eba1ac6fdf18521ee10f8dcc805dc7f2b6a0274472c8b
4
- data.tar.gz: 9adcfdaa074bb0704240e6c7810c2d70333b8d7d8e2beb5be2e22eab3eab0b46
3
+ metadata.gz: 2365d2c29f5d809d43a4b80e9965417638e23604b8018cc408298a402aab85f5
4
+ data.tar.gz: 44915471754a5fdc7fe931e3ebcce03793bd46144856ab1b0581bc62949e99e1
5
5
  SHA512:
6
- metadata.gz: 4d5de57e6df1a04a6fb72d129ac9a88c0b6e92cc7ca3662f7da4655457e8eb35d13a42e480abd6e420a8de2455236630122088dd5973870950437a2bee3e2db1
7
- data.tar.gz: 97b1ea42c177dd4b04d5f613b059cdf2c46e148ca69e68ce2430a5bd03dc9afb44760394ccceb8be8d4dd30af10a9993332f0db52ab5caf4a2ff76045e9bea66
6
+ metadata.gz: 204807ef0fddbe7007a86c3fe50277be3134176b2559e4f6ad564eb098c9df7a1a8b8e9a8976100a86c71ec0d90ccb975df47bf7de20c11b6b3e8af7a7c8940d
7
+ data.tar.gz: c0ae1acf124b2034c816896dabe52634a5f93820d58e0dbe6769d0279a2c803194a9dfc0203f9c27fe4fa22412cb16139b66dfa3045a020440b74e6d3b07b799
@@ -11,6 +11,7 @@ module Playbook
11
11
  prop :show_code, type: Playbook::Props::Boolean, default: true
12
12
  prop :type, type: Playbook::Props::Enum, values: %w[rails react swift], default: "rails"
13
13
  prop :dark, type: Playbook::Props::Boolean, default: false
14
+ include PlaybookWebsite::Markdown::Helper
14
15
 
15
16
  def example
16
17
  if type == "rails"
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "13.9.0"
5
- VERSION = "13.9.0.pre.alpha.play845allkitsbytypes1268"
5
+ VERSION = "13.9.0.pre.alpha.play845allkitsbytypes1270"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.9.0.pre.alpha.play845allkitsbytypes1268
4
+ version: 13.9.0.pre.alpha.play845allkitsbytypes1270
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-10-05 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