@youngonesworks/ui 0.1.25 → 0.1.26
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/README.md +2 -2
- package/dist/components/rating/index.d.ts +5 -1
- package/dist/components/reviews/index.d.ts +5 -1
- package/dist/index.cjs +5 -151
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -148
- package/dist/index.js.map +1 -1
- package/dist/theme/index.d.ts +0 -1
- package/package.json +2 -2
- package/dist/assets/fonts/woff/Gotham-BlackItalic_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-Black_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-BoldItalic_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-Bold_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-BookItalic_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-Book_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-LightItalic_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-Light_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-MediumItalic_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-Medium_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-ThinItalic_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-Thin_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-UltraItalic_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-Ultra_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-XLightItalic_Web.woff +0 -0
- package/dist/assets/fonts/woff/Gotham-XLight_Web.woff +0 -0
- package/dist/assets/fonts/woff2/Gotham-BlackItalic_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-Black_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-BoldItalic_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-Bold_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-BookItalic_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-Book_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-LightItalic_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-Light_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-MediumItalic_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-Medium_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-ThinItalic_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-Thin_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-UltraItalic_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-Ultra_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-XLightItalic_Web.woff2 +0 -0
- package/dist/assets/fonts/woff2/Gotham-XLight_Web.woff2 +0 -0
- package/dist/theme/fonts.d.ts +0 -29
package/dist/theme/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@youngonesworks/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.26",
|
|
4
4
|
"description": "A Youngones UI component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"sideEffects": false,
|
|
30
30
|
"scripts": {
|
|
31
|
-
"build": "rolldown -c rolldown.config.mjs && tsc --emitDeclarationOnly && node scripts/
|
|
31
|
+
"build": "rolldown -c rolldown.config.mjs && tsc --emitDeclarationOnly && node scripts/copyCSS.mjs",
|
|
32
32
|
"watch": "concurrently \"rolldown -c rolldown.config.mjs -w\" \"tsc --emitDeclarationOnly --watch\"",
|
|
33
33
|
"dev": "storybook dev -p 6006",
|
|
34
34
|
"build-storybook": "yarn run storybook build",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/theme/fonts.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Next.js Font Configuration for YoungOnes UI Package
|
|
3
|
-
* Optimized for Next.js projects only
|
|
4
|
-
*/
|
|
5
|
-
export declare const gothamFont: import("next/dist/compiled/@next/font").NextFontWithVariable;
|
|
6
|
-
export declare const FONT_FAMILIES: {
|
|
7
|
-
readonly gotham: "var(--font-gotham), Gotham, ui-sans-serif, system-ui, sans-serif";
|
|
8
|
-
readonly sans: "ui-sans-serif, system-ui, sans-serif";
|
|
9
|
-
readonly serif: "ui-serif, Georgia, serif";
|
|
10
|
-
readonly mono: "ui-monospace, SFMono-Regular, Consolas, monospace";
|
|
11
|
-
};
|
|
12
|
-
export declare const FONT_WEIGHTS: {
|
|
13
|
-
readonly thin: "100";
|
|
14
|
-
readonly extraLight: "200";
|
|
15
|
-
readonly light: "300";
|
|
16
|
-
readonly normal: "400";
|
|
17
|
-
readonly medium: "500";
|
|
18
|
-
readonly semiBold: "600";
|
|
19
|
-
readonly bold: "700";
|
|
20
|
-
readonly extraBold: "800";
|
|
21
|
-
readonly black: "900";
|
|
22
|
-
};
|
|
23
|
-
export declare const FONT_CLASS_NAMES: {
|
|
24
|
-
readonly gotham: string;
|
|
25
|
-
readonly sans: "font-sans";
|
|
26
|
-
readonly serif: "font-serif";
|
|
27
|
-
readonly mono: "font-mono";
|
|
28
|
-
};
|
|
29
|
-
export default gothamFont;
|