akku-kit 1.0.0-alpha.9 → 1.0.1-alpha.0

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.
@@ -26,6 +26,7 @@
26
26
  --brand-600: #7F56D9;
27
27
  --brand-700: #6A41C8;
28
28
  --brand-800: #48298E;
29
+ --brand-850: #48298E;
29
30
  --brand-900: #38206F;
30
31
  --brand-950: #28174F;
31
32
  --base-white: #FFFFFF;
@@ -857,7 +858,12 @@
857
858
  .text-brand-700 {
858
859
  color: var(--color-text-brand-700);
859
860
  }
860
-
861
+ .text-brand-800{
862
+ color:var(--brand-800)
863
+ }
864
+ .text-brand-850{
865
+ color:var(--brand-850)
866
+ }
861
867
  .text-success {
862
868
  color: var(--color-text-success);
863
869
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akku-kit",
3
- "version": "1.0.0-alpha.9",
3
+ "version": "1.0.1-alpha.0",
4
4
  "description": "A modern UI framework built for Akku projects. Includes reusable components, form fields, charts, and utilities with full TypeScript support and Storybook integration.",
5
5
  "homepage": "https://akku-kit.vercel.app/",
6
6
  "repository": {