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