tenara-ui-components 0.3.26 → 0.3.27

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Advisors Plus color system
3
- * Carnation (primary), Medium Purple (secondary), and Royal Blue (tertiary) color scheme
3
+ * Primary (Royalblue), Secondary (Medium Purple), and Accent (Coral) color scheme
4
4
  */
5
5
  import { ColorSystem } from '../../core/color-system';
6
6
  export declare const advisorsPlusColorSystem: ColorSystem;
@@ -1 +1 @@
1
- {"version":3,"file":"advisors-plus-colors.d.ts","sourceRoot":"","sources":["../../../../src/themes/presets/color-systems/advisors-plus-colors.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEtD,eAAO,MAAM,uBAAuB,EAAE,WAocrC,CAAC"}
1
+ {"version":3,"file":"advisors-plus-colors.d.ts","sourceRoot":"","sources":["../../../../src/themes/presets/color-systems/advisors-plus-colors.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEtD,eAAO,MAAM,uBAAuB,EAAE,WA0brC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenara-ui-components",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "description": "A React component library with built-in theming system for multi-tenant applications",
5
5
  "type": "module",
6
6
  "private": false,