@genesislcap/foundation-zero 14.20.2-alpha-a84fed585.0 → 14.22.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 +192 -192
- package/package.json +6 -6
|
@@ -581,194 +581,6 @@
|
|
|
581
581
|
}
|
|
582
582
|
]
|
|
583
583
|
},
|
|
584
|
-
{
|
|
585
|
-
"kind": "javascript-module",
|
|
586
|
-
"path": "src/anchor/anchor.stories.ts",
|
|
587
|
-
"declarations": [
|
|
588
|
-
{
|
|
589
|
-
"kind": "variable",
|
|
590
|
-
"name": "meta",
|
|
591
|
-
"type": {
|
|
592
|
-
"text": "Meta"
|
|
593
|
-
},
|
|
594
|
-
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"kind": "variable",
|
|
598
|
-
"name": "All",
|
|
599
|
-
"type": {
|
|
600
|
-
"text": "StoryObj"
|
|
601
|
-
},
|
|
602
|
-
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
603
|
-
}
|
|
604
|
-
],
|
|
605
|
-
"exports": [
|
|
606
|
-
{
|
|
607
|
-
"kind": "js",
|
|
608
|
-
"name": "default",
|
|
609
|
-
"declaration": {
|
|
610
|
-
"name": "meta",
|
|
611
|
-
"module": "src/anchor/anchor.stories.ts"
|
|
612
|
-
}
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"kind": "js",
|
|
616
|
-
"name": "All",
|
|
617
|
-
"declaration": {
|
|
618
|
-
"name": "All",
|
|
619
|
-
"module": "src/anchor/anchor.stories.ts"
|
|
620
|
-
}
|
|
621
|
-
}
|
|
622
|
-
]
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"kind": "javascript-module",
|
|
626
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
627
|
-
"declarations": [
|
|
628
|
-
{
|
|
629
|
-
"kind": "function",
|
|
630
|
-
"name": "zeroAnchorStyles",
|
|
631
|
-
"return": {
|
|
632
|
-
"type": {
|
|
633
|
-
"text": "ElementStyles"
|
|
634
|
-
}
|
|
635
|
-
},
|
|
636
|
-
"parameters": [
|
|
637
|
-
{
|
|
638
|
-
"name": "context",
|
|
639
|
-
"type": {
|
|
640
|
-
"text": "ElementDefinitionContext"
|
|
641
|
-
}
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"name": "definition",
|
|
645
|
-
"type": {
|
|
646
|
-
"text": "FoundationElementDefinition"
|
|
647
|
-
}
|
|
648
|
-
}
|
|
649
|
-
]
|
|
650
|
-
}
|
|
651
|
-
],
|
|
652
|
-
"exports": [
|
|
653
|
-
{
|
|
654
|
-
"kind": "js",
|
|
655
|
-
"name": "zeroAnchorStyles",
|
|
656
|
-
"declaration": {
|
|
657
|
-
"name": "zeroAnchorStyles",
|
|
658
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
]
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
"kind": "javascript-module",
|
|
665
|
-
"path": "src/anchor/anchor.template.ts",
|
|
666
|
-
"declarations": [
|
|
667
|
-
{
|
|
668
|
-
"kind": "function",
|
|
669
|
-
"name": "zeroAnchorTemplate",
|
|
670
|
-
"return": {
|
|
671
|
-
"type": {
|
|
672
|
-
"text": "ViewTemplate<Anchor>"
|
|
673
|
-
}
|
|
674
|
-
},
|
|
675
|
-
"parameters": [
|
|
676
|
-
{
|
|
677
|
-
"name": "context",
|
|
678
|
-
"type": {
|
|
679
|
-
"text": "ElementDefinitionContext"
|
|
680
|
-
}
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"name": "definition",
|
|
684
|
-
"type": {
|
|
685
|
-
"text": "FoundationElementDefinition"
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
|
-
]
|
|
689
|
-
}
|
|
690
|
-
],
|
|
691
|
-
"exports": [
|
|
692
|
-
{
|
|
693
|
-
"kind": "js",
|
|
694
|
-
"name": "zeroAnchorTemplate",
|
|
695
|
-
"declaration": {
|
|
696
|
-
"name": "zeroAnchorTemplate",
|
|
697
|
-
"module": "src/anchor/anchor.template.ts"
|
|
698
|
-
}
|
|
699
|
-
}
|
|
700
|
-
]
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"kind": "javascript-module",
|
|
704
|
-
"path": "src/anchor/anchor.ts",
|
|
705
|
-
"declarations": [
|
|
706
|
-
{
|
|
707
|
-
"kind": "class",
|
|
708
|
-
"description": "",
|
|
709
|
-
"name": "Anchor",
|
|
710
|
-
"superclass": {
|
|
711
|
-
"name": "FoundationAnchor",
|
|
712
|
-
"package": "@genesislcap/foundation-ui"
|
|
713
|
-
},
|
|
714
|
-
"tagName": "%%prefix%%-anchor",
|
|
715
|
-
"customElement": true
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"kind": "variable",
|
|
719
|
-
"name": "zeroAnchor"
|
|
720
|
-
}
|
|
721
|
-
],
|
|
722
|
-
"exports": [
|
|
723
|
-
{
|
|
724
|
-
"kind": "js",
|
|
725
|
-
"name": "Anchor",
|
|
726
|
-
"declaration": {
|
|
727
|
-
"name": "Anchor",
|
|
728
|
-
"module": "src/anchor/anchor.ts"
|
|
729
|
-
}
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"kind": "js",
|
|
733
|
-
"name": "zeroAnchor",
|
|
734
|
-
"declaration": {
|
|
735
|
-
"name": "zeroAnchor",
|
|
736
|
-
"module": "src/anchor/anchor.ts"
|
|
737
|
-
}
|
|
738
|
-
}
|
|
739
|
-
]
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"kind": "javascript-module",
|
|
743
|
-
"path": "src/anchor/index.ts",
|
|
744
|
-
"declarations": [],
|
|
745
|
-
"exports": [
|
|
746
|
-
{
|
|
747
|
-
"kind": "js",
|
|
748
|
-
"name": "*",
|
|
749
|
-
"declaration": {
|
|
750
|
-
"name": "*",
|
|
751
|
-
"package": "./anchor"
|
|
752
|
-
}
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"kind": "js",
|
|
756
|
-
"name": "*",
|
|
757
|
-
"declaration": {
|
|
758
|
-
"name": "*",
|
|
759
|
-
"package": "./anchor.styles"
|
|
760
|
-
}
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"kind": "js",
|
|
764
|
-
"name": "*",
|
|
765
|
-
"declaration": {
|
|
766
|
-
"name": "*",
|
|
767
|
-
"package": "./anchor.template"
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
]
|
|
771
|
-
},
|
|
772
584
|
{
|
|
773
585
|
"kind": "javascript-module",
|
|
774
586
|
"path": "src/_common/colors.hex.ts",
|
|
@@ -908,6 +720,37 @@
|
|
|
908
720
|
}
|
|
909
721
|
]
|
|
910
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
|
+
},
|
|
911
754
|
{
|
|
912
755
|
"kind": "javascript-module",
|
|
913
756
|
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
@@ -1182,7 +1025,164 @@
|
|
|
1182
1025
|
},
|
|
1183
1026
|
{
|
|
1184
1027
|
"kind": "javascript-module",
|
|
1185
|
-
"path": "src/
|
|
1028
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
1029
|
+
"declarations": [
|
|
1030
|
+
{
|
|
1031
|
+
"kind": "variable",
|
|
1032
|
+
"name": "meta",
|
|
1033
|
+
"type": {
|
|
1034
|
+
"text": "Meta"
|
|
1035
|
+
},
|
|
1036
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"kind": "variable",
|
|
1040
|
+
"name": "All",
|
|
1041
|
+
"type": {
|
|
1042
|
+
"text": "StoryObj"
|
|
1043
|
+
},
|
|
1044
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
1045
|
+
}
|
|
1046
|
+
],
|
|
1047
|
+
"exports": [
|
|
1048
|
+
{
|
|
1049
|
+
"kind": "js",
|
|
1050
|
+
"name": "default",
|
|
1051
|
+
"declaration": {
|
|
1052
|
+
"name": "meta",
|
|
1053
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"kind": "js",
|
|
1058
|
+
"name": "All",
|
|
1059
|
+
"declaration": {
|
|
1060
|
+
"name": "All",
|
|
1061
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
]
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"kind": "javascript-module",
|
|
1068
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1069
|
+
"declarations": [
|
|
1070
|
+
{
|
|
1071
|
+
"kind": "function",
|
|
1072
|
+
"name": "zeroAnchorStyles",
|
|
1073
|
+
"return": {
|
|
1074
|
+
"type": {
|
|
1075
|
+
"text": "ElementStyles"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
"parameters": [
|
|
1079
|
+
{
|
|
1080
|
+
"name": "context",
|
|
1081
|
+
"type": {
|
|
1082
|
+
"text": "ElementDefinitionContext"
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"name": "definition",
|
|
1087
|
+
"type": {
|
|
1088
|
+
"text": "FoundationElementDefinition"
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
]
|
|
1092
|
+
}
|
|
1093
|
+
],
|
|
1094
|
+
"exports": [
|
|
1095
|
+
{
|
|
1096
|
+
"kind": "js",
|
|
1097
|
+
"name": "zeroAnchorStyles",
|
|
1098
|
+
"declaration": {
|
|
1099
|
+
"name": "zeroAnchorStyles",
|
|
1100
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
]
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"kind": "javascript-module",
|
|
1107
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1108
|
+
"declarations": [
|
|
1109
|
+
{
|
|
1110
|
+
"kind": "function",
|
|
1111
|
+
"name": "zeroAnchorTemplate",
|
|
1112
|
+
"return": {
|
|
1113
|
+
"type": {
|
|
1114
|
+
"text": "ViewTemplate<Anchor>"
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
"parameters": [
|
|
1118
|
+
{
|
|
1119
|
+
"name": "context",
|
|
1120
|
+
"type": {
|
|
1121
|
+
"text": "ElementDefinitionContext"
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "definition",
|
|
1126
|
+
"type": {
|
|
1127
|
+
"text": "FoundationElementDefinition"
|
|
1128
|
+
}
|
|
1129
|
+
}
|
|
1130
|
+
]
|
|
1131
|
+
}
|
|
1132
|
+
],
|
|
1133
|
+
"exports": [
|
|
1134
|
+
{
|
|
1135
|
+
"kind": "js",
|
|
1136
|
+
"name": "zeroAnchorTemplate",
|
|
1137
|
+
"declaration": {
|
|
1138
|
+
"name": "zeroAnchorTemplate",
|
|
1139
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
]
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"kind": "javascript-module",
|
|
1146
|
+
"path": "src/anchor/anchor.ts",
|
|
1147
|
+
"declarations": [
|
|
1148
|
+
{
|
|
1149
|
+
"kind": "class",
|
|
1150
|
+
"description": "",
|
|
1151
|
+
"name": "Anchor",
|
|
1152
|
+
"superclass": {
|
|
1153
|
+
"name": "FoundationAnchor",
|
|
1154
|
+
"package": "@genesislcap/foundation-ui"
|
|
1155
|
+
},
|
|
1156
|
+
"tagName": "%%prefix%%-anchor",
|
|
1157
|
+
"customElement": true
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"kind": "variable",
|
|
1161
|
+
"name": "zeroAnchor"
|
|
1162
|
+
}
|
|
1163
|
+
],
|
|
1164
|
+
"exports": [
|
|
1165
|
+
{
|
|
1166
|
+
"kind": "js",
|
|
1167
|
+
"name": "Anchor",
|
|
1168
|
+
"declaration": {
|
|
1169
|
+
"name": "Anchor",
|
|
1170
|
+
"module": "src/anchor/anchor.ts"
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"kind": "js",
|
|
1175
|
+
"name": "zeroAnchor",
|
|
1176
|
+
"declaration": {
|
|
1177
|
+
"name": "zeroAnchor",
|
|
1178
|
+
"module": "src/anchor/anchor.ts"
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1181
|
+
]
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"kind": "javascript-module",
|
|
1185
|
+
"path": "src/anchor/index.ts",
|
|
1186
1186
|
"declarations": [],
|
|
1187
1187
|
"exports": [
|
|
1188
1188
|
{
|
|
@@ -1190,7 +1190,7 @@
|
|
|
1190
1190
|
"name": "*",
|
|
1191
1191
|
"declaration": {
|
|
1192
1192
|
"name": "*",
|
|
1193
|
-
"package": "./
|
|
1193
|
+
"package": "./anchor"
|
|
1194
1194
|
}
|
|
1195
1195
|
},
|
|
1196
1196
|
{
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
"name": "*",
|
|
1199
1199
|
"declaration": {
|
|
1200
1200
|
"name": "*",
|
|
1201
|
-
"package": "./
|
|
1201
|
+
"package": "./anchor.styles"
|
|
1202
1202
|
}
|
|
1203
1203
|
},
|
|
1204
1204
|
{
|
|
@@ -1206,7 +1206,7 @@
|
|
|
1206
1206
|
"name": "*",
|
|
1207
1207
|
"declaration": {
|
|
1208
1208
|
"name": "*",
|
|
1209
|
-
"package": "./
|
|
1209
|
+
"package": "./anchor.template"
|
|
1210
1210
|
}
|
|
1211
1211
|
}
|
|
1212
1212
|
]
|
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.
|
|
4
|
+
"version": "14.22.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
37
|
-
"@genesislcap/genx": "14.
|
|
37
|
+
"@genesislcap/genx": "^14.22.0",
|
|
38
38
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
39
39
|
"@pixability-ui/federated-types": "^0.2.0",
|
|
40
40
|
"@playwright/test": "^1.18.1",
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
"webpack-merge": "^5.7.3"
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@genesislcap/foundation-comms": "14.
|
|
100
|
-
"@genesislcap/foundation-ui": "14.
|
|
101
|
-
"@genesislcap/foundation-utils": "14.
|
|
99
|
+
"@genesislcap/foundation-comms": "^14.22.0",
|
|
100
|
+
"@genesislcap/foundation-ui": "^14.22.0",
|
|
101
|
+
"@genesislcap/foundation-utils": "^14.22.0",
|
|
102
102
|
"@microsoft/fast-colors": "^5.1.4",
|
|
103
103
|
"@microsoft/fast-components": "^2.21.3",
|
|
104
104
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"access": "public"
|
|
112
112
|
},
|
|
113
113
|
"customElements": "dist/custom-elements.json",
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "70741ed0685f302744d81d94b5dabfb9645aa3fe"
|
|
115
115
|
}
|