Skip to content

Commit

Permalink
feat: add strict types for default and custom media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Jun 9, 2023
1 parent 37ac396 commit 8794580
Show file tree
Hide file tree
Showing 12 changed files with 200 additions and 370 deletions.
181 changes: 1 addition & 180 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,180 +1 @@
{
"projectName": "styled-breakpoints",
"projectOwner": "mg901",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "mg901",
"name": "Maxim",
"avatar_url": "https://avatars0.githubusercontent.com/u/7874664?v=4",
"profile": "https://github.com/mg901",
"contributions": [
"code",
"design",
"doc",
"example",
"ideas",
"talk"
]
},
{
"login": "stuneak",
"name": "Abu Shamsutdinov",
"avatar_url": "https://avatars0.githubusercontent.com/u/22033385?v=4",
"profile": "https://github.com/stuneak",
"contributions": [
"code",
"example",
"ideas",
"review",
"talk"
]
},
{
"login": "sergeysova",
"name": "Sergey Sova",
"avatar_url": "https://avatars0.githubusercontent.com/u/5620073?v=4",
"profile": "https://github.com/sergeysova",
"contributions": [
"code",
"example",
"ideas",
"review",
"talk"
]
},
{
"login": "jussikinnula",
"name": "Jussi Kinnula",
"avatar_url": "https://avatars0.githubusercontent.com/u/7287118?v=4",
"profile": "https://github.com/jussikinnula",
"contributions": [
"bug",
"code"
]
},
{
"login": "rafauke",
"name": "Rafał Wyszomirski",
"avatar_url": "https://avatars1.githubusercontent.com/u/9576167?v=4",
"profile": "https://github.com/rafauke",
"contributions": [
"doc"
]
},
{
"login": "GR34SE",
"name": "Adrian Celczyński",
"avatar_url": "https://avatars1.githubusercontent.com/u/35396312?v=4",
"profile": "https://github.com/GR34SE",
"contributions": [
"bug",
"code"
]
},
{
"login": "alexolefirenko",
"name": "Alexey Olefirenko",
"avatar_url": "https://avatars1.githubusercontent.com/u/7016947?v=4",
"profile": "https://github.com/alexolefirenko",
"contributions": [
"code",
"ideas"
]
},
{
"login": "samholmes",
"name": "samholmes",
"avatar_url": "https://avatars2.githubusercontent.com/u/517469?v=4",
"profile": "https://github.com/samholmes",
"contributions": [
"code",
"ideas"
]
},
{
"login": "Ontopic",
"name": "Ontopic",
"avatar_url": "https://avatars0.githubusercontent.com/u/1599991?v=4",
"profile": "https://github.com/Ontopic",
"contributions": [
"ideas"
]
},
{
"login": "iRyanBell",
"name": "Ryan Bell",
"avatar_url": "https://avatars0.githubusercontent.com/u/25379378?v=4",
"profile": "https://iryanbell.com/",
"contributions": [
"ideas"
]
},
{
"login": "tremby",
"name": "Bart Nagel",
"avatar_url": "https://avatars1.githubusercontent.com/u/199635?v=4",
"profile": "https://bartnagel.ca/",
"contributions": [
"bug",
"code",
"example",
"ideas"
]
},
{
"login": "mckelveygreg",
"name": "Greg McKelvey",
"avatar_url": "https://avatars2.githubusercontent.com/u/16110122?v=4",
"profile": "https://mckelveygreg.github.io/",
"contributions": [
"code"
]
},
{
"login": "bdefore",
"name": "Buck DeFore",
"avatar_url": "https://avatars.githubusercontent.com/u/142472?v=4",
"profile": "https://github.com/bdefore",
"contributions": [
"ideas"
]
},
{
"login": "pierreburel",
"name": "Pierre Burel",
"avatar_url": "https://avatars.githubusercontent.com/u/37228?v=4",
"profile": "https://www.pierreburel.com/",
"contributions": [
"bug"
]
},
{
"login": "oowliq",
"name": "Konstantin",
"avatar_url": "https://avatars.githubusercontent.com/u/47437822?v=4",
"profile": "https://oowl.dev/",
"contributions": [
"bug",
"code"
]
},
{
"login": "flagoon",
"name": "Pawel Kochanek",
"avatar_url": "https://avatars.githubusercontent.com/u/20648154?v=4",
"profile": "https://github.com/flagoon",
"contributions": [
"bug",
"code"
]
}
],
"commitConvention": "none"
}
undefined
10 changes: 5 additions & 5 deletions .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@ module.exports = [
name: 'breakpoints',
path: './breakpoints/create-breakpoints-api.prod.js',
import: '{ createBreakpointsApi }',
limit: '259 B',
limit: '254 B',
},
{
name: 'breakpoints.dev',
path: './breakpoints/create-breakpoints-api.dev.js',
import: '{ createBreakpointsApi }',
limit: '823 B',
limit: '804 B',
},
{
name: 'styled-breakpoints',
path: './styled-breakpoints/create-styled-breakpoints-theme/index.js',
import: '{ createStyledBreakpointsTheme }',
limit: '739 B',
limit: '722 B',
},
{
name: 'styled-breakpoints + useMediaQuery',
path: './use-media-query/index.js',
import: '{ useMediaQuery }',
limit: '323 B',
limit: '324 B',
},
{
name: 'styled-breakpoints + useMediaQuery',
import: {
'./styled-breakpoints/index.js': '{ createStyledBreakpointsTheme }',
'./use-media-query/index.js': '{ useMediaQuery }',
},
limit: '998 B',
limit: '981 B',
},
];
Loading

0 comments on commit 8794580

Please sign in to comment.