@genesislcap/foundation-ui 14.194.7 → 14.195.1-alpha-e5f27cb.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +307 -307
  2. package/package.json +16 -16
@@ -817,264 +817,6 @@
817
817
  }
818
818
  ]
819
819
  },
820
- {
821
- "kind": "javascript-module",
822
- "path": "src/_common/icons.ts",
823
- "declarations": [
824
- {
825
- "kind": "function",
826
- "name": "closeIcon",
827
- "parameters": [
828
- {
829
- "name": "slot",
830
- "default": "'start'"
831
- },
832
- {
833
- "name": "fill",
834
- "default": "'#879ba6'"
835
- }
836
- ]
837
- }
838
- ],
839
- "exports": [
840
- {
841
- "kind": "js",
842
- "name": "closeIcon",
843
- "declaration": {
844
- "name": "closeIcon",
845
- "module": "src/_common/icons.ts"
846
- }
847
- }
848
- ]
849
- },
850
- {
851
- "kind": "javascript-module",
852
- "path": "src/_common/index.ts",
853
- "declarations": [],
854
- "exports": [
855
- {
856
- "kind": "js",
857
- "name": "*",
858
- "declaration": {
859
- "name": "*",
860
- "package": "./icons"
861
- }
862
- }
863
- ]
864
- },
865
- {
866
- "kind": "javascript-module",
867
- "path": "src/_config/index.ts",
868
- "declarations": [],
869
- "exports": [
870
- {
871
- "kind": "js",
872
- "name": "*",
873
- "declaration": {
874
- "name": "*",
875
- "package": "./styles"
876
- }
877
- },
878
- {
879
- "kind": "js",
880
- "name": "*",
881
- "declaration": {
882
- "name": "*",
883
- "package": "./tokens"
884
- }
885
- },
886
- {
887
- "kind": "js",
888
- "name": "*",
889
- "declaration": {
890
- "name": "*",
891
- "package": "./values"
892
- }
893
- }
894
- ]
895
- },
896
- {
897
- "kind": "javascript-module",
898
- "path": "src/accordion/accordion.styles.ts",
899
- "declarations": [
900
- {
901
- "kind": "function",
902
- "name": "foundationAccordionStyles",
903
- "return": {
904
- "type": {
905
- "text": "ElementStyles"
906
- }
907
- },
908
- "parameters": [
909
- {
910
- "name": "context",
911
- "type": {
912
- "text": "ElementDefinitionContext"
913
- }
914
- },
915
- {
916
- "name": "definition",
917
- "type": {
918
- "text": "FoundationElementDefinition"
919
- }
920
- }
921
- ]
922
- }
923
- ],
924
- "exports": [
925
- {
926
- "kind": "js",
927
- "name": "foundationAccordionStyles",
928
- "declaration": {
929
- "name": "foundationAccordionStyles",
930
- "module": "src/accordion/accordion.styles.ts"
931
- }
932
- }
933
- ]
934
- },
935
- {
936
- "kind": "javascript-module",
937
- "path": "src/accordion/accordion.template.ts",
938
- "declarations": [
939
- {
940
- "kind": "function",
941
- "name": "foundationAccordionTemplate",
942
- "return": {
943
- "type": {
944
- "text": "ViewTemplate<Accordion>"
945
- }
946
- },
947
- "parameters": [
948
- {
949
- "name": "context",
950
- "type": {
951
- "text": "ElementDefinitionContext"
952
- }
953
- },
954
- {
955
- "name": "definition",
956
- "type": {
957
- "text": "FoundationElementDefinition"
958
- }
959
- }
960
- ]
961
- }
962
- ],
963
- "exports": [
964
- {
965
- "kind": "js",
966
- "name": "foundationAccordionTemplate",
967
- "declaration": {
968
- "name": "foundationAccordionTemplate",
969
- "module": "src/accordion/accordion.template.ts"
970
- }
971
- }
972
- ]
973
- },
974
- {
975
- "kind": "javascript-module",
976
- "path": "src/accordion/accordion.ts",
977
- "declarations": [
978
- {
979
- "kind": "class",
980
- "description": "",
981
- "name": "Accordion",
982
- "superclass": {
983
- "name": "FASTAccordion",
984
- "package": "@microsoft/fast-foundation"
985
- },
986
- "tagName": "%%prefix%%-accordion",
987
- "customElement": true
988
- },
989
- {
990
- "kind": "variable",
991
- "name": "foundationAccordionShadowOptions",
992
- "type": {
993
- "text": "ShadowRootInit"
994
- },
995
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
996
- },
997
- {
998
- "kind": "variable",
999
- "name": "defaultAccordionConfig",
1000
- "type": {
1001
- "text": "object"
1002
- },
1003
- "default": "{}"
1004
- },
1005
- {
1006
- "kind": "variable",
1007
- "name": "foundationAccordion",
1008
- "description": "The Foundation Accordion",
1009
- "privacy": "public"
1010
- }
1011
- ],
1012
- "exports": [
1013
- {
1014
- "kind": "js",
1015
- "name": "Accordion",
1016
- "declaration": {
1017
- "name": "Accordion",
1018
- "module": "src/accordion/accordion.ts"
1019
- }
1020
- },
1021
- {
1022
- "kind": "js",
1023
- "name": "foundationAccordionShadowOptions",
1024
- "declaration": {
1025
- "name": "foundationAccordionShadowOptions",
1026
- "module": "src/accordion/accordion.ts"
1027
- }
1028
- },
1029
- {
1030
- "kind": "js",
1031
- "name": "defaultAccordionConfig",
1032
- "declaration": {
1033
- "name": "defaultAccordionConfig",
1034
- "module": "src/accordion/accordion.ts"
1035
- }
1036
- },
1037
- {
1038
- "kind": "js",
1039
- "name": "foundationAccordion",
1040
- "declaration": {
1041
- "name": "foundationAccordion",
1042
- "module": "src/accordion/accordion.ts"
1043
- }
1044
- }
1045
- ]
1046
- },
1047
- {
1048
- "kind": "javascript-module",
1049
- "path": "src/accordion/index.ts",
1050
- "declarations": [],
1051
- "exports": [
1052
- {
1053
- "kind": "js",
1054
- "name": "*",
1055
- "declaration": {
1056
- "name": "*",
1057
- "package": "./accordion.template"
1058
- }
1059
- },
1060
- {
1061
- "kind": "js",
1062
- "name": "*",
1063
- "declaration": {
1064
- "name": "*",
1065
- "package": "./accordion.styles"
1066
- }
1067
- },
1068
- {
1069
- "kind": "js",
1070
- "name": "*",
1071
- "declaration": {
1072
- "name": "*",
1073
- "package": "./accordion"
1074
- }
1075
- }
1076
- ]
1077
- },
1078
820
  {
1079
821
  "kind": "javascript-module",
1080
822
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2548,6 +2290,37 @@
2548
2290
  }
