tenara-ui-components 0.3.53 → 0.3.55
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/dist/components/atoms/TextAnimation/TextAnimation.d.ts +14 -0
- package/dist/components/atoms/TextAnimation/TextAnimation.d.ts.map +1 -0
- package/dist/components/atoms/TextAnimation/index.d.ts +3 -0
- package/dist/components/atoms/TextAnimation/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/molecules/advisors-plus/Hero/Hero.d.ts +30 -0
- package/dist/components/molecules/advisors-plus/Hero/Hero.d.ts.map +1 -0
- package/dist/components/molecules/advisors-plus/Hero/HeroMedia.d.ts +9 -0
- package/dist/components/molecules/advisors-plus/Hero/HeroMedia.d.ts.map +1 -0
- package/dist/components/molecules/advisors-plus/Hero/index.d.ts +3 -0
- package/dist/components/molecules/advisors-plus/Hero/index.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.esm.css +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/themes/presets/advisors-plus.d.ts.map +1 -1
- package/dist/themes/presets/default.d.ts +8 -0
- package/dist/themes/presets/default.d.ts.map +1 -1
- package/package.json +10 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"advisors-plus.d.ts","sourceRoot":"","sources":["../../../src/themes/presets/advisors-plus.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAK5C,eAAO,MAAM,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"advisors-plus.d.ts","sourceRoot":"","sources":["../../../src/themes/presets/advisors-plus.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAK5C,eAAO,MAAM,iBAAiB,EAAE,WAwuB/B,CAAC"}
|
|
@@ -745,6 +745,14 @@ export declare const defaultTheme: {
|
|
|
745
745
|
paddingY: string;
|
|
746
746
|
paddingX: string;
|
|
747
747
|
};
|
|
748
|
+
textAnimation: {
|
|
749
|
+
fontFamily: string;
|
|
750
|
+
fontSize: string;
|
|
751
|
+
fontWeight: string;
|
|
752
|
+
lineHeight: string;
|
|
753
|
+
slotHeight: string;
|
|
754
|
+
duration: string;
|
|
755
|
+
};
|
|
748
756
|
};
|
|
749
757
|
};
|
|
750
758
|
//# sourceMappingURL=default.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../src/themes/presets/default.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAKH,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../src/themes/presets/default.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAKH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs7BF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tenara-ui-components",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.55",
|
|
4
4
|
"description": "A React component library with built-in theming system for multi-tenant applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -74,19 +74,19 @@
|
|
|
74
74
|
"html-react-parser": "6.1.3"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@chromatic-com/storybook": "^4.1.3",
|
|
78
77
|
"@eslint/eslintrc": "^3",
|
|
79
78
|
"@rollup/plugin-alias": "^5.1.1",
|
|
80
79
|
"@rollup/plugin-commonjs": "^28.0.6",
|
|
81
80
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
82
81
|
"@rollup/plugin-terser": "^0.4.4",
|
|
83
82
|
"@rollup/plugin-url": "8.0.2",
|
|
84
|
-
"@storybook/addon-a11y": "10.
|
|
85
|
-
"@storybook/addon-docs": "10.
|
|
86
|
-
"@storybook/addon-
|
|
87
|
-
"@storybook/addon-
|
|
88
|
-
"@storybook/
|
|
89
|
-
"@storybook/react
|
|
83
|
+
"@storybook/addon-a11y": "10.4.4",
|
|
84
|
+
"@storybook/addon-docs": "10.4.4",
|
|
85
|
+
"@storybook/addon-mcp": "0.6.0",
|
|
86
|
+
"@storybook/addon-onboarding": "10.4.4",
|
|
87
|
+
"@storybook/addon-vitest": "10.4.4",
|
|
88
|
+
"@storybook/react": "10.4.4",
|
|
89
|
+
"@storybook/react-vite": "10.4.4",
|
|
90
90
|
"@tailwindcss/postcss": "^4",
|
|
91
91
|
"@types/node": "^20",
|
|
92
92
|
"@types/react": "^19",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@vitest/browser": "^3.2.4",
|
|
95
95
|
"@vitest/coverage-v8": "^3.2.4",
|
|
96
96
|
"eslint": "^9",
|
|
97
|
-
"eslint-plugin-storybook": "10.
|
|
97
|
+
"eslint-plugin-storybook": "10.4.4",
|
|
98
98
|
"husky": "9.1.7",
|
|
99
99
|
"playwright": "^1.54.1",
|
|
100
100
|
"prettier": "3.8.3",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"rollup-plugin-esbuild": "6.2.1",
|
|
106
106
|
"rollup-plugin-postcss": "^4.0.2",
|
|
107
107
|
"sass": "^1.93.1",
|
|
108
|
-
"storybook": "10.
|
|
108
|
+
"storybook": "10.4.4",
|
|
109
109
|
"tailwindcss": "^4",
|
|
110
110
|
"typescript": "^5",
|
|
111
111
|
"typescript-eslint": "8.52.0",
|