@genesislcap/foundation-zero 14.194.1-alpha-5e85261f157.0 → 14.194.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.
@@ -840,6 +840,37 @@
840
840
  }
841
841
  ]
842
842
  },
843
+ {
844
+ "kind": "javascript-module",
845
+ "path": "src/_config/index.ts",
846
+ "declarations": [],
847
+ "exports": [
848
+ {
849
+ "kind": "js",
850
+ "name": "*",
851
+ "declaration": {
852
+ "name": "*",
853
+ "package": "./styles"
854
+ }
855
+ },
856
+ {
857
+ "kind": "js",
858
+ "name": "*",
859
+ "declaration": {
860
+ "name": "*",
861
+ "package": "./tokens"
862
+ }
863
+ },
864
+ {
865
+ "kind": "js",
866
+ "name": "*",
867
+ "declaration": {
868
+ "name": "*",
869
+ "package": "./values"
870
+ }
871
+ }
872
+ ]
873
+ },
843
874
  {
844
875
  "kind": "javascript-module",
845
876
  "path": "src/accordion/accordion.stories.ts",
@@ -2016,37 +2047,6 @@
2016
2047
  }
2017
2048
  ]
2018
2049
  },
2019
- {
2020
- "kind": "javascript-module",
2021
- "path": "src/_config/index.ts",
2022
- "declarations": [],
2023
- "exports": [
2024
- {
2025
- "kind": "js",
2026
- "name": "*",
2027
- "declaration": {
2028
- "name": "*",
2029
- "package": "./styles"
2030
- }
2031
- },
2032
- {
2033
- "kind": "js",
2034
- "name": "*",
2035
- "declaration": {
2036
- "name": "*",
2037
- "package": "./tokens"
2038
- }
2039
- },
2040
- {
2041
- "kind": "js",
2042
- "name": "*",
2043
- "declaration": {
2044
- "name": "*",
2045
- "package": "./values"
2046
- }
2047
- }
2048
- ]
2049
- },
2050
2050
  {
2051
2051
  "kind": "javascript-module",
2052
2052
  "path": "src/anchor/anchor.stories.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"tab.styles.d.ts","sourceRoot":"","sources":["../../../src/tab/tab.styles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAGpC,eAAO,MAAM,aAAa,YACf,wBAAwB,cACrB,2BAA2B,KACtC,aAwBF,CAAC"}
1
+ {"version":3,"file":"tab.styles.d.ts","sourceRoot":"","sources":["../../../src/tab/tab.styles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAGpC,eAAO,MAAM,aAAa,YACf,wBAAwB,cACrB,2BAA2B,KACtC,aAuBF,CAAC"}
@@ -8,7 +8,7 @@ export const zeroTabStyles = (context, definition) => css `
8
8
  background-color: ${neutralLayer2};
9
9
  border-radius: calc(var(--control-corner-radius) * 2px) calc(var(--control-corner-radius) * 2px)
10
10
  0 0;
11
- border: calc(var(--stroke-width) * 1px) solid ${ColorHEX.lightGrey};
11
+ border: calc(var(--stroke-width) * 2px) solid ${ColorHEX.lightGrey};
12
12
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
13
13
  margin-right: 5px;
14
14
  }
@@ -16,7 +16,6 @@ export const zeroTabStyles = (context, definition) => css `
16
16
  :host([aria-selected='true']),
17
17
  :host([aria-selected='true']:hover) {
18
18
  background-color: ${neutralLayer4};
19
- border-bottom: 1px solid var(--zero-card-fill-color);
20
19
  }
21
20
 
22
21
  :host([appearance='secondary']) {
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.194.1-alpha-5e85261f157.0",
4
+ "version": "14.194.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -75,12 +75,12 @@
75
75
  },
76
76
  "devDependencies": {
77
77
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
78
- "@genesislcap/genx": "14.194.1-alpha-5e85261f157.0",
79
- "@genesislcap/rollup-builder": "14.194.1-alpha-5e85261f157.0",
80
- "@genesislcap/ts-builder": "14.194.1-alpha-5e85261f157.0",
81
- "@genesislcap/uvu-playwright-builder": "14.194.1-alpha-5e85261f157.0",
82
- "@genesislcap/vite-builder": "14.194.1-alpha-5e85261f157.0",
83
- "@genesislcap/webpack-builder": "14.194.1-alpha-5e85261f157.0",
78
+ "@genesislcap/genx": "14.194.2",
79
+ "@genesislcap/rollup-builder": "14.194.2",
80
+ "@genesislcap/ts-builder": "14.194.2",
81
+ "@genesislcap/uvu-playwright-builder": "14.194.2",
82
+ "@genesislcap/vite-builder": "14.194.2",
83
+ "@genesislcap/webpack-builder": "14.194.2",
84
84
  "@storybook/addon-coverage": "^1.0.1",
85
85
  "@storybook/addon-essentials": "^8.0.0",
86
86
  "@storybook/addon-links": "^8.0.0",
@@ -98,10 +98,10 @@
98
98
  "storybook": "^8.0.0"
99
99
  },
100
100
  "dependencies": {
101
- "@genesislcap/foundation-comms": "14.194.1-alpha-5e85261f157.0",
102
- "@genesislcap/foundation-logger": "14.194.1-alpha-5e85261f157.0",
103
- "@genesislcap/foundation-ui": "14.194.1-alpha-5e85261f157.0",
104
- "@genesislcap/foundation-utils": "14.194.1-alpha-5e85261f157.0",
101
+ "@genesislcap/foundation-comms": "14.194.2",
102
+ "@genesislcap/foundation-logger": "14.194.2",
103
+ "@genesislcap/foundation-ui": "14.194.2",
104
+ "@genesislcap/foundation-utils": "14.194.2",
105
105
  "@microsoft/fast-colors": "^5.3.1",
106
106
  "@microsoft/fast-components": "^2.30.6",
107
107
  "@microsoft/fast-element": "^1.12.0",
@@ -118,5 +118,5 @@
118
118
  "access": "public"
119
119
  },
120
120
  "customElements": "dist/custom-elements.json",
121
- "gitHead": "fc63f45882ed00fd7df36e5f613a058ad2540b0f"
121
+ "gitHead": "494ed2d34f92870a01e5b4bdcf4cde9ef064a229"
122
122
  }