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

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/README.md CHANGED
@@ -1,34 +1,32 @@
1
-
2
- <picture>
3
- <source media="(prefers-color-scheme: dark)" srcset="https://acorexui.com/public/acorex-slang-dark.svg">
4
- <img alt="Acorex - Design System, UI Framework, App Builder" src="https://acorexui.com/public/acorex-slang-dark.svg" width="100%">
5
- </picture>
6
-
7
- [![License](https://img.shields.io/npm/l/nx.svg?style=flat-square)]()
8
-
9
1
  # ACoreX
10
2
 
11
3
  ACoreX is an UI framework based on angular. With over 50+ beautiful fully responsive and accessible components for everyone.
12
4
 
5
+ [![License](https://img.shields.io/npm/l/nx.svg?style=flat-square)]()
6
+
13
7
  A few links to help you get started:
14
8
 
15
9
  - [ACoreX: Documentation, Guides](https://acorexui.com)
16
10
 
11
+ <picture>
12
+ <source media="(prefers-color-scheme: dark)" srcset="https://acorexui.com/public/acorex-slang-dark.svg">
13
+ <img alt="Acorex - Design System, UI Framework, App Builder" src="https://acorexui.com/public/acorex-slang-dark.svg" width="100%">
14
+ </picture>
15
+
17
16
  ## Team Leads
18
17
 
19
18
  | Arash Oshnoudi | Ali Safari |
20
- |--------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|
21
- | ![Arash Oshnoudi](https://gravatar.com/avatar/df151090660e3842ec1ff788bb5a650e939e45784f01513a9b9f8107311e4e78?size=180) | ![Ali Safari](https://gravatar.com/avatar/555280ee36f23bedcfcfec6e068d1a85d7e1fd14676ca07e05958fc762199def?size=180) |
19
+ | ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------- |
20
+ | ![Arash Oshnoudi](https://gravatar.com/avatar/df151090660e3842ec1ff788bb5a650e939e45784f01513a9b9f8107311e4e78?size=180) | ![Ali Safari](https://gravatar.com/avatar/555280ee36f23bedcfcfec6e068d1a85d7e1fd14676ca07e05958fc762199def?size=180) |
22
21
 
23
22
  ## Develop Team
24
23
 
25
24
  | Reza Safari | Matin Givi | Shahin Kahrizi | Mohammad Parsaeifard | Mojtaba Erfan Rad |
26
- |-----------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|
25
+ | --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------- |
27
26
  | ![Reza Safari](https://gravatar.com/avatar/0d419926e9e86bbb4b47ca6ae3ca6a2cde30fb01a6ddedefb97d043a350d11f0?size=180) | ![Matin Givi](https://gravatar.com/avatar/9a477829fc2ecdbce20a26af33d24baf63d24f042a551af8147eef1c99d2315a?size=180) | ![Shahin Kahrizi](https://gravatar.com/avatar/e699eeae86920ea44f9dd18f8bb01b5f0d28cdbd816032c4387f1f036c5977c0?size=180) | ![Mohammad Parsaeifard](https://gravatar.com/avatar/c0d9a0143f2dbbcea46e037d12ccad8f0fdaaeeaeb5089c1ae4a0c4ad131df88?size=180) | ![Mojtaba Erfan Rad](https://2.gravatar.com/avatar/791cb5077cf66aaf4f89098f9eb459a0c49198cc81d55a9b344d2620a72295bc?size=180) |
28
27
 
29
-
30
28
  ## Design Team
31
29
 
32
- | Mohammad Hasanzade | Meysa Aghili |
33
- |--------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|
30
+ | Mohammad Hasanzade | Meysa Aghili |
31
+ | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
34
32
  | ![Mohammad Hasanzade](https://gravatar.com/avatar/ca346e55701bbf079140cb04edea9e3c?size=180) | ![Meysa Aghili](https://0.gravatar.com/avatar/bf607792c9fac9e5f4e53d141d331abd11fa56e56f42da8b69cf9ede2ffff289?size=180) |
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.11",
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',