@acorex/styles 19.13.0-next.1 → 19.13.0-next.10

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tailwind-base.js +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "19.13.0-next.1",
3
+ "version": "19.13.0-next.10",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
package/tailwind-base.js CHANGED
@@ -123,6 +123,13 @@ const UTILITY_CLASSES = {
123
123
  '.heading-end': {
124
124
  'text-align': 'end',
125
125
  },
126
+ '.subtitle': {
127
+ opacity: '74%',
128
+ display: 'block',
129
+ 'font-size': '1rem',
130
+ 'font-weight': '400',
131
+ 'line-height': '1.625rem',
132
+ },
126
133
  '.links': {
127
134
  color: 'rgba(var(--ax-sys-color-primary-surface))',
128
135
  cursor: 'pointer',