playbook-ui 16.4.0-alpha.testingmetadata15483 → 16.4.0-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.
@@ -7309,6 +7309,122 @@
7309
7309
  }
7310
7310
  }
7311
7311
  },
7312
+ "pb_bar_graph": {
7313
+ "$schema": "https://playbook.powerapp.cloud/schemas/kit-schema.json",
7314
+ "name": "PbBarGraph",
7315
+ "description": "PbBarGraph component",
7316
+ "platforms": [
7317
+ "react",
7318
+ "rails"
7319
+ ],
7320
+ "props": {
7321
+ "options": {
7322
+ "type": "Record<string, unknown>",
7323
+ "platforms": [
7324
+ "react",
7325
+ "rails"
7326
+ ]
7327
+ }
7328
+ },
7329
+ "globalProps": true,
7330
+ "usage": {
7331
+ "react": {
7332
+ "import": "import { PbBarGraph } from 'playbook-ui'",
7333
+ "example": "<PbBarGraph></PbBarGraph>"
7334
+ },
7335
+ "rails": {
7336
+ "import": null,
7337
+ "example": "<%= pb_rails(\"pb_bar_graph\", props: { text: \"Example\" }) %>"
7338
+ }
7339
+ }
7340
+ },
7341
+ "pb_circle_chart": {
7342
+ "$schema": "https://playbook.powerapp.cloud/schemas/kit-schema.json",
7343
+ "name": "PbCircleChart",
7344
+ "description": "PbCircleChart component",
7345
+ "platforms": [
7346
+ "react",
7347
+ "rails"
7348
+ ],
7349
+ "props": {
7350
+ "options": {
7351
+ "type": "Record<string, unknown>",
7352
+ "platforms": [
7353
+ "react",
7354
+ "rails"
7355
+ ]
7356
+ }
7357
+ },
7358
+ "globalProps": true,
7359
+ "usage": {
7360
+ "react": {
7361
+ "import": "import { PbCircleChart } from 'playbook-ui'",
7362
+ "example": "<PbCircleChart></PbCircleChart>"
7363
+ },
7364
+ "rails": {
7365
+ "import": null,
7366
+ "example": "<%= pb_rails(\"pb_circle_chart\", props: { text: \"Example\" }) %>"
7367
+ }
7368
+ }
7369
+ },
7370
+ "pb_gauge_chart": {
7371
+ "$schema": "https://playbook.powerapp.cloud/schemas/kit-schema.json",
7372
+ "name": "PbGaugeChart",
7373
+ "description": "PbGaugeChart component",
7374
+ "platforms": [
7375
+ "react",
7376
+ "rails"
7377
+ ],
7378
+ "props": {
7379
+ "options": {
7380
+ "type": "Record<string, unknown>",
7381
+ "platforms": [
7382
+ "react",
7383
+ "rails"
7384
+ ]
7385
+ }
7386
+ },
7387
+ "globalProps": true,
7388
+ "usage": {
7389
+ "react": {
7390
+ "import": "import { PbGaugeChart } from 'playbook-ui'",
7391
+ "example": "<PbGaugeChart></PbGaugeChart>"
7392
+ },
7393
+ "rails": {
7394
+ "import": null,
7395
+ "example": "<%= pb_rails(\"pb_gauge_chart\", props: { text: \"Example\" }) %>"
7396
+ }
7397
+ }
7398
+ },
7399
+ "pb_line_graph": {
7400
+ "$schema": "https://playbook.powerapp.cloud/schemas/kit-schema.json",
7401
+ "name": "PbLineGraph",
7402
+ "description": "PbLineGraph component",
7403
+ "platforms": [
7404
+ "react",
7405
+ "rails"
7406
+ ],
7407
+ "props": {
7408
+ "options": {
7409
+ "type": "Record<string, unknown>",
7410
+ "platforms": [
7411
+ "react",
7412
+ "rails"
7413
+ ]
7414
+ }
7415
+ },
7416
+ "globalProps": true,
7417
+ "usage": {
7418
+ "react": {
7419
+ "import": "import { PbLineGraph } from 'playbook-ui'",
7420
+ "example": "<PbLineGraph></PbLineGraph>"
7421
+ },
7422
+ "rails": {
7423
+ "import": null,
7424
+ "example": "<%= pb_rails(\"pb_line_graph\", props: { text: \"Example\" }) %>"
7425
+ }
7426
+ }
7427
+ },
7312
7428
  "person": {
7313
7429
  "$schema": "https://playbook.powerapp.cloud/schemas/kit-schema.json",
7314
7430
  "name": "Person",
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "16.4.0-alpha.testingmetadata15483",
3
- "generated": "2026-04-03T16:33:54.570Z",
2
+ "version": "16.4.0-alpha.testingmetadata15488",
3
+ "generated": "2026-04-03T17:40:03.081Z",
4
4
  "schemas": {
5
5
  "globalProps": "global-props.schema.json",
6
6
  "kits": {
@@ -68,6 +68,10 @@
68
68
  "overlay": "kits/overlay.schema.json",
69
69
  "pagination": "kits/pagination.schema.json",
70
70
  "passphrase": "kits/passphrase.schema.json",
71
+ "pb_bar_graph": "kits/pb_bar_graph.schema.json",
72
+ "pb_circle_chart": "kits/pb_circle_chart.schema.json",
73
+ "pb_gauge_chart": "kits/pb_gauge_chart.schema.json",
74
+ "pb_line_graph": "kits/pb_line_graph.schema.json",
71
75
  "person": "kits/person.schema.json",
72
76
  "person_contact": "kits/person_contact.schema.json",
73
77
  "phone_number_input": "kits/phone_number_input.schema.json",
@@ -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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playbook-ui",
3
- "version": "16.4.0-alpha.testingmetadata15483",
3
+ "version": "16.4.0-alpha.testingmetadata15488",
4
4
  "description": "Nitro's Design System",
5
5
  "main": "./dist/playbook.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -99,7 +99,6 @@
99
99
  "jest": "26.6.3",
100
100
  "jest-axe": "4.1.0",
101
101
  "jest-fail-on-console": "3.2.0",
102
- "js-yaml": "^4.1.1",
103
102
  "lazysizes": "^5.3.2",
104
103
  "react": "^17.0.2",
105
104
  "react-dom": "^17.0.2",