@liner-fe/design-token 2.5.39 → 2.5.40

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
@@ -175,4 +175,11 @@
175
175
  --spacing-positive-800: var(--lp-sys-gap-positive-800);
176
176
  --spacing-positive-900: var(--lp-sys-gap-positive-900);
177
177
  }
178
+
179
+ @layer utilities {
180
+ .rounded-l {
181
+ border-top-left-radius: var(--radius-l);
182
+ border-bottom-left-radius: var(--radius-l);
183
+ }
184
+ }
178
185
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/design-token",
3
- "version": "2.5.39",
3
+ "version": "2.5.40",
4
4
  "type": "module",
5
5
  "devDependencies": {
6
6
  "@eslint/js": "^9.22.0",
@@ -175,4 +175,11 @@
175
175
  --spacing-positive-800: var(--lp-sys-gap-positive-800);
176
176
  --spacing-positive-900: var(--lp-sys-gap-positive-900);
177
177
  }
178
+
179
+ @layer utilities {
180
+ .rounded-l {
181
+ border-top-left-radius: var(--radius-l);
182
+ border-bottom-left-radius: var(--radius-l);
183
+ }
184
+ }
178
185