@genesislcap/foundation-zero 14.30.2-bny.6 → 14.30.2-bny.7
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 +112 -112
- package/package.json +6 -6
|
@@ -720,37 +720,6 @@
|
|
|
720
720
|
}
|
|
721
721
|
]
|
|
722
722
|
},
|
|
723
|
-
{
|
|
724
|
-
"kind": "javascript-module",
|
|
725
|
-
"path": "src/_config/index.ts",
|
|
726
|
-
"declarations": [],
|
|
727
|
-
"exports": [
|
|
728
|
-
{
|
|
729
|
-
"kind": "js",
|
|
730
|
-
"name": "*",
|
|
731
|
-
"declaration": {
|
|
732
|
-
"name": "*",
|
|
733
|
-
"package": "./styles"
|
|
734
|
-
}
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"kind": "js",
|
|
738
|
-
"name": "*",
|
|
739
|
-
"declaration": {
|
|
740
|
-
"name": "*",
|
|
741
|
-
"package": "./tokens"
|
|
742
|
-
}
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"kind": "js",
|
|
746
|
-
"name": "*",
|
|
747
|
-
"declaration": {
|
|
748
|
-
"name": "*",
|
|
749
|
-
"package": "./values"
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
]
|
|
753
|
-
},
|
|
754
723
|
{
|
|
755
724
|
"kind": "javascript-module",
|
|
756
725
|
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
@@ -1023,6 +992,37 @@
|
|
|
1023
992
|
}
|
|
1024
993
|
]
|
|
1025
994
|
},
|
|
995
|
+
{
|
|
996
|
+
"kind": "javascript-module",
|
|
997
|
+
"path": "src/_config/index.ts",
|
|
998
|
+
"declarations": [],
|
|
999
|
+
"exports": [
|
|
1000
|
+
{
|
|
1001
|
+
"kind": "js",
|
|
1002
|
+
"name": "*",
|
|
1003
|
+
"declaration": {
|
|
1004
|
+
"name": "*",
|
|
1005
|
+
"package": "./styles"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"kind": "js",
|
|
1010
|
+
"name": "*",
|
|
1011
|
+
"declaration": {
|
|
1012
|
+
"name": "*",
|
|
1013
|
+
"package": "./tokens"
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"kind": "js",
|
|
1018
|
+
"name": "*",
|
|
1019
|
+
"declaration": {
|
|
1020
|
+
"name": "*",
|
|
1021
|
+
"package": "./values"
|
|
1022
|
+
}
|
|
1023
|
+
}
|
|
1024
|
+
]
|
|
1025
|
+
},
|
|
1026
1026
|
{
|
|
1027
1027
|
"kind": "javascript-module",
|
|
1028
1028
|
"path": "src/anchor/anchor.stories.ts",
|
|
@@ -13468,6 +13468,87 @@
|
|
|
13468
13468
|
}
|
|
13469
13469
|
]
|
|
13470
13470
|
},
|
|
13471
|
+
{
|
|
13472
|
+
"kind": "javascript-module",
|
|
13473
|
+
"path": "src/utils/behaviors.ts",
|
|
13474
|
+
"declarations": [
|
|
13475
|
+
{
|
|
13476
|
+
"kind": "function",
|
|
13477
|
+
"name": "appearanceBehavior",
|
|
13478
|
+
"parameters": [
|
|
13479
|
+
{
|
|
13480
|
+
"name": "value",
|
|
13481
|
+
"type": {
|
|
13482
|
+
"text": "string"
|
|
13483
|
+
},
|
|
13484
|
+
"description": "The value of the appearance property"
|
|
13485
|
+
},
|
|
13486
|
+
{
|
|
13487
|
+
"name": "styles",
|
|
13488
|
+
"type": {
|
|
13489
|
+
"text": "ElementStyles"
|
|
13490
|
+
},
|
|
13491
|
+
"description": "The styles to be applied when condition matches"
|
|
13492
|
+
}
|
|
13493
|
+
],
|
|
13494
|
+
"description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
|
|
13495
|
+
"privacy": "public"
|
|
13496
|
+
}
|
|
13497
|
+
],
|
|
13498
|
+
"exports": [
|
|
13499
|
+
{
|
|
13500
|
+
"kind": "js",
|
|
13501
|
+
"name": "appearanceBehavior",
|
|
13502
|
+
"declaration": {
|
|
13503
|
+
"name": "appearanceBehavior",
|
|
13504
|
+
"module": "src/utils/behaviors.ts"
|
|
13505
|
+
}
|
|
13506
|
+
}
|
|
13507
|
+
]
|
|
13508
|
+
},
|
|
13509
|
+
{
|
|
13510
|
+
"kind": "javascript-module",
|
|
13511
|
+
"path": "src/utils/index.ts",
|
|
13512
|
+
"declarations": [],
|
|
13513
|
+
"exports": [
|
|
13514
|
+
{
|
|
13515
|
+
"kind": "js",
|
|
13516
|
+
"name": "*",
|
|
13517
|
+
"declaration": {
|
|
13518
|
+
"name": "*",
|
|
13519
|
+
"package": "./behaviors"
|
|
13520
|
+
}
|
|
13521
|
+
},
|
|
13522
|
+
{
|
|
13523
|
+
"kind": "js",
|
|
13524
|
+
"name": "*",
|
|
13525
|
+
"declaration": {
|
|
13526
|
+
"name": "*",
|
|
13527
|
+
"package": "./logger"
|
|
13528
|
+
}
|
|
13529
|
+
}
|
|
13530
|
+
]
|
|
13531
|
+
},
|
|
13532
|
+
{
|
|
13533
|
+
"kind": "javascript-module",
|
|
13534
|
+
"path": "src/utils/logger.ts",
|
|
13535
|
+
"declarations": [
|
|
13536
|
+
{
|
|
13537
|
+
"kind": "variable",
|
|
13538
|
+
"name": "logger"
|
|
13539
|
+
}
|
|
13540
|
+
],
|
|
13541
|
+
"exports": [
|
|
13542
|
+
{
|
|
13543
|
+
"kind": "js",
|
|
13544
|
+
"name": "logger",
|
|
13545
|
+
"declaration": {
|
|
13546
|
+
"name": "logger",
|
|
13547
|
+
"module": "src/utils/logger.ts"
|
|
13548
|
+
}
|
|
13549
|
+
}
|
|
13550
|
+
]
|
|
13551
|
+
},
|
|
13471
13552
|
{
|
|
13472
13553
|
"kind": "javascript-module",
|
|
13473
13554
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -13769,87 +13850,6 @@
|
|
|
13769
13850
|
}
|
|
13770
13851
|
]
|
|
13771
13852
|
},
|
|
13772
|
-
{
|
|
13773
|
-
"kind": "javascript-module",
|
|
13774
|
-
"path": "src/utils/behaviors.ts",
|
|
13775
|
-
"declarations": [
|
|
13776
|
-
{
|
|
13777
|
-
"kind": "function",
|
|
13778
|
-
"name": "appearanceBehavior",
|
|
13779
|
-
"parameters": [
|
|
13780
|
-
{
|
|
13781
|
-
"name": "value",
|
|
13782
|
-
"type": {
|
|
13783
|
-
"text": "string"
|
|
13784
|
-
},
|
|
13785
|
-
"description": "The value of the appearance property"
|
|
13786
|
-
},
|
|
13787
|
-
{
|
|
13788
|
-
"name": "styles",
|
|
13789
|
-
"type": {
|
|
13790
|
-
"text": "ElementStyles"
|
|
13791
|
-
},
|
|
13792
|
-
"description": "The styles to be applied when condition matches"
|
|
13793
|
-
}
|
|
13794
|
-
],
|
|
13795
|
-
"description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
|
|
13796
|
-
"privacy": "public"
|
|
13797
|
-
}
|
|
13798
|
-
],
|
|
13799
|
-
"exports": [
|
|
13800
|
-
{
|
|
13801
|
-
"kind": "js",
|
|
13802
|
-
"name": "appearanceBehavior",
|
|
13803
|
-
"declaration": {
|
|
13804
|
-
"name": "appearanceBehavior",
|
|
13805
|
-
"module": "src/utils/behaviors.ts"
|
|
13806
|
-
}
|
|
13807
|
-
}
|
|
13808
|
-
]
|
|
13809
|
-
},
|
|
13810
|
-
{
|
|
13811
|
-
"kind": "javascript-module",
|
|
13812
|
-
"path": "src/utils/index.ts",
|
|
13813
|
-
"declarations": [],
|
|
13814
|
-
"exports": [
|
|
13815
|
-
{
|
|
13816
|
-
"kind": "js",
|
|
13817
|
-
"name": "*",
|
|
13818
|
-
"declaration": {
|
|
13819
|
-
"name": "*",
|
|
13820
|
-
"package": "./behaviors"
|
|
13821
|
-
}
|
|
13822
|
-
},
|
|
13823
|
-
{
|
|
13824
|
-
"kind": "js",
|
|
13825
|
-
"name": "*",
|
|
13826
|
-
"declaration": {
|
|
13827
|
-
"name": "*",
|
|
13828
|
-
"package": "./logger"
|
|
13829
|
-
}
|
|
13830
|
-
}
|
|
13831
|
-
]
|
|
13832
|
-
},
|
|
13833
|
-
{
|
|
13834
|
-
"kind": "javascript-module",
|
|
13835
|
-
"path": "src/utils/logger.ts",
|
|
13836
|
-
"declarations": [
|
|
13837
|
-
{
|
|
13838
|
-
"kind": "variable",
|
|
13839
|
-
"name": "logger"
|
|
13840
|
-
}
|
|
13841
|
-
],
|
|
13842
|
-
"exports": [
|
|
13843
|
-
{
|
|
13844
|
-
"kind": "js",
|
|
13845
|
-
"name": "logger",
|
|
13846
|
-
"declaration": {
|
|
13847
|
-
"name": "logger",
|
|
13848
|
-
"module": "src/utils/logger.ts"
|
|
13849
|
-
}
|
|
13850
|
-
}
|
|
13851
|
-
]
|
|
13852
|
-
},
|
|
13853
13853
|
{
|
|
13854
13854
|
"kind": "javascript-module",
|
|
13855
13855
|
"path": "src/_config/tokens/default.ts",
|
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.30.2-bny.
|
|
4
|
+
"version": "14.30.2-bny.7",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"storybook": "storybook dev -p 6006"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@genesislcap/genx": "14.30.2-bny.
|
|
65
|
+
"@genesislcap/genx": "14.30.2-bny.7",
|
|
66
66
|
"@playwright/test": "^1.18.1",
|
|
67
67
|
"@storybook/addon-essentials": "^7.0.0",
|
|
68
68
|
"@storybook/addon-links": "^7.0.0",
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"watchlist": "^0.3.1"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@genesislcap/foundation-comms": "14.30.2-bny.
|
|
88
|
-
"@genesislcap/foundation-ui": "14.30.2-bny.
|
|
89
|
-
"@genesislcap/foundation-utils": "14.30.2-bny.
|
|
87
|
+
"@genesislcap/foundation-comms": "14.30.2-bny.7",
|
|
88
|
+
"@genesislcap/foundation-ui": "14.30.2-bny.7",
|
|
89
|
+
"@genesislcap/foundation-utils": "14.30.2-bny.7",
|
|
90
90
|
"@microsoft/fast-colors": "^5.1.4",
|
|
91
91
|
"@microsoft/fast-components": "^2.21.3",
|
|
92
92
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"access": "public"
|
|
104
104
|
},
|
|
105
105
|
"customElements": "dist/custom-elements.json",
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "d703ce6c43249fdc52d1138233359b79fae56bda"
|
|
107
107
|
}
|