@genesislcap/foundation-zero 14.83.7 → 14.83.8-alpha-c2a75d5.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.
- package/dist/custom-elements.json +179 -179
- package/package.json +7 -7
|
@@ -784,6 +784,37 @@
|
|
|
784
784
|
}
|
|
785
785
|
]
|
|
786
786
|
},
|
|
787
|
+
{
|
|
788
|
+
"kind": "javascript-module",
|
|
789
|
+
"path": "src/_config/index.ts",
|
|
790
|
+
"declarations": [],
|
|
791
|
+
"exports": [
|
|
792
|
+
{
|
|
793
|
+
"kind": "js",
|
|
794
|
+
"name": "*",
|
|
795
|
+
"declaration": {
|
|
796
|
+
"name": "*",
|
|
797
|
+
"package": "./styles"
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"kind": "js",
|
|
802
|
+
"name": "*",
|
|
803
|
+
"declaration": {
|
|
804
|
+
"name": "*",
|
|
805
|
+
"package": "./tokens"
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"kind": "js",
|
|
810
|
+
"name": "*",
|
|
811
|
+
"declaration": {
|
|
812
|
+
"name": "*",
|
|
813
|
+
"package": "./values"
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
]
|
|
817
|
+
},
|
|
787
818
|
{
|
|
788
819
|
"kind": "javascript-module",
|
|
789
820
|
"path": "src/accordion/accordion.stories.ts",
|
|
@@ -972,37 +1003,6 @@
|
|
|
972
1003
|
}
|
|
973
1004
|
]
|
|
974
1005
|
},
|
|
975
|
-
{
|
|
976
|
-
"kind": "javascript-module",
|
|
977
|
-
"path": "src/_config/index.ts",
|
|
978
|
-
"declarations": [],
|
|
979
|
-
"exports": [
|
|
980
|
-
{
|
|
981
|
-
"kind": "js",
|
|
982
|
-
"name": "*",
|
|
983
|
-
"declaration": {
|
|
984
|
-
"name": "*",
|
|
985
|
-
"package": "./styles"
|
|
986
|
-
}
|
|
987
|
-
},
|
|
988
|
-
{
|
|
989
|
-
"kind": "js",
|
|
990
|
-
"name": "*",
|
|
991
|
-
"declaration": {
|
|
992
|
-
"name": "*",
|
|
993
|
-
"package": "./tokens"
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"kind": "js",
|
|
998
|
-
"name": "*",
|
|
999
|
-
"declaration": {
|
|
1000
|
-
"name": "*",
|
|
1001
|
-
"package": "./values"
|
|
1002
|
-
}
|
|
1003
|
-
}
|
|
1004
|
-
]
|
|
1005
|
-
},
|
|
1006
1006
|
{
|
|
1007
1007
|
"kind": "javascript-module",
|
|
1008
1008
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -14606,6 +14606,154 @@
|
|
|
14606
14606
|
}
|
|
14607
14607
|
]
|
|
14608
14608
|
},
|
|
14609
|
+
{
|
|
14610
|
+
"kind": "javascript-module",
|
|
14611
|
+
"path": "src/tree-item/index.ts",
|
|
14612
|
+
"declarations": [],
|
|
14613
|
+
"exports": [
|
|
14614
|
+
{
|
|
14615
|
+
"kind": "js",
|
|
14616
|
+
"name": "*",
|
|
14617
|
+
"declaration": {
|
|
14618
|
+
"name": "*",
|
|
14619
|
+
"package": "./tree-item.template"
|
|
14620
|
+
}
|
|
14621
|
+
},
|
|
14622
|
+
{
|
|
14623
|
+
"kind": "js",
|
|
14624
|
+
"name": "*",
|
|
14625
|
+
"declaration": {
|
|
14626
|
+
"name": "*",
|
|
14627
|
+
"package": "./tree-item.styles"
|
|
14628
|
+
}
|
|
14629
|
+
},
|
|
14630
|
+
{
|
|
14631
|
+
"kind": "js",
|
|
14632
|
+
"name": "*",
|
|
14633
|
+
"declaration": {
|
|
14634
|
+
"name": "*",
|
|
14635
|
+
"package": "./tree-item"
|
|
14636
|
+
}
|
|
14637
|
+
}
|
|
14638
|
+
]
|
|
14639
|
+
},
|
|
14640
|
+
{
|
|
14641
|
+
"kind": "javascript-module",
|
|
14642
|
+
"path": "src/tree-item/tree-item.styles.ts",
|
|
14643
|
+
"declarations": [
|
|
14644
|
+
{
|
|
14645
|
+
"kind": "function",
|
|
14646
|
+
"name": "zeroTreeItemStyles",
|
|
14647
|
+
"return": {
|
|
14648
|
+
"type": {
|
|
14649
|
+
"text": "ElementStyles"
|
|
14650
|
+
}
|
|
14651
|
+
},
|
|
14652
|
+
"parameters": [
|
|
14653
|
+
{
|
|
14654
|
+
"name": "context",
|
|
14655
|
+
"type": {
|
|
14656
|
+
"text": "ElementDefinitionContext"
|
|
14657
|
+
}
|
|
14658
|
+
},
|
|
14659
|
+
{
|
|
14660
|
+
"name": "definition",
|
|
14661
|
+
"type": {
|
|
14662
|
+
"text": "FoundationElementDefinition"
|
|
14663
|
+
}
|
|
14664
|
+
}
|
|
14665
|
+
]
|
|
14666
|
+
}
|
|
14667
|
+
],
|
|
14668
|
+
"exports": [
|
|
14669
|
+
{
|
|
14670
|
+
"kind": "js",
|
|
14671
|
+
"name": "zeroTreeItemStyles",
|
|
14672
|
+
"declaration": {
|
|
14673
|
+
"name": "zeroTreeItemStyles",
|
|
14674
|
+
"module": "src/tree-item/tree-item.styles.ts"
|
|
14675
|
+
}
|
|
14676
|
+
}
|
|
14677
|
+
]
|
|
14678
|
+
},
|
|
14679
|
+
{
|
|
14680
|
+
"kind": "javascript-module",
|
|
14681
|
+
"path": "src/tree-item/tree-item.template.ts",
|
|
14682
|
+
"declarations": [
|
|
14683
|
+
{
|
|
14684
|
+
"kind": "function",
|
|
14685
|
+
"name": "zeroTreeItemTemplate",
|
|
14686
|
+
"return": {
|
|
14687
|
+
"type": {
|
|
14688
|
+
"text": "ViewTemplate<TreeItem>"
|
|
14689
|
+
}
|
|
14690
|
+
},
|
|
14691
|
+
"parameters": [
|
|
14692
|
+
{
|
|
14693
|
+
"name": "context",
|
|
14694
|
+
"type": {
|
|
14695
|
+
"text": "ElementDefinitionContext"
|
|
14696
|
+
}
|
|
14697
|
+
},
|
|
14698
|
+
{
|
|
14699
|
+
"name": "definition",
|
|
14700
|
+
"type": {
|
|
14701
|
+
"text": "FoundationElementDefinition"
|
|
14702
|
+
}
|
|
14703
|
+
}
|
|
14704
|
+
]
|
|
14705
|
+
}
|
|
14706
|
+
],
|
|
14707
|
+
"exports": [
|
|
14708
|
+
{
|
|
14709
|
+
"kind": "js",
|
|
14710
|
+
"name": "zeroTreeItemTemplate",
|
|
14711
|
+
"declaration": {
|
|
14712
|
+
"name": "zeroTreeItemTemplate",
|
|
14713
|
+
"module": "src/tree-item/tree-item.template.ts"
|
|
14714
|
+
}
|
|
14715
|
+
}
|
|
14716
|
+
]
|
|
14717
|
+
},
|
|
14718
|
+
{
|
|
14719
|
+
"kind": "javascript-module",
|
|
14720
|
+
"path": "src/tree-item/tree-item.ts",
|
|
14721
|
+
"declarations": [
|
|
14722
|
+
{
|
|
14723
|
+
"kind": "class",
|
|
14724
|
+
"description": "",
|
|
14725
|
+
"name": "TreeItem",
|
|
14726
|
+
"superclass": {
|
|
14727
|
+
"name": "FoundationTreeItem",
|
|
14728
|
+
"package": "@genesislcap/foundation-ui"
|
|
14729
|
+
},
|
|
14730
|
+
"tagName": "%%prefix%%-tree-item",
|
|
14731
|
+
"customElement": true
|
|
14732
|
+
},
|
|
14733
|
+
{
|
|
14734
|
+
"kind": "variable",
|
|
14735
|
+
"name": "zeroTreeItem"
|
|
14736
|
+
}
|
|
14737
|
+
],
|
|
14738
|
+
"exports": [
|
|
14739
|
+
{
|
|
14740
|
+
"kind": "js",
|
|
14741
|
+
"name": "TreeItem",
|
|
14742
|
+
"declaration": {
|
|
14743
|
+
"name": "TreeItem",
|
|
14744
|
+
"module": "src/tree-item/tree-item.ts"
|
|
14745
|
+
}
|
|
14746
|
+
},
|
|
14747
|
+
{
|
|
14748
|
+
"kind": "js",
|
|
14749
|
+
"name": "zeroTreeItem",
|
|
14750
|
+
"declaration": {
|
|
14751
|
+
"name": "zeroTreeItem",
|
|
14752
|
+
"module": "src/tree-item/tree-item.ts"
|
|
14753
|
+
}
|
|
14754
|
+
}
|
|
14755
|
+
]
|
|
14756
|
+
},
|
|
14609
14757
|
{
|
|
14610
14758
|
"kind": "javascript-module",
|
|
14611
14759
|
"path": "src/tree-view/index.ts",
|
|
@@ -15025,154 +15173,6 @@
|
|
|
15025
15173
|
}
|
|
15026
15174
|
]
|
|
15027
15175
|
},
|
|
15028
|
-
{
|
|
15029
|
-
"kind": "javascript-module",
|
|
15030
|
-
"path": "src/tree-item/index.ts",
|
|
15031
|
-
"declarations": [],
|
|
15032
|
-
"exports": [
|
|
15033
|
-
{
|
|
15034
|
-
"kind": "js",
|
|
15035
|
-
"name": "*",
|
|
15036
|
-
"declaration": {
|
|
15037
|
-
"name": "*",
|
|
15038
|
-
"package": "./tree-item.template"
|
|
15039
|
-
}
|
|
15040
|
-
},
|
|
15041
|
-
{
|
|
15042
|
-
"kind": "js",
|
|
15043
|
-
"name": "*",
|
|
15044
|
-
"declaration": {
|
|
15045
|
-
"name": "*",
|
|
15046
|
-
"package": "./tree-item.styles"
|
|
15047
|
-
}
|
|
15048
|
-
},
|
|
15049
|
-
{
|
|
15050
|
-
"kind": "js",
|
|
15051
|
-
"name": "*",
|
|
15052
|
-
"declaration": {
|
|
15053
|
-
"name": "*",
|
|
15054
|
-
"package": "./tree-item"
|
|
15055
|
-
}
|
|
15056
|
-
}
|
|
15057
|
-
]
|
|
15058
|
-
},
|
|
15059
|
-
{
|
|
15060
|
-
"kind": "javascript-module",
|
|
15061
|
-
"path": "src/tree-item/tree-item.styles.ts",
|
|
15062
|
-
"declarations": [
|
|
15063
|
-
{
|
|
15064
|
-
"kind": "function",
|
|
15065
|
-
"name": "zeroTreeItemStyles",
|
|
15066
|
-
"return": {
|
|
15067
|
-
"type": {
|
|
15068
|
-
"text": "ElementStyles"
|
|
15069
|
-
}
|
|
15070
|
-
},
|
|
15071
|
-
"parameters": [
|
|
15072
|
-
{
|
|
15073
|
-
"name": "context",
|
|
15074
|
-
"type": {
|
|
15075
|
-
"text": "ElementDefinitionContext"
|
|
15076
|
-
}
|
|
15077
|
-
},
|
|
15078
|
-
{
|
|
15079
|
-
"name": "definition",
|
|
15080
|
-
"type": {
|
|
15081
|
-
"text": "FoundationElementDefinition"
|
|
15082
|
-
}
|
|
15083
|
-
}
|
|
15084
|
-
]
|
|
15085
|
-
}
|
|
15086
|
-
],
|
|
15087
|
-
"exports": [
|
|
15088
|
-
{
|
|
15089
|
-
"kind": "js",
|
|
15090
|
-
"name": "zeroTreeItemStyles",
|
|
15091
|
-
"declaration": {
|
|
15092
|
-
"name": "zeroTreeItemStyles",
|
|
15093
|
-
"module": "src/tree-item/tree-item.styles.ts"
|
|
15094
|
-
}
|
|
15095
|
-
}
|
|
15096
|
-
]
|
|
15097
|
-
},
|
|
15098
|
-
{
|
|
15099
|
-
"kind": "javascript-module",
|
|
15100
|
-
"path": "src/tree-item/tree-item.template.ts",
|
|
15101
|
-
"declarations": [
|
|
15102
|
-
{
|
|
15103
|
-
"kind": "function",
|
|
15104
|
-
"name": "zeroTreeItemTemplate",
|
|
15105
|
-
"return": {
|
|
15106
|
-
"type": {
|
|
15107
|
-
"text": "ViewTemplate<TreeItem>"
|
|
15108
|
-
}
|
|
15109
|
-
},
|
|
15110
|
-
"parameters": [
|
|
15111
|
-
{
|
|
15112
|
-
"name": "context",
|
|
15113
|
-
"type": {
|
|
15114
|
-
"text": "ElementDefinitionContext"
|
|
15115
|
-
}
|
|
15116
|
-
},
|
|
15117
|
-
{
|
|
15118
|
-
"name": "definition",
|
|
15119
|
-
"type": {
|
|
15120
|
-
"text": "FoundationElementDefinition"
|
|
15121
|
-
}
|
|
15122
|
-
}
|
|
15123
|
-
]
|
|
15124
|
-
}
|
|
15125
|
-
],
|
|
15126
|
-
"exports": [
|
|
15127
|
-
{
|
|
15128
|
-
"kind": "js",
|
|
15129
|
-
"name": "zeroTreeItemTemplate",
|
|
15130
|
-
"declaration": {
|
|
15131
|
-
"name": "zeroTreeItemTemplate",
|
|
15132
|
-
"module": "src/tree-item/tree-item.template.ts"
|
|
15133
|
-
}
|
|
15134
|
-
}
|
|
15135
|
-
]
|
|
15136
|
-
},
|
|
15137
|
-
{
|
|
15138
|
-
"kind": "javascript-module",
|
|
15139
|
-
"path": "src/tree-item/tree-item.ts",
|
|
15140
|
-
"declarations": [
|
|
15141
|
-
{
|
|
15142
|
-
"kind": "class",
|
|
15143
|
-
"description": "",
|
|
15144
|
-
"name": "TreeItem",
|
|
15145
|
-
"superclass": {
|
|
15146
|
-
"name": "FoundationTreeItem",
|
|
15147
|
-
"package": "@genesislcap/foundation-ui"
|
|
15148
|
-
},
|
|
15149
|
-
"tagName": "%%prefix%%-tree-item",
|
|
15150
|
-
"customElement": true
|
|
15151
|
-
},
|
|
15152
|
-
{
|
|
15153
|
-
"kind": "variable",
|
|
15154
|
-
"name": "zeroTreeItem"
|
|
15155
|
-
}
|
|
15156
|
-
],
|
|
15157
|
-
"exports": [
|
|
15158
|
-
{
|
|
15159
|
-
"kind": "js",
|
|
15160
|
-
"name": "TreeItem",
|
|
15161
|
-
"declaration": {
|
|
15162
|
-
"name": "TreeItem",
|
|
15163
|
-
"module": "src/tree-item/tree-item.ts"
|
|
15164
|
-
}
|
|
15165
|
-
},
|
|
15166
|
-
{
|
|
15167
|
-
"kind": "js",
|
|
15168
|
-
"name": "zeroTreeItem",
|
|
15169
|
-
"declaration": {
|
|
15170
|
-
"name": "zeroTreeItem",
|
|
15171
|
-
"module": "src/tree-item/tree-item.ts"
|
|
15172
|
-
}
|
|
15173
|
-
}
|
|
15174
|
-
]
|
|
15175
|
-
},
|
|
15176
15176
|
{
|
|
15177
15177
|
"kind": "javascript-module",
|
|
15178
15178
|
"path": "src/utils/behaviors.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.83.
|
|
4
|
+
"version": "14.83.8-alpha-c2a75d5.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"storybook": "storybook dev -p 6006"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@genesislcap/genx": "14.83.
|
|
68
|
+
"@genesislcap/genx": "14.83.8-alpha-c2a75d5.0",
|
|
69
69
|
"@storybook/addon-essentials": "^7.1.0",
|
|
70
70
|
"@storybook/addon-links": "^7.1.0",
|
|
71
71
|
"@storybook/addons": "^7.1.0",
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
"storybook": "^7.1.0"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@genesislcap/foundation-comms": "14.83.
|
|
82
|
-
"@genesislcap/foundation-logger": "14.83.
|
|
83
|
-
"@genesislcap/foundation-ui": "14.83.
|
|
84
|
-
"@genesislcap/foundation-utils": "14.83.
|
|
81
|
+
"@genesislcap/foundation-comms": "14.83.8-alpha-c2a75d5.0",
|
|
82
|
+
"@genesislcap/foundation-logger": "14.83.8-alpha-c2a75d5.0",
|
|
83
|
+
"@genesislcap/foundation-ui": "14.83.8-alpha-c2a75d5.0",
|
|
84
|
+
"@genesislcap/foundation-utils": "14.83.8-alpha-c2a75d5.0",
|
|
85
85
|
"@microsoft/fast-colors": "^5.1.4",
|
|
86
86
|
"@microsoft/fast-components": "^2.21.3",
|
|
87
87
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"customElements": "dist/custom-elements.json",
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "a2f61d4d768575d91657d3ecac9721b7a0cbbe2d"
|
|
102
102
|
}
|