@infonomic/uikit 6.0.1 → 6.0.2

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.
Files changed (2) hide show
  1. package/README.md +13 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -101,11 +101,19 @@ Here's an example Tailwind CSS integration. Note that we have our own reset, and
101
101
 
102
102
  @theme {
103
103
  --breakpoint-*: initial;
104
- --breakpoint-sm: 640px;
105
- --breakpoint-md: 768px;
106
- --breakpoint-lg: 1050px;
107
- --breakpoint-xl: 1230px;
108
- --breakpoint-2xl: 1500px;
104
+ /* 480px */
105
+ --breakpoint-xs: 30rem;
106
+ /* 640px */
107
+ --breakpoint-sm: 40rem;
108
+ /* 768px */
109
+ --breakpoint-md: 48rem;
110
+ /* 1056px */
111
+ --breakpoint-lg: 66rem;
112
+ /* our container component will set max width to common screen size */
113
+ /* 1232px */
114
+ --breakpoint-xl: 77rem;
115
+ /* 1504px */
116
+ --breakpoint-2xl: 94rem;
109
117
 
110
118
  --font-*: initial;
111
119
  --font-sans:
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@infonomic/uikit",
3
3
  "private": false,
4
4
  "license": "MIT",
5
- "version": "6.0.1",
5
+ "version": "6.0.2",
6
6
  "type": "module",
7
7
  "description": "Infonomic UI kit is a collection of reusable UI components and utilities for React and Astro.",
8
8
  "keywords": [