@seeqdev/qomponents 0.0.188 → 0.0.189

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.
package/dist/index.esm.js CHANGED
@@ -7570,7 +7570,7 @@ const QTip = () => {
7570
7570
  }
7571
7571
  };
7572
7572
  return (jsx$1(Fragment, { children: jsxs("div", { onMouseEnter: () => setOverTooltip(true), onMouseLeave: () => setOverTooltip(false), "data-testid": tooltipTestId, ref: tooltipRef, className: 'tw:absolute tw:rounded tw:bg-black tw:max-w-96 tw:p-2 tw:text-xs tw:text-sq-white tw:z-[9999] tw:fade-in ' +
7573
- (show ? 'tw:visible' : 'tw:invisible tw:pointer-events-none'), children: [html ? jsx$1(HTMLTip, { text: tooltipText }) : tooltipText, jsx$1("div", { className: "tw:absolute tw:w-2.5 tw:h-2.5 tw:rotate-45 tw:bg-sq-black", ref: tooltipArrowRef })] }) }));
7573
+ (show ? 'tw:visible' : 'tw:invisible tw:pointer-events-none'), children: [html ? jsx$1(HTMLTip, { text: tooltipText }) : tooltipText, jsx$1("div", { className: "tw:absolute tw:w-2.5 tw:h-2.5 tw:rotate-45 tw:bg-sq-black tw:dark:bg-sq-black", ref: tooltipArrowRef })] }) }));
7574
7574
  };
7575
7575
 
7576
7576
  function _typeof(o) {
package/dist/index.js CHANGED
@@ -7590,7 +7590,7 @@ const QTip = () => {
7590
7590
  }
7591
7591
  };
7592
7592
  return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsxs("div", { onMouseEnter: () => setOverTooltip(true), onMouseLeave: () => setOverTooltip(false), "data-testid": tooltipTestId, ref: tooltipRef, className: 'tw:absolute tw:rounded tw:bg-black tw:max-w-96 tw:p-2 tw:text-xs tw:text-sq-white tw:z-[9999] tw:fade-in ' +
7593
- (show ? 'tw:visible' : 'tw:invisible tw:pointer-events-none'), children: [html ? jsxRuntime.jsx(HTMLTip, { text: tooltipText }) : tooltipText, jsxRuntime.jsx("div", { className: "tw:absolute tw:w-2.5 tw:h-2.5 tw:rotate-45 tw:bg-sq-black", ref: tooltipArrowRef })] }) }));
7593
+ (show ? 'tw:visible' : 'tw:invisible tw:pointer-events-none'), children: [html ? jsxRuntime.jsx(HTMLTip, { text: tooltipText }) : tooltipText, jsxRuntime.jsx("div", { className: "tw:absolute tw:w-2.5 tw:h-2.5 tw:rotate-45 tw:bg-sq-black tw:dark:bg-sq-black", ref: tooltipArrowRef })] }) }));
7594
7594
  };
7595
7595
 
