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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1e0a6094a1bd407fd587bee871ce7a562bb88735fa7e8610a294a2bbb734752
4
- data.tar.gz: 5b69b1b2276245ee68a636d3d8d9ee06655c6b8b0436a57fcebb04a6ea88f4b3
3
+ metadata.gz: cc0b57d6f8358986f32d12c21883fec8044e2d68665ea18b7afb64d1d4e463b1
4
+ data.tar.gz: 54556178be28af1a7cea9e1e2d584e9e21cda6c2201cb7311c882dd88b10caf3
5
5
  SHA512:
6
- metadata.gz: 5e392211795494560a3e69408ed03396ce856d62b87f7afd1dd084115ab4b9297faf3254e14bb4b368a1200803234a096c491774306957c15f039786d181d1de
7
- data.tar.gz: 31a9086eacb6744d5cd99eb2452daaac5e4893584fe9668154d2724f1ecd977a640cb1bf2a33b0ba22224e60519011e585c14adb3c1537b141c352ecb838974a
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
+ }
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "16.4.0"
5
- VERSION = "16.4.0.pre.alpha.testingmetadata15483"
5
+ VERSION = "16.4.0.pre.alpha.testingmetadata15488"
6
6
  end
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.testingmetadata15483
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