frappe-ui 0.1.103 → 0.1.104

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": "frappe-ui",
3
- "version": "0.1.103",
3
+ "version": "0.1.104",
4
4
  "description": "A set of components and utilities for rapid UI development",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
@@ -87,7 +87,7 @@ module.exports = plugin(
87
87
  '2xs': [
88
88
  '11px',
89
89
  {
90
- lineHeight: '1.15',
90
+ lineHeight: '1.4',
91
91
  letterSpacing: '0.01em',
92
92
  fontWeight: '420',
93
93
  },
@@ -95,7 +95,7 @@ module.exports = plugin(
95
95
  xs: [
96
96
  '12px',
97
97
  {
98
- lineHeight: '1.15',
98
+ lineHeight: '1.4',
99
99
  letterSpacing: '0.02em',
100
100
  fontWeight: '420',
101
101
  },
@@ -103,7 +103,7 @@ module.exports = plugin(
103
103
  sm: [
104
104
  '13px',
105
105
  {
106
- lineHeight: '1.15',
106
+ lineHeight: '1.4',
107
107
  letterSpacing: '0.02em',
108
108
  fontWeight: '420',
109
109
  },
@@ -111,7 +111,7 @@ module.exports = plugin(
111
111
  base: [
112
112
  '14px',
113
113
  {
114
- lineHeight: '1.15',
114
+ lineHeight: '1.4',
115
115
  letterSpacing: '0.02em',
116
116
  fontWeight: '420',
117
117
  },
@@ -119,7 +119,7 @@ module.exports = plugin(
119
119
  lg: [
120
120
  '16px',
121
121
  {
122
- lineHeight: '1.15',
122
+ lineHeight: '1.4',
123
123
  letterSpacing: '0.02em',
124
124
  fontWeight: '400',
125
125
  },
@@ -127,7 +127,7 @@ module.exports = plugin(
127
127
  xl: [
128
128
  '18px',
129
129
  {
130
- lineHeight: '1.15',
130
+ lineHeight: '1.3',
131
131
  letterSpacing: '0.01em',
132
132
  fontWeight: '400',
133
133
  },
@@ -135,7 +135,7 @@ module.exports = plugin(
135
135
  '2xl': [
136
136
  '20px',
137
137
  {
138
- lineHeight: '1.15',
138
+ lineHeight: '1.3',
139
139
  letterSpacing: '0.01em',
140
140
  fontWeight: '400',
141
141
  },
@@ -143,7 +143,7 @@ module.exports = plugin(
143
143
  '3xl': [
144
144
  '24px',
145
145
  {
146
- lineHeight: '1.15',
146
+ lineHeight: '1.25',
147
147
  fontWeight: 400,
148
148
  letterSpacing: '0.005em',
149
149
  },