@genesislcap/foundation-zero 14.211.3 → 14.211.5
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/custom-elements.json +120 -70
- package/dist/dts/_common/colors.hex.d.ts +2 -1
- package/dist/dts/_common/colors.hex.d.ts.map +1 -1
- package/dist/dts/_config/tokens/custom.d.ts +6 -0
- package/dist/dts/_config/tokens/custom.d.ts.map +1 -1
- package/dist/esm/_common/colors.hex.js +1 -0
- package/dist/esm/_config/tokens/custom.js +14 -0
- package/package.json +12 -12
|
@@ -38641,6 +38641,24 @@
|
|
|
38641
38641
|
"kind": "variable",
|
|
38642
38642
|
"name": "sellColor",
|
|
38643
38643
|
"privacy": "public"
|
|
38644
|
+
},
|
|
38645
|
+
{
|
|
38646
|
+
"kind": "variable",
|
|
38647
|
+
"name": "defaultInfoColor"
|
|
38648
|
+
},
|
|
38649
|
+
{
|
|
38650
|
+
"kind": "variable",
|
|
38651
|
+
"name": "infoColor",
|
|
38652
|
+
"privacy": "public"
|
|
38653
|
+
},
|
|
38654
|
+
{
|
|
38655
|
+
"kind": "variable",
|
|
38656
|
+
"name": "defaultSeriousNotifyColor"
|
|
38657
|
+
},
|
|
38658
|
+
{
|
|
38659
|
+
"kind": "variable",
|
|
38660
|
+
"name": "seriousNotifyColor",
|
|
38661
|
+
"privacy": "public"
|
|
38644
38662
|
}
|
|
38645
38663
|
],
|
|
38646
38664
|
"exports": [
|
|
@@ -38723,6 +38741,38 @@
|
|
|
38723
38741
|
"name": "sellColor",
|
|
38724
38742
|
"module": "src/_config/tokens/custom.ts"
|
|
38725
38743
|
}
|
|
38744
|
+
},
|
|
38745
|
+
{
|
|
38746
|
+
"kind": "js",
|
|
38747
|
+
"name": "defaultInfoColor",
|
|
38748
|
+
"declaration": {
|
|
38749
|
+
"name": "defaultInfoColor",
|
|
38750
|
+
"module": "src/_config/tokens/custom.ts"
|
|
38751
|
+
}
|
|
38752
|
+
},
|
|
38753
|
+
{
|
|
38754
|
+
"kind": "js",
|
|
38755
|
+
"name": "infoColor",
|
|
38756
|
+
"declaration": {
|
|
38757
|
+
"name": "infoColor",
|
|
38758
|
+
"module": "src/_config/tokens/custom.ts"
|
|
38759
|
+
}
|
|
38760
|
+
},
|
|
38761
|
+
{
|
|
38762
|
+
"kind": "js",
|
|
38763
|
+
"name": "defaultSeriousNotifyColor",
|
|
38764
|
+
"declaration": {
|
|
38765
|
+
"name": "defaultSeriousNotifyColor",
|
|
38766
|
+
"module": "src/_config/tokens/custom.ts"
|
|
38767
|
+
}
|
|
38768
|
+
},
|
|
38769
|
+
{
|
|
38770
|
+
"kind": "js",
|
|
38771
|
+
"name": "seriousNotifyColor",
|
|
38772
|
+
"declaration": {
|
|
38773
|
+
"name": "seriousNotifyColor",
|
|
38774
|
+
"module": "src/_config/tokens/custom.ts"
|
|
38775
|
+
}
|
|
38726
38776
|
}
|
|
38727
38777
|
]
|
|
38728
38778
|
},
|
|
@@ -39628,6 +39678,76 @@
|
|
|
39628
39678
|
}
|
|
39629
39679
|
]
|
|
39630
39680
|
},
|
|
39681
|
+
{
|
|
39682
|
+
"kind": "javascript-module",
|
|
39683
|
+
"path": "src/dialog/styles/colors.ts",
|
|
39684
|
+
"declarations": [
|
|
39685
|
+
{
|
|
39686
|
+
"kind": "variable",
|
|
39687
|
+
"name": "defaultDialogActiveBGColor"
|
|
39688
|
+
}
|
|
39689
|
+
],
|
|
39690
|
+
"exports": [
|
|
39691
|
+
{
|
|
39692
|
+
"kind": "js",
|
|
39693
|
+
"name": "defaultDialogActiveBGColor",
|
|
39694
|
+
"declaration": {
|
|
39695
|
+
"name": "defaultDialogActiveBGColor",
|
|
39696
|
+
"module": "src/dialog/styles/colors.ts"
|
|
39697
|
+
}
|
|
39698
|
+
}
|
|
39699
|
+
]
|
|
39700
|
+
},
|
|
39701
|
+
{
|
|
39702
|
+
"kind": "javascript-module",
|
|
39703
|
+
"path": "src/dialog/styles/index.ts",
|
|
39704
|
+
"declarations": [],
|
|
39705
|
+
"exports": [
|
|
39706
|
+
{
|
|
39707
|
+
"kind": "js",
|
|
39708
|
+
"name": "*",
|
|
39709
|
+
"declaration": {
|
|
39710
|
+
"name": "*",
|
|
39711
|
+
"package": "./colors"
|
|
39712
|
+
}
|
|
39713
|
+
}
|
|
39714
|
+
]
|
|
39715
|
+
},
|
|
39716
|
+
{
|
|
39717
|
+
"kind": "javascript-module",
|
|
39718
|
+
"path": "src/listbox-option/style/colors.ts",
|
|
39719
|
+
"declarations": [
|
|
39720
|
+
{
|
|
39721
|
+
"kind": "variable",
|
|
39722
|
+
"name": "defaultSelectedListboxFillColor"
|
|
39723
|
+
}
|
|
39724
|
+
],
|
|
39725
|
+
"exports": [
|
|
39726
|
+
{
|
|
39727
|
+
"kind": "js",
|
|
39728
|
+
"name": "defaultSelectedListboxFillColor",
|
|
39729
|
+
"declaration": {
|
|
39730
|
+
"name": "defaultSelectedListboxFillColor",
|
|
39731
|
+
"module": "src/listbox-option/style/colors.ts"
|
|
39732
|
+
}
|
|
39733
|
+
}
|
|
39734
|
+
]
|
|
39735
|
+
},
|
|
39736
|
+
{
|
|
39737
|
+
"kind": "javascript-module",
|
|
39738
|
+
"path": "src/listbox-option/style/index.ts",
|
|
39739
|
+
"declarations": [],
|
|
39740
|
+
"exports": [
|
|
39741
|
+
{
|
|
39742
|
+
"kind": "js",
|
|
39743
|
+
"name": "*",
|
|
39744
|
+
"declaration": {
|
|
39745
|
+
"name": "*",
|
|
39746
|
+
"package": "./colors"
|
|
39747
|
+
}
|
|
39748
|
+
}
|
|
39749
|
+
]
|
|
39750
|
+
},
|
|
39631
39751
|
{
|
|
39632
39752
|
"kind": "javascript-module",
|
|
39633
39753
|
"path": "src/_config/values/color.ts",
|
|
@@ -39872,76 +39992,6 @@
|
|
|
39872
39992
|
}
|
|
39873
39993
|
]
|
|
39874
39994
|
},
|
|
39875
|
-
{
|
|
39876
|
-
"kind": "javascript-module",
|
|
39877
|
-
"path": "src/dialog/styles/colors.ts",
|
|
39878
|
-
"declarations": [
|
|
39879
|
-
{
|
|
39880
|
-
"kind": "variable",
|
|
39881
|
-
"name": "defaultDialogActiveBGColor"
|
|
39882
|
-
}
|
|
39883
|
-
],
|
|
39884
|
-
"exports": [
|
|
39885
|
-
{
|
|
39886
|
-
"kind": "js",
|
|
39887
|
-
"name": "defaultDialogActiveBGColor",
|
|
39888
|
-
"declaration": {
|
|
39889
|
-
"name": "defaultDialogActiveBGColor",
|
|
39890
|
-
"module": "src/dialog/styles/colors.ts"
|
|
39891
|
-
}
|
|
39892
|
-
}
|
|
39893
|
-
]
|
|
39894
|
-
},
|
|
39895
|
-
{
|
|
39896
|
-
"kind": "javascript-module",
|
|
39897
|
-
"path": "src/dialog/styles/index.ts",
|
|
39898
|
-
"declarations": [],
|
|
39899
|
-
"exports": [
|
|
39900
|
-
{
|
|
39901
|
-
"kind": "js",
|
|
39902
|
-
"name": "*",
|
|
39903
|
-
"declaration": {
|
|
39904
|
-
"name": "*",
|
|
39905
|
-
"package": "./colors"
|
|
39906
|
-
}
|
|
39907
|
-
}
|
|
39908
|
-
]
|
|
39909
|
-
},
|
|
39910
|
-
{
|
|
39911
|
-
"kind": "javascript-module",
|
|
39912
|
-
"path": "src/listbox-option/style/colors.ts",
|
|
39913
|
-
"declarations": [
|
|
39914
|
-
{
|
|
39915
|
-
"kind": "variable",
|
|
39916
|
-
"name": "defaultSelectedListboxFillColor"
|
|
39917
|
-
}
|
|
39918
|
-
],
|
|
39919
|
-
"exports": [
|
|
39920
|
-
{
|
|
39921
|
-
"kind": "js",
|
|
39922
|
-
"name": "defaultSelectedListboxFillColor",
|
|
39923
|
-
"declaration": {
|
|
39924
|
-
"name": "defaultSelectedListboxFillColor",
|
|
39925
|
-
"module": "src/listbox-option/style/colors.ts"
|
|
39926
|
-
}
|
|
39927
|
-
}
|
|
39928
|
-
]
|
|
39929
|
-
},
|
|
39930
|
-
{
|
|
39931
|
-
"kind": "javascript-module",
|
|
39932
|
-
"path": "src/listbox-option/style/index.ts",
|
|
39933
|
-
"declarations": [],
|
|
39934
|
-
"exports": [
|
|
39935
|
-
{
|
|
39936
|
-
"kind": "js",
|
|
39937
|
-
"name": "*",
|
|
39938
|
-
"declaration": {
|
|
39939
|
-
"name": "*",
|
|
39940
|
-
"package": "./colors"
|
|
39941
|
-
}
|
|
39942
|
-
}
|
|
39943
|
-
]
|
|
39944
|
-
},
|
|
39945
39995
|
{
|
|
39946
39996
|
"kind": "javascript-module",
|
|
39947
39997
|
"path": "src/overlays/system-health/index.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.hex.d.ts","sourceRoot":"","sources":["../../../src/_common/colors.hex.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,KAAK,YAAY;IACjB,KAAK,YAAY;IACjB,WAAW,YAAY;IAEvB,SAAS,YAAY;IAErB,UAAU,YAAY;IAEtB,QAAQ,YAAY;IACpB,UAAU,YAAY;IAEtB,KAAK,YAAY;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,GAAG,YAAY;IACf,IAAI,YAAY;CACjB;AAED,oBAAY,oBAAoB;IAC9B,IAAI,YAAY;IAChB,MAAM,YAAY;CACnB;AAED,oBAAY,sBAAsB;IAChC,MAAM,YAAY;IAClB,IAAI,YAAY;CACjB;AAED,oBAAY,oBAAoB;IAC9B,IAAI,YAAY;CACjB;AAGD,oBAAY,aAAa;IACvB,SAAS,YAAY;IACrB,SAAS,YAAY;IACrB,SAAS,YAAY;IACrB,aAAa,YAAY;IACzB,KAAK,YAAY;IACjB,UAAU,YAAY;IACtB,GAAG,YAAY;IACf,QAAQ,YAAY;IACpB,UAAU,YAAY;IACtB,eAAe,YAAY;IAC3B,MAAM,YAAY;IAClB,WAAW,YAAY;IACvB,KAAK,YAAY;IACjB,MAAM,YAAY;IAClB,OAAO,YAAY;IACnB,YAAY,YAAY;IACxB,KAAK,YAAY;IACjB,UAAU,YAAY;IACtB,OAAO,YAAY;IACnB,YAAY,YAAY;IACxB,GAAG,YAAY;IACf,QAAQ,YAAY;CACrB"}
|
|
1
|
+
{"version":3,"file":"colors.hex.d.ts","sourceRoot":"","sources":["../../../src/_common/colors.hex.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,KAAK,YAAY;IACjB,KAAK,YAAY;IACjB,WAAW,YAAY;IAEvB,SAAS,YAAY;IAErB,UAAU,YAAY;IAEtB,QAAQ,YAAY;IACpB,UAAU,YAAY;IAEtB,KAAK,YAAY;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,GAAG,YAAY;IACf,IAAI,YAAY;IAChB,IAAI,YAAY;CACjB;AAED,oBAAY,oBAAoB;IAC9B,IAAI,YAAY;IAChB,MAAM,YAAY;CACnB;AAED,oBAAY,sBAAsB;IAChC,MAAM,YAAY;IAClB,IAAI,YAAY;CACjB;AAED,oBAAY,oBAAoB;IAC9B,IAAI,YAAY;CACjB;AAGD,oBAAY,aAAa;IACvB,SAAS,YAAY;IACrB,SAAS,YAAY;IACrB,SAAS,YAAY;IACrB,aAAa,YAAY;IACzB,KAAK,YAAY;IACjB,UAAU,YAAY;IACtB,GAAG,YAAY;IACf,QAAQ,YAAY;IACpB,UAAU,YAAY;IACtB,eAAe,YAAY;IAC3B,MAAM,YAAY;IAClB,WAAW,YAAY;IACvB,KAAK,YAAY;IACjB,MAAM,YAAY;IAClB,OAAO,YAAY;IACnB,YAAY,YAAY;IACxB,KAAK,YAAY;IACjB,UAAU,YAAY;IACtB,OAAO,YAAY;IACnB,YAAY,YAAY;IACxB,GAAG,YAAY;IACf,QAAQ,YAAY;CACrB"}
|
|
@@ -14,4 +14,10 @@ export declare const buyColor: import("@microsoft/fast-foundation").CSSDesignTok
|
|
|
14
14
|
export declare const defaultSellColor: SwatchRGB;
|
|
15
15
|
/** @public */
|
|
16
16
|
export declare const sellColor: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>;
|
|
17
|
+
export declare const defaultInfoColor: SwatchRGB;
|
|
18
|
+
/** @public */
|
|
19
|
+
export declare const infoColor: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>;
|
|
20
|
+
export declare const defaultSeriousNotifyColor: SwatchRGB;
|
|
21
|
+
/** @public */
|
|
22
|
+
export declare const seriousNotifyColor: import("@microsoft/fast-foundation").CSSDesignToken<Swatch>;
|
|
17
23
|
//# sourceMappingURL=custom.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom.d.ts","sourceRoot":"","sources":["../../../../src/_config/tokens/custom.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAU/D,eAAO,MAAM,iBAAiB,WAI7B,CAAC;AAEF,cAAc;AACd,eAAO,MAAM,UAAU,6DAA+D,CAAC;AAMvF,eAAO,MAAM,mBAAmB,WAI/B,CAAC;AAEF,cAAc;AACd,eAAO,MAAM,YAAY,6DAAmE,CAAC;AAM7F,eAAO,MAAM,mBAAmB,WAI/B,CAAC;AACF,cAAc;AACd,eAAO,MAAM,YAAY,6DAAmE,CAAC;AAM7F,eAAO,MAAM,eAAe,WAAgE,CAAC;AAE7F,cAAc;AACd,eAAO,MAAM,QAAQ,6DAA2D,CAAC;AAMjF,eAAO,MAAM,gBAAgB,WAAmE,CAAC;AAEjG,cAAc;AACd,eAAO,MAAM,SAAS,6DAA6D,CAAC"}
|
|
1
|
+
{"version":3,"file":"custom.d.ts","sourceRoot":"","sources":["../../../../src/_config/tokens/custom.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAU/D,eAAO,MAAM,iBAAiB,WAI7B,CAAC;AAEF,cAAc;AACd,eAAO,MAAM,UAAU,6DAA+D,CAAC;AAMvF,eAAO,MAAM,mBAAmB,WAI/B,CAAC;AAEF,cAAc;AACd,eAAO,MAAM,YAAY,6DAAmE,CAAC;AAM7F,eAAO,MAAM,mBAAmB,WAI/B,CAAC;AACF,cAAc;AACd,eAAO,MAAM,YAAY,6DAAmE,CAAC;AAM7F,eAAO,MAAM,eAAe,WAAgE,CAAC;AAE7F,cAAc;AACd,eAAO,MAAM,QAAQ,6DAA2D,CAAC;AAMjF,eAAO,MAAM,gBAAgB,WAAmE,CAAC;AAEjG,cAAc;AACd,eAAO,MAAM,SAAS,6DAA6D,CAAC;AAMpF,eAAO,MAAM,gBAAgB,WAAmE,CAAC;AAEjG,cAAc;AACd,eAAO,MAAM,SAAS,6DAA6D,CAAC;AAMpF,eAAO,MAAM,yBAAyB,WAIrC,CAAC;AAEF,cAAc;AACd,eAAO,MAAM,kBAAkB,6DACgD,CAAC"}
|
|
@@ -12,6 +12,7 @@ export var ColorHEX;
|
|
|
12
12
|
ColorHEX["warning"] = "#FFB660";
|
|
13
13
|
ColorHEX["buy"] = "#7ACC79";
|
|
14
14
|
ColorHEX["sell"] = "#F14376";
|
|
15
|
+
ColorHEX["info"] = "#11C9FC";
|
|
15
16
|
})(ColorHEX || (ColorHEX = {}));
|
|
16
17
|
export var PrimaryRapidColorHEX;
|
|
17
18
|
(function (PrimaryRapidColorHEX) {
|
|
@@ -38,3 +38,17 @@ const sellColorRGB = parseColorHexRGB(ColorHEX.sell);
|
|
|
38
38
|
export const defaultSellColor = SwatchRGB.create(sellColorRGB.r, sellColorRGB.g, sellColorRGB.b);
|
|
39
39
|
/** @public */
|
|
40
40
|
export const sellColor = create('sell-color').withDefault(defaultSellColor);
|
|
41
|
+
/**
|
|
42
|
+
* @internal
|
|
43
|
+
*/
|
|
44
|
+
const infoColorRGB = parseColorHexRGB(ColorHEX.info);
|
|
45
|
+
export const defaultInfoColor = SwatchRGB.create(infoColorRGB.r, infoColorRGB.g, infoColorRGB.b);
|
|
46
|
+
/** @public */
|
|
47
|
+
export const infoColor = create('info-color').withDefault(defaultInfoColor);
|
|
48
|
+
/**
|
|
49
|
+
* @internal
|
|
50
|
+
*/
|
|
51
|
+
const seriousNotifyColorRGB = parseColorHexRGB(ColorHEX.error);
|
|
52
|
+
export const defaultSeriousNotifyColor = SwatchRGB.create(seriousNotifyColorRGB.r, seriousNotifyColorRGB.g, seriousNotifyColorRGB.b);
|
|
53
|
+
/** @public */
|
|
54
|
+
export const seriousNotifyColor = create('serious-notify-color').withDefault(defaultSeriousNotifyColor);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.211.
|
|
4
|
+
"version": "14.211.5",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
78
|
-
"@genesislcap/genx": "14.211.
|
|
79
|
-
"@genesislcap/rollup-builder": "14.211.
|
|
80
|
-
"@genesislcap/ts-builder": "14.211.
|
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.211.
|
|
82
|
-
"@genesislcap/vite-builder": "14.211.
|
|
83
|
-
"@genesislcap/webpack-builder": "14.211.
|
|
78
|
+
"@genesislcap/genx": "14.211.5",
|
|
79
|
+
"@genesislcap/rollup-builder": "14.211.5",
|
|
80
|
+
"@genesislcap/ts-builder": "14.211.5",
|
|
81
|
+
"@genesislcap/uvu-playwright-builder": "14.211.5",
|
|
82
|
+
"@genesislcap/vite-builder": "14.211.5",
|
|
83
|
+
"@genesislcap/webpack-builder": "14.211.5",
|
|
84
84
|
"@storybook/addon-coverage": "^1.0.1",
|
|
85
85
|
"@storybook/addon-essentials": "^8.0.0",
|
|
86
86
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -98,10 +98,10 @@
|
|
|
98
98
|
"storybook": "^8.0.0"
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
|
-
"@genesislcap/foundation-comms": "14.211.
|
|
102
|
-
"@genesislcap/foundation-logger": "14.211.
|
|
103
|
-
"@genesislcap/foundation-ui": "14.211.
|
|
104
|
-
"@genesislcap/foundation-utils": "14.211.
|
|
101
|
+
"@genesislcap/foundation-comms": "14.211.5",
|
|
102
|
+
"@genesislcap/foundation-logger": "14.211.5",
|
|
103
|
+
"@genesislcap/foundation-ui": "14.211.5",
|
|
104
|
+
"@genesislcap/foundation-utils": "14.211.5",
|
|
105
105
|
"@microsoft/fast-colors": "^5.3.1",
|
|
106
106
|
"@microsoft/fast-components": "^2.30.6",
|
|
107
107
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"access": "public"
|
|
119
119
|
},
|
|
120
120
|
"customElements": "dist/custom-elements.json",
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "6362f3dbcf2712680073a886eeaed5c58bb6ad35"
|
|
122
122
|
}
|