@genesislcap/foundation-zero 14.162.2-alpha-bb01329.0 → 14.162.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.
@@ -832,37 +832,6 @@
832
832
  }
833
833
  ]
834
834
  },
835
- {
836
- "kind": "javascript-module",
837
- "path": "src/_config/index.ts",
838
- "declarations": [],
839
- "exports": [
840
- {
841
- "kind": "js",
842
- "name": "*",
843
- "declaration": {
844
- "name": "*",
845
- "package": "./styles"
846
- }
847
- },
848
- {
849
- "kind": "js",
850
- "name": "*",
851
- "declaration": {
852
- "name": "*",
853
- "package": "./tokens"
854
- }
855
- },
856
- {
857
- "kind": "js",
858
- "name": "*",
859
- "declaration": {
860
- "name": "*",
861
- "package": "./values"
862
- }
863
- }
864
- ]
865
- },
866
835
  {
867
836
  "kind": "javascript-module",
868
837
  "path": "src/accordion/accordion.stories.ts",
@@ -1411,6 +1380,37 @@
1411
1380
  }
1412
1381
  ]
1413
1382
  },
1383
+ {
1384
+ "kind": "javascript-module",
1385
+ "path": "src/_config/index.ts",
1386
+ "declarations": [],
1387
+ "exports": [
1388
+ {
1389
+ "kind": "js",
1390
+ "name": "*",
1391
+ "declaration": {
1392
+ "name": "*",
1393
+ "package": "./styles"
1394
+ }
1395
+ },
1396
+ {
1397
+ "kind": "js",
1398
+ "name": "*",
1399
+ "declaration": {
1400
+ "name": "*",
1401
+ "package": "./tokens"
1402
+ }
1403
+ },
1404
+ {
1405
+ "kind": "js",
1406
+ "name": "*",
1407
+ "declaration": {
1408
+ "name": "*",
1409
+ "package": "./values"
1410
+ }
1411
+ }
1412
+ ]
1413
+ },
1414
1414
  {
1415
1415
  "kind": "javascript-module",
1416
1416
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"tab-panel.styles.d.ts","sourceRoot":"","sources":["../../../src/tab-panel/tab-panel.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,kBAAkB,YACpB,wBAAwB,cACrB,2BAA2B,KACtC,aAEF,CAAC"}
1
+ {"version":3,"file":"tab-panel.styles.d.ts","sourceRoot":"","sources":["../../../src/tab-panel/tab-panel.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,kBAAkB,YACpB,wBAAwB,cACrB,2BAA2B,KACtC,aAKF,CAAC"}
@@ -2,4 +2,7 @@ import { foundationTabPanelStyles } from '@genesislcap/foundation-ui';
2
2
  import { css } from '@microsoft/fast-element';
3
3
  export const zeroTabPanelStyles = (context, definition) => css `
4
4
  ${foundationTabPanelStyles(context, definition)}
5
+ :host {
6
+ padding: 0;
7
+ }
5
8
  `;
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.162.2-alpha-bb01329.0",
4
+ "version": "14.162.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,12 +67,12 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.162.2-alpha-bb01329.0",
71
- "@genesislcap/rollup-builder": "14.162.2-alpha-bb01329.0",
72
- "@genesislcap/ts-builder": "14.162.2-alpha-bb01329.0",
73
- "@genesislcap/uvu-playwright-builder": "14.162.2-alpha-bb01329.0",
74
- "@genesislcap/vite-builder": "14.162.2-alpha-bb01329.0",
75
- "@genesislcap/webpack-builder": "14.162.2-alpha-bb01329.0",
70
+ "@genesislcap/genx": "14.162.2",
71
+ "@genesislcap/rollup-builder": "14.162.2",
72
+ "@genesislcap/ts-builder": "14.162.2",
73
+ "@genesislcap/uvu-playwright-builder": "14.162.2",
74
+ "@genesislcap/vite-builder": "14.162.2",
75
+ "@genesislcap/webpack-builder": "14.162.2",
76
76
  "@storybook/addon-coverage": "^1.0.1",
77
77
  "@storybook/addon-essentials": "^8.0.0",
78
78
  "@storybook/addon-links": "^8.0.0",
@@ -89,10 +89,10 @@
89
89
  "storybook": "^8.0.0"
90
90
  },
91
91
  "dependencies": {
92
- "@genesislcap/foundation-comms": "14.162.2-alpha-bb01329.0",
93
- "@genesislcap/foundation-logger": "14.162.2-alpha-bb01329.0",
94
- "@genesislcap/foundation-ui": "14.162.2-alpha-bb01329.0",
95
- "@genesislcap/foundation-utils": "14.162.2-alpha-bb01329.0",
92
+ "@genesislcap/foundation-comms": "14.162.2",
93
+ "@genesislcap/foundation-logger": "14.162.2",
94
+ "@genesislcap/foundation-ui": "14.162.2",
95
+ "@genesislcap/foundation-utils": "14.162.2",
96
96
  "@microsoft/fast-colors": "^5.3.1",
97
97
  "@microsoft/fast-components": "^2.30.6",
98
98
  "@microsoft/fast-element": "^1.12.0",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "b89eff824ab2a60b81c96a91f730d8cb11e90afd"
112
+ "gitHead": "952099ec5c648c226cf24280e205eff22628c95b"
113
113
  }