@acorex/styles 19.13.0-next.8 → 19.13.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.
- package/README.md +12 -14
- package/package.json +1 -1
- package/tailwind-base.js +7 -0
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
|
-
[]()
|
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
|
+
[]()
|
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
|
-
|  |  |
|
19
|
+
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------- |
|
20
|
+
|  |  |
|
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
|
|  |  |  |  |  |
|
28
27
|
|
29
|
-
|
30
28
|
## Design Team
|
31
29
|
|
32
|
-
| Mohammad Hasanzade
|
33
|
-
|
30
|
+
| Mohammad Hasanzade | Meysa Aghili |
|
31
|
+
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
|
34
32
|
|  |  |
|
package/package.json
CHANGED
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',
|