@acorex/styles 19.10.0-next.13 → 19.10.0-next.14

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "19.10.0-next.13",
3
+ "version": "19.10.0-next.14",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
package/tailwind-base.js CHANGED
@@ -151,32 +151,32 @@ const UTILITY_CLASSES = {
151
151
  color: 'rgb(var(--ax-sys-color-on-surface))',
152
152
  borderColor: 'rgb(var(--ax-sys-color-border-surface))',
153
153
  },
154
- '.lightest': {
154
+ '.lightest-surface': {
155
155
  backgroundColor: 'rgb(var(--ax-sys-color-lightest-surface))',
156
156
  color: 'rgb(var(--ax-sys-color-on-lightest-surface))',
157
157
  borderColor: 'rgb(var(--ax-sys-color-border-lightest-surface))',
158
158
  },
159
- '.lighter': {
159
+ '.lighter-surface': {
160
160
  backgroundColor: 'rgb(var(--ax-sys-color-lighter-surface))',
161
161
  color: 'rgb(var(--ax-sys-color-on-lighter-surface))',
162
162
  borderColor: 'rgb(var(--ax-sys-color-border-lighter-surface))',
163
163
  },
164
- '.light': {
164
+ '.light-surface': {
165
165
  backgroundColor: 'rgb(var(--ax-sys-color-light-surface))',
166
166
  color: 'rgb(var(--ax-sys-color-on-light-surface))',
167
167
  borderColor: 'rgb(var(--ax-sys-color-border-light-surface))',
168
168
  },
169
- '.dark': {
169
+ '.dark-surface': {
170
170
  backgroundColor: 'rgb(var(--ax-sys-color-dark-surface))',
171
171
  color: 'rgb(var(--ax-sys-color-on-dark-surface))',
172
172
  borderColor: 'rgb(var(--ax-sys-color-border-dark-surface))',
173
173
  },
174
- '.darker': {
174
+ '.darker-surface': {
175
175
  backgroundColor: 'rgb(var(--ax-sys-color-darker-surface))',
176
176
  color: 'rgb(var(--ax-sys-color-on-darker-surface))',
177
177
  borderColor: 'rgb(var(--ax-sys-color-border-darker-surface))',
178
178
  },
179
- '.darkest': {
179
+ '.darkest-surface': {
180
180
  backgroundColor: 'rgb(var(--ax-sys-color-darkest-surface))',
181
181
  color: 'rgb(var(--ax-sys-color-on-darkest-surface))',
182
182
  borderColor: 'rgb(var(--ax-sys-color-border-darkest-surface))',