oolib 2.202.0 → 2.202.1
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/icons/index.d.ts
CHANGED
|
@@ -131,6 +131,8 @@ export namespace icons {
|
|
|
131
131
|
export { ChartBarHorizontal };
|
|
132
132
|
export { GridNine };
|
|
133
133
|
export { ChartDonut };
|
|
134
|
+
export { SlidersHorizontal };
|
|
135
|
+
export { Stack };
|
|
134
136
|
export { OkeGoogleIcon };
|
|
135
137
|
export { LetterH };
|
|
136
138
|
export { IndexIcon };
|
|
@@ -327,6 +329,8 @@ import { ShareIcon as Share } from '@phosphor-icons/react';
|
|
|
327
329
|
import { ChartBarHorizontalIcon as ChartBarHorizontal } from '@phosphor-icons/react';
|
|
328
330
|
import { GridNineIcon as GridNine } from '@phosphor-icons/react';
|
|
329
331
|
import { ChartDonutIcon as ChartDonut } from '@phosphor-icons/react';
|
|
332
|
+
import { SlidersHorizontalIcon as SlidersHorizontal } from '@phosphor-icons/react';
|
|
333
|
+
import { StackIcon as Stack } from '@phosphor-icons/react';
|
|
330
334
|
import { OkeGoogleIcon } from "./custom";
|
|
331
335
|
import { LetterH } from "./custom";
|
|
332
336
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -136,6 +136,8 @@ exports.icons = {
|
|
|
136
136
|
ChartBarHorizontal: react_1.ChartBarHorizontalIcon,
|
|
137
137
|
GridNine: react_1.GridNineIcon,
|
|
138
138
|
ChartDonut: react_1.ChartDonutIcon,
|
|
139
|
+
SlidersHorizontal: react_1.SlidersHorizontalIcon,
|
|
140
|
+
Stack: react_1.StackIcon,
|
|
139
141
|
//custom icons
|
|
140
142
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
141
143
|
LetterH: custom_1.LetterH,
|
|
@@ -16,7 +16,7 @@ var useAxisMeasure = function (defaultAxisLabelWidth) {
|
|
|
16
16
|
// console.log({verEL: el})
|
|
17
17
|
verticalRefs.current[index] = el;
|
|
18
18
|
};
|
|
19
|
-
console.log({
|
|
19
|
+
// console.log({horizontalRefs, verticalRefs})
|
|
20
20
|
(0, react_1.useEffect)(function () {
|
|
21
21
|
// Measure horizontal labels
|
|
22
22
|
var maxHorizontalWidth = 0;
|