playbook_ui 10.2.1.alpha.sisensefix → 10.2.1
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_bar_graph/barGraphSettings.js +1 -1
- data/app/pb_kits/playbook/pb_dashboard_value/dashboardValueSettings.js +2 -2
- data/app/pb_kits/playbook/pb_line_graph/lineGraphSettings.js +1 -1
- data/app/pb_kits/playbook/pb_nav/_horizontal_nav.scss +1 -1
- data/lib/playbook/version.rb +2 -2
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b178f062785d89be15c032908f55e96f3d1fe70f18af9818fd074b2a3e18008
|
|
4
|
+
data.tar.gz: 7ebd1388f01b4235d8cee6932bd5ad66c5f99b2a23cb7587e5f0f7603e96a7cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 246f7e177b640539519d0e4a48c375afd08a5a0c836345d8ab6054cd3efbbdf937d404d8ba5f68811708c267da34156df9662d3a89b06498dd6ce5a5d25da28b
|
|
7
|
+
data.tar.gz: a75a04eda5a1a142cb7517909bf0db0ad2ffd60bad691776741b55bff90e34e8d03cb24bf420de385e5a9243d109eb5b44fcb3b65021bc589f87c48038d8e977
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { commonSettings } from '../pb_dashboard/commonSettings.js'
|
|
2
|
-
import typography from '../tokens/
|
|
2
|
+
import typography from '../tokens/_typography.scss'
|
|
3
3
|
|
|
4
4
|
const sizeColumns = function(highchart) {
|
|
5
5
|
const column = highchart.plotOptions.column
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { commonSettings } from '../pb_dashboard/commonSettings.js'
|
|
2
|
-
import typography from '../tokens/
|
|
2
|
+
import typography from '../tokens/_typography.scss'
|
|
3
3
|
|
|
4
4
|
const markerStyles = (highchart) => {
|
|
5
5
|
highchart.plotOptions.line.marker.enabled = true
|
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: 10.2.1
|
|
4
|
+
version: 10.2.1
|
|
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: 2021-07-
|
|
12
|
+
date: 2021-07-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -221,22 +221,22 @@ dependencies:
|
|
|
221
221
|
name: rspec-rails
|
|
222
222
|
requirement: !ruby/object:Gem::Requirement
|
|
223
223
|
requirements:
|
|
224
|
-
- - ">="
|
|
225
|
-
- !ruby/object:Gem::Version
|
|
226
|
-
version: 3.8.0
|
|
227
224
|
- - "~>"
|
|
228
225
|
- !ruby/object:Gem::Version
|
|
229
226
|
version: '3.8'
|
|
227
|
+
- - ">="
|
|
228
|
+
- !ruby/object:Gem::Version
|
|
229
|
+
version: 3.8.0
|
|
230
230
|
type: :development
|
|
231
231
|
prerelease: false
|
|
232
232
|
version_requirements: !ruby/object:Gem::Requirement
|
|
233
233
|
requirements:
|
|
234
|
-
- - ">="
|
|
235
|
-
- !ruby/object:Gem::Version
|
|
236
|
-
version: 3.8.0
|
|
237
234
|
- - "~>"
|
|
238
235
|
- !ruby/object:Gem::Version
|
|
239
236
|
version: '3.8'
|
|
237
|
+
- - ">="
|
|
238
|
+
- !ruby/object:Gem::Version
|
|
239
|
+
version: 3.8.0
|
|
240
240
|
- !ruby/object:Gem::Dependency
|
|
241
241
|
name: rubocop
|
|
242
242
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -2076,11 +2076,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2076
2076
|
version: '0'
|
|
2077
2077
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2078
2078
|
requirements:
|
|
2079
|
-
- - "
|
|
2079
|
+
- - ">="
|
|
2080
2080
|
- !ruby/object:Gem::Version
|
|
2081
|
-
version:
|
|
2081
|
+
version: '0'
|
|
2082
2082
|
requirements: []
|
|
2083
|
-
rubygems_version: 3.
|
|
2083
|
+
rubygems_version: 3.1.4
|
|
2084
2084
|
signing_key:
|
|
2085
2085
|
specification_version: 4
|
|
2086
2086
|
summary: Playbook Design System
|