@redsift/icons 7.7.0 → 7.8.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 +1 -1
  2. package/package.json +2 -2
package/CONTRIBUTING.md CHANGED
@@ -123,7 +123,7 @@ The component should stricly follow the following structure:
123
123
  ```ts
124
124
  import React, { forwardRef, RefObject, useRef } from 'react';
125
125
  import classNames from 'classnames';
126
- import { Comp } from '~/types';
126
+ import { Comp } from '../../types';
127
127
  import { StyledBadge } from './styles';
128
128
  import { BadgeProps } from './types';
129
129
 
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.7.0",
22
+ "version": "7.8.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": "6ccb15c58ce0cf14b222cc649552c1f73c017211"
52
+ "gitHead": "fa53d39f525fef098f314743c4cbad268f43f84f"
53
53
  }