2549
2291
  ]
2550
2292
  },
2293
+ {
2294
+ "kind": "javascript-module",
2295
+ "path": "src/_config/index.ts",
2296
+ "declarations": [],
2297
+ "exports": [
2298
+ {
2299
+ "kind": "js",
2300
+ "name": "*",
2301
+ "declaration": {
2302
+ "name": "*",
2303
+ "package": "./styles"
2304
+ }
2305
+ },
2306
+ {
2307
+ "kind": "js",
2308
+ "name": "*",
2309
+ "declaration": {
2310
+ "name": "*",
2311
+ "package": "./tokens"
2312
+ }
2313
+ },
2314
+ {
2315
+ "kind": "js",
2316
+ "name": "*",
2317
+ "declaration": {
2318
+ "name": "*",
2319
+ "package": "./values"
2320
+ }
2321
+ }
2322
+ ]
2323
+ },
2551
2324
  {
2552
2325
  "kind": "javascript-module",
2553
2326
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -4138,6 +3911,233 @@
4138
3911
  }
4139
3912
  ]
4140
3913
  },
3914
+ {
3915
+ "kind": "javascript-module",
3916
+ "path": "src/_common/icons.ts",
3917
+ "declarations": [
3918
+ {
3919
+ "kind": "function",
3920
+ "name": "closeIcon",
3921
+ "parameters": [
3922
+ {
3923
+ "name": "slot",
3924
+ "default": "'start'"
3925
+ },
3926
+ {
3927
+ "name": "fill",
3928
+ "default": "'#879ba6'"
3929
+ }
3930
+ ]
3931
+ }
3932
+ ],
3933
+ "exports": [
3934
+ {
3935
+ "kind": "js",
3936
+ "name": "closeIcon",
3937
+ "declaration": {
3938
+ "name": "closeIcon",
3939
+ "module": "src/_common/icons.ts"
3940
+ }
3941
+ }
3942
+ ]
3943
+ },
3944
+ {
3945
+ "kind": "javascript-module",
3946
+ "path": "src/_common/index.ts",
3947
+ "declarations": [],
3948
+ "exports": [
3949
+ {
3950
+ "kind": "js",
3951
+ "name": "*",
3952
+ "declaration": {
3953
+ "name": "*",
3954
+ "package": "./icons"
3955
+ }
3956
+ }
3957
+ ]
3958
+ },
3959
+ {
3960
+ "kind": "javascript-module",
3961
+ "path": "src/accordion/accordion.styles.ts",
3962
+ "declarations": [
3963
+ {
3964
+ "kind": "function",
3965
+ "name": "foundationAccordionStyles",
3966
+ "return": {
3967
+ "type": {
3968
+ "text": "ElementStyles"
3969
+ }
3970
+ },
3971
+ "parameters": [
3972
+ {
3973
+ "name": "context",
3974
+ "type": {
3975
+ "text": "ElementDefinitionContext"
3976
+ }
3977
+ },
3978
+ {
3979
+ "name": "definition",
3980
+ "type": {
3981
+ "text": "FoundationElementDefinition"
3982
+ }
3983
+ }
3984
+ ]
3985
+ }
3986
+ ],
3987
+ "exports": [
3988
+ {
3989
+ "kind": "js",
3990
+ "name": "foundationAccordionStyles",
3991
+ "declaration": {
3992
+ "name": "foundationAccordionStyles",
3993
+ "module": "src/accordion/accordion.styles.ts"
3994
+ }
3995
+ }
3996
+ ]
3997
+ },
3998
+ {
3999
+ "kind": "javascript-module",
4000
+ "path": "src/accordion/accordion.template.ts",
4001
+ "declarations": [
4002
+ {
4003
+ "kind": "function",
4004
+ "name": "foundationAccordionTemplate",
4005
+ "return": {
4006
+ "type": {
4007
+ "text": "ViewTemplate<Accordion>"
4008
+ }
4009
+ },
4010
+ "parameters": [
4011
+ {
4012
+ "name": "context",
4013
+ "type": {
4014
+ "text": "ElementDefinitionContext"
4015
+ }
4016
+ },
4017
+ {
4018
+ "name": "definition",
4019
+ "type": {
4020
+ "text": "FoundationElementDefinition"
4021
+ }
4022
+ }
4023
+ ]
4024
+ }
4025
+ ],
4026
+ "exports": [
4027
+ {
4028
+ "kind": "js",
4029
+ "name": "foundationAccordionTemplate",
4030
+ "declaration": {
4031
+ "name": "foundationAccordionTemplate",
4032
+ "module": "src/accordion/accordion.template.ts"
4033
+ }
4034
+ }
4035
+ ]
4036
+ },
4037
+ {
4038
+ "kind": "javascript-module",
4039
+ "path": "src/accordion/accordion.ts",
4040
+ "declarations": [
4041
+ {
4042
+ "kind": "class",
4043
+ "description": "",
4044
+ "name": "Accordion",
4045
+ "superclass": {
4046
+ "name": "FASTAccordion",
4047
+ "package": "@microsoft/fast-foundation"
4048
+ },
4049
+ "tagName": "%%prefix%%-accordion",
4050
+ "customElement": true
4051
+ },
4052
+ {
4053
+ "kind": "variable",
4054
+ "name": "foundationAccordionShadowOptions",
4055
+ "type": {
4056
+ "text": "ShadowRootInit"
4057
+ },
4058
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4059
+ },
4060
+ {
4061
+ "kind": "variable",
4062
+ "name": "defaultAccordionConfig",
4063
+ "type": {
4064
+ "text": "object"
4065
+ },
4066
+ "default": "{}"
4067
+ },
4068
+ {
4069
+ "kind": "variable",
4070
+ "name": "foundationAccordion",
4071
+ "description": "The Foundation Accordion",
4072
+ "privacy": "public"
4073
+ }
4074
+ ],
4075
+ "exports": [
4076
+ {
4077
+ "kind": "js",
4078
+ "name": "Accordion",
4079
+ "declaration": {
4080
+ "name": "Accordion",
4081
+ "module": "src/accordion/accordion.ts"
4082
+ }
4083
+ },
4084
+ {
4085
+ "kind": "js",
4086
+ "name": "foundationAccordionShadowOptions",
4087
+ "declaration": {
4088
+ "name": "foundationAccordionShadowOptions",
4089
+ "module": "src/accordion/accordion.ts"
4090
+ }
4091
+ },
4092
+ {
4093
+ "kind": "js",
4094
+ "name": "defaultAccordionConfig",
4095
+ "declaration": {
4096
+ "name": "defaultAccordionConfig",
4097
+ "module": "src/accordion/accordion.ts"
4098
+ }
4099
+ },
4100
+ {
4101
+ "kind": "js",
4102
+ "name": "foundationAccordion",
4103
+ "declaration": {
4104
+ "name": "foundationAccordion",
4105
+ "module": "src/accordion/accordion.ts"
4106
+ }
4107
+ }
4108
+ ]
4109
+ },
4110
+ {
4111
+ "kind": "javascript-module",
4112
+ "path": "src/accordion/index.ts",
4113
+ "declarations": [],
4114
+ "exports": [
4115
+ {
4116
+ "kind": "js",
4117
+ "name": "*",
4118
+ "declaration": {
4119
+ "name": "*",
4120
+ "package": "./accordion.template"
4121
+ }
4122
+ },
4123
+ {
4124
+ "kind": "js",
4125
+ "name": "*",
4126
+ "declaration": {
4127
+ "name": "*",
4128
+ "package": "./accordion.styles"
4129
+ }
4130
+ },
4131
+ {
4132
+ "kind": "js",
4133
+ "name": "*",
4134
+ "declaration": {
4135
+ "name": "*",
4136
+ "package": "./accordion"
4137
+ }
4138
+ }
4139
+ ]
4140
+ },
4141
4141
  {
4142
4142
  "kind": "javascript-module",
4143
4143
  "path": "src/avatar/avatar.styles.ts",
@@ -44029,6 +44029,55 @@
44029
44029
  }
