Skip to content

Commit

Permalink
1.1.5-beta1c
Browse files Browse the repository at this point in the history
  • Loading branch information
ningacoding committed Aug 10, 2024
1 parent bbaea95 commit 21fed89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/popover.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, {forwardRef, useImperativeHandle, useRef, useState} from 'react';
import {TouchableOpacity, View} from 'react-native';
import {css} from 'klazify';
import Menu from 'react-native-material-menu';
import {css} from '../index';

export default forwardRef(Popover);

Expand Down
10 changes: 5 additions & 5 deletions modules/typography.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export const typography = () => ({
'text-2xl': {fontSize: '1.5rem', lineHeight: '2rem'},
'text-3xl': {fontSize: '1.875rem', lineHeight: '2.25rem'},
'text-4xl': {fontSize: '2.25rem', lineHeight: '2.5rem'},
'text-5xl': {fontSize: '3rem', lineHeight: 1},
'text-6xl': {fontSize: '3.75rem', lineHeight: 1},
'text-7xl': {fontSize: '4.5rem', lineHeight: 1},
'text-8xl': {fontSize: '6rem', lineHeight: 1},
'text-9xl': {fontSize: '8rem', lineHeight: 1},
'text-5xl': {fontSize: '3rem', lineHeight: '3.5rem'},
'text-6xl': {fontSize: '3.75rem', lineHeight: '4.25rem'},
'text-7xl': {fontSize: '4.5rem', lineHeight: '5rem'},
'text-8xl': {fontSize: '6rem', lineHeight: '6.5rem'},
'text-9xl': {fontSize: '8rem', lineHeight: '8.5rem'},

'italic': {fontStyle: 'italic'},
'not-italic': {fontStyle: 'normal'},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "klazify",
"version": "1.1.4-beta1c",
"version": "1.1.5-beta1c",
"description": "Fast, Reusable, React Native stylesheets classes.",
"main": "index.js",
"scripts": {
"publish": "npm publish"
},
"repository": {
"url": "https://github.com/ningacoding/klazify.git",
"url": "git+https://github.com/ningacoding/klazify.git",
"type": "git"
},
"keywords": [
Expand Down

0 comments on commit 21fed89

Please sign in to comment.