@genesislcap/foundation-ui 14.180.1 → 14.180.2

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 +131 -131
  2. package/package.json +16 -16
@@ -862,37 +862,6 @@
862
862
  }
863
863
  ]
864
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
865
  {
897
866
  "kind": "javascript-module",
898
867
  "path": "src/accordion/accordion.styles.ts",
@@ -1075,6 +1044,37 @@
1075
1044
  }
1076
1045
  ]
1077
1046
  },
1047
+ {
1048
+ "kind": "javascript-module",
1049
+ "path": "src/_config/index.ts",
1050
+ "declarations": [],
1051
+ "exports": [
1052
+ {
1053
+ "kind": "js",
1054
+ "name": "*",
1055
+ "declaration": {
1056
+ "name": "*",
1057
+ "package": "./styles"
1058
+ }
1059
+ },
1060
+ {
1061
+ "kind": "js",
1062
+ "name": "*",
1063
+ "declaration": {
1064
+ "name": "*",
1065
+ "package": "./tokens"
1066
+ }
1067
+ },
1068
+ {
1069
+ "kind": "js",
1070
+ "name": "*",
1071
+ "declaration": {
1072
+ "name": "*",
1073
+ "package": "./values"
1074
+ }
1075
+ }
1076
+ ]
1077
+ },
1078
1078
  {
1079
1079
  "kind": "javascript-module",
1080
1080
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -27422,106 +27422,6 @@
27422
27422
  }
27423
27423
  ]
27424
27424
  },
27425
- {
27426
- "kind": "javascript-module",
27427
- "path": "src/patterns/define.ts",
27428
- "declarations": [
27429
- {
27430
- "kind": "function",
27431
- "name": "defineFactory",
27432
- "return": {
27433
- "type": {
27434
- "text": ""
27435
- }
27436
- },
27437
- "parameters": [
27438
- {
27439
- "name": "Type",
27440
- "type": {
27441
- "text": "TType"
27442
- },
27443
- "description": "The custom element Type / Class to define."
27444
- },
27445
- {
27446
- "name": "overriderOrBase",
27447
- "type": {
27448
- "text": "DefinitionOverrider | PartialFASTElementDefinition"
27449
- },
27450
- "description": "A function that merges definitions, or the base definition if custom merging is not needed."
27451
- }
27452
- ],
27453
- "description": "Defines a platform custom element based on the provided type and definition."
27454
- }
27455
- ],
27456
- "exports": [
27457
- {
27458
- "kind": "js",
27459
- "name": "defineFactory",
27460
- "declaration": {
27461
- "name": "defineFactory",
27462
- "module": "src/patterns/define.ts"
27463
- }
27464
- }
27465
- ]
27466
- },
27467
- {
27468
- "kind": "javascript-module",
27469
- "path": "src/patterns/index.ts",
27470
- "declarations": [],
27471
- "exports": [
27472
- {
27473
- "kind": "js",
27474
- "name": "*",
27475
- "declaration": {
27476
- "name": "*",
27477
- "package": "./define"
27478
- }
27479
- },
27480
- {
27481
- "kind": "js",
27482
- "name": "*",
27483
- "declaration": {
27484
- "name": "*",
27485
- "package": "./tag-for"
27486
- }
27487
- }
27488
- ]
27489
- },
27490
- {
27491
- "kind": "javascript-module",
27492
- "path": "src/patterns/tag-for.ts",
27493
- "declarations": [
27494
- {
27495
- "kind": "function",
27496
- "name": "tagFor",
27497
- "return": {
27498
- "type": {
27499
- "text": ""
27500
- }
27501
- },
27502
- "parameters": [
27503
- {
27504
- "name": "dependency",
27505
- "type": {
27506
- "text": "TemplateElementDependency"
27507
- },
27508
- "description": "The dependency the template is dependent on."
27509
- }
27510
- ],
27511
- "description": "Determines what HTML tag name to use for the dependency."
27512
- }
27513
- ],
27514
- "exports": [
27515
- {
27516
- "kind": "js",
27517
- "name": "tagFor",
27518
- "declaration": {
27519
- "name": "tagFor",
27520
- "module": "src/patterns/tag-for.ts"
27521
- }
27522
- }
27523
- ]
27524
- },
27525
27425
  {
27526
27426
  "kind": "javascript-module",
27527
27427
  "path": "src/popper/index.ts",
@@ -27878,6 +27778,106 @@
27878
27778
  }
27879
27779
  ]
27880
27780
  },
