@sudarshanaui/ui 1.0.0 → 1.0.1
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/package.json +1 -1
- package/src/AdminchoiceCreativeGridMenu.jsx +2 -2
- package/src/AdminchoiceGlitchTitle.jsx +2 -2
- package/src/AdminchoiceInteractiveToggle.jsx +2 -2
- package/src/AdminchoiceKineticMarqueeButton.jsx +2 -2
- package/src/AdminchoiceLiquidMorphLoader.jsx +2 -2
- package/src/AdminchoiceMagneticAttractionButton.jsx +2 -2
- package/src/AdminchoiceNoiseGlassCard.jsx +2 -2
- package/src/AdminchoiceParallaxImageLink.jsx +2 -2
- package/src/AdminchoiceRevealMaskText.jsx +2 -2
- package/src/AdminchoiceSpotlightInput.jsx +2 -2
- package/src/AnimatedCard.jsx +2 -2
- package/src/AnimatedFooter.jsx +2 -2
- package/src/AnimatedOtp.jsx +2 -2
- package/src/AnimatedTextfield.jsx +2 -2
- package/src/FancyButton.jsx +2 -2
- package/src/NormalFooter.jsx +2 -2
- package/src/NormalOtp.jsx +2 -2
- package/src/Testing.jsx +2 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -30,8 +30,8 @@ export const AdminchoiceCreativeGridMenu = (props) => {
|
|
|
30
30
|
// Inject props
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
<div {...
|
|
33
|
+
return (
|
|
34
|
+
<div {...props} className="sudarshana-component-AdminchoiceCreativeGridMenu">
|
|
35
35
|
<style>{styles}</style>
|
|
36
36
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
37
37
|
</div>
|
|
@@ -26,8 +26,8 @@ export const AdminchoiceGlitchTitle = (props) => {
|
|
|
26
26
|
// Inject props
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
<div {...
|
|
29
|
+
return (
|
|
30
|
+
<div {...props} className="sudarshana-component-AdminchoiceGlitchTitle">
|
|
31
31
|
<style>{styles}</style>
|
|
32
32
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
33
33
|
</div>
|
|
@@ -32,8 +32,8 @@ export const AdminchoiceInteractiveToggle = (props) => {
|
|
|
32
32
|
// Inject props
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
<div {...
|
|
35
|
+
return (
|
|
36
|
+
<div {...props} className="sudarshana-component-AdminchoiceInteractiveToggle">
|
|
37
37
|
<style>{styles}</style>
|
|
38
38
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
39
39
|
</div>
|
|
@@ -39,8 +39,8 @@ export const AdminchoiceKineticMarqueeButton = (props) => {
|
|
|
39
39
|
// Inject props
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
<div {...
|
|
42
|
+
return (
|
|
43
|
+
<div {...props} className="sudarshana-component-AdminchoiceKineticMarqueeButton">
|
|
44
44
|
<style>{styles}</style>
|
|
45
45
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
46
46
|
</div>
|
|
@@ -31,8 +31,8 @@ export const AdminchoiceLiquidMorphLoader = (props) => {
|
|
|
31
31
|
// Inject props
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
<div {...
|
|
34
|
+
return (
|
|
35
|
+
<div {...props} className="sudarshana-component-AdminchoiceLiquidMorphLoader">
|
|
36
36
|
<style>{styles}</style>
|
|
37
37
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
38
38
|
</div>
|
|
@@ -30,8 +30,8 @@ export const AdminchoiceMagneticAttractionButton = (props) => {
|
|
|
30
30
|
// Inject props
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
<div {...
|
|
33
|
+
return (
|
|
34
|
+
<div {...props} className="sudarshana-component-AdminchoiceMagneticAttractionButton">
|
|
35
35
|
<style>{styles}</style>
|
|
36
36
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
37
37
|
</div>
|
|
@@ -34,8 +34,8 @@ export const AdminchoiceNoiseGlassCard = (props) => {
|
|
|
34
34
|
// Inject props
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
|
|
38
|
-
<div {...
|
|
37
|
+
return (
|
|
38
|
+
<div {...props} className="sudarshana-component-AdminchoiceNoiseGlassCard">
|
|
39
39
|
<style>{styles}</style>
|
|
40
40
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
41
41
|
</div>
|
|
@@ -26,8 +26,8 @@ export const AdminchoiceParallaxImageLink = (props) => {
|
|
|
26
26
|
// Inject props
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
<div {...
|
|
29
|
+
return (
|
|
30
|
+
<div {...props} className="sudarshana-component-AdminchoiceParallaxImageLink">
|
|
31
31
|
<style>{styles}</style>
|
|
32
32
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
33
33
|
</div>
|
|
@@ -24,8 +24,8 @@ export const AdminchoiceRevealMaskText = (props) => {
|
|
|
24
24
|
// Inject props
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
<div {...
|
|
27
|
+
return (
|
|
28
|
+
<div {...props} className="sudarshana-component-AdminchoiceRevealMaskText">
|
|
29
29
|
<style>{styles}</style>
|
|
30
30
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
31
31
|
</div>
|
|
@@ -30,8 +30,8 @@ export const AdminchoiceSpotlightInput = (props) => {
|
|
|
30
30
|
// Inject props
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
<div {...
|
|
33
|
+
return (
|
|
34
|
+
<div {...props} className="sudarshana-component-AdminchoiceSpotlightInput">
|
|
35
35
|
<style>{styles}</style>
|
|
36
36
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
37
37
|
</div>
|
package/src/AnimatedCard.jsx
CHANGED
|
@@ -29,8 +29,8 @@ export const AnimatedCard = ({ title = "Hover Card", content = "Hover over me to
|
|
|
29
29
|
html = html.replaceAll('{{title}}', title);
|
|
30
30
|
html = html.replaceAll('{{content}}', content);
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
<div {...
|
|
32
|
+
return (
|
|
33
|
+
<div {...rest} className="sudarshana-component-AnimatedCard">
|
|
34
34
|
<style>{styles}</style>
|
|
35
35
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
36
36
|
</div>
|
package/src/AnimatedFooter.jsx
CHANGED
|
@@ -33,8 +33,8 @@ export const AnimatedFooter = (props) => {
|
|
|
33
33
|
// Inject props
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
|
|
37
|
-
<div {...
|
|
36
|
+
return (
|
|
37
|
+
<div {...props} className="sudarshana-component-AnimatedFooter">
|
|
38
38
|
<style>{styles}</style>
|
|
39
39
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
40
40
|
</div>
|
package/src/AnimatedOtp.jsx
CHANGED
|
@@ -19,8 +19,8 @@ export const AnimatedOtp = (props) => {
|
|
|
19
19
|
// Inject props
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
<div {...
|
|
22
|
+
return (
|
|
23
|
+
<div {...props} className="sudarshana-component-AnimatedOtp">
|
|
24
24
|
<style>{styles}</style>
|
|
25
25
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
26
26
|
</div>
|
|
@@ -25,8 +25,8 @@ export const AnimatedTextfield = ({ label = "Username", ...rest }) => {
|
|
|
25
25
|
// Inject props
|
|
26
26
|
html = html.replaceAll('{{label}}', label);
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
<div {...
|
|
28
|
+
return (
|
|
29
|
+
<div {...rest} className="sudarshana-component-AnimatedTextfield">
|
|
30
30
|
<style>{styles}</style>
|
|
31
31
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
32
32
|
</div>
|
package/src/FancyButton.jsx
CHANGED
|
@@ -18,8 +18,8 @@ export const FancyButton = ({ label = "yo yes", ...rest }) => {
|
|
|
18
18
|
// Inject props
|
|
19
19
|
html = html.replaceAll('{{label}}', label);
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
<div {...
|
|
21
|
+
return (
|
|
22
|
+
<div {...rest} className="sudarshana-component-FancyButton">
|
|
23
23
|
<style>{styles}</style>
|
|
24
24
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
25
25
|
</div>
|
package/src/NormalFooter.jsx
CHANGED
|
@@ -38,8 +38,8 @@ export const NormalFooter = (props) => {
|
|
|
38
38
|
// Inject props
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-
<div {...
|
|
41
|
+
return (
|
|
42
|
+
<div {...props} className="sudarshana-component-NormalFooter">
|
|
43
43
|
<style>{styles}</style>
|
|
44
44
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
45
45
|
</div>
|
package/src/NormalOtp.jsx
CHANGED
|
@@ -17,8 +17,8 @@ export const NormalOtp = (props) => {
|
|
|
17
17
|
// Inject props
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
<div {...
|
|
20
|
+
return (
|
|
21
|
+
<div {...props} className="sudarshana-component-NormalOtp">
|
|
22
22
|
<style>{styles}</style>
|
|
23
23
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
24
24
|
</div>
|
package/src/Testing.jsx
CHANGED
|
@@ -30,8 +30,8 @@ export const Testing = (props) => {
|
|
|
30
30
|
// Inject props
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
<div {...
|
|
33
|
+
return (
|
|
34
|
+
<div {...props} className="sudarshana-component-Testing">
|
|
35
35
|
<style>{styles}</style>
|
|
36
36
|
<div dangerouslySetInnerHTML={{ __html: html }} />
|
|
37
37
|
</div>
|