44030
44030
  ]
44031
44031
  },
44032
+ {
44033
+ "kind": "javascript-module",
44034
+ "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
44035
+ "declarations": [
44036
+ {
44037
+ "kind": "function",
44038
+ "name": "gridLayoutRWDStyles",
44039
+ "return": {
44040
+ "type": {
44041
+ "text": "ElementStyles"
44042
+ }
44043
+ },
44044
+ "parameters": [
44045
+ {
44046
+ "name": "breakPoint",
44047
+ "optional": true,
44048
+ "type": {
44049
+ "text": "GridBreakPointType"
44050
+ }
44051
+ }
44052
+ ]
44053
+ }
44054
+ ],
44055
+ "exports": [
44056
+ {
44057
+ "kind": "js",
44058
+ "name": "gridLayoutRWDStyles",
44059
+ "declaration": {
44060
+ "name": "gridLayoutRWDStyles",
44061
+ "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
44062
+ }
44063
+ }
44064
+ ]
44065
+ },
44066
+ {
44067
+ "kind": "javascript-module",
44068
+ "path": "src/grid-layout/responsiveness/index.ts",
44069
+ "declarations": [],
44070
+ "exports": [
44071
+ {
44072
+ "kind": "js",
44073
+ "name": "*",
44074
+ "declaration": {
44075
+ "name": "*",
44076
+ "package": "./grid-layout-rwd.styles"
44077
+ }
44078
+ }
44079
+ ]
44080
+ },
44032
44081
  {
44033
44082
  "kind": "javascript-module",
44034
44083
  "path": "src/overlays/system-health/index.ts",
@@ -44601,55 +44650,6 @@
44601
44650
  }
