playbook_ui 13.10.0.pre.alpha.play978makehighchartsadevdependencypoc1322 → 13.10.0.pre.alpha.play10481357
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.tsx +11 -2
- data/app/pb_kits/playbook/pb_rich_text_editor/_tiptap_styles.scss +8 -4
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_toolbar_disabled.jsx +33 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_toolbar_disabled.md +3 -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/app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor_advanced.test.js +47 -0
- data/dist/playbook-rails.js +7 -7
- data/lib/playbook/version.rb +1 -1
- metadata +5 -2
data/lib/playbook/version.rb
CHANGED
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.10.0.pre.alpha.
|
4
|
+
version: 13.10.0.pre.alpha.play10481357
|
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-
|
12
|
+
date: 2023-10-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -1852,6 +1852,8 @@ files:
|
|
1852
1852
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_templates.jsx
|
1853
1853
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_toolbar_bottom.html.erb
|
1854
1854
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_toolbar_bottom.jsx
|
1855
|
+
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_toolbar_disabled.jsx
|
1856
|
+
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_toolbar_disabled.md
|
1855
1857
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml
|
1856
1858
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/index.js
|
1857
1859
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/templates.js
|
@@ -1859,6 +1861,7 @@ files:
|
|
1859
1861
|
- app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor.html.erb
|
1860
1862
|
- app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor.rb
|
1861
1863
|
- app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor.test.js
|
1864
|
+
- app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor_advanced.test.js
|
1862
1865
|
- app/pb_kits/playbook/pb_rich_text_editor/useFocus.ts
|
1863
1866
|
- app/pb_kits/playbook/pb_section_separator/_section_separator.scss
|
1864
1867
|
- app/pb_kits/playbook/pb_section_separator/_section_separator.tsx
|