@sebgroup/green-core 2.0.1 → 2.0.2-rc.20250828093900526
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.
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import "../../chunks/chunk.QU3DSPNU.js";
|
|
2
2
|
import * as Listbox from "../../primitives/listbox/listbox.trans.styles.js";
|
|
3
3
|
import { TransitionalStyles } from "../../utils/transitional-styles/transitional-styles.js";
|
|
4
|
+
import * as Button from "../button/button.trans.styles.js";
|
|
4
5
|
import * as Popover from "../popover/popover.trans.styles.js";
|
|
5
6
|
import styles from "./context-menu.trans.styles.scss.js";
|
|
6
7
|
function register() {
|
|
7
8
|
TransitionalStyles.instance.register("gds-context-menu", styles.toString());
|
|
8
9
|
Popover.register();
|
|
9
10
|
Listbox.register();
|
|
11
|
+
Button.register();
|
|
10
12
|
}
|
|
11
13
|
var context_menu_trans_styles_default = register;
|
|
12
14
|
export {
|
|
@@ -38,8 +38,8 @@ export * from './spinner/index.js';
|
|
|
38
38
|
export * from './text/index.js';
|
|
39
39
|
export * from './textarea/index.js';
|
|
40
40
|
export * from './theme/index.js';
|
|
41
|
-
export * from './video/index.js';
|
|
42
41
|
export * from './form-control-footer/index.js';
|
|
42
|
+
export * from './video/index.js';
|
|
43
43
|
export * from './form-control-header/index.js';
|
|
44
44
|
export * from './option/index.js';
|
|
45
45
|
export * from './menu-item/index.js';
|
|
@@ -52,6 +52,8 @@ export * from './formatted-number/index.js';
|
|
|
52
52
|
export * from './radio-group/index.js';
|
|
53
53
|
export * from './segment/index.js';
|
|
54
54
|
export * from './sensitive-account/index.js';
|
|
55
|
+
export * from './sensitive-date/index.js';
|
|
56
|
+
export * from './sensitive-number/index.js';
|
|
55
57
|
export * from './icons/icon-ai/index.js';
|
|
56
58
|
export * from './icons/icon-airplane-up/index.js';
|
|
57
59
|
export * from './icons/icon-archive/index.js';
|
|
@@ -344,5 +346,3 @@ export * from './icons/icon-youtube/index.js';
|
|
|
344
346
|
export * from './icons/icon-zap/index.js';
|
|
345
347
|
export * from './icons/icon-zoom-in/index.js';
|
|
346
348
|
export * from './icons/icon-zoom-out/index.js';
|
|
347
|
-
export * from './sensitive-date/index.js';
|
|
348
|
-
export * from './sensitive-number/index.js';
|
package/generated/react/index.js
CHANGED
|
@@ -38,8 +38,8 @@ export * from "./spinner/index.js";
|
|
|
38
38
|
export * from "./text/index.js";
|
|
39
39
|
export * from "./textarea/index.js";
|
|
40
40
|
export * from "./theme/index.js";
|
|
41
|
-
export * from "./video/index.js";
|
|
42
41
|
export * from "./form-control-footer/index.js";
|
|
42
|
+
export * from "./video/index.js";
|
|
43
43
|
export * from "./form-control-header/index.js";
|
|
44
44
|
export * from "./option/index.js";
|
|
45
45
|
export * from "./menu-item/index.js";
|
|
@@ -52,6 +52,8 @@ export * from "./formatted-number/index.js";
|
|
|
52
52
|
export * from "./radio-group/index.js";
|
|
53
53
|
export * from "./segment/index.js";
|
|
54
54
|
export * from "./sensitive-account/index.js";
|
|
55
|
+
export * from "./sensitive-date/index.js";
|
|
56
|
+
export * from "./sensitive-number/index.js";
|
|
55
57
|
export * from "./icons/icon-ai/index.js";
|
|
56
58
|
export * from "./icons/icon-airplane-up/index.js";
|
|
57
59
|
export * from "./icons/icon-archive/index.js";
|
|
@@ -344,5 +346,3 @@ export * from "./icons/icon-youtube/index.js";
|
|
|
344
346
|
export * from "./icons/icon-zap/index.js";
|
|
345
347
|
export * from "./icons/icon-zoom-in/index.js";
|
|
346
348
|
export * from "./icons/icon-zoom-out/index.js";
|
|
347
|
-
export * from "./sensitive-date/index.js";
|
|
348
|
-
export * from "./sensitive-number/index.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sebgroup/green-core",
|
|
3
3
|
"description": "A carefully crafted set of Web Components, laying the foundation of the Green Design System.",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.2-rc.20250828093900526",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
7
7
|
"type": "module",
|