playbook_ui 14.8.0.pre.rc.4 → 14.8.0.pre.rc.5
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_timeline/_timeline.scss +43 -1
- data/app/pb_kits/playbook/pb_timeline/_timeline.tsx +6 -2
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_gap.html.erb +94 -0
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_gap.jsx +180 -0
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_gap.md +1 -0
- data/app/pb_kits/playbook/pb_timeline/docs/example.yml +5 -3
- data/app/pb_kits/playbook/pb_timeline/docs/index.js +2 -0
- data/app/pb_kits/playbook/pb_timeline/timeline.rb +11 -1
- data/app/pb_kits/playbook/pb_timeline/timeline.test.js +4 -4
- data/dist/chunks/{_weekday_stacked-DBuVOrwj.js → _weekday_stacked-f4faf8xD.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +6 -3
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: 14.8.0.pre.rc.
|
4
|
+
version: 14.8.0.pre.rc.5
|
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: 2024-11-
|
12
|
+
date: 2024-11-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -2782,6 +2782,9 @@ files:
|
|
2782
2782
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.html.erb
|
2783
2783
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.jsx
|
2784
2784
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.md
|
2785
|
+
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_gap.html.erb
|
2786
|
+
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_gap.jsx
|
2787
|
+
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_gap.md
|
2785
2788
|
- app/pb_kits/playbook/pb_timeline/docs/example.yml
|
2786
2789
|
- app/pb_kits/playbook/pb_timeline/docs/index.js
|
2787
2790
|
- app/pb_kits/playbook/pb_timeline/item.html.erb
|
@@ -3164,7 +3167,7 @@ files:
|
|
3164
3167
|
- app/pb_kits/playbook/utilities/text.ts
|
3165
3168
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3166
3169
|
- dist/chunks/_typeahead-DEskmS_o.js
|
3167
|
-
- dist/chunks/_weekday_stacked-
|
3170
|
+
- dist/chunks/_weekday_stacked-f4faf8xD.js
|
3168
3171
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3169
3172
|
- dist/chunks/lib-DpxYMiKe.js
|
3170
3173
|
- dist/chunks/pb_form_validation-LqRlnmi6.js
|