@fxlt/common-ui 0.0.5-rc1 → 0.0.5-rc2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fxlt/common-ui",
3
- "version": "0.0.5-rc1",
3
+ "version": "0.0.5-rc2",
4
4
  "license": "MIT",
5
5
  "main": "bundles/ui.umd.js",
6
6
  "module": "fesm2022/fxlt-common-ui.mjs",
@@ -162,6 +162,9 @@ input[type='password'] {
162
162
  }
163
163
 
164
164
  /* system style */
165
+ .txt-heading-02 {
166
+ @apply font-semibold text-4xl tracking-normal leading-10 text-text-primary;
167
+ }
165
168
  .txt-heading-03 {
166
169
  @apply font-semibold text-3xl tracking-normal leading-10 text-text-primary;
167
170
  }