@deneb-ui/ui 2.0.0 → 2.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.
- package/README.md +2 -2
- package/dist/EditableFooter.d.ts +1 -1
- package/dist/EditableFooter.js +1 -1
- package/dist/EditableNavbar.d.ts +1 -1
- package/dist/EditableNavbar.js +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +3 -3
- package/dist/utils/urls.d.ts +1 -1
- package/dist/utils/urls.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
> **DENEB UI — Build beautiful interfaces, effortlessly.**
|
|
6
6
|
> The premier visual-first React component ecosystem.
|
|
7
|
-
> Created by **Chamika Gayashan
|
|
7
|
+
> Created by **Chamika Gayashan & Induranga Kawishwara**.
|
|
8
8
|
|
|
9
9
|
[](https://github.com/chamikathereal)
|
|
10
10
|
[](https://opensource.org/licenses/MIT)
|
|
@@ -178,5 +178,5 @@ export default function HomePage() {
|
|
|
178
178
|
|
|
179
179
|
## Author & Credits
|
|
180
180
|
|
|
181
|
-
Created and architected by **Chamika Gayashan
|
|
181
|
+
Created and architected by **Chamika Gayashan & Induranga Kawishwara**.
|
|
182
182
|
Built for the global React and storefront developer ecosystem.
|
package/dist/EditableFooter.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export interface EditableFooterProps extends React.HTMLAttributes<HTMLElement> {
|
|
|
25
25
|
* - Route Filtering Compliance (`data-target-page` wrappers)
|
|
26
26
|
* - Tailored Tailwind CSS utility classes + resilient inline CSS fallbacks
|
|
27
27
|
*
|
|
28
|
-
* Created by Chamika Gayashan
|
|
28
|
+
* Created by Chamika Gayashan & Induranga Kawishwara
|
|
29
29
|
*/
|
|
30
30
|
export declare function EditableFooter({ defaultLinks, links, basePath, showNewsletter, className, style, ...props }: EditableFooterProps): React.JSX.Element;
|
|
31
31
|
export declare const Footer: typeof EditableFooter;
|
package/dist/EditableFooter.js
CHANGED
|
@@ -27,7 +27,7 @@ const DEFAULT_FOOTER_PAGES = [
|
|
|
27
27
|
* - Route Filtering Compliance (`data-target-page` wrappers)
|
|
28
28
|
* - Tailored Tailwind CSS utility classes + resilient inline CSS fallbacks
|
|
29
29
|
*
|
|
30
|
-
* Created by Chamika Gayashan
|
|
30
|
+
* Created by Chamika Gayashan & Induranga Kawishwara
|
|
31
31
|
*/
|
|
32
32
|
function EditableFooter({ defaultLinks = DEFAULT_FOOTER_PAGES, links, basePath = '', showNewsletter = true, className = '', style, ...props }) {
|
|
33
33
|
const siteData = (0, SiteDataProvider_1.useSiteData)();
|
package/dist/EditableNavbar.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ export interface EditableNavbarProps extends React.HTMLAttributes<HTMLElement> {
|
|
|
21
21
|
* - Responsive mobile toggle and drawer menu
|
|
22
22
|
* - Tailwind CSS classes + resilient inline CSS fallbacks
|
|
23
23
|
*
|
|
24
|
-
* Created by Chamika Gayashan
|
|
24
|
+
* Created by Chamika Gayashan & Induranga Kawishwara
|
|
25
25
|
*/
|
|
26
26
|
export declare function EditableNavbar({ defaultLinks, sticky, activeRoute, basePath, className, style, ...props }: EditableNavbarProps): React.JSX.Element;
|
|
27
27
|
export declare const Navbar: typeof EditableNavbar;
|
package/dist/EditableNavbar.js
CHANGED
|
@@ -23,7 +23,7 @@ const DEFAULT_PAGES = [
|
|
|
23
23
|
* - Responsive mobile toggle and drawer menu
|
|
24
24
|
* - Tailwind CSS classes + resilient inline CSS fallbacks
|
|
25
25
|
*
|
|
26
|
-
* Created by Chamika Gayashan
|
|
26
|
+
* Created by Chamika Gayashan & Induranga Kawishwara
|
|
27
27
|
*/
|
|
28
28
|
function EditableNavbar({ defaultLinks = DEFAULT_PAGES, sticky = true, activeRoute, basePath = '', className = '', style, ...props }) {
|
|
29
29
|
const siteData = (0, SiteDataProvider_1.useSiteData)();
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DENEB UI — The Visual-First React Framework for High-Converting Storefronts
|
|
3
|
-
* Created by Chamika Gayashan
|
|
3
|
+
* Created by Chamika Gayashan & Induranga Kawishwara
|
|
4
4
|
*/
|
|
5
5
|
export * from './EditableText';
|
|
6
6
|
export * from './EditableImage';
|
|
@@ -51,11 +51,11 @@ export { EditableFooter as Footer } from './EditableFooter';
|
|
|
51
51
|
export { EditableHeroCentered as Hero, EditableHeroSplit as HeroSplit } from './EditableHero';
|
|
52
52
|
/**
|
|
53
53
|
* DENEB UI Framework Metadata
|
|
54
|
-
* Developed by Chamika Gayashan
|
|
54
|
+
* Developed by Chamika Gayashan & Induranga Kawishwara
|
|
55
55
|
*/
|
|
56
56
|
export declare const DENEB_FRAMEWORK_NAME = "DENEB UI";
|
|
57
57
|
export declare const DENEB_FRAMEWORK_VERSION = "2.0.0";
|
|
58
|
-
export declare const DENEB_AUTHOR = "Chamika Gayashan
|
|
58
|
+
export declare const DENEB_AUTHOR = "Chamika Gayashan & Induranga Kawishwara";
|
|
59
59
|
export declare const CEEG_FRAMEWORK_NAME = "DENEB UI";
|
|
60
60
|
export declare const CEEG_FRAMEWORK_VERSION = "2.0.0";
|
|
61
|
-
export declare const CEEG_AUTHOR = "Chamika Gayashan
|
|
61
|
+
export declare const CEEG_AUTHOR = "Chamika Gayashan & Induranga Kawishwara";
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* DENEB UI — The Visual-First React Framework for High-Converting Storefronts
|
|
4
|
-
* Created by Chamika Gayashan
|
|
4
|
+
* Created by Chamika Gayashan & Induranga Kawishwara
|
|
5
5
|
*/
|
|
6
6
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7
7
|
if (k2 === undefined) k2 = k;
|
|
@@ -95,11 +95,11 @@ Object.defineProperty(exports, "Hero", { enumerable: true, get: function () { re
|
|
|
95
95
|
Object.defineProperty(exports, "HeroSplit", { enumerable: true, get: function () { return EditableHero_1.EditableHeroSplit; } });
|
|
96
96
|
/**
|
|
97
97
|
* DENEB UI Framework Metadata
|
|
98
|
-
* Developed by Chamika Gayashan
|
|
98
|
+
* Developed by Chamika Gayashan & Induranga Kawishwara
|
|
99
99
|
*/
|
|
100
100
|
exports.DENEB_FRAMEWORK_NAME = 'DENEB UI';
|
|
101
101
|
exports.DENEB_FRAMEWORK_VERSION = '2.0.0';
|
|
102
|
-
exports.DENEB_AUTHOR = 'Chamika Gayashan
|
|
102
|
+
exports.DENEB_AUTHOR = 'Chamika Gayashan & Induranga Kawishwara';
|
|
103
103
|
// Backward compatibility alias
|
|
104
104
|
exports.CEEG_FRAMEWORK_NAME = exports.DENEB_FRAMEWORK_NAME;
|
|
105
105
|
exports.CEEG_FRAMEWORK_VERSION = exports.DENEB_FRAMEWORK_VERSION;
|
package/dist/utils/urls.d.ts
CHANGED
package/dist/utils/urls.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* DENEB UI — URL & Action Helpers
|
|
4
|
-
* Created by Chamika Gayashan
|
|
4
|
+
* Created by Chamika Gayashan & Induranga Kawishwara
|
|
5
5
|
*/
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.createWhatsAppUrl = createWhatsAppUrl;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deneb-ui/ui",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "DENEB UI - The
|
|
3
|
+
"version": "2.0.2",
|
|
4
|
+
"description": "DENEB UI - The premier visual-first React component framework for the modern web. Created by Chamika Gayashan & Induranga Kawishwara.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"nextjs",
|
|
27
27
|
"react"
|
|
28
28
|
],
|
|
29
|
-
"author": "Chamika Gayashan
|
|
29
|
+
"author": "Chamika Gayashan & Induranga Kawishwara",
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"dependencies": {},
|
|
32
32
|
"peerDependencies": {
|