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

@warp-ds/css

Package Overview
Dependencies
Maintainers
7
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warp-ds/css - npm Package Compare versions

Comparing version 1.6.2-next.3 to 1.7.0-next.1

14

component-classes/index.d.ts

@@ -497,1 +497,15 @@ export namespace pageIndicator {

}
export namespace pagination {
export const currentPage: string;
const icon_4: string;
export { icon_4 as icon };
export const containerNav: string;
export const heading: string;
export const pages: string;
export const nextPage: string;
export const firstPageButton: string;
export const firstPageLabel: string;
const active_1: string;
export { active_1 as active };
export const defaultPage: string;
}

@@ -558,2 +558,15 @@ export const pageIndicator = {

pillClose: 'pt-4 pb-6 text-m!' //replaced by py-10
};
export const pagination = {
currentPage: 'block md:hidden p-8 font-bold',
icon: 'flex w-16 h-16 s-icon',
containerNav: 'flex items-center justify-center space-x-8 p-8',
heading: 'sr-only',
pages: 'hidden md:block s-text-link',
nextPage: 'flex items-center',
firstPageButton: 'md:hidden',
firstPageLabel: 'font-bold',
active: 's-bg-primary s-text-inverted',
defaultPage: 'hover:s-bg-primary-subtle-hover'
};

2

package.json
{
"name": "@warp-ds/css",
"repository": "git@github.com:warp-ds/css.git",
"version": "1.6.2-next.3",
"version": "1.7.0-next.1",
"scripts": {

@@ -6,0 +6,0 @@ "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",

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