@genesislcap/g2plot-chart 14.417.1-alpha-2d3f259.0 → 14.417.1-alpha-efccb2a.0

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.
@@ -6,7 +6,7 @@
6
6
 
7
7
  declare module 'react/jsx-runtime' {
8
8
  namespace JSX {
9
- interface FuiElementProps2 {
9
+ interface GenesislcapG2plotChartReactElementProps2 {
10
10
  children?: unknown;
11
11
  class?: string;
12
12
  className?: string;
@@ -34,7 +34,7 @@ declare module 'react/jsx-runtime' {
34
34
  'fields'?: string;
35
35
  'request'?: any;
36
36
  }
37
- interface FuiElementProps1 {
37
+ interface GenesislcapG2plotChartReactElementProps1 {
38
38
  children?: unknown;
39
39
  class?: string;
40
40
  className?: string;
@@ -48,7 +48,7 @@ declare module 'react/jsx-runtime' {
48
48
  [key: `aria-${string}`]: string | number | boolean | undefined;
49
49
  'type'?: unknown;
50
50
  }
51
- interface FuiElementProps1 {
51
+ interface GenesislcapG2plotChartReactElementProps1 {
52
52
  children?: unknown;
53
53
  class?: string;
54
54
  className?: string;
@@ -63,9 +63,9 @@ declare module 'react/jsx-runtime' {
63
63
  'type'?: unknown;
64
64
  }
65
65
  interface IntrinsicElements {
66
- 'chart-datasource': FuiElementProps2;
67
- 'rapid-g2plot-chart': FuiElementProps1;
68
- 'zero-g2plot-chart': FuiElementProps1;
66
+ 'chart-datasource': GenesislcapG2plotChartReactElementProps2;
67
+ 'rapid-g2plot-chart': GenesislcapG2plotChartReactElementProps1;
68
+ 'zero-g2plot-chart': GenesislcapG2plotChartReactElementProps1;
69
69
  }
70
70
  }
71
71
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/g2plot-chart",
3
3
  "description": "Genesis G2plot Chart",
4
- "version": "14.417.1-alpha-2d3f259.0",
4
+ "version": "14.417.1-alpha-efccb2a.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -53,21 +53,21 @@
53
53
  }
54
54
  },
55
55
  "devDependencies": {
56
- "@genesislcap/foundation-testing": "14.417.1-alpha-2d3f259.0",
57
- "@genesislcap/genx": "14.417.1-alpha-2d3f259.0",
58
- "@genesislcap/rollup-builder": "14.417.1-alpha-2d3f259.0",
59
- "@genesislcap/ts-builder": "14.417.1-alpha-2d3f259.0",
60
- "@genesislcap/uvu-playwright-builder": "14.417.1-alpha-2d3f259.0",
61
- "@genesislcap/vite-builder": "14.417.1-alpha-2d3f259.0",
62
- "@genesislcap/webpack-builder": "14.417.1-alpha-2d3f259.0"
56
+ "@genesislcap/foundation-testing": "14.417.1-alpha-efccb2a.0",
57
+ "@genesislcap/genx": "14.417.1-alpha-efccb2a.0",
58
+ "@genesislcap/rollup-builder": "14.417.1-alpha-efccb2a.0",
59
+ "@genesislcap/ts-builder": "14.417.1-alpha-efccb2a.0",
60
+ "@genesislcap/uvu-playwright-builder": "14.417.1-alpha-efccb2a.0",
61
+ "@genesislcap/vite-builder": "14.417.1-alpha-efccb2a.0",
62
+ "@genesislcap/webpack-builder": "14.417.1-alpha-efccb2a.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@antv/g2plot": "^2.4.32",
66
- "@genesislcap/foundation-comms": "14.417.1-alpha-2d3f259.0",
67
- "@genesislcap/foundation-logger": "14.417.1-alpha-2d3f259.0",
68
- "@genesislcap/foundation-ui": "14.417.1-alpha-2d3f259.0",
69
- "@genesislcap/foundation-utils": "14.417.1-alpha-2d3f259.0",
70
- "@genesislcap/foundation-zero": "14.417.1-alpha-2d3f259.0",
66
+ "@genesislcap/foundation-comms": "14.417.1-alpha-efccb2a.0",
67
+ "@genesislcap/foundation-logger": "14.417.1-alpha-efccb2a.0",
68
+ "@genesislcap/foundation-ui": "14.417.1-alpha-efccb2a.0",
69
+ "@genesislcap/foundation-utils": "14.417.1-alpha-efccb2a.0",
70
+ "@genesislcap/foundation-zero": "14.417.1-alpha-efccb2a.0",
71
71
  "@microsoft/fast-element": "1.14.0",
72
72
  "@microsoft/fast-foundation": "2.50.0"
73
73
  },
@@ -80,5 +80,5 @@
80
80
  "access": "public"
81
81
  },
82
82
  "customElements": "dist/custom-elements.json",
83
- "gitHead": "a8d594c173414d514d68bd32ee55dacac3399d58"
83
+ "gitHead": "00d0d357de82849ea9dc574f615ba69d71b78ede"
84
84
  }