Socket
Socket
Sign inDemoInstall

@smui/textfield

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smui/textfield - npm Package Compare versions

Comparing version 7.0.0 to 8.0.0-alpha.0

17

CHANGELOG.md

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

# [8.0.0-alpha.0](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0...v8.0.0-alpha.0) (2024-05-13)
### Bug Fixes
* explicitly opt out of runes mode in all components ([96b69f9](https://github.com/hperrin/svelte-material-ui/commit/96b69f9335b8b8cd2d1cbad18df103c1f5a86681))
### Features
* events for svelte 5, mount events to contexts, event modifiers, remove custom event typing ([52d60b8](https://github.com/hperrin/svelte-material-ui/commit/52d60b8ce9f4796121516bab62a6867f39ae856d))
* remove deprecated MDC event names ([df78b17](https://github.com/hperrin/svelte-material-ui/commit/df78b17a57791c93073b2e83bda4cd912d0974c8))
# [7.0.0](https://github.com/hperrin/svelte-material-ui/compare/v7.0.0-beta.18...v7.0.0) (2024-05-04)

@@ -8,0 +25,0 @@

2

dist/HelperLine.d.ts
/// <reference types="svelte" />
declare const _default: import("svelte").ComponentType<import("svelte").SvelteComponent<any, any, any>>;
declare const _default: typeof import("svelte").SvelteComponent;
export default _default;
/// <reference types="svelte" />
declare const _default: import("svelte").ComponentType<import("svelte").SvelteComponent<any, any, any>>;
declare const _default: typeof import("svelte").SvelteComponent;
export default _default;
/// <reference types="svelte" />
declare const _default: import("svelte").ComponentType<import("svelte").SvelteComponent<any, any, any>>;
declare const _default: typeof import("svelte").SvelteComponent;
export default _default;
{
"name": "@smui/textfield",
"version": "7.0.0",
"version": "8.0.0-alpha.0",
"description": "Svelte Material UI - Text Field",

@@ -60,3 +60,3 @@ "type": "module",

"build:js": "tsc -p . --outDir dist/ --rootDir src/",
"build:svelte": "svelte-strip strip src/ dist",
"build:svelte": "cp src/*.svelte dist/ && cp src/character-counter/*.svelte dist/character-counter/ && cp src/helper-text/*.svelte dist/helper-text/ && cp src/icon/*.svelte dist/icon/",
"build:sass": "sass --no-source-map -I node_modules -I ../smui-theme/node_modules -I ../../node_modules _style.scss bare.css && sass --no-source-map -I node_modules -I ../smui-theme/node_modules -I ../../node_modules character-counter/_style.scss character-counter/bare.css && sass --no-source-map -I node_modules -I ../smui-theme/node_modules -I ../../node_modules helper-text/_style.scss helper-text/bare.css && sass --no-source-map -I node_modules -I ../smui-theme/node_modules -I ../../node_modules icon/_style.scss icon/bare.css",

@@ -86,7 +86,7 @@ "clean": "git status --ignored -u --porcelain . | grep -v node_modules/ | grep -e '^!! ' | sed 's/^!! packages\\/[a-z-]*\\///g' | tr '\\n' ' ' | xargs rm",

"@material/textfield": "^14.0.0",
"@smui/common": "^7.0.0",
"@smui/floating-label": "^7.0.0",
"@smui/line-ripple": "^7.0.0",
"@smui/notched-outline": "^7.0.0",
"@smui/ripple": "^7.0.0",
"@smui/common": "^8.0.0-alpha.0",
"@smui/floating-label": "^8.0.0-alpha.0",
"@smui/line-ripple": "^8.0.0-alpha.0",
"@smui/notched-outline": "^8.0.0-alpha.0",
"@smui/ripple": "^8.0.0-alpha.0",
"svelte2tsx": "^0.7.8"

@@ -98,7 +98,6 @@ },

"svelte-check": "^3.7.1",
"svelte-strip": "^3.1.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
},
"gitHead": "95ab1f463dfa189b1cb5b3af2fe32098721667dc"
"gitHead": "de3f79ad5bfd9b15f4d1552f1728d76e72dec842"
}
/// <reference types="svelte" />
/// <reference types="svelte2tsx/svelte-jsx" />
declare namespace svelteHTML {
interface HTMLAttributes<T> {
['on:SMUITextfieldLeadingIcon:mount']?: (
event: CustomEvent<any> & { target: T },
) => any;
['on:SMUITextfieldLeadingIcon:unmount']?: (
event: CustomEvent<any> & { target: T },
) => any;
['on:SMUITextfieldTrailingIcon:mount']?: (
event: CustomEvent<any> & { target: T },
) => any;
['on:SMUITextfieldTrailingIcon:unmount']?: (
event: CustomEvent<any> & { target: T },
) => any;
['on:SMUITextfieldCharacterCounter:mount']?: (
event: CustomEvent<any> & { target: T },
) => any;
['on:SMUITextfieldCharacterCounter:unmount']?: (
event: CustomEvent<any> & { target: T },
) => any;
}
}

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

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

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

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

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