Socket
Socket
Sign inDemoInstall

@vtmn/css-text-input

Package Overview
Dependencies
0
Maintainers
2
Versions
98
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

6

package.json
{
"name": "@vtmn/css-text-input",
"version": "1.1.1",
"version": "1.1.2",
"description": "Decathlon Design System - Vitamin specific CSS styles for text input component",

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

"devDependencies": {
"@vtmn/css-design-tokens": "^1.1.0",
"@vtmn/css-design-tokens": "^1.1.1",
"@vtmn/css-postcss-config": "*"

@@ -43,3 +43,3 @@ },

"svelte": "dist/index-with-vars.css",
"gitHead": "f977fa9252e3a376409a2505de8440bf5879e36c"
"gitHead": "4d6a964d70f5e6b2ccaf341f9336fe5bb8dbce1f"
}

@@ -32,4 +32,24 @@ # `@vtmn/css-text-input`

Shown below is a sample link markup used to load from a CDN:
You can install them with [FontSource](https://github.com/fontsource/fontsource):
```sh
# with npm
npm i -S @fontsource/roboto @fontsource/roboto-condensed
# with yarn
yarn add @fontsource/roboto @fontsource/roboto-condensed
```
Then, within your app entry file or site component, import it in:
```javascript
import '@fontsource/roboto'; // Defaults to weight 400
import '@fontsource/roboto/400.css'; // Specify weight
import '@fontsource/roboto/400-italic.css'; // Specify weight and style
```
In order to enhance performance of your app, please read about [font subsetting](https://web.dev/font-best-practices/#subset-fonts). [FontSource explains it here](https://fontsource.org/docs/getting-started/subsets).
Otherwise, you can also load them through CDN:
```html

@@ -42,3 +62,3 @@ <link

You can also do it via CSS Import:
Finally, you can also import them via CSS import:

@@ -49,19 +69,2 @@ ```css

Otherwise, you can install them with `typeface`:
```sh
# with npm
npm i -S typeface-roboto typeface-roboto-condensed
# with yarn
yarn add typeface-roboto typeface-roboto-condensed
```
Then, you can import them in your entry-point:
```javascript
import 'typeface-roboto';
import 'typeface-roboto-condensed';
```
## Install icons (optional)

@@ -68,0 +71,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc