cosmic-components
Advanced tools
Comparing version 0.0.1-alpha.25 to 0.0.1-alpha.26
@@ -92,3 +92,3 @@ /** | ||
}; | ||
Input.template = "\n <div class=\"{{ newStyles['input-container'] }}\">\n <div\n s-if=\"hasPrefix\"\n class=\"{{ newStyles.prefix }}\"\n >\n <slot name=\"prefix\"></slot>\n </div>\n <div class=\"{{ newStyles['input-wrapper'] }}\">\n <input\n type=\"input\"\n value=\"{= value =}\"\n placeholder=\"{{ placeholder }}\"\n disabled=\"{{ disabled }}\"\n s-bind=\"nativeAttributes\"\n class=\"{{ newStyles.input }}\"\n on-input=\"handleInput\"\n on-change=\"handleChange\"\n >\n <svg\n s-if=\"clearable\"\n t=\"1653032105143\"\n viewBox=\"0 0 1025 1024\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"{{ newStyles['close'] }}\"\n on-click=\"handleCloseClick\"\n >\n <path\n d=\"{{ closeIconPath }}\"\n >\n </path>\n </svg>\n </div>\n <div\n s-if=\"hasSuffix\"\n class=\"{{ newStyles.suffix }}\"\n >\n <slot name=\"suffix\"></slot>\n </div>\n </div>\n "; | ||
Input.template = "\n <div class=\"{{ newStyles['inputContainer'] }}\">\n <div\n s-if=\"hasPrefix\"\n class=\"{{ newStyles.prefix }}\"\n >\n <slot name=\"prefix\"></slot>\n </div>\n <div class=\"{{ newStyles['inputWrapper'] }}\">\n <input\n type=\"input\"\n value=\"{= value =}\"\n placeholder=\"{{ placeholder }}\"\n disabled=\"{{ disabled }}\"\n s-bind=\"nativeAttributes\"\n class=\"{{ newStyles.input }}\"\n on-input=\"handleInput\"\n on-change=\"handleChange\"\n >\n <svg\n s-if=\"clearable\"\n t=\"1653032105143\"\n viewBox=\"0 0 1025 1024\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"{{ newStyles['close'] }}\"\n on-click=\"handleCloseClick\"\n >\n <path\n d=\"{{ closeIconPath }}\"\n >\n </path>\n </svg>\n </div>\n <div\n s-if=\"hasSuffix\"\n class=\"{{ newStyles.suffix }}\"\n >\n <slot name=\"suffix\"></slot>\n </div>\n </div>\n "; | ||
Input.computed = Base_1.default.computed; | ||
@@ -95,0 +95,0 @@ return Input; |
{ | ||
"name": "cosmic-components", | ||
"version": "0.0.1-alpha.25", | ||
"version": "0.0.1-alpha.26", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./src/index.ts", |
@@ -28,3 +28,3 @@ /** | ||
static template = ` | ||
<div class="{{ newStyles['input-container'] }}"> | ||
<div class="{{ newStyles['inputContainer'] }}"> | ||
<div | ||
@@ -36,3 +36,3 @@ s-if="hasPrefix" | ||
</div> | ||
<div class="{{ newStyles['input-wrapper'] }}"> | ||
<div class="{{ newStyles['inputWrapper'] }}"> | ||
<input | ||
@@ -39,0 +39,0 @@ type="input" |
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
501693