Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@smui/line-ripple

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smui/line-ripple - npm Package Compare versions

Comparing version 2.0.0-beta.1 to 3.0.0-beta.0

2

bare.js
import LineRipple from './LineRipple.svelte';
export default LineRipple;
export default LineRipple;

@@ -6,2 +6,20 @@ # Change Log

# [3.0.0-beta.0](https://github.com/hperrin/svelte-material-ui/compare/v2.0.0-beta.1...v3.0.0-beta.0) (2021-04-11)
### Features
* add getElement method to all components ([f293cf3](https://github.com/hperrin/svelte-material-ui/commit/f293cf365e30fa8d291b1428f5db683625572402))
* updated Line Ripple for MDC v10 ([66b54ca](https://github.com/hperrin/svelte-material-ui/commit/66b54ca804d828192ba4a01936a706339750f7d4))
* upgrade upstream MDC components to v10 ([d47c59a](https://github.com/hperrin/svelte-material-ui/commit/d47c59af50bbec2b7de810261b3cb7a2ffe59180))
### BREAKING CHANGES
* Upgrading to v10 of upstream components. Their APIs will change. View the component READMEs.
# [2.0.0-beta.1](https://github.com/hperrin/svelte-material-ui/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2021-03-27)

@@ -8,0 +26,0 @@

import './_index.scss';
export * from './bare.js';
export {default} from './bare.js';
export { default } from './bare.js';
{
"name": "@smui/line-ripple",
"version": "2.0.0-beta.1",
"version": "3.0.0-beta.0",
"description": "Svelte Material UI - Line Ripple",

@@ -15,3 +15,3 @@ "keywords": [

"scripts": {
"prepare": "echo \"$(npx glob '**/*' | sed 's/^/-I /' | paste -s -d ' ' -) --no-source-map _style.scss bare.css\" | xargs sass",
"prepare": "sass --no-source-map -I node_modules _style.scss bare.css",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -32,10 +32,9 @@ },

"dependencies": {
"@material/line-ripple": "^4.0.0",
"@smui/common": "^2.0.0-beta.1"
"@material/line-ripple": "^10.0.0",
"@smui/common": "^3.0.0-beta.0"
},
"devDependencies": {
"glob-cmd": "0.0.7",
"sass": "^1.30.0"
"sass": "^1.32.8"
},
"gitHead": "5e48c98403f409cad9f6b9c96f2a320fe7b3b5c6"
"gitHead": "df924bdae36977405f6184097c456f2a8d4d3db6"
}

@@ -5,4 +5,2 @@ # Svelte Material UI - Line Ripple

See [MDC Line Ripple](https://material.io/develop/web/components/input-controls/line-ripple/) for more information on API and Sass mixins.
# Installation

@@ -16,13 +14,9 @@

# Basic Usage
# Whoa There, These Docs are Outdated
```html
<script>
import Textfield, {Input} from '@smui/textfield';
import FloatingLabel from '@smui/floating-label';
import LineRipple from '@smui/line-ripple';
The latest SMUI v3 beta had a lot of changes, and these docs haven't been caught up yet. You should check out the demo page's code to see the latest usage.
let name = '';
</script>
# Basic Usage
```svelte
<!--

@@ -37,2 +31,10 @@ Normally you wouldn't provide a line ripple, but you can manually set up a

</Textfield>
<script>
import Textfield, { Input } from '@smui/textfield';
import FloatingLabel from '@smui/floating-label';
import LineRipple from '@smui/line-ripple';
let name = '';
</script>
```

@@ -42,8 +44,14 @@

*in action:* https://sveltematerialui.com/demo/textfield
_in action:_ https://sveltematerialui.com/demo/textfield
*demo code:* https://github.com/hperrin/svelte-material-ui/blob/master/site/src/routes/demo/textfield.svelte
_demo code:_ https://github.com/hperrin/svelte-material-ui/blob/master/site/src/routes/demo/textfield.svelte
# Exports
todo...
todo...
# More Information
See [Text fields](https://material.io/components/text-fields) in the Material design spec.
See [Line Ripple](https://github.com/material-components/material-components-web/tree/v10.0.0/packages/mdc-line-ripple) in MDC-Web for information about the upstream library's architecture.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc