@liner-fe/design-token 2.5.41 → 2.5.42

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/lib/tailwind.css CHANGED
@@ -183,8 +183,8 @@
183
183
  }
184
184
 
185
185
  .rounded-s {
186
- border-top-right-radius: var(--radius-s);
187
- border-bottom-right-radius: var(--radius-s);
186
+ border-top-left-radius: var(--radius-s);
187
+ border-bottom-left-radius: var(--radius-s);
188
188
  }
189
189
  }
190
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/design-token",
3
- "version": "2.5.41",
3
+ "version": "2.5.42",
4
4
  "type": "module",
5
5
  "devDependencies": {
6
6
  "@eslint/js": "^9.22.0",
@@ -183,8 +183,8 @@
183
183
  }
184
184
 
185
185
  .rounded-s {
186
- border-top-right-radius: var(--radius-s);
187
- border-bottom-right-radius: var(--radius-s);
186
+ border-top-left-radius: var(--radius-s);
187
+ border-bottom-left-radius: var(--radius-s);
188
188
  }
189
189
  }
190
190