@onereach/styles 27.0.2-beta.6097.0 → 27.0.2-beta.6100.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/styles",
|
|
3
|
-
"version": "27.0.2-beta.
|
|
3
|
+
"version": "27.0.2-beta.6100.0",
|
|
4
4
|
"description": "Styles for or-ui-next",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"files": [
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"lint": "stylelint '**/*.scss'"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@onereach/font-icons": "^27.0.2-beta.
|
|
38
|
+
"@onereach/font-icons": "^27.0.2-beta.6100.0",
|
|
39
39
|
"tailwindcss": "4.3.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
@@ -36,6 +36,8 @@ module.exports = {
|
|
|
36
36
|
color: resolveThemeValue(theme, `textColor.on-${token}` + suffix),
|
|
37
37
|
backgroundColor: resolveThemeValue(theme, `backgroundColor.${token}` + suffix),
|
|
38
38
|
|
|
39
|
+
outlineStyle: 'none',
|
|
40
|
+
|
|
39
41
|
[variants['mobile']]: {
|
|
40
42
|
[variants['active']]: {
|
|
41
43
|
backgroundColor: resolveThemeValue(theme, `backgroundColor.${token}-hover` + suffix),
|
|
@@ -74,6 +76,8 @@ module.exports = {
|
|
|
74
76
|
color: resolveThemeValue(theme, `textColor.${token}` + suffix),
|
|
75
77
|
backgroundColor: resolveThemeValue(theme, `backgroundColor.${token}-opacity-0-08` + suffix),
|
|
76
78
|
|
|
79
|
+
outlineStyle: 'none',
|
|
80
|
+
|
|
77
81
|
[variants['mobile']]: {
|
|
78
82
|
[variants['active']]: {
|
|
79
83
|
backgroundColor: resolveThemeValue(theme, `backgroundColor.${token}-opacity-0-12` + suffix),
|
|
@@ -112,6 +116,8 @@ module.exports = {
|
|
|
112
116
|
color: resolveThemeValue(theme, `textColor.${token}` + suffix),
|
|
113
117
|
backgroundColor: 'transparent',
|
|
114
118
|
|
|
119
|
+
outlineStyle: 'none',
|
|
120
|
+
|
|
115
121
|
[variants['mobile']]: {
|
|
116
122
|
[variants['active']]: {
|
|
117
123
|
backgroundColor: resolveThemeValue(theme, `backgroundColor.${token}-opacity-0-08` + suffix),
|
|
@@ -150,6 +156,8 @@ module.exports = {
|
|
|
150
156
|
color: resolveThemeValue(theme, `textColor.${token}` + suffix),
|
|
151
157
|
backgroundColor: 'transparent',
|
|
152
158
|
|
|
159
|
+
outlineStyle: 'none',
|
|
160
|
+
|
|
153
161
|
[variants['mobile']]: {
|
|
154
162
|
[variants['active']]: {
|
|
155
163
|
color: resolveThemeValue(theme, `textColor.${token}-hover` + suffix),
|