@abhir9/pd-design-system 0.1.27 → 0.1.28
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/dist/index.cjs +4 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +3 -3
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +3 -3
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -829,9 +829,10 @@ var button = {
|
|
|
829
829
|
gap: "0.5em",
|
|
830
830
|
// 8px - gap between icon and text
|
|
831
831
|
lineHeight: {
|
|
832
|
-
sm: "
|
|
833
|
-
md: "
|
|
834
|
-
|
|
832
|
+
sm: "1.333em",
|
|
833
|
+
md: "1.333em",
|
|
834
|
+
// 16px for 12px font-size (1.333 × 12px = 16px)
|
|
835
|
+
lg: "1.333em"
|
|
835
836
|
},
|
|
836
837
|
letterSpacing: "0.00833em"
|
|
837
838
|
// 0.1px for 12px font
|