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