@1money/component-ui 0.0.83 → 0.0.85
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/es/components/Filter/style/Filter.css +3 -0
- package/es/components/Table/style/Table.css +12 -10
- package/es/components/Typography/interface.d.ts +1 -1
- package/es/components/Typography/interface.js +2 -2
- package/es/components/Typography/style/Typography.css +14 -0
- package/es/index.css +1 -1
- package/es/styles/index.css +6 -0
- package/lib/components/Filter/style/Filter.css +3 -0
- package/lib/components/Table/style/Table.css +12 -10
- package/lib/components/Typography/interface.d.ts +1 -1
- package/lib/components/Typography/interface.js +2 -2
- package/lib/components/Typography/style/Typography.css +14 -0
- package/lib/index.css +1 -1
- package/lib/styles/index.css +6 -0
- package/package.json +1 -1
- package/scripts/mcp-server/index.generated.json +9 -0
package/lib/styles/index.css
CHANGED
|
@@ -257,6 +257,12 @@
|
|
|
257
257
|
--om-title-sm-letter-spacing: 0;
|
|
258
258
|
--om-title-sm-font-weight: 500;
|
|
259
259
|
--om-title-sm-strong-font-weight: 700;
|
|
260
|
+
--om-title-xs-font-size: 12px;
|
|
261
|
+
--om-title-xs-font-family: var(--om-font-inter);
|
|
262
|
+
--om-title-xs-line-height: 16px;
|
|
263
|
+
--om-title-xs-letter-spacing: 0;
|
|
264
|
+
--om-title-xs-font-weight: 500;
|
|
265
|
+
--om-title-xs-strong-font-weight: 700;
|
|
260
266
|
--om-body-lg-font-size: 16px;
|
|
261
267
|
--om-body-lg-font-family: var(--om-font-inter);
|
|
262
268
|
--om-body-lg-line-height: 22px;
|
package/package.json
CHANGED
|
@@ -23059,6 +23059,15 @@
|
|
|
23059
23059
|
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 14px,\n line-height: 20px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-bold),\n )",
|
|
23060
23060
|
"kind": "typography",
|
|
23061
23061
|
"layer": "semantic"
|
|
23062
|
+
},
|
|
23063
|
+
{
|
|
23064
|
+
"name": "typography-title-xs",
|
|
23065
|
+
"scss": "$om-typography-title['xs']",
|
|
23066
|
+
"cssVar": "--om-typography-typography-title-xs",
|
|
23067
|
+
"value": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 12px,\n line-height: 16px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-bold),\n )",
|
|
23068
|
+
"resolved": "(\n font-family: $om-font-inter,\n font-weight: $om-font-weight-medium,\n font-size: 12px,\n line-height: 16px,\n letter-spacing: $om-tracking-none,\n strong: (font-weight: $om-font-weight-bold),\n )",
|
|
23069
|
+
"kind": "typography",
|
|
23070
|
+
"layer": "semantic"
|
|
23062
23071
|
}
|
|
23063
23072
|
],
|
|
23064
23073
|
"icons": [
|