@genesislcap/foundation-zero 14.180.7 → 14.181.0
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.
- package/dist/custom-elements.json +22 -0
- package/package.json +12 -12
|
@@ -26781,6 +26781,17 @@
|
|
|
26781
26781
|
"module": "src/search-bar/search-bar.ts"
|
|
26782
26782
|
}
|
|
26783
26783
|
},
|
|
26784
|
+
{
|
|
26785
|
+
"kind": "field",
|
|
26786
|
+
"name": "position",
|
|
26787
|
+
"type": {
|
|
26788
|
+
"text": "Position"
|
|
26789
|
+
},
|
|
26790
|
+
"inheritedFrom": {
|
|
26791
|
+
"name": "SearchBar",
|
|
26792
|
+
"module": "src/search-bar/search-bar.ts"
|
|
26793
|
+
}
|
|
26794
|
+
},
|
|
26784
26795
|
{
|
|
26785
26796
|
"kind": "field",
|
|
26786
26797
|
"name": "placeholder",
|
|
@@ -27138,6 +27149,17 @@
|
|
|
27138
27149
|
"module": "src/search-bar/search-bar.ts"
|
|
27139
27150
|
}
|
|
27140
27151
|
},
|
|
27152
|
+
{
|
|
27153
|
+
"name": "position",
|
|
27154
|
+
"type": {
|
|
27155
|
+
"text": "Position"
|
|
27156
|
+
},
|
|
27157
|
+
"fieldName": "position",
|
|
27158
|
+
"inheritedFrom": {
|
|
27159
|
+
"name": "SearchBar",
|
|
27160
|
+
"module": "src/search-bar/search-bar.ts"
|
|
27161
|
+
}
|
|
27162
|
+
},
|
|
27141
27163
|
{
|
|
27142
27164
|
"name": "placeholder",
|
|
27143
27165
|
"type": {
|
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.
|
|
4
|
+
"version": "14.181.0",
|
|
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.
|
|
71
|
-
"@genesislcap/rollup-builder": "14.
|
|
72
|
-
"@genesislcap/ts-builder": "14.
|
|
73
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
74
|
-
"@genesislcap/vite-builder": "14.
|
|
75
|
-
"@genesislcap/webpack-builder": "14.
|
|
70
|
+
"@genesislcap/genx": "14.181.0",
|
|
71
|
+
"@genesislcap/rollup-builder": "14.181.0",
|
|
72
|
+
"@genesislcap/ts-builder": "14.181.0",
|
|
73
|
+
"@genesislcap/uvu-playwright-builder": "14.181.0",
|
|
74
|
+
"@genesislcap/vite-builder": "14.181.0",
|
|
75
|
+
"@genesislcap/webpack-builder": "14.181.0",
|
|
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.
|
|
93
|
-
"@genesislcap/foundation-logger": "14.
|
|
94
|
-
"@genesislcap/foundation-ui": "14.
|
|
95
|
-
"@genesislcap/foundation-utils": "14.
|
|
92
|
+
"@genesislcap/foundation-comms": "14.181.0",
|
|
93
|
+
"@genesislcap/foundation-logger": "14.181.0",
|
|
94
|
+
"@genesislcap/foundation-ui": "14.181.0",
|
|
95
|
+
"@genesislcap/foundation-utils": "14.181.0",
|
|
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": "
|
|
112
|
+
"gitHead": "0f2f5f3767deedba68f85942c0617c64f829589f"
|
|
113
113
|
}
|