@genesislcap/foundation-zero 14.115.0 → 14.115.1

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.
@@ -669,37 +669,6 @@
669
669
  }
670
670
  ]
671
671
  },
672
- {
673
- "kind": "javascript-module",
674
- "path": "src/_config/index.ts",
675
- "declarations": [],
676
- "exports": [
677
- {
678
- "kind": "js",
679
- "name": "*",
680
- "declaration": {
681
- "name": "*",
682
- "package": "./styles"
683
- }
684
- },
685
- {
686
- "kind": "js",
687
- "name": "*",
688
- "declaration": {
689
- "name": "*",
690
- "package": "./tokens"
691
- }
692
- },
693
- {
694
- "kind": "js",
695
- "name": "*",
696
- "declaration": {
697
- "name": "*",
698
- "package": "./values"
699
- }
700
- }
701
- ]
702
- },
703
672
  {
704
673
  "kind": "javascript-module",
705
674
  "path": "src/_common/colors.hex.ts",
@@ -1027,6 +996,37 @@
1027
996
  }
1028
997
  ]
1029
998
  },
999
+ {
1000
+ "kind": "javascript-module",
1001
+ "path": "src/_config/index.ts",
1002
+ "declarations": [],
1003
+ "exports": [
1004
+ {
1005
+ "kind": "js",
1006
+ "name": "*",
1007
+ "declaration": {
1008
+ "name": "*",
1009
+ "package": "./styles"
1010
+ }
1011
+ },
1012
+ {
1013
+ "kind": "js",
1014
+ "name": "*",
1015
+ "declaration": {
1016
+ "name": "*",
1017
+ "package": "./tokens"
1018
+ }
1019
+ },
1020
+ {
1021
+ "kind": "js",
1022
+ "name": "*",
1023
+ "declaration": {
1024
+ "name": "*",
1025
+ "package": "./values"
1026
+ }
1027
+ }
1028
+ ]
1029
+ },
1030
1030
  {
1031
1031
  "kind": "javascript-module",
1032
1032
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1,4 +1,4 @@
1
- import { type ViewTemplate } from '@microsoft/fast-element';
1
+ import type { ViewTemplate } from '@microsoft/fast-element';
2
2
  import type { FoundationElementTemplate, TabsOptions } from '@microsoft/fast-foundation';
3
3
  import { StepperTab } from './stepper-tab';
4
4
  export declare const zeroStepperTabTemplate: FoundationElementTemplate<ViewTemplate<StepperTab>, TabsOptions>;
@@ -1 +1 @@
1
- {"version":3,"file":"stepper-tab.template.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/stepper-tab.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE7E,OAAO,KAAK,EAAE,yBAAyB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzF,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,sBAAsB,EAAE,yBAAyB,CAC5D,YAAY,CAAC,UAAU,CAAC,EACxB,WAAW,CAqDZ,CAAC"}
1
+ {"version":3,"file":"stepper-tab.template.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/stepper-tab.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE5D,OAAO,KAAK,EAAE,yBAAyB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzF,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,sBAAsB,EAAE,yBAAyB,CAC5D,YAAY,CAAC,UAAU,CAAC,EACxB,WAAW,CAqDZ,CAAC"}
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.115.0",
4
+ "version": "14.115.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.115.0",
70
+ "@genesislcap/genx": "14.115.1",
71
71
  "@storybook/addon-coverage": "^1.0.0",
72
72
  "@storybook/addon-essentials": "^7.5.3",
73
73
  "@storybook/addon-links": "^7.5.3",
@@ -82,10 +82,10 @@
82
82
  "storybook": "^7.5.3"
83
83
  },
84
84
  "dependencies": {
85
- "@genesislcap/foundation-comms": "14.115.0",
86
- "@genesislcap/foundation-logger": "14.115.0",
87
- "@genesislcap/foundation-ui": "14.115.0",
88
- "@genesislcap/foundation-utils": "14.115.0",
85
+ "@genesislcap/foundation-comms": "14.115.1",
86
+ "@genesislcap/foundation-logger": "14.115.1",
87
+ "@genesislcap/foundation-ui": "14.115.1",
88
+ "@genesislcap/foundation-utils": "14.115.1",
89
89
  "@microsoft/fast-colors": "^5.1.4",
90
90
  "@microsoft/fast-components": "^2.21.3",
91
91
  "@microsoft/fast-element": "^1.7.0",
@@ -102,5 +102,5 @@
102
102
  "access": "public"
103
103
  },
104
104
  "customElements": "dist/custom-elements.json",
105
- "gitHead": "51edda70c230e7bd0d1a168126a9a9d9efddba63"
105
+ "gitHead": "5cb024728e6fef3451c1e6ccf1e1dd92f26d3f03"
106
106
  }