@genesislcap/foundation-header 14.195.2-alpha-20c90cf.0 → 14.195.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.
|
@@ -31,6 +31,27 @@
|
|
|
31
31
|
}
|
|
32
32
|
]
|
|
33
33
|
},
|
|
34
|
+
{
|
|
35
|
+
"kind": "javascript-module",
|
|
36
|
+
"path": "src/components/zero-components.ts",
|
|
37
|
+
"declarations": [
|
|
38
|
+
{
|
|
39
|
+
"kind": "function",
|
|
40
|
+
"name": "registerCommonZeroComponents",
|
|
41
|
+
"privacy": "public"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"exports": [
|
|
45
|
+
{
|
|
46
|
+
"kind": "js",
|
|
47
|
+
"name": "registerCommonZeroComponents",
|
|
48
|
+
"declaration": {
|
|
49
|
+
"name": "registerCommonZeroComponents",
|
|
50
|
+
"module": "src/components/zero-components.ts"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
},
|
|
34
55
|
{
|
|
35
56
|
"kind": "javascript-module",
|
|
36
57
|
"path": "src/config/config.ts",
|
|
@@ -151,27 +172,6 @@
|
|
|
151
172
|
}
|
|
152
173
|
]
|
|
153
174
|
},
|
|
154
|
-
{
|
|
155
|
-
"kind": "javascript-module",
|
|
156
|
-
"path": "src/components/zero-components.ts",
|
|
157
|
-
"declarations": [
|
|
158
|
-
{
|
|
159
|
-
"kind": "function",
|
|
160
|
-
"name": "registerCommonZeroComponents",
|
|
161
|
-
"privacy": "public"
|
|
162
|
-
}
|
|
163
|
-
],
|
|
164
|
-
"exports": [
|
|
165
|
-
{
|
|
166
|
-
"kind": "js",
|
|
167
|
-
"name": "registerCommonZeroComponents",
|
|
168
|
-
"declaration": {
|
|
169
|
-
"name": "registerCommonZeroComponents",
|
|
170
|
-
"module": "src/components/zero-components.ts"
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
]
|
|
174
|
-
},
|
|
175
175
|
{
|
|
176
176
|
"kind": "javascript-module",
|
|
177
177
|
"path": "src/main/index.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.styles.d.ts","sourceRoot":"","sources":["../../../src/main/main.styles.ts"],"names":[],"mappings":"AAIA;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"main.styles.d.ts","sourceRoot":"","sources":["../../../src/main/main.styles.ts"],"names":[],"mappings":"AAIA;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,iDAgMgD,CAAC"}
|
|
@@ -16,6 +16,19 @@ export const MainStyles = css `
|
|
|
16
16
|
--primary-gradient-angle: -113.5deg;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
.bars-container,
|
|
20
|
+
.bars-container::part(control) {
|
|
21
|
+
min-width: unset;
|
|
22
|
+
background: none;
|
|
23
|
+
border: none;
|
|
24
|
+
padding: 0;
|
|
25
|
+
margin: 0;
|
|
26
|
+
font: inherit;
|
|
27
|
+
color: inherit;
|
|
28
|
+
text-align: left;
|
|
29
|
+
cursor: pointer;
|
|
30
|
+
}
|
|
31
|
+
|
|
19
32
|
.dynamic-template {
|
|
20
33
|
width: 100%;
|
|
21
34
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-header",
|
|
3
3
|
"description": "Genesis Foundation Header",
|
|
4
|
-
"version": "14.195.2
|
|
4
|
+
"version": "14.195.2",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -76,24 +76,24 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@genesislcap/foundation-testing": "14.195.2
|
|
80
|
-
"@genesislcap/genx": "14.195.2
|
|
81
|
-
"@genesislcap/rollup-builder": "14.195.2
|
|
82
|
-
"@genesislcap/ts-builder": "14.195.2
|
|
83
|
-
"@genesislcap/uvu-playwright-builder": "14.195.2
|
|
84
|
-
"@genesislcap/vite-builder": "14.195.2
|
|
85
|
-
"@genesislcap/webpack-builder": "14.195.2
|
|
79
|
+
"@genesislcap/foundation-testing": "14.195.2",
|
|
80
|
+
"@genesislcap/genx": "14.195.2",
|
|
81
|
+
"@genesislcap/rollup-builder": "14.195.2",
|
|
82
|
+
"@genesislcap/ts-builder": "14.195.2",
|
|
83
|
+
"@genesislcap/uvu-playwright-builder": "14.195.2",
|
|
84
|
+
"@genesislcap/vite-builder": "14.195.2",
|
|
85
|
+
"@genesislcap/webpack-builder": "14.195.2",
|
|
86
86
|
"rimraf": "^5.0.0"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@genesislcap/foundation-comms": "14.195.2
|
|
90
|
-
"@genesislcap/foundation-events": "14.195.2
|
|
91
|
-
"@genesislcap/foundation-i18n": "14.195.2
|
|
92
|
-
"@genesislcap/foundation-logger": "14.195.2
|
|
93
|
-
"@genesislcap/foundation-shell": "14.195.2
|
|
94
|
-
"@genesislcap/foundation-ui": "14.195.2
|
|
95
|
-
"@genesislcap/foundation-utils": "14.195.2
|
|
96
|
-
"@genesislcap/foundation-zero": "14.195.2
|
|
89
|
+
"@genesislcap/foundation-comms": "14.195.2",
|
|
90
|
+
"@genesislcap/foundation-events": "14.195.2",
|
|
91
|
+
"@genesislcap/foundation-i18n": "14.195.2",
|
|
92
|
+
"@genesislcap/foundation-logger": "14.195.2",
|
|
93
|
+
"@genesislcap/foundation-shell": "14.195.2",
|
|
94
|
+
"@genesislcap/foundation-ui": "14.195.2",
|
|
95
|
+
"@genesislcap/foundation-utils": "14.195.2",
|
|
96
|
+
"@genesislcap/foundation-zero": "14.195.2",
|
|
97
97
|
"@microsoft/fast-colors": "^5.3.1",
|
|
98
98
|
"@microsoft/fast-element": "^1.12.0",
|
|
99
99
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"access": "public"
|
|
110
110
|
},
|
|
111
111
|
"customElements": "dist/custom-elements.json",
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "d1f39d203ff91667eb1ca4da4d4741d42cfb5fcc"
|
|
113
113
|
}
|