@redsift/icons 7.3.0 → 7.4.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CONTRIBUTING.md +2 -2
  2. package/package.json +2 -2
package/CONTRIBUTING.md CHANGED
@@ -32,7 +32,7 @@ The Design System is following a monorepo architecture, providing multiple packa
32
32
 
33
33
  - `@redsift/icons`
34
34
 
35
- This package provides icons based on [Material Design Icon](https://materialdesignicons.com/) library.
35
+ This package provides icons based on [Material Design Icon](https://pictogrammers.com/library/mdi/) library.
36
36
 
37
37
  - `@redsift/design-system`
38
38
 
@@ -123,7 +123,7 @@ import { Comp } from '~/types';
123
123
  import { StyledBadge } from './styles';
124
124
  import { BadgeProps } from './types';
125
125
 
126
- const COMPONENT_NAME = 'RedSiftBadge';
126
+ const COMPONENT_NAME = 'Badge';
127
127
  const CLASSNAME = 'redsift-badge';
128
128
  const DEFAULT_PROPS: Partial<BadgeProps> = {
129
129
  // default values
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "url": "git+https://github.com/redsift/design-system"
20
20
  },
21
21
  "sideEffects": false,
22
- "version": "7.3.0",
22
+ "version": "7.4.0-alpha.1",
23
23
  "scripts": {
24
24
  "build": "rollup -c",
25
25
  "prepublishOnly": "yarn build"
@@ -49,5 +49,5 @@
49
49
  "rollup-plugin-ts-paths-resolve": "^1.7.1",
50
50
  "rollup-plugin-typescript-paths": "^1.3.1"
51
51
  },
52
- "gitHead": "9240fe63a70193dba9b220885b5853ddcb9d0156"
52
+ "gitHead": "02c8e0bd10b3eece8f82fb4f7414bdd6cd4ce1d3"
53
53
  }