Socket
Socket
Sign inDemoInstall

@carbon/charts

Package Overview
Dependencies
56
Maintainers
2
Versions
523
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.15.6 to 1.15.7

dist/choropleth-BjSHC_bZ.mjs

12

dist/axis-chart.d.ts

@@ -0,8 +1,8 @@

import { AxisChartsTooltip } from './components/essentials/tooltip-axis';
import { Modal } from './components/essentials/modal';
import { LayoutComponent } from './components/layout';
import { ChartConfig } from './interfaces/model';
import { AxisChartOptions } from './interfaces/charts';
import { ChartModelCartesian } from './model/cartesian-charts';
import { Chart } from './chart';
import { ChartModelCartesian } from './model/cartesian-charts';
import { AxisChartOptions } from './interfaces/charts';
import { ChartConfig } from './interfaces/model';
import { LayoutComponent } from './components/layout';
import { Modal } from './components/essentials/modal';
import { AxisChartsTooltip } from './components/essentials/tooltip-axis';
export declare class AxisChart extends Chart {

@@ -9,0 +9,0 @@ services: any;

@@ -0,8 +1,8 @@

import { Tooltip } from './components/essentials/tooltip';
import { Modal } from './components/essentials/modal';
import { LayoutComponent } from './components/layout';
import { Component } from './components/component';
import { BaseChartOptions } from './interfaces/charts';
import { ChartConfig } from './interfaces/model';
import { ChartModel } from './model/model';
import { ChartConfig } from './interfaces/model';
import { BaseChartOptions } from './interfaces/charts';
import { Component } from './components/component';
import { LayoutComponent } from './components/layout';
import { Modal } from './components/essentials/modal';
import { Tooltip } from './components/essentials/tooltip';
export declare class Chart {

@@ -9,0 +9,0 @@ components: Component[];

@@ -0,6 +1,6 @@

import { Component } from '../components/component';
import { AlluvialChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { AlluvialChartModel } from '../model/alluvial';
import { Chart } from '../chart';
import { AlluvialChartModel } from '../model/alluvial';
import { ChartConfig } from '../interfaces/model';
import { AlluvialChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class AlluvialChart extends Chart {

@@ -7,0 +7,0 @@ model: AlluvialChartModel;

@@ -0,5 +1,5 @@

import { AreaChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { Component } from '../components/component';
import { AxisChart } from '../axis-chart';
import { Component } from '../components/component';
import { ChartConfig } from '../interfaces/model';
import { AreaChartOptions } from '../interfaces/charts';
export declare class StackedAreaChart extends AxisChart {

@@ -6,0 +6,0 @@ constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<AreaChartOptions>);

@@ -0,5 +1,5 @@

import { Component } from '../components/component';
import { AreaChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { AxisChart } from '../axis-chart';
import { ChartConfig } from '../interfaces/model';
import { AreaChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class AreaChart extends AxisChart {

@@ -6,0 +6,0 @@ constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<AreaChartOptions>);

@@ -0,5 +1,5 @@

import { Component } from '../components/component';
import { ChartConfig } from '../interfaces/model';
import { BarChartOptions } from '../interfaces/charts';
import { AxisChart } from '../axis-chart';
import { BarChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { Component } from '../components/component';
export declare class GroupedBarChart extends AxisChart {

@@ -6,0 +6,0 @@ constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BarChartOptions>);

@@ -0,5 +1,5 @@

import { Component } from '../components/component';
import { BarChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { AxisChart } from '../axis-chart';
import { ChartConfig } from '../interfaces/model';
import { BarChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class SimpleBarChart extends AxisChart {

@@ -6,0 +6,0 @@ constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BarChartOptions>);

@@ -0,5 +1,5 @@

import { Component } from '../components/component';
import { BarChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { AxisChart } from '../axis-chart';
import { ChartConfig } from '../interfaces/model';
import { BarChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class StackedBarChart extends AxisChart {

@@ -6,0 +6,0 @@ constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BarChartOptions>);

@@ -0,6 +1,6 @@

import { Component } from '../components/component';
import { ChartConfig } from '../interfaces/model';
import { BoxplotChartOptions } from '../interfaces/charts';
import { BoxplotChartModel } from '../model/boxplot';
import { AxisChart } from '../axis-chart';
import { BoxplotChartModel } from '../model/boxplot';
import { BoxplotChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { Component } from '../components/component';
export declare class BoxplotChart extends AxisChart {

@@ -7,0 +7,0 @@ model: BoxplotChartModel;

@@ -0,5 +1,5 @@

import { Component } from '../components/component';
import { BubbleChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { AxisChart } from '../axis-chart';
import { ChartConfig } from '../interfaces/model';
import { BubbleChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class BubbleChart extends AxisChart {

@@ -6,0 +6,0 @@ constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BubbleChartOptions>);

@@ -0,6 +1,6 @@

import { Component } from '../components/component';
import { ChartConfig } from '../interfaces/model';
import { BulletChartOptions } from '../interfaces/charts';
import { BulletChartModel } from '../model/bullet';
import { AxisChart } from '../axis-chart';
import { BulletChartModel } from '../model/bullet';
import { BulletChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { Component } from '../components/component';
export declare class BulletChart extends AxisChart {

@@ -7,0 +7,0 @@ model: BulletChartModel;

@@ -0,9 +1,9 @@

import { Tooltip } from '../components/essentials/tooltip';
import { LayoutComponent } from '../components/layout/layout';
import { Modal } from '../components/essentials/modal';
import { Component } from '../components/component';
import { ChartConfig } from '../interfaces/model';
import { ChoroplethChartOptions } from '../interfaces/charts';
import { ChoroplethModel } from '../model/choropleth';
import { Chart } from '../chart';
import { ChoroplethModel } from '../model/choropleth';
import { ChoroplethChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { Component } from '../components/component';
import { Modal } from '../components/essentials/modal';
import { LayoutComponent } from '../components/layout/layout';
import { Tooltip } from '../components/essentials/tooltip';
export declare class ExperimentalChoroplethChart extends Chart {

@@ -10,0 +10,0 @@ model: ChoroplethModel;

@@ -0,6 +1,6 @@

import { Component } from '../components/component';
import { CirclePackChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { CirclePackChartModel } from '../model/circle-pack';
import { Chart } from '../chart';
import { CirclePackChartModel } from '../model/circle-pack';
import { ChartConfig } from '../interfaces/model';
import { CirclePackChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class CirclePackChart extends Chart {

@@ -7,0 +7,0 @@ model: CirclePackChartModel;

@@ -0,5 +1,5 @@

import { Component } from '../components/component';
import { ComboChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { AxisChart } from '../axis-chart';
import { ChartConfig } from '../interfaces/model';
import { ComboChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class ComboChart extends AxisChart {

@@ -6,0 +6,0 @@ constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<ComboChartOptions>);

@@ -0,5 +1,5 @@

import { Component } from '../components/component';
import { PieChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { PieChart } from './pie';
import { ChartConfig } from '../interfaces/model';
import { PieChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class DonutChart extends PieChart {

@@ -6,0 +6,0 @@ constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<PieChartOptions>);

@@ -0,6 +1,6 @@

import { Component } from '../components/component';
import { GaugeChartModel } from '../model/gauge';
import { GaugeChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { Chart } from '../chart';
import { ChartConfig } from '../interfaces/model';
import { GaugeChartOptions } from '../interfaces/charts';
import { GaugeChartModel } from '../model/gauge';
import { Component } from '../components/component';
export declare class GaugeChart extends Chart {

@@ -7,0 +7,0 @@ model: GaugeChartModel;

@@ -0,9 +1,9 @@

import { AxisChartsTooltip } from '../components/essentials/tooltip-axis';
import { LayoutComponent } from '../components/layout/layout';
import { Modal } from '../components/essentials/modal';
import { Component } from '../components/component';
import { ChartConfig } from '../interfaces/model';
import { HeatmapChartOptions } from '../interfaces/charts';
import { HeatmapModel } from '../model/heatmap';
import { AxisChart } from '../axis-chart';
import { HeatmapModel } from '../model/heatmap';
import { HeatmapChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { Component } from '../components/component';
import { Modal } from '../components/essentials/modal';
import { LayoutComponent } from '../components/layout/layout';
import { AxisChartsTooltip } from '../components/essentials/tooltip-axis';
export declare class HeatmapChart extends AxisChart {

@@ -10,0 +10,0 @@ model: HeatmapModel;

@@ -0,6 +1,6 @@

import { Component } from '../components/component';
import { ChartConfig } from '../interfaces/model';
import { HistogramChartOptions } from '../interfaces/charts';
import { ChartModelBinned } from '../model/binned-charts';
import { AxisChart } from '../axis-chart';
import { ChartModelBinned } from '../model/binned-charts';
import { HistogramChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { Component } from '../components/component';
export declare class HistogramChart extends AxisChart {

@@ -7,0 +7,0 @@ model: ChartModelBinned;

@@ -0,27 +1,27 @@

import { WordCloudChart } from './wordcloud';
import { StackedBarChart } from './bar-stacked';
import { StackedAreaChart } from './area-stacked';
import { SimpleBarChart } from './bar-simple';
import { TreemapChart } from './treemap';
import { TreeChart } from './tree';
import { ScatterChart } from './scatter';
import { RadarChart } from './radar';
import { PieChart } from './pie';
import { MeterChart } from './meter';
import { LollipopChart } from './lollipop';
import { LineChart } from './line';
import { HistogramChart } from './histogram';
import { HeatmapChart } from './heatmap';
import { GroupedBarChart } from './bar-grouped';
import { GaugeChart } from './gauge';
import { DonutChart } from './donut';
import { ComboChart } from './combo';
import { CirclePackChart } from './circle-pack';
import { ExperimentalChoroplethChart } from './choropleth';
import { BulletChart } from './bullet';
import { BubbleChart } from './bubble';
import { BoxplotChart } from './boxplot';
import { AreaChart } from './area';
import { AlluvialChart } from './alluvial';
import { AreaChart } from './area';
import { BoxplotChart } from './boxplot';
import { BubbleChart } from './bubble';
import { BulletChart } from './bullet';
import { ExperimentalChoroplethChart } from './choropleth';
import { CirclePackChart } from './circle-pack';
import { ComboChart } from './combo';
import { DonutChart } from './donut';
import { GaugeChart } from './gauge';
import { GroupedBarChart } from './bar-grouped';
import { HeatmapChart } from './heatmap';
import { HistogramChart } from './histogram';
import { LineChart } from './line';
import { LollipopChart } from './lollipop';
import { MeterChart } from './meter';
import { PieChart } from './pie';
import { RadarChart } from './radar';
import { ScatterChart } from './scatter';
import { TreeChart } from './tree';
import { TreemapChart } from './treemap';
import { SimpleBarChart } from './bar-simple';
import { StackedAreaChart } from './area-stacked';
import { StackedBarChart } from './bar-stacked';
import { WordCloudChart } from './wordcloud';
export { AlluvialChart, AreaChart, BoxplotChart, BubbleChart, BulletChart, ExperimentalChoroplethChart, CirclePackChart, ComboChart, DonutChart, GaugeChart, GroupedBarChart, HeatmapChart, HistogramChart, LineChart, LollipopChart, MeterChart, PieChart, RadarChart, ScatterChart, SimpleBarChart, StackedAreaChart, StackedBarChart, TreeChart, TreemapChart, WordCloudChart };
export type Charts = AlluvialChart | AreaChart | BoxplotChart | BubbleChart | BulletChart | ExperimentalChoroplethChart | CirclePackChart | ComboChart | DonutChart | GaugeChart | GroupedBarChart | HeatmapChart | HistogramChart | LineChart | LollipopChart | MeterChart | PieChart | RadarChart | ScatterChart | SimpleBarChart | StackedAreaChart | StackedBarChart | TreeChart | TreemapChart | WordCloudChart;

@@ -0,5 +1,5 @@

import { Component } from '../components/component';
import { LineChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { AxisChart } from '../axis-chart';
import { ChartConfig } from '../interfaces/model';
import { LineChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class LineChart extends AxisChart {

@@ -6,0 +6,0 @@ constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<LineChartOptions>);

@@ -0,5 +1,5 @@

import { Component } from '../components/component';
import { LollipopChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { AxisChart } from '../axis-chart';
import { ChartConfig } from '../interfaces/model';
import { LollipopChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class LollipopChart extends AxisChart {

@@ -6,0 +6,0 @@ constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<LollipopChartOptions>);

@@ -0,6 +1,6 @@

import { Component } from '../components/component';
import { MeterChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { MeterChartModel } from '../model/meter';
import { Chart } from '../chart';
import { MeterChartModel } from '../model/meter';
import { ChartConfig } from '../interfaces/model';
import { MeterChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class MeterChart extends Chart {

@@ -7,0 +7,0 @@ model: MeterChartModel;

@@ -0,6 +1,6 @@

import { Component } from '../components/component';
import { PieChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { PieChartModel } from '../model/pie';
import { Chart } from '../chart';
import { PieChartModel } from '../model/pie';
import { ChartConfig } from '../interfaces/model';
import { PieChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class PieChart extends Chart {

@@ -7,0 +7,0 @@ model: PieChartModel;

@@ -0,6 +1,6 @@

import { Component } from '../components/component';
import { RadarChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { RadarChartModel } from '../model/radar';
import { Chart } from '../chart';
import { RadarChartModel } from '../model/radar';
import { ChartConfig } from '../interfaces/model';
import { RadarChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class RadarChart extends Chart {

@@ -7,0 +7,0 @@ model: RadarChartModel;

@@ -0,5 +1,5 @@

import { Component } from '../components/component';
import { ScatterChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { AxisChart } from '../axis-chart';
import { ChartConfig } from '../interfaces/model';
import { ScatterChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class ScatterChart extends AxisChart {

@@ -6,0 +6,0 @@ constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<ScatterChartOptions>);

@@ -0,6 +1,6 @@

import { Component } from '../components/component';
import { TreeChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { TreeChartModel } from '../model/tree';
import { Chart } from '../chart';
import { TreeChartModel } from '../model/tree';
import { ChartConfig } from '../interfaces/model';
import { TreeChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class TreeChart extends Chart {

@@ -7,0 +7,0 @@ model: TreeChartModel;

@@ -0,6 +1,6 @@

import { Component } from '../components/component';
import { TreemapChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { TreemapChartModel } from '../model/treemap';
import { Chart } from '../chart';
import { TreemapChartModel } from '../model/treemap';
import { ChartConfig } from '../interfaces/model';
import { TreemapChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class TreemapChart extends Chart {

@@ -7,0 +7,0 @@ model: TreemapChartModel;

@@ -0,6 +1,6 @@

import { Component } from '../components/component';
import { WorldCloudChartOptions } from '../interfaces/charts';
import { ChartConfig } from '../interfaces/model';
import { WordCloudModel } from '../model/wordcloud';
import { Chart } from '../chart';
import { WordCloudModel } from '../model/wordcloud';
import { ChartConfig } from '../interfaces/model';
import { WorldCloudChartOptions } from '../interfaces/charts';
import { Component } from '../components/component';
export declare class WordCloudChart extends Chart {

@@ -7,0 +7,0 @@ model: WordCloudModel;

@@ -0,5 +1,5 @@

import { ChartModel } from '../../model/model';
import { ScaleTypes, RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { AxisScale, Selection as D3Selection } from 'd3';
import { Component } from '../component';
import { ScaleTypes, RenderTypes } from '../../interfaces/enums';
import { ChartModel } from '../../model/model';
export declare class Axis extends Component {

@@ -20,6 +20,6 @@ type: string;

addEventListeners(): void;
getInvisibleAxisRef(): D3Selection<import("d3-selection").BaseType, any, Element, any>;
getTitleRef(): D3Selection<import("d3-selection").BaseType, any, Element, any>;
getInvisibleAxisRef(): D3Selection<import('d3-selection').BaseType, any, Element, any>;
getTitleRef(): D3Selection<import('d3-selection').BaseType, any, Element, any>;
getNumberOfFittingTicks(size: number, tickSize: number, spaceRatio: number): number;
destroy(): void;
}

@@ -0,4 +1,4 @@

import { RenderTypes } from '../../interfaces/enums';
import { ChartModel } from '../../model/model';
import { Component } from '../component';
import { ChartModel } from '../../model/model';
import { RenderTypes } from '../../interfaces/enums';
export declare class ChartClip extends Component {

@@ -5,0 +5,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class ChartBrush extends Component {

@@ -4,0 +4,0 @@ static DASH_LENGTH: number;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Grid extends Component {

@@ -19,5 +19,5 @@ type: string;

*/
getActiveGridline(position: any): import("d3-selection").Selection<import("d3-selection").BaseType, unknown, SVGGraphicsElement | HTMLDivElement, any>;
getActiveGridline(position: any): import('d3-selection').Selection<import('d3-selection').BaseType, unknown, SVGGraphicsElement | HTMLDivElement, any>;
drawBackdrop(isXGridEnabled: boolean, isYGridEnabled: boolean): void;
cleanGrid(g: any): void;
}

@@ -0,3 +1,3 @@

import { ChartModel } from '../../model/model';
import { Axis } from './axis';
import { ChartModel } from '../../model/model';
export declare class HoverAxis extends Axis {

@@ -4,0 +4,0 @@ constructor(model: ChartModel, services: any, configs?: any);

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Ruler } from './ruler';
import { RenderTypes } from '../../interfaces/enums';
export declare class BinnedRuler extends Ruler {

@@ -4,0 +4,0 @@ type: string;

@@ -0,4 +1,4 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { Selection } from 'd3';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export type GenericSvgSelection = Selection<SVGGraphicsElement, any, Element, any>;

@@ -5,0 +5,0 @@ export declare class Ruler extends Component {

@@ -0,3 +1,3 @@

import { RenderTypes, ToolbarControlTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes, ToolbarControlTypes } from '../../interfaces/enums';
export declare class Toolbar extends Component {

@@ -4,0 +4,0 @@ static buttonID: number;

@@ -0,4 +1,4 @@

import { RenderTypes } from '../../interfaces/enums';
import { Threshold } from '../essentials/threshold';
import { Component } from '../component';
import { Threshold } from '../essentials/threshold';
import { RenderTypes } from '../../interfaces/enums';
export declare class TwoDimensionalAxes extends Component {

@@ -5,0 +5,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class ZeroLine extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,4 +1,4 @@

import { RenderTypes } from '../../interfaces/enums';
import { ChartModelCartesian } from '../../model/cartesian-charts';
import { Component } from '../component';
import { ChartModelCartesian } from '../../model/cartesian-charts';
import { RenderTypes } from '../../interfaces/enums';
export declare class ZoomBar extends Component {

@@ -14,3 +14,3 @@ type: string;

clipId: string;
brush: import("d3-brush").BrushBehavior<unknown>;
brush: import('d3-brush').BrushBehavior<unknown>;
xScale: any;

@@ -17,0 +17,0 @@ yScale: any;

@@ -0,5 +1,5 @@

import { Services } from '../interfaces/services';
import { RenderTypes } from '../interfaces/enums';
import { ChartModel } from '../model/model';
import { Selection as D3Selection } from 'd3';
import { ChartModel } from '../model/model';
import { RenderTypes } from '../interfaces/enums';
import { Services } from '../interfaces/services';
export declare class Component {

@@ -6,0 +6,0 @@ type: string;

@@ -0,4 +1,4 @@

import { ChartModel } from '../../model';
import { Legend } from './legend';
import { RenderTypes } from '../../interfaces/enums';
import { Legend } from './legend';
import { ChartModel } from '../../model';
export declare class ColorScaleLegend extends Legend {

@@ -5,0 +5,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '..';
import { RenderTypes } from '../../interfaces/enums';
export declare class GeoProjection extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -1,5 +0,5 @@

import Position from '@carbon/utils-position';
import { RenderTypes } from '../../interfaces/enums';
import { ChartModel } from '../../model/model';
import { Component } from '../component';
import { ChartModel } from '../../model/model';
import { RenderTypes } from '../../interfaces/enums';
import { default as Position } from '@carbon/utils-position';
export declare class Highlight extends Component {

@@ -6,0 +6,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Legend extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { ChartModel } from '../../model/model';
import { Component } from '../component';
import { ChartModel } from '../../model/model';
export declare class Modal extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -1,5 +0,5 @@

import Position from '@carbon/utils-position';
import { RenderTypes } from '../../interfaces/enums';
import { ChartModel } from '../../model/model';
import { Component } from '../component';
import { ChartModel } from '../../model/model';
import { RenderTypes } from '../../interfaces/enums';
import { default as Position } from '@carbon/utils-position';
export declare class Threshold extends Component {

@@ -6,0 +6,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes, Statuses } from '../../interfaces/enums';
import { Title } from './title';
import { RenderTypes, Statuses } from '../../interfaces/enums';
export declare class MeterTitle extends Title {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Title extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -1,5 +0,5 @@

import Position from '@carbon/utils-position';
import { RenderTypes } from '../../interfaces/enums';
import { ChartModel } from '../../model/model';
import { Component } from '../component';
import { ChartModel } from '../../model/model';
import { RenderTypes } from '../../interfaces/enums';
import { default as Position } from '@carbon/utils-position';
export declare class Tooltip extends Component {

@@ -6,0 +6,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Alluvial extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class StackedArea extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Area extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,4 +1,4 @@

import { RenderTypes } from '../../interfaces/enums';
import { Bar } from './bar';
import { ScaleBand } from 'd3';
import { Bar } from './bar';
import { RenderTypes } from '../../interfaces/enums';
export declare class GroupedBar extends Bar {

@@ -5,0 +5,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Bar } from './bar';
import { RenderTypes } from '../../interfaces/enums';
export declare class SimpleBar extends Bar {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Bar } from './bar';
import { RenderTypes } from '../../interfaces/enums';
export declare class StackedBar extends Bar {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Boxplot extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,8 +1,8 @@

import { RenderTypes } from '../../interfaces/enums';
import { Scatter } from './scatter';
import { Selection } from 'd3';
import { Scatter } from './scatter';
import { RenderTypes } from '../../interfaces/enums';
export declare class Bubble extends Scatter {
type: string;
renderType: RenderTypes;
getRadiusScale(selection: Selection<any, any, any, any>): import("d3-scale").ScaleLinear<number, number, never>;
getRadiusScale(selection: Selection<any, any, any, any>): import('d3-scale').ScaleLinear<number, number, never>;
styleCircles(selection: Selection<any, any, any, any>, animate: boolean): void;

@@ -9,0 +9,0 @@ getTooltipAdditionalItems(datum: any): {

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Bullet extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class CirclePack extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Pie } from './pie';
import { RenderTypes } from '../../interfaces/enums';
export declare class Donut extends Pie {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Gauge extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Heatmap extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
export declare class Histogram extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Line extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Scatter } from './scatter';
import { RenderTypes } from '../../interfaces/enums';
export declare class Lollipop extends Scatter {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Meter extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Pie extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Radar extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Scatter } from './scatter';
import { RenderTypes } from '../../interfaces/enums';
export declare class StackedScatter extends Scatter {

@@ -4,0 +4,0 @@ type: string;

@@ -0,4 +1,4 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { Selection } from 'd3';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Scatter extends Component {

@@ -5,0 +5,0 @@ type: string;

@@ -0,3 +1,3 @@

import { Skeleton } from './skeleton';
import { ScaleLinear, Selection } from 'd3';
import { Skeleton } from './skeleton';
export declare class SkeletonLines extends Skeleton {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { Component } from '../component';
import { ScaleLinear, Selection } from 'd3';
import { Component } from '../component';
export declare class Skeleton extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Tree extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class Treemap extends Component {

@@ -4,0 +4,0 @@ type: string;

@@ -0,3 +1,3 @@

import { RenderTypes } from '../../interfaces/enums';
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class WordCloud extends Component {

@@ -8,3 +8,3 @@ type: string;

render(animate?: boolean): void;
getFontSizeScale(data: any): import("d3-scale").ScaleLinear<number, number, never>;
getFontSizeScale(data: any): import('d3-scale').ScaleLinear<number, number, never>;
handleLegendOnHover: (event: CustomEvent) => void;

@@ -11,0 +11,0 @@ handleLegendMouseOut: () => void;

@@ -0,5 +1,5 @@

import { ChartModel } from '../../model/model';
import { LayoutComponentChild } from '../../interfaces/components';
import { LayoutConfigs } from '../../interfaces/layout';
import { Component } from '../component';
import { LayoutConfigs } from '../../interfaces/layout';
import { LayoutComponentChild } from '../../interfaces/components';
import { ChartModel } from '../../model/model';
export declare class LayoutComponent extends Component {

@@ -6,0 +6,0 @@ static instanceID: number;

@@ -0,3 +1,3 @@

import { LegendItemType } from './interfaces/enums';
import { easeCubicInOut } from 'd3';
import { LegendItemType } from './interfaces/enums';
export declare const carbonPrefix: string;

@@ -4,0 +4,0 @@ export declare const area: {

@@ -0,4 +1,4 @@

import { GridOptions, RulerOptions, TooltipOptions } from './interfaces/components';
import { TimeScaleOptions } from './interfaces/axis-scales';
import { AlluvialChartOptions, AreaChartOptions, AxisChartOptions, BarChartOptions, BaseChartOptions, BubbleChartOptions, BulletChartOptions, ChoroplethChartOptions, CirclePackChartOptions, ComboChartOptions, DonutChartOptions, GaugeChartOptions, HeatmapChartOptions, HistogramChartOptions, LineChartOptions, MeterChartOptions, PieChartOptions, ProportionalMeterChartOptions, RadarChartOptions, ScatterChartOptions, StackedBarChartOptions, ThematicChartOptions, TreeChartOptions, WorldCloudChartOptions } from './interfaces/charts';
import { TimeScaleOptions } from './interfaces/axis-scales';
import { GridOptions, RulerOptions, TooltipOptions } from './interfaces/components';
/**

@@ -5,0 +5,0 @@ * Grid options

@@ -0,4 +1,4 @@

import { ChartTabularData } from '../../interfaces/model';
import { BaseChartOptions } from '../../interfaces/charts';
import { Project } from '@stackblitz/sdk';
import { BaseChartOptions } from '../../interfaces/charts';
import { ChartTabularData } from '../../interfaces/model';
import * as areaDemos from './area';

@@ -5,0 +5,0 @@ import * as barDemos from './bar';

@@ -7,3 +7,3 @@ export declare const stepOptions: {

mapsTo: string;
scaleType: import("../..").ScaleTypes;
scaleType: import('../..').ScaleTypes;
};

@@ -13,3 +13,3 @@ left: {

title: string;
scaleType: import("../..").ScaleTypes;
scaleType: import('../..').ScaleTypes;
};

@@ -38,3 +38,3 @@ };

mapsTo: string;
scaleType: import("../..").ScaleTypes;
scaleType: import('../..').ScaleTypes;
};

@@ -44,3 +44,3 @@ left: {

title: string;
scaleType: import("../..").ScaleTypes;
scaleType: import('../..').ScaleTypes;
};

@@ -65,3 +65,3 @@ };

mapsTo: string;
scaleType: import("../..").ScaleTypes;
scaleType: import('../..').ScaleTypes;
};

@@ -71,3 +71,3 @@ left: {

title: string;
scaleType: import("../..").ScaleTypes;
scaleType: import('../..').ScaleTypes;
};

@@ -87,3 +87,3 @@ };

mapsTo: string;
scaleType: import("../..").ScaleTypes;
scaleType: import('../..').ScaleTypes;
};

@@ -93,3 +93,3 @@ left: {

title: string;
scaleType: import("../..").ScaleTypes;
scaleType: import('../..').ScaleTypes;
};

@@ -96,0 +96,0 @@ };

@@ -0,3 +1,3 @@

import { Demo } from '../..';
import { Project } from '@stackblitz/sdk';
import { Demo } from '../..';
export declare function buildAngularExample(demo: Demo): Project;

@@ -0,3 +1,3 @@

import { Demo } from '../..';
import { Project } from '@stackblitz/sdk';
import { Demo } from '../..';
export declare function buildReactExample(demo: Demo): Project;

@@ -0,3 +1,3 @@

import { Demo } from '../..';
import { Project } from '@stackblitz/sdk';
import { Demo } from '../..';
export declare function buildSvelteExample(demo: Demo): Project;

@@ -0,3 +1,3 @@

import { Demo } from '../..';
import { Project } from '@stackblitz/sdk';
import { Demo } from '../..';
export declare function buildVanillaJsExample(demo: Demo): Project;

@@ -0,3 +1,3 @@

import { Demo } from '../..';
import { Project } from '@stackblitz/sdk';
import { Demo } from '../..';
export declare function buildVueExample(demo: Demo): Project;

@@ -0,6 +1,6 @@

import { TruncationOptions } from './truncation';
import { ThresholdOptions } from './components';
import { AxisTitleOrientations, ScaleTypes, TickRotations } from './enums';
import { Locale } from 'date-fns/locale';
import { AxisDomain } from 'd3';
import { Locale } from 'date-fns/locale';
import { AxisTitleOrientations, ScaleTypes, TickRotations } from './enums';
import { ThresholdOptions } from './components';
import { TruncationOptions } from './truncation';
export interface BasedAxisOptions {

@@ -7,0 +7,0 @@ /**

@@ -0,4 +1,4 @@

import { AxesOptions, AxisOptions, BinnedAxisOptions, ComboChartAxisOptions, TimeScaleOptions } from './axis-scales';
import { BarOptions, GridOptions, LegendOptions, StackedBarOptions, ToolbarOptions, TooltipOptions, ZoomBarsOptions, Locale, TabularRepCustomizationOptions } from './components';
import { Alignments, ArrowDirections, ChartTheme, ChartTypes, ColorLegendType, DividerStatus, GaugeTypes, Projection, Statuses, TreeTypes } from './enums';
import { BarOptions, GridOptions, LegendOptions, StackedBarOptions, ToolbarOptions, TooltipOptions, ZoomBarsOptions, Locale, TabularRepCustomizationOptions } from './components';
import { AxesOptions, AxisOptions, BinnedAxisOptions, ComboChartAxisOptions, TimeScaleOptions } from './axis-scales';
/**

@@ -5,0 +5,0 @@ * Base chart options common to any chart

@@ -0,4 +1,4 @@

import { TruncationOptions } from './truncation';
import { Component } from '../components';
import { LayoutGrowth, LegendPositions, Alignments, ToolbarControlTypes, ZoomBarTypes } from './enums';
import { Component } from '../components';
import { TruncationOptions } from './truncation';
/**

@@ -5,0 +5,0 @@ *Locale Options Interface

@@ -0,10 +1,10 @@

import { Zoom } from '../services/zoom';
import { GradientUtils } from '../services/essentials/gradient-utils';
import { Files } from '../services/essentials/files';
import { Events } from '../services/essentials/events';
import { Curves } from '../services/curves';
import { CanvasZoom } from '../services/canvas-zoom';
import { CartesianScales } from '../services/scales-cartesian';
import { DOMUtils } from '../services/essentials/dom-utils';
import { Transitions } from '../services/essentials/transitions';
import { DOMUtils } from '../services/essentials/dom-utils';
import { CartesianScales } from '../services/scales-cartesian';
import { CanvasZoom } from '../services/canvas-zoom';
import { Curves } from '../services/curves';
import { Events } from '../services/essentials/events';
import { Files } from '../services/essentials/files';
import { GradientUtils } from '../services/essentials/gradient-utils';
import { Zoom } from '../services/zoom';
export interface Services {

@@ -11,0 +11,0 @@ canvasZoom?: CanvasZoom;

@@ -0,3 +1,3 @@

import { AxisFlavor } from '../interfaces/enums';
import { ChartModel } from './model';
import { AxisFlavor } from '../interfaces/enums';
/**

@@ -4,0 +4,0 @@ * This supports adding X and Y Cartesian[2D] zoom data to a ChartModel

@@ -0,3 +1,3 @@

import { LegendItemType } from '../interfaces/enums';
import { ChartModel } from './model';
import { LegendItemType } from '../interfaces/enums';
/** The charting model layer which includes mainly the chart data and options,

@@ -4,0 +4,0 @@ * as well as some misc. information to be shared among components */

@@ -0,3 +1,3 @@

import { ChartModelCartesian } from './cartesian-charts';
import { AxisFlavor } from '../interfaces/enums';
import { ChartModelCartesian } from './cartesian-charts';
/** The gauge chart model layer */

@@ -4,0 +4,0 @@ export declare class HeatmapModel extends ChartModelCartesian {

@@ -0,3 +1,3 @@

import { ChartTabularData } from '../interfaces/model';
import { ColorClassNameTypes } from '../interfaces/enums';
import { ChartTabularData } from '../interfaces/model';
export type StackKeysParams = {

@@ -45,6 +45,6 @@ bins?: any;

getBinConfigurations(): {
bins: import("d3-array").Bin<number, number>[];
bins: import('d3-array').Bin<number, number>[];
binsDomain: any[];
};
getBinnedStackedData(): import("d3").SeriesPoint<{
getBinnedStackedData(): import('d3').SeriesPoint<{
[key: string]: number;

@@ -51,0 +51,0 @@ }>[][];

export declare function getDomain(data: any): number[];
export declare function getColorScale(displayData: any, colorOptions: any): import("d3-scale").ScaleQuantize<number, never>;
export declare function getColorScale(displayData: any, colorOptions: any): import('d3-scale').ScaleQuantize<number, never>;
import { Service } from './service';
export declare class Curves extends Service {
curveTypes: {
curveLinear: import("d3").CurveFactory;
curveLinearClosed: import("d3").CurveFactory;
curveBasis: import("d3").CurveFactory;
curveBasisClosed: import("d3").CurveFactory;
curveBasisOpen: import("d3").CurveFactory;
curveBundle: import("d3").CurveBundleFactory;
curveCardinal: import("d3").CurveCardinalFactory;
curveCardinalClosed: import("d3").CurveCardinalFactory;
curveCardinalOpen: import("d3").CurveCardinalFactory;
curveCatmullRom: import("d3").CurveCatmullRomFactory;
curveCatmullRomClosed: import("d3").CurveCatmullRomFactory;
curveCatmullRomOpen: import("d3").CurveCatmullRomFactory;
curveMonotoneX: import("d3").CurveFactory;
curveMonotoneY: import("d3").CurveFactory;
curveNatural: import("d3").CurveFactory;
curveStep: import("d3").CurveFactory;
curveStepAfter: import("d3").CurveFactory;
curveStepBefore: import("d3").CurveFactory;
curveLinear: import('d3').CurveFactory;
curveLinearClosed: import('d3').CurveFactory;
curveBasis: import('d3').CurveFactory;
curveBasisClosed: import('d3').CurveFactory;
curveBasisOpen: import('d3').CurveFactory;
curveBundle: import('d3').CurveBundleFactory;
curveCardinal: import('d3').CurveCardinalFactory;
curveCardinalClosed: import('d3').CurveCardinalFactory;
curveCardinalOpen: import('d3').CurveCardinalFactory;
curveCatmullRom: import('d3').CurveCatmullRomFactory;
curveCatmullRomClosed: import('d3').CurveCatmullRomFactory;
curveCatmullRomOpen: import('d3').CurveCatmullRomFactory;
curveMonotoneX: import('d3').CurveFactory;
curveMonotoneY: import('d3').CurveFactory;
curveNatural: import('d3').CurveFactory;
curveStep: import('d3').CurveFactory;
curveStepAfter: import('d3').CurveFactory;
curveStepBefore: import('d3').CurveFactory;
};
getD3Curve(): any;
}

@@ -0,4 +1,4 @@

import { Service } from '../service';
import { ChartModel } from '../../model/model';
import { Selection } from 'd3';
import { ChartModel } from '../../model/model';
import { Service } from '../service';
export interface Dimensions {

@@ -5,0 +5,0 @@ height: number;

@@ -0,3 +1,3 @@

import { ChartModel } from '../../model/model';
import { Service } from '../service';
import { ChartModel } from '../../model/model';
export declare class Files extends Service {

@@ -4,0 +4,0 @@ constructor(model: ChartModel, services: any);

@@ -0,3 +1,3 @@

import { Transition } from 'd3';
import { Service } from '../service';
import { Transition } from 'd3';
export interface setupTransitionConfigs {

@@ -4,0 +4,0 @@ transition?: any;

@@ -0,5 +1,5 @@

import { ThresholdOptions } from '../interfaces/components';
import { AxisPositions, CartesianOrientations, ScaleTypes } from '../interfaces/enums';
import { Service } from './service';
import { ScaleTime, ScaleBand, ScaleLinear } from 'd3';
import { Service } from './service';
import { AxisPositions, CartesianOrientations, ScaleTypes } from '../interfaces/enums';
import { ThresholdOptions } from '../interfaces/components';
export type ScaleFunction = ScaleTime<number, number, never> | ScaleBand<string> | ScaleLinear<number, number, never>;

@@ -6,0 +6,0 @@ export declare class CartesianScales extends Service {

@@ -0,3 +1,3 @@

import { Services } from '../interfaces/services';
import { ChartModel } from '../model/model';
import { Services } from '../interfaces/services';
export declare class Service {

@@ -4,0 +4,0 @@ protected model: ChartModel;

@@ -0,3 +1,3 @@

import { TimeIntervalFormats, TimeScaleOptions } from '../interfaces/axis-scales';
import { Locale } from '../interfaces/components';
import { TimeIntervalFormats, TimeScaleOptions } from '../interfaces/axis-scales';
export declare const TIME_INTERVALS: (string | number)[][];

@@ -4,0 +4,0 @@ export declare function isTickPrimary(tick: number, i: number, allTicks: Array<number>, interval: string, showDayName: boolean): boolean;

@@ -0,3 +1,3 @@

import { ChartModelCartesian } from '../model';
import { Service } from './service';
import { ChartModelCartesian } from '../model';
export declare class Zoom extends Service {

@@ -4,0 +4,0 @@ protected model: ChartModelCartesian;

@@ -0,3 +1,3 @@

import { CartesianOrientations } from './interfaces/enums';
import { Numeric } from 'd3';
import { CartesianOrientations } from './interfaces/enums';
export declare function debounceWithD3MousePosition(fn: any, delay: number, holder: any): (...args: any) => void;

@@ -4,0 +4,0 @@ /**

{
"name": "@carbon/charts",
"version": "1.15.6",
"version": "1.15.7",
"description": "Carbon Charts component library",

@@ -84,4 +84,4 @@ "type": "module",

"@carbon/colors": "^11.21.0",
"@carbon/utils-position": "^1.1.4",
"@ibm/telemetry-js": "^1.3.0",
"@carbon/utils-position": "^1.2.0",
"@ibm/telemetry-js": "^1.4.0",
"carbon-components": "^10.58.14",

@@ -92,3 +92,3 @@ "d3": "^7.9.0",

"date-fns": "^3.6.0",
"dompurify": "^3.0.10",
"dompurify": "^3.1.0",
"html-to-image": "^1.11.11",

@@ -114,4 +114,4 @@ "lodash-es": "^4.17.21",

"@carbon/layout": "^11.21.0",
"@carbon/styles": "^1.53.1",
"@carbon/themes": "^11.33.1",
"@carbon/styles": "^1.55.0",
"@carbon/themes": "^11.34.0",
"@rollup/plugin-replace": "^5.0.5",

@@ -129,9 +129,9 @@ "@stackblitz/sdk": "^1.9.0",

"resize-observer-polyfill": "^1.5.1",
"sass": "^1.72.0",
"sass": "^1.75.0",
"storybook": "^7.6.17",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-dts": "^3.7.3",
"vitest": "^1.4.0"
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.2",
"vitest": "^1.5.0"
},

@@ -185,3 +185,3 @@ "publishConfig": {

],
"gitHead": "6e94b7f6cc3cce51955f13d11dba3cfaaf961354"
"gitHead": "d6e42aaf64e1bd27191ade6a3982678bbf1937dc"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc