@pareto-engineering/design-system 0.0.4-testing-id.0 → 0.0.8-testing-id.0

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.
@@ -18,8 +18,6 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
18
18
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
19
19
  // Local Definitions
20
20
 
21
- // Detect some change
22
-
23
21
  var baseClassName = _bem.default.base;
24
22
  var componentClassName = 'alert';
25
23
 
@@ -7,8 +7,6 @@ import styleNames from '@pareto-engineering/bem';
7
7
 
8
8
  // Local Definitions
9
9
 
10
- // Detect some change
11
-
12
10
  const baseClassName = styleNames.base;
13
11
  const componentClassName = 'alert';
14
12
 
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "@pareto-engineering/design-system",
3
- "version": "0.0.4-testing-id.0",
3
+ "version": "0.0.8-testing-id.0",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
7
10
  "scripts": {
8
11
  "storybook": "start-storybook --no-manager-cache -p 6006",
9
12
  "build-storybook": "build-storybook",
@@ -50,5 +53,5 @@
50
53
  "typed.js": "^2.0.12"
51
54
  },
52
55
  "browserslist": "> 2%, not ie > 0, not opera > 0, not op_mini > 0",
53
- "gitHead": "64ac96b9ee95ae630b80152208aec90ece68755b"
56
+ "gitHead": "0d68c923b2fc5b52ea8b0fe9be367f1daee6a666"
54
57
  }
@@ -11,8 +11,6 @@ import styleNames from '@pareto-engineering/bem'
11
11
 
12
12
  // Local Definitions
13
13
 
14
- // Detect some change
15
-
16
14
  const baseClassName = styleNames.base
17
15
 
18
16
  const componentClassName = 'alert'