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

infima

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infima - npm Package Compare versions

Comparing version 0.2.0-alpha.18 to 0.2.0-alpha.19

dist/css/default-dark/default-dark-rtl.css

7

dist/js/alerts.js

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
function alert($elements) {

@@ -2,0 +9,0 @@ $elements.forEach($alert => {

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
function alert($elements) {

@@ -2,0 +9,0 @@ $elements.forEach($alert => {

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
const buttonGroups = makeRadioBehavior('click', 'button', 'button--active');

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
const buttonGroups = makeRadioBehavior('click', 'button', 'button--active');

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
function dropdowns($elements) {

@@ -2,0 +9,0 @@ $elements.forEach($dropdown => {

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
function dropdowns($elements) {

@@ -2,0 +9,0 @@ $elements.forEach($dropdown => {

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
function menu($elements) {

@@ -2,0 +9,0 @@ $elements.forEach($menu => {

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
function menu($elements) {

@@ -2,0 +9,0 @@ $elements.forEach($menu => {

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
function navbar($elements) {

@@ -2,0 +9,0 @@ $elements.forEach($navbar => {

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
function navbar($elements) {

@@ -2,0 +9,0 @@ $elements.forEach($navbar => {

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
const pills = makeRadioBehavior('click', 'pills__item', 'pills__item--active');

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
const pills = makeRadioBehavior('click', 'pills__item', 'pills__item--active');

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
function makeRadioBehavior(eventName, itemClass, activeItemClass) {

@@ -2,0 +9,0 @@ return function radioBehavior($elements) {

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
function makeRadioBehavior(eventName, itemClass, activeItemClass) {

@@ -2,0 +9,0 @@ return function radioBehavior($elements) {

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
const tabs = makeRadioBehavior('click', 'tabs__item', 'tabs__item--active');

@@ -0,1 +1,8 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
const tabs = makeRadioBehavior('click', 'tabs__item', 'tabs__item--active');

12

package.json
{
"name": "infima",
"version": "0.2.0-alpha.18",
"version": "0.2.0-alpha.19",
"description": "A UI framework for content-centric websites.",
"main": "index.js",
"author": "Yangshun Tay",

@@ -16,2 +15,10 @@ "license": "MIT",

],
"repository": {
"type": "git",
"url": "https://github.com/facebookincubator/infima.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/facebookincubator/infima/issues"
},
"devDependencies": {

@@ -23,2 +30,3 @@ "cssnano": "^4.1.10",

"gulp-rename": "^1.2.2",
"gulp-rtlcss": "^1.4.1",
"gulp-sass": "^4.0.1",

@@ -25,0 +33,0 @@ "gulp-webserver": "^0.9.1",

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

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

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