qpp-style 1.34.0-rm.2 → 1.34.0-rm.3

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.
@@ -0,0 +1,2 @@
1
+ cd react
2
+ npm run prepush
@@ -1,11 +1,5 @@
1
1
  import PropTypes from "prop-types";
2
2
  import * as AriaKit from "@ariakit/react";
3
- // import {
4
- // Tooltip as TooltipAriaKit,
5
- // TooltipAnchor,
6
- // TooltipArrow,
7
- // useTooltipState,
8
- // } from "ariakit/tooltip";
9
3
 
10
4
  const TEXT_COLOR = "#FFF";
11
5
  const BACKGROUND_COLOR = "#333";
@@ -39,7 +33,6 @@ const InfotipContent = ({ children, label, ...rest }) => {
39
33
  {...rest}
40
34
  >
41
35
  {label}
42
- {/* <TooltipArrow /> */}
43
36
  </AriaKit.Tooltip>
44
37
  </AriaKit.TooltipProvider>
45
38
  );
@@ -1,7 +1,6 @@
1
1
  import { Children } from "react";
2
2
  import PropTypes from "prop-types";
3
3
  import * as AriaKit from "@ariakit/react";
4
- // import { TabList, Tab, TabPanel, useTabState } from "ariakit/tab";
5
4
 
6
5
  function Tabs({ defaultSelectedId, children, onChange, selected }) {
7
6
  const tab = useTabState({