7596
7596
  function _typeof(o) {
@@ -3,3 +3,4 @@ declare const _default: {
3
3
  };
4
4
  export default _default;
5
5
  export declare const AllQTips: () => import("react/jsx-runtime").JSX.Element;
6
+ export declare const DarkMode: () => import("react/jsx-runtime").JSX.Element;
package/dist/styles.css CHANGED
@@ -21,6 +21,7 @@
21
21
  --tw-color-gray-400: oklch(70.7% 0.022 261.325);
22
22
  --tw-color-gray-500: oklch(55.1% 0.027 264.364);
23
23
  --tw-color-gray-700: oklch(37.3% 0.034 259.733);
24
+ --tw-color-gray-900: oklch(21% 0.034 264.665);
24
25
  --tw-color-black: #000;
25
26
  --tw-color-white: #fff;
26
27
  --tw-spacing: 0.25rem;
@@ -839,6 +840,9 @@
839
840
  .tw\:bg-gray-500 {
840
841
  background-color: var(--tw-color-gray-500);
841
842
  }
843
+ .tw\:bg-gray-900 {
844
+ background-color: var(--tw-color-gray-900);
845
+ }
842
846
  .tw\:bg-green-400 {
843
847
  background-color: var(--tw-color-green-400);
844
848
  }
@@ -938,6 +942,9 @@
938
942
  .tw\:p-5 {
939
943
  padding: calc(var(--tw-spacing) * 5);
940
944
  }
945
+ .tw\:p-8 {
946
+ padding: calc(var(--tw-spacing) * 8);
947
+ }
941
948
  .tw\:px-1 {
942
949
  padding-inline: calc(var(--tw-spacing) * 1);
943
950
  }
@@ -1122,6 +1129,9 @@
1122
1129
  .tw\:text-sq-white {
1123
1130
  color: var(--sqw-white);
1124
1131
  }
1132
+ .tw\:text-white {
1133
+ color: var(--tw-color-white);
1134
+ }
1125
1135
  .tw\:italic {
1126
1136
  font-style: italic;
1127
1137
  }
@@ -1743,6 +1753,11 @@
1743
1753
  background-color: var(--tw-color-gray-700);
1744
1754
  }
1745
1755
  }
1756
+ .tw\:dark\:bg-sq-black {
1757
+ &:where(.tw-dark, .tw-dark *) {
1758
+ background-color: var(--sq-black);
1759
+ }
1760
+ }
1746
1761
  .tw\:dark\:bg-sq-colored-hover-dark {
1747
1762
  &:where(.tw-dark, .tw-dark *) {
1748
1763
  background-color: #262c36;
@@ -2982,7 +2997,8 @@
2982
2997
  --theme-footer-text: var(--sq-analysis-dark);
2983
2998
  --theme-item-row: var(--sq-analysis-light);
2984
2999
  --theme-highlight-background: var(--sq-analysis-light);
2985
- .color_topic {
3000
+ .color_topic,
3001
+ .color_topic_dark {
2986
3002
  --theme-darker: var(--sq-topic-darker);
2987
3003
  --theme-dark: var(--sq-topic-dark);
2988
3004
  --theme-link: var(--sq-topic-link);
@@ -2995,7 +3011,8 @@
2995
3011
  --theme-item-row: var(--sq-topic-light);
2996
3012
  --theme-highlight-background: var(--sq-topic-light);
2997
3013
  }
2998
- .color_analysis {
3014
+ .color_analysis,
3015
+ .color_analysis_dark {
2999
3016
  --theme-darker: var(--sq-analysis-darker);
3000
3017
  --theme-dark: var(--sq-analysis-dark);
3001
3018
  --theme-link: var(--sq-analysis-link);
@@ -3008,7 +3025,8 @@
3008
3025
  --theme-item-row: var(--sq-analysis-light);
3009
3026
  --theme-highlight-background: var(--sq-analysis-light);
3010
3027
  }
3011
- .color_datalab {
3028
+ .color_datalab,
3029
+ .color_datalab_dark {
3012
3030
  --theme-darker: var(--sq-datalab-darker);
3013
3031
  --theme-dark: var(--sq-datalab-dark);
3014
3032
  --theme-link: var(--sq-datalab-link);
@@ -3019,7 +3037,8 @@
3019
3037
  --theme-footer-text: var(--sq-datalab-dark);
3020
3038
  --theme-highlight-background: var(--sq-datalab-light);
3021
3039
  }
3022
- .color_vantage {
3040
+ .color_vantage,
3041
+ .color_vantage_dark {
3023
3042
  --theme-darker: var(--sq-vantage-darker);
3024
3043
  --theme-dark: var(--sq-vantage-dark);
3025
3044
  --theme-link: var(--sq-vantage-link);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.188",
3
+ "version": "0.0.189",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/src/index.d.ts",