mayak-common-library-payload 0.1.19 → 0.1.21
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.d.mts +2 -4
- package/dist/index.d.ts +2 -4
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
- package/tailwind.config.js +5 -0
package/package.json
CHANGED
package/tailwind.config.js
CHANGED
|
@@ -85,9 +85,11 @@ module.exports = {
|
|
|
85
85
|
6.5: '26px',
|
|
86
86
|
7.5: '30px',
|
|
87
87
|
'19px': '19px',
|
|
88
|
+
9.5: '38px',
|
|
88
89
|
12.5: '50px',
|
|
89
90
|
15: '60px',
|
|
90
91
|
17: '70px',
|
|
92
|
+
17.5: '78px',
|
|
91
93
|
25: '100px',
|
|
92
94
|
},
|
|
93
95
|
margin: {
|
|
@@ -95,6 +97,7 @@ module.exports = {
|
|
|
95
97
|
5.5: '22px',
|
|
96
98
|
6.5: '26px',
|
|
97
99
|
7.5: '30px',
|
|
100
|
+
9.5: '38px',
|
|
98
101
|
12.5: '50px',
|
|
99
102
|
15: '60px',
|
|
100
103
|
25: '100px',
|
|
@@ -104,6 +107,7 @@ module.exports = {
|
|
|
104
107
|
5.5: '22px',
|
|
105
108
|
6.5: '26px',
|
|
106
109
|
7.5: '30px',
|
|
110
|
+
9.5: '38px',
|
|
107
111
|
12.5: '50px',
|
|
108
112
|
15: '60px',
|
|
109
113
|
17: '70px',
|
|
@@ -111,6 +115,7 @@ module.exports = {
|
|
|
111
115
|
},
|
|
112
116
|
spacing: {
|
|
113
117
|
7.5: '30px',
|
|
118
|
+
9.5: '38px',
|
|
114
119
|
12.5: '50px',
|
|
115
120
|
15: '60px',
|
|
116
121
|
25: '100px',
|