27781
+ {
27782
+ "kind": "javascript-module",
27783
+ "path": "src/patterns/define.ts",
27784
+ "declarations": [
27785
+ {
27786
+ "kind": "function",
27787
+ "name": "defineFactory",
27788
+ "return": {
27789
+ "type": {
27790
+ "text": ""
27791
+ }
27792
+ },
27793
+ "parameters": [
27794
+ {
27795
+ "name": "Type",
27796
+ "type": {
27797
+ "text": "TType"
27798
+ },
27799
+ "description": "The custom element Type / Class to define."
27800
+ },
27801
+ {
27802
+ "name": "overriderOrBase",
27803
+ "type": {
27804
+ "text": "DefinitionOverrider | PartialFASTElementDefinition"
27805
+ },
27806
+ "description": "A function that merges definitions, or the base definition if custom merging is not needed."
27807
+ }
27808
+ ],
27809
+ "description": "Defines a platform custom element based on the provided type and definition."
27810
+ }
27811
+ ],
27812
+ "exports": [
27813
+ {
27814
+ "kind": "js",
27815
+ "name": "defineFactory",
27816
+ "declaration": {
27817
+ "name": "defineFactory",
27818
+ "module": "src/patterns/define.ts"
27819
+ }
27820
+ }
27821
+ ]
27822
+ },
27823
+ {
27824
+ "kind": "javascript-module",
27825
+ "path": "src/patterns/index.ts",
27826
+ "declarations": [],
27827
+ "exports": [
27828
+ {
27829
+ "kind": "js",
27830
+ "name": "*",
27831
+ "declaration": {
27832
+ "name": "*",
27833
+ "package": "./define"
27834
+ }
27835
+ },
27836
+ {
27837
+ "kind": "js",
27838
+ "name": "*",
27839
+ "declaration": {
27840
+ "name": "*",
27841
+ "package": "./tag-for"
27842
+ }
27843
+ }
27844
+ ]
27845
+ },
27846
+ {
27847
+ "kind": "javascript-module",
27848
+ "path": "src/patterns/tag-for.ts",
27849
+ "declarations": [
27850
+ {
27851
+ "kind": "function",
27852
+ "name": "tagFor",
27853
+ "return": {
27854
+ "type": {
27855
+ "text": ""
27856
+ }
27857
+ },
27858
+ "parameters": [
27859
+ {
27860
+ "name": "dependency",
27861
+ "type": {
27862
+ "text": "TemplateElementDependency"
27863
+ },
27864
+ "description": "The dependency the template is dependent on."
27865
+ }
27866
+ ],
27867
+ "description": "Determines what HTML tag name to use for the dependency."
27868
+ }
27869
+ ],
27870
+ "exports": [
27871
+ {
27872
+ "kind": "js",
27873
+ "name": "tagFor",
27874
+ "declaration": {
27875
+ "name": "tagFor",
27876
+ "module": "src/patterns/tag-for.ts"
27877
+ }
27878
+ }
27879
+ ]
27880
+ },
27881
27881
  {
27882
27882
  "kind": "javascript-module",
27883
27883
  "path": "src/progress/index.ts",
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.180.1",
4
+ "version": "14.180.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -74,13 +74,13 @@
74
74
  "test:debug": "genx test --debug"
75
75
  },
76
76
  "devDependencies": {
77
- "@genesislcap/foundation-testing": "14.180.1",
78
- "@genesislcap/genx": "14.180.1",
79
- "@genesislcap/rollup-builder": "14.180.1",
80
- "@genesislcap/ts-builder": "14.180.1",
81
- "@genesislcap/uvu-playwright-builder": "14.180.1",
82
- "@genesislcap/vite-builder": "14.180.1",
83
- "@genesislcap/webpack-builder": "14.180.1",
77
+ "@genesislcap/foundation-testing": "14.180.2",
78
+ "@genesislcap/genx": "14.180.2",
79
+ "@genesislcap/rollup-builder": "14.180.2",
80
+ "@genesislcap/ts-builder": "14.180.2",
81
+ "@genesislcap/uvu-playwright-builder": "14.180.2",
82
+ "@genesislcap/vite-builder": "14.180.2",
83
+ "@genesislcap/webpack-builder": "14.180.2",
84
84
  "copyfiles": "^2.4.1",
85
85
  "rimraf": "^3.0.2",
86
86
  "rxjs": "^7.5.4"
@@ -91,13 +91,13 @@
91
91
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
92
92
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
93
93
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
94
- "@genesislcap/foundation-comms": "14.180.1",
95
- "@genesislcap/foundation-criteria": "14.180.1",
96
- "@genesislcap/foundation-errors": "14.180.1",
97
- "@genesislcap/foundation-logger": "14.180.1",
98
- "@genesislcap/foundation-notifications": "14.180.1",
99
- "@genesislcap/foundation-user": "14.180.1",
100
- "@genesislcap/foundation-utils": "14.180.1",
94
+ "@genesislcap/foundation-comms": "14.180.2",
95
+ "@genesislcap/foundation-criteria": "14.180.2",
96
+ "@genesislcap/foundation-errors": "14.180.2",
97
+ "@genesislcap/foundation-logger": "14.180.2",
98
+ "@genesislcap/foundation-notifications": "14.180.2",
99
+ "@genesislcap/foundation-user": "14.180.2",
100
+ "@genesislcap/foundation-utils": "14.180.2",
101
101
  "@microsoft/fast-colors": "^5.3.1",
102
102
  "@microsoft/fast-components": "^2.30.6",
103
103
  "@microsoft/fast-element": "^1.12.0",
@@ -119,5 +119,5 @@
119
119
  "access": "public"
120
120
  },
121
121
  "customElements": "dist/custom-elements.json",
122
- "gitHead": "ea64c8fdf01822c686617271eb721b448c82f8c0"
122
+ "gitHead": "5fdd1837209acabc17881ad7062a2ec304df0b18"
123
123
  }