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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3491e5ef8982f4fbe511b56403c66744cbf949884c9e89857005622dcd2e8d69
4
- data.tar.gz: a8448d740f0b1997124182820bde98f02454b6826b33d45230b6c324c1346edd
3
+ metadata.gz: 704d01da3888a6cf02969a583cd5dd19db7e3e91d882e0a7a6a1f50e175e5bb9
4
+ data.tar.gz: 36b9fee9ce35049cd977fdf30bd95f9758afbb07b660df1356c990bfc22b87e0
5
5
  SHA512:
6
- metadata.gz: 19f24771920158c8f101854f6f9e454c3314c3ce818715f8e44fa600e300c5de8ee10b552881e911c46f3144742e495c800e360f418bb379b37d1876f93e1efa
7
- data.tar.gz: b497ce73018b9b8d48a1dfe256e7fd49c9b64b35b282bf1e41900320b459f2bc779a32db0fa542f56ca78c030e1c7cf21c78b3e36336cc25a483bec64dba0b91
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 chartOptions = {
8
8
  chart: {
@@ -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.
@@ -9,6 +9,7 @@ examples:
9
9
  - tooltip_with_icon_circle: Icon Circle Tooltip
10
10
  - tooltip_delay_rails: Delay
11
11
  - tooltip_show_tooltip: Show Tooltip
12
+ - tooltip_click_open: Click to Open
12
13
 
13
14
  react:
14
15
  - tooltip_default_react: Default