Socket
Socket
Sign inDemoInstall

@s-ui/react-atom-progress-bar

Package Overview
Dependencies
5
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.0 to 2.9.0

2

lib/index.js

@@ -7,3 +7,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

import ProgressBarLine from './ProgressBarLine/index.js';
import { TYPES, SIZES, STATUS } from './settings.js';
import { SIZES, STATUS, TYPES } from './settings.js';
import { jsx as _jsx } from "react/jsx-runtime";

@@ -10,0 +10,0 @@

import _extends from "@babel/runtime/helpers/esm/extends";
import { useState, useEffect } from 'react';
import { useEffect, useState } from 'react';
import cx from 'classnames';
import PropTypes from 'prop-types';
import cx from 'classnames';
import { SIZES, MODIFIERS, MAX_TRANSITION_TIME_IN_MS } from './settings.js';
import { MAX_TRANSITION_TIME_IN_MS, MODIFIERS, SIZES } from './settings.js';
import { jsx as _jsx } from "react/jsx-runtime";

@@ -7,0 +7,0 @@ import { jsxs as _jsxs } from "react/jsx-runtime";

@@ -0,7 +1,7 @@

import cx from 'classnames';
import PropTypes from 'prop-types';
import cx from 'classnames';
import { SIZES, STATUS } from '../settings.js';
import Circle from './Circle/index.js';
import Indicator from './Indicator.js';
import { BASE_CLASS_NAME, SIZE_TO_WIDTH_LINE_MAP } from './settings.js';
import { STATUS, SIZES } from '../settings.js';
import Indicator from './Indicator.js';
import { jsx as _jsx } from "react/jsx-runtime";

@@ -8,0 +8,0 @@ import { jsxs as _jsxs } from "react/jsx-runtime";

@@ -0,3 +1,3 @@

import cx from 'classnames';
import PropTypes from 'prop-types';
import cx from 'classnames';
import { SIZES, STATUS } from '../settings.js';

@@ -4,0 +4,0 @@ import { INDICATOR_CLASS_NAME } from './settings.js';

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

import cx from 'classnames';
import PropTypes from 'prop-types';
import cx from 'classnames';
import { BASE_CLASS, BASE_CLASS_LINE, CLASS_CONTAINER_BAR, BASE_CLASS_LINE_SIMPLE, BASE_CLASS_LINE_DOUBLE } from './settings.js';
import { SIZES, STATUS } from '../settings.js';
import Line from './Line.js';
import { BASE_CLASS, BASE_CLASS_LINE, BASE_CLASS_LINE_DOUBLE, BASE_CLASS_LINE_SIMPLE, CLASS_CONTAINER_BAR } from './settings.js';
import useIndicator from './useIndicator.js';
import usePercentage from './usePercentage.js';
import { SIZES, STATUS } from '../settings.js';
import { jsx as _jsx } from "react/jsx-runtime";

@@ -9,0 +9,0 @@ import { jsxs as _jsxs } from "react/jsx-runtime";

@@ -0,3 +1,3 @@

import cx from 'classnames';
import PropTypes from 'prop-types';
import cx from 'classnames';
import { CLASS_INDICATOR } from './settings.js';

@@ -4,0 +4,0 @@ import { jsx as _jsx } from "react/jsx-runtime";

@@ -0,4 +1,4 @@

import cx from 'classnames';
import PropTypes from 'prop-types';
import cx from 'classnames';
import { BASE_CLASS_LINE, BASE_CLASS_EXTRA_LINE, CLASS_BAR_ANIMATED, BASE_CLASS_EXTRA_LINE_ANIMATED } from './settings.js';
import { BASE_CLASS_EXTRA_LINE, BASE_CLASS_EXTRA_LINE_ANIMATED, BASE_CLASS_LINE, CLASS_BAR_ANIMATED } from './settings.js';
import { jsx as _jsx } from "react/jsx-runtime";

@@ -5,0 +5,0 @@

{
"name": "@s-ui/react-atom-progress-bar",
"version": "2.8.0",
"version": "2.9.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc