@papillonbits/components 1.2.0 → 1.2.2
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.
- package/build/primer/index.js +1 -4
- package/package.json +4 -4
package/build/primer/index.js
CHANGED
|
@@ -23,10 +23,7 @@ var _Select = require("./Select");
|
|
|
23
23
|
var _SelectMenu = require("./SelectMenu");
|
|
24
24
|
var _Subhead = require("./Subhead");
|
|
25
25
|
var _Toast = require("./Toast");
|
|
26
|
-
require("
|
|
27
|
-
require("../../../css/src/primer/index.scss");
|
|
28
|
-
// import '@papillonbits/css/build/primer/index.scss'
|
|
29
|
-
|
|
26
|
+
require("@papillonbits/css/build/primer/index.scss");
|
|
30
27
|
var primer = exports.primer = {
|
|
31
28
|
Alert: {
|
|
32
29
|
Alert: _Alert.Alert,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@papillonbits/components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Papillon Bits Components",
|
|
5
5
|
"homepage": "https://github.com/papillonbits/papillonbits/tree/master/packages/components",
|
|
6
6
|
"repository": {
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"build-release": "npm run build"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@papillonbits/css": "^1.2.
|
|
33
|
-
"@papillonbits/library": "^1.2.
|
|
32
|
+
"@papillonbits/css": "^1.2.2",
|
|
33
|
+
"@papillonbits/library": "^1.2.2"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "b01b4c983072c25d03a8f4e55f7ef971d1cba92c"
|
|
36
36
|
}
|