@highlight-ui/circular-progress
Advanced tools
Comparing version 2.2.10 to 2.2.11
@@ -64,4 +64,4 @@ 'use strict'; | ||
var styles = { | ||
"circle": "CircularProgress-module__hC7zIHBR__v2-2-10", | ||
"progressIndicator": "CircularProgress-module__G0B9GIFo__v2-2-10" | ||
"circle": "CircularProgress-module__hC7zIHBR__v2-2-11", | ||
"progressIndicator": "CircularProgress-module__G0B9GIFo__v2-2-11" | ||
}; | ||
@@ -68,0 +68,0 @@ var WIDTH = 22; |
@@ -32,4 +32,4 @@ import * as React from 'react'; | ||
var styles = { | ||
"circle": "CircularProgress-module__hC7zIHBR__v2-2-10", | ||
"progressIndicator": "CircularProgress-module__G0B9GIFo__v2-2-10" | ||
"circle": "CircularProgress-module__hC7zIHBR__v2-2-11", | ||
"progressIndicator": "CircularProgress-module__G0B9GIFo__v2-2-11" | ||
}; | ||
@@ -36,0 +36,0 @@ var WIDTH = 22; |
{ | ||
"name": "@highlight-ui/circular-progress", | ||
"version": "2.2.10", | ||
"version": "2.2.11", | ||
"author": "Personio GmbH & Co. KG", | ||
@@ -32,4 +32,4 @@ "main": "dist/cjs/index.js", | ||
"@highlight-ui/configs-scripts": "^3.2.3", | ||
"@highlight-ui/theme": "^9.3.4", | ||
"@highlight-ui/tokens": "^2.3.1", | ||
"@highlight-ui/theme": "^9.3.5", | ||
"@highlight-ui/tokens": "^2.3.2", | ||
"@testing-library/dom": "8.19.0", | ||
@@ -44,3 +44,3 @@ "@testing-library/react": "12.1.5", | ||
"dependencies": { | ||
"@highlight-ui/utils-commons": "^2.3.6" | ||
"@highlight-ui/utils-commons": "^2.3.7" | ||
}, | ||
@@ -51,3 +51,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "3758f5f987510edb100f5a22ebe829b7cee4573f" | ||
"gitHead": "1754af597681c79e3279c49591e9b2e6d9e486dd" | ||
} |
@@ -12,7 +12,12 @@ # `@highlight-ui/circular-progress` | ||
In your TypeScript file: | ||
```ts | ||
import { CircularProgress, CircularProgressProps } from '@highlight-ui/circular-progress'; | ||
import { | ||
CircularProgress, | ||
CircularProgressProps, | ||
} from '@highlight-ui/circular-progress'; | ||
``` | ||
In your (S)CSS file: | ||
```scss | ||
@@ -19,0 +24,0 @@ @import url('@highlight-ui/circular-progress'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
58095
29