44602
44651
  }
44603
44652
  ]
44604
- },
44605
- {
44606
- "kind": "javascript-module",
44607
- "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
44608
- "declarations": [
44609
- {
44610
- "kind": "function",
44611
- "name": "gridLayoutRWDStyles",
44612
- "return": {
44613
- "type": {
44614
- "text": "ElementStyles"
44615
- }
44616
- },
44617
- "parameters": [
44618
- {
44619
- "name": "breakPoint",
44620
- "optional": true,
44621
- "type": {
44622
- "text": "GridBreakPointType"
44623
- }
44624
- }
44625
- ]
44626
- }
44627
- ],
44628
- "exports": [
44629
- {
44630
- "kind": "js",
44631
- "name": "gridLayoutRWDStyles",
44632
- "declaration": {
44633
- "name": "gridLayoutRWDStyles",
44634
- "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
44635
- }
44636
- }
44637
- ]
44638
- },
44639
- {
44640
- "kind": "javascript-module",
44641
- "path": "src/grid-layout/responsiveness/index.ts",
44642
- "declarations": [],
44643
- "exports": [
44644
- {
44645
- "kind": "js",
44646
- "name": "*",
44647
- "declaration": {
44648
- "name": "*",
44649
- "package": "./grid-layout-rwd.styles"
44650
- }
44651
- }
44652
- ]
44653
44653
  }
