@neoptocom/neopto-ui 1.4.2 → 1.4.3
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/CONSUMER_SETUP.md +1 -1
- package/README.md +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/src/styles/library.css +1 -1
- package/src/styles/tailwind.css +1 -1
package/CONSUMER_SETUP.md
CHANGED
|
@@ -133,4 +133,4 @@ document.documentElement.classList.toggle("dark");
|
|
|
133
133
|
|
|
134
134
|
## 📚 Full Documentation
|
|
135
135
|
|
|
136
|
-
Visit the [Storybook documentation](https://neoptocom.github.io/neopto-ui
|
|
136
|
+
Visit the [Storybook documentation](https://neoptocom.github.io/neopto-ui) for interactive examples and API documentation.
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# NeoPTO UI
|
|
2
2
|
|
|
3
3
|
A modern React component library built with Tailwind CSS v4 and TypeScript. Features dark mode, design tokens, and comprehensive Storybook documentation.
|
|
4
4
|
|
|
@@ -195,7 +195,7 @@ The library uses a comprehensive design token system:
|
|
|
195
195
|
|
|
196
196
|
## 📚 Documentation
|
|
197
197
|
|
|
198
|
-
Visit our [Storybook documentation](https://neoptocom.github.io/neopto-ui/
|
|
198
|
+
Visit our [Storybook documentation](https://neoptocom.github.io/neopto-ui/) for:
|
|
199
199
|
|
|
200
200
|
- Interactive component playground
|
|
201
201
|
- Design system guidelines
|
package/dist/styles.css
CHANGED
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
font-style: normal;
|
|
94
94
|
font-weight: 100 700;
|
|
95
95
|
src: url(https://fonts.gstatic.com/s/materialsymbolsrounded/v272/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2) format('woff2');
|
|
96
|
-
font-display:
|
|
96
|
+
font-display: block;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
.material-symbols-rounded {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neoptocom/neopto-ui",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A modern React component library built with Tailwind CSS v4 and TypeScript. Features dark mode, design tokens, and comprehensive Storybook documentation. Requires Tailwind v4+.",
|
|
6
6
|
"keywords": [
|
package/src/styles/library.css
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
font-style: normal;
|
|
17
17
|
font-weight: 100 700;
|
|
18
18
|
src: url(https://fonts.gstatic.com/s/materialsymbolsrounded/v272/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2) format('woff2');
|
|
19
|
-
font-display:
|
|
19
|
+
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.material-symbols-rounded {
|
package/src/styles/tailwind.css
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
font-style: normal;
|
|
20
20
|
font-weight: 100 700;
|
|
21
21
|
src: url(https://fonts.gstatic.com/s/materialsymbolsrounded/v272/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2) format('woff2');
|
|
22
|
-
font-display:
|
|
22
|
+
font-display: block;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.material-symbols-rounded {
|