@genesislcap/rapid-design-system 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 +10 -10
|
@@ -23094,6 +23094,17 @@
|
|
|
23094
23094
|
"module": "src/search-bar/search-bar.ts"
|
|
23095
23095
|
}
|
|
23096
23096
|
},
|
|
23097
|
+
{
|
|
23098
|
+
"name": "position",
|
|
23099
|
+
"type": {
|
|
23100
|
+
"text": "Position"
|
|
23101
|
+
},
|
|
23102
|
+
"fieldName": "position",
|
|
23103
|
+
"inheritedFrom": {
|
|
23104
|
+
"name": "SearchBar",
|
|
23105
|
+
"module": "src/search-bar/search-bar.ts"
|
|
23106
|
+
}
|
|
23107
|
+
},
|
|
23097
23108
|
{
|
|
23098
23109
|
"name": "placeholder",
|
|
23099
23110
|
"type": {
|
|
@@ -23186,6 +23197,17 @@
|
|
|
23186
23197
|
"module": "src/search-bar/search-bar.ts"
|
|
23187
23198
|
}
|
|
23188
23199
|
},
|
|
23200
|
+
{
|
|
23201
|
+
"kind": "field",
|
|
23202
|
+
"name": "position",
|
|
23203
|
+
"type": {
|
|
23204
|
+
"text": "Position"
|
|
23205
|
+
},
|
|
23206
|
+
"inheritedFrom": {
|
|
23207
|
+
"name": "SearchBar",
|
|
23208
|
+
"module": "src/search-bar/search-bar.ts"
|
|
23209
|
+
}
|
|
23210
|
+
},
|
|
23189
23211
|
{
|
|
23190
23212
|
"kind": "field",
|
|
23191
23213
|
"name": "placeholder",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-design-system",
|
|
3
3
|
"description": "Rapid 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",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
32
|
-
"@genesislcap/genx": "14.
|
|
33
|
-
"@genesislcap/rollup-builder": "14.
|
|
34
|
-
"@genesislcap/ts-builder": "14.
|
|
35
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
36
|
-
"@genesislcap/vite-builder": "14.
|
|
37
|
-
"@genesislcap/webpack-builder": "14.
|
|
32
|
+
"@genesislcap/genx": "14.181.0",
|
|
33
|
+
"@genesislcap/rollup-builder": "14.181.0",
|
|
34
|
+
"@genesislcap/ts-builder": "14.181.0",
|
|
35
|
+
"@genesislcap/uvu-playwright-builder": "14.181.0",
|
|
36
|
+
"@genesislcap/vite-builder": "14.181.0",
|
|
37
|
+
"@genesislcap/webpack-builder": "14.181.0",
|
|
38
38
|
"@storybook/addon-coverage": "^1.0.1",
|
|
39
39
|
"@storybook/addon-essentials": "^8.0.0",
|
|
40
40
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"storybook": "^8.0.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@genesislcap/foundation-logger": "14.
|
|
55
|
-
"@genesislcap/foundation-ui": "14.
|
|
54
|
+
"@genesislcap/foundation-logger": "14.181.0",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.181.0",
|
|
56
56
|
"@microsoft/fast-colors": "^5.3.1",
|
|
57
57
|
"@microsoft/fast-components": "^2.30.6",
|
|
58
58
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
72
|
"customElements": "dist/custom-elements.json",
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "0f2f5f3767deedba68f85942c0617c64f829589f"
|
|
74
74
|
}
|