44654
44654
  ]
44655
44655
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.194.7",
4
+ "version": "14.195.1-alpha-e5f27cb.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -82,13 +82,13 @@
82
82
  }
83
83
  },
84
84
  "devDependencies": {
85
- "@genesislcap/foundation-testing": "14.194.7",
86
- "@genesislcap/genx": "14.194.7",
87
- "@genesislcap/rollup-builder": "14.194.7",
88
- "@genesislcap/ts-builder": "14.194.7",
89
- "@genesislcap/uvu-playwright-builder": "14.194.7",
90
- "@genesislcap/vite-builder": "14.194.7",
91
- "@genesislcap/webpack-builder": "14.194.7",
85
+ "@genesislcap/foundation-testing": "14.195.1-alpha-e5f27cb.0",
86
+ "@genesislcap/genx": "14.195.1-alpha-e5f27cb.0",
87
+ "@genesislcap/rollup-builder": "14.195.1-alpha-e5f27cb.0",
88
+ "@genesislcap/ts-builder": "14.195.1-alpha-e5f27cb.0",
89
+ "@genesislcap/uvu-playwright-builder": "14.195.1-alpha-e5f27cb.0",
90
+ "@genesislcap/vite-builder": "14.195.1-alpha-e5f27cb.0",
91
+ "@genesislcap/webpack-builder": "14.195.1-alpha-e5f27cb.0",
92
92
  "copyfiles": "^2.4.1",
93
93
  "rimraf": "^5.0.0",
94
94
  "rxjs": "^7.5.4"
@@ -99,13 +99,13 @@
99
99
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
100
100
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
101
101
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
102
- "@genesislcap/foundation-comms": "14.194.7",
103
- "@genesislcap/foundation-criteria": "14.194.7",
104
- "@genesislcap/foundation-errors": "14.194.7",
105
- "@genesislcap/foundation-logger": "14.194.7",
106
- "@genesislcap/foundation-notifications": "14.194.7",
107
- "@genesislcap/foundation-user": "14.194.7",
108
- "@genesislcap/foundation-utils": "14.194.7",
102
+ "@genesislcap/foundation-comms": "14.195.1-alpha-e5f27cb.0",
103
+ "@genesislcap/foundation-criteria": "14.195.1-alpha-e5f27cb.0",
104
+ "@genesislcap/foundation-errors": "14.195.1-alpha-e5f27cb.0",
105
+ "@genesislcap/foundation-logger": "14.195.1-alpha-e5f27cb.0",
106
+ "@genesislcap/foundation-notifications": "14.195.1-alpha-e5f27cb.0",
107
+ "@genesislcap/foundation-user": "14.195.1-alpha-e5f27cb.0",
108
+ "@genesislcap/foundation-utils": "14.195.1-alpha-e5f27cb.0",
109
109
  "@microsoft/fast-colors": "^5.3.1",
110
110
  "@microsoft/fast-components": "^2.30.6",
111
111
  "@microsoft/fast-element": "^1.12.0",
@@ -127,5 +127,5 @@
127
127
  "access": "public"
128
128
  },
129
129
  "customElements": "dist/custom-elements.json",
130
- "gitHead": "9bece8f180478f18ff800a049dca7ae6d85229aa"
130
+ "gitHead": "4499144e8dc10a1fe52067b4d03e1fad4f5049c8"
131
131
  }