playbook_ui 16.4.0.pre.alpha.testingmetadata15483 → 16.4.0.pre.alpha.testingmetadata15488
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_pb_bar_graph/kit.schema.json +29 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/kit.schema.json +29 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/kit.schema.json +29 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/kit.schema.json +29 -0
- data/lib/playbook/version.rb +1 -1
- metadata +5 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc0b57d6f8358986f32d12c21883fec8044e2d68665ea18b7afb64d1d4e463b1
|
|
4
|
+
data.tar.gz: 54556178be28af1a7cea9e1e2d584e9e21cda6c2201cb7311c882dd88b10caf3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: caf1ed836f3ea9ad0d7bd9bdd11696863d0093bb4460e401a946185d0deb8facc55a9dc6b870cb43c40f46d7e92d7c956aa5bd3ac7cf23221f6f28b53553eb9a
|
|
7
|
+
data.tar.gz: 8666d01061e0658f8676e02be7298a9b76f1c12971660be88aa18f05be202e764f39b9ee0ed9e62b65ff2f601fc72748fcb5635115afd7d2d738619329b8704b
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://playbook.powerapp.cloud/schemas/kit-schema.json",
|
|
3
|
+
"name": "PbBarGraph",
|
|
4
|
+
"description": "PbBarGraph component",
|
|
5
|
+
"platforms": [
|
|
6
|
+
"react",
|
|
7
|
+
"rails"
|
|
8
|
+
],
|
|
9
|
+
"props": {
|
|
10
|
+
"options": {
|
|
11
|
+
"type": "Record<string, unknown>",
|
|
12
|
+
"platforms": [
|
|
13
|
+
"react",
|
|
14
|
+
"rails"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"globalProps": true,
|
|
19
|
+
"usage": {
|
|
20
|
+
"react": {
|
|
21
|
+
"import": "import { PbBarGraph } from 'playbook-ui'",
|
|
22
|
+
"example": "<PbBarGraph></PbBarGraph>"
|
|
23
|
+
},
|
|
24
|
+
"rails": {
|
|
25
|
+
"import": null,
|
|
26
|
+
"example": "<%= pb_rails(\"pb_bar_graph\", props: { text: \"Example\" }) %>"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://playbook.powerapp.cloud/schemas/kit-schema.json",
|
|
3
|
+
"name": "PbCircleChart",
|
|
4
|
+
"description": "PbCircleChart component",
|
|
5
|
+
"platforms": [
|
|
6
|
+
"react",
|
|
7
|
+
"rails"
|
|
8
|
+
],
|
|
9
|
+
"props": {
|
|
10
|
+
"options": {
|
|
11
|
+
"type": "Record<string, unknown>",
|
|
12
|
+
"platforms": [
|
|
13
|
+
"react",
|
|
14
|
+
"rails"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"globalProps": true,
|
|
19
|
+
"usage": {
|
|
20
|
+
"react": {
|
|
21
|
+
"import": "import { PbCircleChart } from 'playbook-ui'",
|
|
22
|
+
"example": "<PbCircleChart></PbCircleChart>"
|
|
23
|
+
},
|
|
24
|
+
"rails": {
|
|
25
|
+
"import": null,
|
|
26
|
+
"example": "<%= pb_rails(\"pb_circle_chart\", props: { text: \"Example\" }) %>"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://playbook.powerapp.cloud/schemas/kit-schema.json",
|
|
3
|
+
"name": "PbGaugeChart",
|
|
4
|
+
"description": "PbGaugeChart component",
|
|
5
|
+
"platforms": [
|
|
6
|
+
"react",
|
|
7
|
+
"rails"
|
|
8
|
+
],
|
|
9
|
+
"props": {
|
|
10
|
+
"options": {
|
|
11
|
+
"type": "Record<string, unknown>",
|
|
12
|
+
"platforms": [
|
|
13
|
+
"react",
|
|
14
|
+
"rails"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"globalProps": true,
|
|
19
|
+
"usage": {
|
|
20
|
+
"react": {
|
|
21
|
+
"import": "import { PbGaugeChart } from 'playbook-ui'",
|
|
22
|
+
"example": "<PbGaugeChart></PbGaugeChart>"
|
|
23
|
+
},
|
|
24
|
+
"rails": {
|
|
25
|
+
"import": null,
|
|
26
|
+
"example": "<%= pb_rails(\"pb_gauge_chart\", props: { text: \"Example\" }) %>"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://playbook.powerapp.cloud/schemas/kit-schema.json",
|
|
3
|
+
"name": "PbLineGraph",
|
|
4
|
+
"description": "PbLineGraph component",
|
|
5
|
+
"platforms": [
|
|
6
|
+
"react",
|
|
7
|
+
"rails"
|
|
8
|
+
],
|
|
9
|
+
"props": {
|
|
10
|
+
"options": {
|
|
11
|
+
"type": "Record<string, unknown>",
|
|
12
|
+
"platforms": [
|
|
13
|
+
"react",
|
|
14
|
+
"rails"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"globalProps": true,
|
|
19
|
+
"usage": {
|
|
20
|
+
"react": {
|
|
21
|
+
"import": "import { PbLineGraph } from 'playbook-ui'",
|
|
22
|
+
"example": "<PbLineGraph></PbLineGraph>"
|
|
23
|
+
},
|
|
24
|
+
"rails": {
|
|
25
|
+
"import": null,
|
|
26
|
+
"example": "<%= pb_rails(\"pb_line_graph\", props: { text: \"Example\" }) %>"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
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: 16.4.0.pre.alpha.
|
|
4
|
+
version: 16.4.0.pre.alpha.testingmetadata15488
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Power UX
|
|
@@ -2524,6 +2524,7 @@ files:
|
|
|
2524
2524
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_stacked.jsx
|
|
2525
2525
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/example.yml
|
|
2526
2526
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/index.js
|
|
2527
|
+
- app/pb_kits/playbook/pb_pb_bar_graph/kit.schema.json
|
|
2527
2528
|
- app/pb_kits/playbook/pb_pb_bar_graph/pbBarGraphTheme.ts
|
|
2528
2529
|
- app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.html.erb
|
|
2529
2530
|
- app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.rb
|
|
@@ -2558,6 +2559,7 @@ files:
|
|
|
2558
2559
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.jsx
|
|
2559
2560
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/example.yml
|
|
2560
2561
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/index.js
|
|
2562
|
+
- app/pb_kits/playbook/pb_pb_circle_chart/kit.schema.json
|
|
2561
2563
|
- app/pb_kits/playbook/pb_pb_circle_chart/pbCircleChartTheme.ts
|
|
2562
2564
|
- app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.html.erb
|
|
2563
2565
|
- app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb
|
|
@@ -2594,6 +2596,7 @@ files:
|
|
|
2594
2596
|
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.md
|
|
2595
2597
|
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/example.yml
|
|
2596
2598
|
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/index.js
|
|
2599
|
+
- app/pb_kits/playbook/pb_pb_gauge_chart/kit.schema.json
|
|
2597
2600
|
- app/pb_kits/playbook/pb_pb_gauge_chart/pbGaugeGraphTheme.ts
|
|
2598
2601
|
- app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.html.erb
|
|
2599
2602
|
- app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.rb
|
|
@@ -2619,6 +2622,7 @@ files:
|
|
|
2619
2622
|
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.md
|
|
2620
2623
|
- app/pb_kits/playbook/pb_pb_line_graph/docs/example.yml
|
|
2621
2624
|
- app/pb_kits/playbook/pb_pb_line_graph/docs/index.js
|
|
2625
|
+
- app/pb_kits/playbook/pb_pb_line_graph/kit.schema.json
|
|
2622
2626
|
- app/pb_kits/playbook/pb_pb_line_graph/pbLineGraphTheme.ts
|
|
2623
2627
|
- app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.html.erb
|
|
2624
2628
|
- app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.rb
|