playbook_ui 12.39.0.pre.alpha.salesbookmismatchingdate1117 → 12.39.0
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 +4 -4
- data/app/pb_kits/playbook/pb_date_picker/date_picker.test.js +8 -18
- data/app/pb_kits/playbook/pb_date_picker/plugins/quickPick.tsx +39 -45
- data/app/pb_kits/playbook/pb_kit/dateTime.ts +42 -252
- data/app/pb_kits/playbook/pb_time/_time.tsx +1 -1
- data/dist/playbook-rails.js +279 -7
- data/lib/playbook/version.rb +2 -2
- metadata +7 -7
data/lib/playbook/version.rb
CHANGED
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.39.0
|
4
|
+
version: 12.39.0
|
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-08-
|
12
|
+
date: 2023-08-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -2600,7 +2600,7 @@ homepage: https://playbook.powerapp.cloud/
|
|
2600
2600
|
licenses:
|
2601
2601
|
- ISC
|
2602
2602
|
metadata: {}
|
2603
|
-
post_install_message:
|
2603
|
+
post_install_message:
|
2604
2604
|
rdoc_options: []
|
2605
2605
|
require_paths:
|
2606
2606
|
- lib
|
@@ -2611,12 +2611,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2611
2611
|
version: '0'
|
2612
2612
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2613
2613
|
requirements:
|
2614
|
-
- - "
|
2614
|
+
- - ">="
|
2615
2615
|
- !ruby/object:Gem::Version
|
2616
|
-
version:
|
2616
|
+
version: '0'
|
2617
2617
|
requirements: []
|
2618
2618
|
rubygems_version: 3.3.7
|
2619
|
-
signing_key:
|
2619
|
+
signing_key:
|
2620
2620
|
specification_version: 4
|
2621
2621
|
summary: Playbook Design System
|
2622
2622
|
test_files: []
|