playbook_ui_docs 14.22.0.pre.alpha.popoverkittransitionpoppertofloatingui8781 → 14.22.0.pre.alpha.testdialog8898

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.
Files changed (30) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_bar_graph/docs/_description.md +1 -1
  3. data/app/pb_kits/playbook/pb_body/docs/_body_truncate.jsx +3 -3
  4. data/app/pb_kits/playbook/pb_body/docs/_body_truncate_react.md +4 -0
  5. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_block.jsx +71 -26
  6. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors.jsx +29 -16
  7. data/app/pb_kits/playbook/pb_circle_chart/docs/{_circle_chart_colors.md → _circle_chart_colors_rails.md} +1 -1
  8. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors_react.md +2 -0
  9. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_custom_tooltip.jsx +28 -16
  10. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_custom_tooltip.md +4 -2
  11. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_default.jsx +23 -15
  12. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_inner_sizes.jsx +81 -51
  13. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_legend_position.jsx +103 -75
  14. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_legend_position.md +3 -6
  15. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_live_data.jsx +19 -13
  16. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx +30 -17
  17. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx +34 -20
  18. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx +29 -20
  19. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx +28 -20
  20. data/app/pb_kits/playbook/pb_circle_chart/docs/_description.md +1 -0
  21. data/app/pb_kits/playbook/pb_circle_chart/docs/example.yml +0 -1
  22. data/app/pb_kits/playbook/pb_circle_chart/docs/index.js +0 -1
  23. data/app/pb_kits/playbook/pb_title/docs/_title_truncate.jsx +3 -3
  24. data/app/pb_kits/playbook/pb_title/docs/_title_truncate_react.md +4 -0
  25. data/dist/playbook-doc.js +2 -2
  26. metadata +9 -7
  27. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_pb_styles.jsx +0 -38
  28. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_pb_styles.md +0 -1
  29. /data/app/pb_kits/playbook/pb_body/docs/{_body_truncate.md → _body_truncate_rails.md} +0 -0
  30. /data/app/pb_kits/playbook/pb_title/docs/{_title_truncate.md → _title_truncate_rails.md} +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 704d01da3888a6cf02969a583cd5dd19db7e3e91d882e0a7a6a1f50e175e5bb9
4
- data.tar.gz: 36b9fee9ce35049cd977fdf30bd95f9758afbb07b660df1356c990bfc22b87e0
3
+ metadata.gz: 71bef40d3e7d58c7a5558ceb72dc1371bf759b6aed98d3f49a2e784b634fd59b
4
+ data.tar.gz: 88fe130e7d308d3a402f216a8abce373c67e4e76069427e4b9b2e19e35a19f07
5
5
  SHA512:
6
- metadata.gz: db12dbbfd2234e6469f96584ed34b5eaff6ba3922d5ab633d0d7685878fcc08f214e134052d601c4b27d2cd3be1e2ae3cbc70840da0f9fa2b4361199211534ec
7
- data.tar.gz: c5a5b215490e4a0be36cb65ee4c065d9995719c40911514bccc949c8398bea375d9341db984cac2f3c7aadc5e6f87e7bbe2eeb83bcc7658e5d822beb7c4af257
6
+ metadata.gz: a7ea9754f2b79d84eecde9bc0912846c6598e5ddcdad7b40011e088c9fcd1d821709379d1951ba4eb2efd8fea712c717fdd0782aca4133cee88fe1d6ac2c8cc6
7
+ data.tar.gz: f7d5ee9dcda45e0e6e0d81ea60c84a4261ff1c43e2eff09dae44e1f4476c46f847fe551e854146ce924a0e34fd84327e7cd2ccd5eb8429e13d8d5157a357cea4
@@ -1 +1 @@
1
- To apply Playbook styles to your Highchart, import BarGraphTheme.ts and merge it with your Highchart options. Then, pass the merged value to the options prop. Playbook’s styling will be applied automatically. See the examples in the documentation below.
1
+ **Important Note for the React Kit**: In order to leverage this kit, you must install `highcharts` and `highcharts-react-official` into your project as shown below. To then apply Playbook styles to your Highchart, import BarGraphTheme.ts from playbook-ui and merge it with your Highchart options. Then, pass the merged value to the options prop. Playbook’s styling will be applied automatically. See the examples in the documentation below.
@@ -19,7 +19,7 @@ const BodyTruncate = (props) => {
19
19
  <Body
20
20
  marginBottom="md"
21
21
  text={lorem}
22
- truncate="1"
22
+ truncate={1}
23
23
  {...props}
24
24
  />
25
25
 
@@ -30,7 +30,7 @@ const BodyTruncate = (props) => {
30
30
  <Body
31
31
  marginBottom="md"
32
32
  text={lorem}
33
- truncate="2"
33
+ truncate={2}
34
34
  {...props}
35
35
  />
36
36
 
@@ -40,7 +40,7 @@ const BodyTruncate = (props) => {
40
40
  />
41
41
  <Body
42
42
  text={lorem}
43
- truncate="3"
43
+ truncate={3}
44
44
  {...props}
45
45
  />
46
46
  </Flex>
@@ -0,0 +1,4 @@
1
+ ##### Prop
2
+ `truncate` | **Type**: Enum | **Values**: 1 | 2 | 3 | 4 | 5
3
+
4
+ The `truncate` prop truncates overflowing text up to a maximum of five rows and adds an ellipsis at the end.
@@ -1,43 +1,88 @@
1
1
  import React from 'react'
2
-
3
- import CircleChart from '../_circle_chart'
2
+ import circleChartTheme from '../circleChartTheme'
3
+ import Highcharts from "highcharts"
4
+ import HighchartsReact from "highcharts-react-official"
4
5
  import Title from '../../pb_title/_title'
5
6
 
6
7
  const dataWithABlock = [
7
8
  {
8
9
  name: 'Waiting for Calls',
9
- value: 41,
10
+ y: 41,
10
11
  },
11
12
  {
12
13
  name: 'On Call',
13
- value: 49,
14
+ y: 49,
14
15
  },
15
16
  {
16
17
  name: 'After Call',
17
- value: 10,
18
+ y: 10,
18
19
  },
19
20
  ]
20
21
 
21
- const CircleChartBlock = (props) => (
22
+ const CircleChartBlock = (props) => {
23
+ const chartOptions = {
24
+ series: [{
25
+ data: dataWithABlock,
26
+ innerSize: '100%',
27
+ borderWidth: 20,
28
+ borderColor: null,
29
+ }],
30
+ chart: {
31
+ events: {
32
+ render: function() {
33
+ const chart = this;
34
+ const blockElement = document.querySelector('.pb-circle-chart-block');
35
+ if (blockElement) {
36
+ blockElement.style.width = chart.chartWidth + 'px';
37
+ blockElement.style.height = chart.chartHeight + 'px';
38
+ }
39
+ },
40
+ redraw: function() {
41
+ const chart = this;
42
+ const blockElement = document.querySelector('.pb-circle-chart-block');
43
+ if (blockElement) {
44
+ blockElement.style.width = chart.chartWidth + 'px';
45
+ blockElement.style.height = chart.chartHeight + 'px';
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }
51
+
52
+ const options = Highcharts.merge({}, circleChartTheme, chartOptions)
22
53
 
23
- <div>
24
- <CircleChart
25
- chartData={dataWithABlock}
26
- id="chart-with-a-block"
27
- innerSize="lg"
28
- marginTop="xl"
29
- rounded
30
- {...props}
31
- >
32
- <Title
33
- size={1}
34
- tag="div"
35
- {...props}
36
- >
37
- {'83'}
38
- </Title>
39
- </CircleChart>
40
- </div>
41
- )
54
+ return (
55
+ <div>
56
+ <div style={{ position: 'relative' }}>
57
+ <HighchartsReact
58
+ highcharts={Highcharts}
59
+ options={options}
60
+ />
61
+ <div
62
+ className="pb-circle-chart-block"
63
+ style={{
64
+ position: 'absolute',
65
+ top: 0,
66
+ left: 0,
67
+ display: 'flex',
68
+ justifyContent: 'center',
69
+ alignItems: 'center',
70
+ zIndex: 1,
71
+ textAlign: 'center',
72
+ pointerEvents: 'none'
73
+ }}
74
+ >
75
+ <Title
76
+ size={1}
77
+ tag="div"
78
+ {...props}
79
+ >
80
+ {'83'}
81
+ </Title>
82
+ </div>
83
+ </div>
84
+ </div>
85
+ )
86
+ }
42
87
 
43
- export default CircleChartBlock
88
+ export default CircleChartBlock
@@ -1,31 +1,44 @@
1
1
  import React from 'react'
2
-
3
- import CircleChart from '../_circle_chart'
2
+ import circleChartTheme from '../circleChartTheme'
3
+ import Highcharts from "highcharts"
4
+ import HighchartsReact from "highcharts-react-official"
5
+ import colors from '../../tokens/exports/_colors.module.scss'
4
6
 
5
7
  const dataWithColors = [
6
8
  {
7
9
  name: 'Waiting for Calls',
8
- value: 41,
10
+ y: 41,
9
11
  },
10
12
  {
11
13
  name: 'On Call',
12
- value: 49,
14
+ y: 49,
13
15
  },
14
16
  {
15
17
  name: 'After Call',
16
- value: 10,
18
+ y: 10,
17
19
  },
18
20
  ]
19
21
 
20
- const CircleChartColors = (props) => (
21
- <div>
22
- <CircleChart
23
- chartData={dataWithColors}
24
- colors={['data-6', 'data-4', 'data-2']}
25
- id="colors-example"
26
- {...props}
27
- />
28
- </div>
29
- )
22
+ const CircleChartColors = () => {
23
+ const chartOptions = {
24
+ series: [{ data: dataWithColors }],
25
+ plotOptions: {
26
+ pie: {
27
+ colors: ["#144075", colors.data_4, colors.data_2]
28
+ }
29
+ }
30
+ }
31
+
32
+ const options = Highcharts.merge({}, circleChartTheme, chartOptions)
33
+
34
+ return (
35
+ <div>
36
+ <HighchartsReact
37
+ highcharts={Highcharts}
38
+ options={options}
39
+ />
40
+ </div>
41
+ )
42
+ }
30
43
 
31
- export default CircleChartColors
44
+ export default CircleChartColors
@@ -1,2 +1,2 @@
1
1
  Custom data colors allow for color customization to match the needs of business requirements.
2
- Pass the prop `colors` and use desired values `data-1 | data-2 | data-3 | data-4 | data-5 | data-6 | data-7 | data-8` in an array. Hex colors are also available `eg: #CA0095`
2
+ Pass the prop `colors` and use desired values `data-1 | data-2 | data-3 | data-4 | data-5 | data-6 | data-7 | data-8` in an array. Hex colors are also available `eg: #CA0095`.
@@ -0,0 +1,2 @@
1
+ Custom data colors allow for color customization to match the needs of business requirements.
2
+ Import the colors from Playbook's tokens, then set custom colors in the plotOptions.pie.colors array using the desired color variables. Hex colors are also available `eg: #CA0095`.
@@ -1,31 +1,43 @@
1
1
  import React from 'react'
2
-
3
- import CircleChart from '../_circle_chart'
2
+ import circleChartTheme from '../circleChartTheme'
3
+ import Highcharts from "highcharts"
4
+ import HighchartsReact from "highcharts-react-official"
4
5
 
5
6
  const data = [
6
7
  {
7
8
  name: 'Waiting for Calls',
8
- value: 41,
9
+ y: 41,
9
10
  },
10
11
  {
11
12
  name: 'On Call',
12
- value: 49,
13
+ y: 49,
13
14
  },
14
15
  {
15
16
  name: 'After Call',
16
- value: 10,
17
+ y: 10,
17
18
  },
18
19
  ]
19
20
 
20
- const CircleChartCustomTooltip = (props) => (
21
- <div>
22
- <CircleChart
23
- chartData={data}
24
- id="circle-chart-default"
25
- tooltipHtml= '<p>Custom tooltip for {point.name} <br/>with value: {point.y}</p>'
26
- {...props}
27
- />
28
- </div>
29
- )
21
+ const CircleChartCustomTooltip = () => {
22
+ const chartOptions = {
23
+ series: [{ data: data }],
24
+ tooltip: {
25
+ headerFormat: null,
26
+ pointFormat: '<p>Custom tooltip for {point.name} <br/>with value: {point.y}</p>',
27
+ useHTML: true,
28
+ },
29
+ }
30
+
31
+ const options = Highcharts.merge({}, circleChartTheme, chartOptions)
32
+
33
+ return (
34
+ <div>
35
+ <HighchartsReact
36
+ highcharts={Highcharts}
37
+ options={options}
38
+ />
39
+ </div>
40
+ )
41
+ }
30
42
 
31
- export default CircleChartCustomTooltip
43
+ export default CircleChartCustomTooltip
@@ -1,3 +1,5 @@
1
- A custom tooltip format can be specified. The desired format can be passed as a `string` of custom HTML to the `tooltipHtml` prop.
2
-
1
+ Custom tooltip formatting is configured through the tooltip object in the chart options:
2
+ `headerFormat` **Type**: String | when set to null will disable the header.
3
+ `pointFormat` **Type**: String | defines the HTML template for each data point and supports custom HTML when `useHTML` is enabled.
4
+ `useHTML` **Type**: boolean (default false) | enables HTML rendering in tooltips.
3
5
  `{point.name}` and `{point.y}` are useful values that can be referenced for each point in the graph.
@@ -1,30 +1,38 @@
1
1
  import React from 'react'
2
-
3
- import CircleChart from '../_circle_chart'
2
+ import circleChartTheme from '../circleChartTheme'
3
+ import Highcharts from "highcharts"
4
+ import HighchartsReact from "highcharts-react-official"
4
5
 
5
6
  const data = [
6
7
  {
7
8
  name: 'Waiting for Calls',
8
- value: 41,
9
+ y: 41,
9
10
  },
10
11
  {
11
12
  name: 'On Call',
12
- value: 49,
13
+ y: 49,
13
14
  },
14
15
  {
15
16
  name: 'After Call',
16
- value: 10,
17
+ y: 10,
17
18
  },
18
19
  ]
19
20
 
20
- const CircleChartDefault = (props) => (
21
- <div>
22
- <CircleChart
23
- chartData={data}
24
- id="circle-chart-default"
25
- {...props}
26
- />
27
- </div>
28
- )
21
+ const chartOptions = {
22
+ series: [{ data: data }],
23
+ }
24
+
25
+ const CircleChartDefault = () => {
26
+ const options = Highcharts.merge({}, circleChartTheme, chartOptions)
27
+
28
+ return (
29
+ <div>
30
+ <HighchartsReact
31
+ highcharts={Highcharts}
32
+ options={options}
33
+ />
34
+ </div>
35
+ );
36
+ };
29
37
 
30
- export default CircleChartDefault
38
+ export default CircleChartDefault;
@@ -1,122 +1,152 @@
1
1
  import React from 'react'
2
-
3
- import CircleChart from '../_circle_chart'
2
+ import circleChartTheme from '../circleChartTheme'
3
+ import Highcharts from "highcharts"
4
+ import HighchartsReact from "highcharts-react-official"
4
5
 
5
6
  const dataFirst = [
6
7
  {
7
8
  name: 'Bugs',
8
- value: 8,
9
+ y: 8,
9
10
  },
10
11
  {
11
12
  name: 'Chores',
12
- value: 1,
13
+ y: 1,
13
14
  },
14
15
  {
15
16
  name: 'Stories',
16
- value: 12,
17
+ y: 12,
17
18
  },
18
19
  ]
19
20
 
20
21
  const dataSecond = [
21
22
  {
22
23
  name: 'Queued',
23
- value: 7,
24
+ y: 7,
24
25
  },
25
26
  {
26
27
  name: 'In Progress',
27
- value: 6,
28
+ y: 6,
28
29
  },
29
30
  {
30
31
  name: 'Validation',
31
- value: 3,
32
+ y: 3,
32
33
  },
33
34
  {
34
35
  name: 'Done',
35
- value: 6,
36
+ y: 6,
36
37
  },
37
38
  ]
38
39
 
39
40
  const dataThird = [
40
41
  {
41
42
  name: '1 Point Tickets',
42
- value: 2,
43
+ y: 2,
43
44
  },
44
45
  {
45
46
  name: '3 Point Tickets',
46
- value: 5,
47
+ y: 5,
47
48
  },
48
49
  {
49
50
  name: '5 Point Tickets',
50
- value: 6,
51
+ y: 6,
51
52
  },
52
53
  {
53
54
  name: '8 Point Tickets',
54
- value: 3,
55
+ y: 3,
55
56
  },
56
57
  {
57
58
  name: '13 Point Tickets',
58
- value: 1,
59
+ y: 1,
59
60
  },
60
61
  ]
62
+
61
63
  const dataFourth = [
62
64
  {
63
65
  name: 'Facebook',
64
- value: 2498,
66
+ y: 2498,
65
67
  },
66
68
  {
67
69
  name: 'YouTube',
68
- value: 2000,
70
+ y: 2000,
69
71
  },
70
72
  {
71
73
  name: 'WhatsApp',
72
- value: 2000,
74
+ y: 2000,
73
75
  },
74
76
  {
75
77
  name: 'Facebook Messenger',
76
- value: 1300,
78
+ y: 1300,
77
79
  },
78
80
  {
79
81
  name: 'WeChat',
80
- value: 1165,
82
+ y: 1165,
81
83
  },
82
84
  {
83
85
  name: 'Instagram',
84
- value: 1000,
86
+ y: 1000,
85
87
  },
86
88
  {
87
89
  name: 'Tik Tok',
88
- value: 800,
90
+ y: 800,
89
91
  },
90
92
  ]
91
93
 
92
- const CircleChartInnerSizes = (props) => (
93
- <div>
94
- <CircleChart
95
- chartData={dataFirst}
96
- id="with-innersize-sm"
97
- innerSize="sm"
98
- {...props}
99
- />
100
- <CircleChart
101
- chartData={dataSecond}
102
- id="with-innersize-md"
103
- innerSize="md"
104
- {...props}
105
- />
106
- <CircleChart
107
- chartData={dataThird}
108
- id="with-innersize-lg"
109
- innerSize="lg"
110
- {...props}
111
- />
112
- <CircleChart
113
- chartData={dataFourth}
114
- className="poop"
115
- id="with-innersize-none "
116
- innerSize="none"
117
- {...props}
118
- />
119
- </div>
120
- )
94
+ const CircleChartInnerSizes = () => {
95
+ const chartOptionsSmall = {
96
+ series: [{
97
+ data: dataFirst,
98
+ innerSize: '35%'
99
+ }],
100
+ }
101
+
102
+ const chartOptionsMedium = {
103
+ series: [{
104
+ data: dataSecond,
105
+ innerSize: '50%'
106
+ }],
107
+ }
108
+
109
+ const chartOptionsLarge = {
110
+ series: [{
111
+ data: dataThird,
112
+ innerSize: '85%'
113
+ }],
114
+ }
115
+
116
+ const chartOptionsNone = {
117
+ series: [{
118
+ data: dataFourth,
119
+ innerSize: '0%'
120
+ }],
121
+ }
122
+
123
+ const optionsSmall = Highcharts.merge({}, circleChartTheme, chartOptionsSmall)
124
+ const optionsMedium = Highcharts.merge({}, circleChartTheme, chartOptionsMedium)
125
+ const optionsLarge = Highcharts.merge({}, circleChartTheme, chartOptionsLarge)
126
+ const optionsNone = Highcharts.merge({}, circleChartTheme, chartOptionsNone)
127
+
128
+ return (
129
+ <div>
130
+ <HighchartsReact
131
+ highcharts={Highcharts}
132
+ options={optionsSmall}
133
+ />
134
+ <HighchartsReact
135
+ highcharts={Highcharts}
136
+ options={optionsMedium}
137
+ />
138
+ <HighchartsReact
139
+ highcharts={Highcharts}
140
+ options={optionsLarge}
141
+ />
142
+ <div className="poop">
143
+ <HighchartsReact
144
+ highcharts={Highcharts}
145
+ options={optionsNone}
146
+ />
147
+ </div>
148
+ </div>
149
+ )
150
+ }
121
151
 
122
- export default CircleChartInnerSizes
152
+ export default CircleChartInnerSizes