@hashtagcms/admin-ui-kit 1.0.6 → 1.0.8

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 CHANGED
@@ -1,6 +1,6 @@
1
- # HashtagCMS Admin UI Kit
1
+ # HashtagCms Admin UI Kit
2
2
 
3
- Welcome to the official **HashtagCMS Admin UI Kit** monorepo. This repository houses the core modular logic, UI components, and utility libraries that power the HashtagCMS ecosystem.
3
+ Welcome to the official **HashtagCms Admin UI Kit** monorepo. This repository houses the core modular logic, UI components, and utility libraries that power the HashtagCms ecosystem.
4
4
 
5
5
  ## 📦 Package
6
6
 
@@ -8,7 +8,7 @@ Everything is bundled into a single NPM package for easier consumption.
8
8
 
9
9
  | Package | Description | Version |
10
10
  | :------------------------------------------ | :---------------------------------------------------------- | :------ |
11
- | **[`@hashtagcms/admin-ui-kit`](./packages)** | Unified Library containing Components, Helpers, and Styles. | `1.0.6` |
11
+ | **[`@hashtagcms/admin-ui-kit`](./packages)** | Unified Library containing Components, Helpers, and Styles. | `1.0.7` |
12
12
 
13
13
  _Note: The internals are still modular (`packages/components`, `packages/helpers`), but consumers should import from the main package._
14
14
 
@@ -42,7 +42,7 @@ import {
42
42
  // Bootstrap (if needed by your local overrides, otherwise package might include it or expect it)
43
43
  @import "~bootstrap/scss/bootstrap";
44
44
 
45
- // Import HashtagCMS Admin UI Kit Styles (Source)
45
+ // Import HashtagCms Admin UI Kit Styles (Source)
46
46
  // Note: Requires Sass loader configuration
47
47
  @import "~@hashtagcms/styles/src/app";
48
48
 
@@ -56,10 +56,10 @@ import {
56
56
 
57
57
  Detailed guides for every part of the library:
58
58
 
59
- - [**Integration Guide**](./docs/INTEGRATION_GUIDE.md): Setup and framework integration.
60
- - [**Components Guide**](./docs/COMPONENTS_GUIDE.md): Component API and examples.
61
- - [**Helpers Guide**](./docs/HELPERS_GUIDE.md): Utilities and helpers documentation.
62
- - [**Styles Guide**](./docs/STYLES_GUIDE.md): Customization and SCSS variables.
59
+ - [**Getting Started**](./docs/01-getting-started.md): Installation, setup and usage.
60
+ - [**Components Guide**](./docs/02-components.md): Component API and examples.
61
+ - [**Helpers Guide**](./docs/03-helpers.md): Utilities and helpers documentation.
62
+ - [**API Reference**](./docs/04-api-reference.md): Technical overview of exports and architecture.
63
63
 
64
64
  ## 🛠️ Development
65
65
 
@@ -80,4 +80,4 @@ This project is licensed under the [MIT License](LICENSE).
80
80
 
81
81
  ---
82
82
 
83
- _Built with ❤️ by [HashtagCMS](https://github.com/hashtagcms)._
83
+ _Built with ❤️ by [HashtagCms](https://github.com/hashtagcms)._
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * HashtagCMS Admin UI Kit v1.0.7
2
+ * HashtagCms Admin UI Kit v1.0.8
3
3
  * Copyright (c) 2026 Marghoob Suleman
4
4
  * Link: https://hashtagcms.org
5
5
  * Licensed under MIT