playbook_ui_docs 14.22.0.pre.alpha.play2261highchartsbargraphimportedstyles8730 → 14.22.0.pre.alpha.popoverkittransitionpoppertofloatingui8781
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/docs/_bar_graph_colors.jsx +1 -1
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_default.jsx +1 -1
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_height.jsx +1 -1
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_horizontal.jsx +1 -1
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx +1 -1
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_non_clickable.jsx +1 -1
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_position.jsx +1 -1
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.jsx +1 -2
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.jsx +1 -1
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_spline.jsx +1 -2
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_stacked.jsx +1 -1
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_click_open.html.erb +14 -0
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_click_open_rails.md +1 -0
- data/app/pb_kits/playbook/pb_tooltip/docs/example.yml +1 -0
- data/dist/playbook-doc.js +1 -1
- metadata +5 -3
- /data/app/pb_kits/playbook/pb_tooltip/docs/{_tooltip_click_open.md → _tooltip_click_open_react.md} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 704d01da3888a6cf02969a583cd5dd19db7e3e91d882e0a7a6a1f50e175e5bb9
|
4
|
+
data.tar.gz: 36b9fee9ce35049cd977fdf30bd95f9758afbb07b660df1356c990bfc22b87e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db12dbbfd2234e6469f96584ed34b5eaff6ba3922d5ab633d0d7685878fcc08f214e134052d601c4b27d2cd3be1e2ae3cbc70840da0f9fa2b4361199211534ec
|
7
|
+
data.tar.gz: c5a5b215490e4a0be36cb65ee4c065d9995719c40911514bccc949c8398bea375d9341db984cac2f3c7aadc5e6f87e7bbe2eeb83bcc7658e5d822beb7c4af257
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import React from 'react'
|
2
2
|
import colors from '../../tokens/exports/_colors.module.scss'
|
3
|
+
import barGraphTheme from '../barGraphTheme';
|
3
4
|
import Highcharts from "highcharts";
|
4
5
|
import HighchartsReact from "highcharts-react-official";
|
5
6
|
|
6
|
-
import barGraphTheme from '../barGraphTheme';
|
7
7
|
|
8
8
|
|
9
9
|
const chartData = [{
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import React from 'react'
|
2
|
+
import barGraphTheme from '../barGraphTheme';
|
2
3
|
import Highcharts from "highcharts";
|
3
4
|
import HighchartsReact from "highcharts-react-official";
|
4
5
|
|
5
|
-
import barGraphTheme from '../barGraphTheme';
|
6
6
|
|
7
7
|
const chartData = [{
|
8
8
|
name: 'Installation',
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import React from 'react'
|
2
|
+
import barGraphTheme from '../barGraphTheme';
|
2
3
|
import Highcharts from "highcharts";
|
3
4
|
import HighchartsReact from "highcharts-react-official";
|
4
5
|
|
5
|
-
import barGraphTheme from '../barGraphTheme';
|
6
6
|
|
7
7
|
const chartData = [{
|
8
8
|
name: 'Number of Installations',
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import React from 'react'
|
2
|
+
import barGraphTheme from '../barGraphTheme';
|
2
3
|
import Highcharts from "highcharts";
|
3
4
|
import HighchartsReact from "highcharts-react-official";
|
4
5
|
|
5
|
-
import barGraphTheme from '../barGraphTheme';
|
6
6
|
|
7
7
|
const chartData = [{
|
8
8
|
name: 'Number of Installations',
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import React from 'react'
|
2
|
+
import barGraphTheme from '../barGraphTheme';
|
2
3
|
import Highcharts from "highcharts";
|
3
4
|
import HighchartsReact from "highcharts-react-official";
|
4
5
|
|
5
|
-
import barGraphTheme from '../barGraphTheme';
|
6
6
|
|
7
7
|
const chartData = [{
|
8
8
|
name: 'Number of Installations',
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import React from 'react'
|
2
|
+
import barGraphTheme from '../barGraphTheme';
|
2
3
|
import Highcharts from "highcharts";
|
3
4
|
import HighchartsReact from "highcharts-react-official";
|
4
5
|
|
5
6
|
import Title from "../../pb_title/_title"
|
6
7
|
|
7
|
-
import barGraphTheme from '../barGraphTheme';
|
8
8
|
|
9
9
|
const chartData = [{
|
10
10
|
name: 'Installation',
|
@@ -1,9 +1,8 @@
|
|
1
1
|
import React from 'react'
|
2
|
-
|
2
|
+
import barGraphTheme from '../barGraphTheme';
|
3
3
|
import Highcharts from "highcharts";
|
4
4
|
import HighchartsReact from "highcharts-react-official";
|
5
5
|
|
6
|
-
import barGraphTheme from '../barGraphTheme';
|
7
6
|
|
8
7
|
const chartData = [{
|
9
8
|
name: 'Installation',
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import React from 'react'
|
2
|
+
import barGraphTheme from '../barGraphTheme';
|
2
3
|
import Highcharts from "highcharts"
|
3
4
|
import HighchartsReact from "highcharts-react-official"
|
4
5
|
|
5
6
|
|
6
|
-
import barGraphTheme from '../barGraphTheme';
|
7
7
|
import colors from '../../tokens/exports/_colors.module.scss'
|
8
8
|
import typography from '../../tokens/exports/_typography.module.scss'
|
9
9
|
|
@@ -1,9 +1,8 @@
|
|
1
1
|
import React from 'react'
|
2
|
-
|
2
|
+
import barGraphTheme from '../barGraphTheme';
|
3
3
|
import Highcharts from "highcharts";
|
4
4
|
import HighchartsReact from "highcharts-react-official";
|
5
5
|
|
6
|
-
import barGraphTheme from '../barGraphTheme';
|
7
6
|
|
8
7
|
const chartData = [{
|
9
8
|
name: 'Number of Installations',
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import React from 'react'
|
2
|
+
import barGraphTheme from '../barGraphTheme';
|
2
3
|
import Highcharts from "highcharts";
|
3
4
|
import HighchartsReact from "highcharts-react-official";
|
4
5
|
|
5
|
-
import barGraphTheme from '../barGraphTheme';
|
6
6
|
|
7
7
|
const chartData = [{
|
8
8
|
name: 'Installation',
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<%= pb_rails("button", props: {
|
2
|
+
text: "Click to Open",
|
3
|
+
id: "click-tooltip-trigger-1",
|
4
|
+
variant: "primary"
|
5
|
+
}) %>
|
6
|
+
|
7
|
+
<%= pb_rails("tooltip", props: {
|
8
|
+
trigger_element_selector: "#click-tooltip-trigger-1",
|
9
|
+
tooltip_id: "click-tooltip-1",
|
10
|
+
position: "top",
|
11
|
+
use_click_to_open: true
|
12
|
+
}) do %>
|
13
|
+
Tooltip opened by click! Click trigger again to close.
|
14
|
+
<% end %>
|
@@ -0,0 +1 @@
|
|
1
|
+
Set the prop `use_click_to_open` as `true` so that the tooltip will only appear when an item is clicked rather than hovered over.
|