New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@snack-uikit/locale

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snack-uikit/locale - npm Package Compare versions

Comparing version 0.6.1-preview-2855fb42.0 to 0.6.1-preview-5b75040d.0

4

dist/locales/en_GB.d.ts

@@ -28,2 +28,6 @@ export declare const en_GB: {

};
groupSelectButton: {
reset: string;
select: string;
};
};

@@ -30,0 +34,0 @@ Chips: {

@@ -28,2 +28,6 @@ export const en_GB = {

},
groupSelectButton: {
reset: 'Reset all',
select: 'Select all',
},
},

@@ -30,0 +34,0 @@ Chips: {

@@ -29,2 +29,6 @@ export declare const LOCALES: {

};
groupSelectButton: {
reset: string;
select: string;
};
};

@@ -72,2 +76,6 @@ Chips: {

};
groupSelectButton: {
reset: string;
select: string;
};
};

@@ -74,0 +82,0 @@ Chips: {

@@ -32,2 +32,6 @@ export const ru_RU = {

},
groupSelectButton: {
reset: 'Сбросить все',
select: 'Выбрать все',
},
},

@@ -34,0 +38,0 @@ Fields: {

4

package.json

@@ -7,3 +7,3 @@ {

"title": "Locale",
"version": "0.6.1-preview-2855fb42.0",
"version": "0.6.1-preview-5b75040d.0",
"sideEffects": [

@@ -41,3 +41,3 @@ "*.css",

},
"gitHead": "0fd00988eca0e7cc798a3b7a11fe1b306ebbc4e2"
"gitHead": "013babbe842517aef8f9bc72955340a692d3cc0f"
}

@@ -57,3 +57,3 @@ # Locale

| lang* | `string` | - | |
| locales | `PartialObjectDeep<Record<string, { Table: { searchPlaceholder: string; noData: { title: string; }; noResults: { title: string; description: string; }; errorData: { title: string; description: string; }; rowsOptionsLabel: string; export: string; }; List: { ...; }; Chips: { ...; }; Fields: { ...; }; }>>` | - | |
| locales | `PartialObjectDeep<Record<string, { Table: { searchPlaceholder: string; noData: { title: string; }; noResults: { title: string; description: string; }; errorData: { title: string; description: string; }; rowsOptionsLabel: string; export: string; }; List: { ...; }; Chips: { ...; }; Fields: { ...; }; SearchPrivate: { ....` | - | |
## useLocale

@@ -60,0 +60,0 @@ `helper`

@@ -28,2 +28,6 @@ export const en_GB = {

},
groupSelectButton: {
reset: 'Reset all',
select: 'Select all',
},
},

@@ -30,0 +34,0 @@ Chips: {

@@ -34,2 +34,6 @@ import { en_GB } from './en_GB';

},
groupSelectButton: {
reset: 'Сбросить все',
select: 'Выбрать все',
},
},

@@ -36,0 +40,0 @@ Fields: {

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