@genesislcap/foundation-ui 14.484.2 → 14.486.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.
|
@@ -48474,7 +48474,7 @@
|
|
|
48474
48474
|
{
|
|
48475
48475
|
"kind": "variable",
|
|
48476
48476
|
"name": "statusPillStyles",
|
|
48477
|
-
"default": "css`\n .status-pill {\n font-size: var(--ag-data-font-size);\n display: inline-flex;\n align-items: center;\n gap: 5px;\n border-radius:
|
|
48477
|
+
"default": "css`\n .status-pill {\n font-size: var(--ag-data-font-size);\n display: inline-flex;\n align-items: center;\n gap: 5px;\n border-radius: 30px;\n height: 16px;\n background: grey;\n color: var(--neutral-foreground-rest);\n padding: 2px 8px;\n line-height: 1;\n font-weight: 500;\n }\n\n .status-pill.lg {\n height: 32px;\n border-radius: 16px;\n padding: 2px 12px;\n }\n\n .status-pill-initial {\n height: 14px;\n width: 14px;\n border-radius: 7px;\n font-weight: bold;\n font-size: 12px;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n .status-pill-image {\n height: 14px;\n }\n`"
|
|
48478
48478
|
}
|
|
48479
48479
|
],
|
|
48480
48480
|
"exports": [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status-pill.styles.d.ts","sourceRoot":"","sources":["../../../src/status-pill/status-pill.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"status-pill.styles.d.ts","sourceRoot":"","sources":["../../../src/status-pill/status-pill.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,iDAmC5B,CAAC"}
|
|
@@ -5,12 +5,13 @@ export const statusPillStyles = css `
|
|
|
5
5
|
display: inline-flex;
|
|
6
6
|
align-items: center;
|
|
7
7
|
gap: 5px;
|
|
8
|
-
border-radius:
|
|
9
|
-
height:
|
|
8
|
+
border-radius: 30px;
|
|
9
|
+
height: 16px;
|
|
10
10
|
background: grey;
|
|
11
11
|
color: var(--neutral-foreground-rest);
|
|
12
12
|
padding: 2px 8px;
|
|
13
13
|
line-height: 1;
|
|
14
|
+
font-weight: 500;
|
|
14
15
|
}
|
|
15
16
|
|
|
16
17
|
.status-pill.lg {
|
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.
|
|
4
|
+
"version": "14.486.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@genesislcap/foundation-testing": "14.
|
|
89
|
-
"@genesislcap/genx": "14.
|
|
90
|
-
"@genesislcap/rollup-builder": "14.
|
|
91
|
-
"@genesislcap/ts-builder": "14.
|
|
92
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
93
|
-
"@genesislcap/vite-builder": "14.
|
|
94
|
-
"@genesislcap/webpack-builder": "14.
|
|
88
|
+
"@genesislcap/foundation-testing": "14.486.0",
|
|
89
|
+
"@genesislcap/genx": "14.486.0",
|
|
90
|
+
"@genesislcap/rollup-builder": "14.486.0",
|
|
91
|
+
"@genesislcap/ts-builder": "14.486.0",
|
|
92
|
+
"@genesislcap/uvu-playwright-builder": "14.486.0",
|
|
93
|
+
"@genesislcap/vite-builder": "14.486.0",
|
|
94
|
+
"@genesislcap/webpack-builder": "14.486.0",
|
|
95
95
|
"copyfiles": "^2.4.1"
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
@@ -100,16 +100,16 @@
|
|
|
100
100
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
101
101
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
102
102
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
103
|
-
"@genesislcap/expression-builder": "14.
|
|
104
|
-
"@genesislcap/foundation-ai": "14.
|
|
105
|
-
"@genesislcap/foundation-comms": "14.
|
|
106
|
-
"@genesislcap/foundation-criteria": "14.
|
|
107
|
-
"@genesislcap/foundation-errors": "14.
|
|
108
|
-
"@genesislcap/foundation-events": "14.
|
|
109
|
-
"@genesislcap/foundation-logger": "14.
|
|
110
|
-
"@genesislcap/foundation-notifications": "14.
|
|
111
|
-
"@genesislcap/foundation-user": "14.
|
|
112
|
-
"@genesislcap/foundation-utils": "14.
|
|
103
|
+
"@genesislcap/expression-builder": "14.486.0",
|
|
104
|
+
"@genesislcap/foundation-ai": "14.486.0",
|
|
105
|
+
"@genesislcap/foundation-comms": "14.486.0",
|
|
106
|
+
"@genesislcap/foundation-criteria": "14.486.0",
|
|
107
|
+
"@genesislcap/foundation-errors": "14.486.0",
|
|
108
|
+
"@genesislcap/foundation-events": "14.486.0",
|
|
109
|
+
"@genesislcap/foundation-logger": "14.486.0",
|
|
110
|
+
"@genesislcap/foundation-notifications": "14.486.0",
|
|
111
|
+
"@genesislcap/foundation-user": "14.486.0",
|
|
112
|
+
"@genesislcap/foundation-utils": "14.486.0",
|
|
113
113
|
"@microsoft/fast-colors": "5.3.1",
|
|
114
114
|
"@microsoft/fast-components": "2.30.6",
|
|
115
115
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -142,5 +142,5 @@
|
|
|
142
142
|
"require": "./dist/react.cjs"
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "5de11f8989291fe8aaf19a7048dd6be68c0be9c8"
|
|
146
146
|
}
|