@semantic-ui/component
Advanced tools
Comparing version 0.0.37 to 0.0.38
@@ -15,8 +15,8 @@ { | ||
"dependencies": { | ||
"@semantic-ui/query": "^0.0.37", | ||
"@semantic-ui/reactivity": "^0.0.37", | ||
"@semantic-ui/templating": "^0.0.37", | ||
"@semantic-ui/utils": "^0.0.37" | ||
"@semantic-ui/query": "^0.0.38", | ||
"@semantic-ui/reactivity": "^0.0.38", | ||
"@semantic-ui/templating": "^0.0.38", | ||
"@semantic-ui/utils": "^0.0.38" | ||
}, | ||
"version": "0.0.37" | ||
"version": "0.0.38" | ||
} |
@@ -135,3 +135,3 @@ import { unsafeCSS } from 'lit'; | ||
// make this easier to access in dom | ||
this.tpl = this.template.tpl; | ||
this.component = this.template.instance; | ||
} | ||
@@ -138,0 +138,0 @@ // property change callbacks wont call on SSR |
@@ -421,3 +421,3 @@ import { LitElement } from 'lit'; | ||
func, | ||
{ firstArg, additionalArgs, args = [this.tpl, this.$.bind(this)] } = {} | ||
{ firstArg, additionalArgs, args = [this.component, this.$.bind(this)] } = {} | ||
) { | ||
@@ -424,0 +424,0 @@ if (firstArg) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48554
+ Added@semantic-ui/query@0.0.38(transitive)
+ Added@semantic-ui/reactivity@0.0.38(transitive)
+ Added@semantic-ui/templating@0.0.38(transitive)
+ Added@semantic-ui/utils@0.0.38(transitive)
- Removed@semantic-ui/query@0.0.37(transitive)
- Removed@semantic-ui/reactivity@0.0.37(transitive)
- Removed@semantic-ui/templating@0.0.37(transitive)
- Removed@semantic-ui/utils@0.0.37(transitive)
Updated@semantic-ui/query@^0.0.38
Updated@semantic-ui/utils@^0.0.38