@genesislcap/foundation-ui 14.194.1 → 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.
@@ -1 +1 @@
1
- {"version":3,"file":"multiselect.styles.d.ts","sourceRoot":"","sources":["../../../src/multiselect/multiselect.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,MAAM,CAAC;AAE7B,eAAO,MAAM,iBAAiB,iDA4L7B,CAAC"}
1
+ {"version":3,"file":"multiselect.styles.d.ts","sourceRoot":"","sources":["../../../src/multiselect/multiselect.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,MAAM,CAAC;AAE7B,eAAO,MAAM,iBAAiB,iDA2L7B,CAAC"}
@@ -182,7 +182,6 @@ export const multiselectStyles = css `
182
182
  .display-value {
183
183
  position: absolute;
184
184
  right: 40px;
185
- line-height: var(--type-ramp-base-line-height);
186
185
  color: var(--neutral-foreground-rest);
187
186
  font-size: var(--type-ramp-base-font-size);
188
187
  line-height: var(--type-ramp-base-line-height);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.194.1",
4
+ "version": "14.194.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -82,13 +82,13 @@
82
82
  }
83
83
  },
84
84
  "devDependencies": {
85
- "@genesislcap/foundation-testing": "14.194.1",
86
- "@genesislcap/genx": "14.194.1",
87
- "@genesislcap/rollup-builder": "14.194.1",
88
- "@genesislcap/ts-builder": "14.194.1",
89
- "@genesislcap/uvu-playwright-builder": "14.194.1",
90
- "@genesislcap/vite-builder": "14.194.1",
91
- "@genesislcap/webpack-builder": "14.194.1",
85
+ "@genesislcap/foundation-testing": "14.194.2",
86
+ "@genesislcap/genx": "14.194.2",
87
+ "@genesislcap/rollup-builder": "14.194.2",
88
+ "@genesislcap/ts-builder": "14.194.2",
89
+ "@genesislcap/uvu-playwright-builder": "14.194.2",
90
+ "@genesislcap/vite-builder": "14.194.2",
91
+ "@genesislcap/webpack-builder": "14.194.2",
92
92
  "copyfiles": "^2.4.1",
93
93
  "rimraf": "^5.0.0",
94
94
  "rxjs": "^7.5.4"
@@ -99,13 +99,13 @@
99
99
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
100
100
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
101
101
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
102
- "@genesislcap/foundation-comms": "14.194.1",
103
- "@genesislcap/foundation-criteria": "14.194.1",
104
- "@genesislcap/foundation-errors": "14.194.1",
105
- "@genesislcap/foundation-logger": "14.194.1",
106
- "@genesislcap/foundation-notifications": "14.194.1",
107
- "@genesislcap/foundation-user": "14.194.1",
108
- "@genesislcap/foundation-utils": "14.194.1",
102
+ "@genesislcap/foundation-comms": "14.194.2",
103
+ "@genesislcap/foundation-criteria": "14.194.2",
104
+ "@genesislcap/foundation-errors": "14.194.2",
105
+ "@genesislcap/foundation-logger": "14.194.2",
106
+ "@genesislcap/foundation-notifications": "14.194.2",
107
+ "@genesislcap/foundation-user": "14.194.2",
108
+ "@genesislcap/foundation-utils": "14.194.2",
109
109
  "@microsoft/fast-colors": "^5.3.1",
110
110
  "@microsoft/fast-components": "^2.30.6",
111
111
  "@microsoft/fast-element": "^1.12.0",
@@ -127,5 +127,5 @@
127
127
  "access": "public"
128
128
  },
129
129
  "customElements": "dist/custom-elements.json",
130
- "gitHead": "fd89966869cd72af9e24ef5692e41ff8235f7136"
130
+ "gitHead": "494ed2d34f92870a01e5b4bdcf4cde9ef064a229"
131
131
  }