@panneau/app 1.1.1 → 2.0.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.
- package/package.json +28 -28
- package/scss/styles.scss +8 -1
- package/assets/css/styles.css +0 -7
- package/es/index.js +0 -1737
- package/lib/index.js +0 -1773
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/app",
|
3
|
-
"version": "
|
3
|
+
"version": "2.0.1",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -63,40 +63,40 @@
|
|
63
63
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
64
64
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
65
65
|
"@fortawesome/react-fontawesome": "^0.1.14",
|
66
|
-
"@panneau/auth": "^
|
67
|
-
"@panneau/core": "^
|
68
|
-
"@panneau/data": "^
|
69
|
-
"@panneau/displays": "^
|
70
|
-
"@panneau/element-alert": "^
|
71
|
-
"@panneau/element-button": "^
|
72
|
-
"@panneau/element-buttons": "^
|
73
|
-
"@panneau/element-dropdown": "^
|
74
|
-
"@panneau/element-form": "^
|
75
|
-
"@panneau/element-form-group": "^
|
76
|
-
"@panneau/element-label": "^
|
77
|
-
"@panneau/element-link": "^
|
78
|
-
"@panneau/element-loading": "^
|
79
|
-
"@panneau/element-menu": "^
|
80
|
-
"@panneau/element-navbar": "^
|
81
|
-
"@panneau/element-pagination": "^
|
82
|
-
"@panneau/element-radios": "^
|
83
|
-
"@panneau/fields": "^
|
84
|
-
"@panneau/filters": "^
|
85
|
-
"@panneau/forms": "^
|
86
|
-
"@panneau/intl": "^
|
87
|
-
"@panneau/lists": "^
|
88
|
-
"@panneau/modals": "^
|
89
|
-
"@panneau/themes": "^
|
66
|
+
"@panneau/auth": "^2.0.0",
|
67
|
+
"@panneau/core": "^2.0.0",
|
68
|
+
"@panneau/data": "^2.0.0",
|
69
|
+
"@panneau/displays": "^2.0.0",
|
70
|
+
"@panneau/element-alert": "^2.0.0",
|
71
|
+
"@panneau/element-button": "^2.0.0",
|
72
|
+
"@panneau/element-buttons": "^2.0.0",
|
73
|
+
"@panneau/element-dropdown": "^2.0.0",
|
74
|
+
"@panneau/element-form": "^2.0.0",
|
75
|
+
"@panneau/element-form-group": "^2.0.0",
|
76
|
+
"@panneau/element-label": "^2.0.0",
|
77
|
+
"@panneau/element-link": "^2.0.0",
|
78
|
+
"@panneau/element-loading": "^2.0.0",
|
79
|
+
"@panneau/element-menu": "^2.0.0",
|
80
|
+
"@panneau/element-navbar": "^2.0.0",
|
81
|
+
"@panneau/element-pagination": "^2.0.0",
|
82
|
+
"@panneau/element-radios": "^2.0.0",
|
83
|
+
"@panneau/fields": "^2.0.1",
|
84
|
+
"@panneau/filters": "^2.0.0",
|
85
|
+
"@panneau/forms": "^2.0.0",
|
86
|
+
"@panneau/intl": "^2.0.0",
|
87
|
+
"@panneau/lists": "^2.0.0",
|
88
|
+
"@panneau/modals": "^2.0.0",
|
89
|
+
"@panneau/themes": "^2.0.0",
|
90
90
|
"classnames": "^2.2.6",
|
91
91
|
"lodash": "^4.17.21",
|
92
92
|
"prop-types": "^15.7.2",
|
93
93
|
"query-string": "^7.0.0",
|
94
94
|
"react-intl": "^5.15.8||^6.0.0",
|
95
|
-
"react-router": "^
|
96
|
-
"react-router-dom": "^
|
95
|
+
"react-router": "^6.2.1",
|
96
|
+
"react-router-dom": "^6.2.1"
|
97
97
|
},
|
98
98
|
"publishConfig": {
|
99
99
|
"access": "public"
|
100
100
|
},
|
101
|
-
"gitHead": "
|
101
|
+
"gitHead": "87ba3f8c70d52da2012ef2b1eb5e0dd73c3fd9b0"
|
102
102
|
}
|
package/scss/styles.scss
CHANGED
@@ -1,3 +1,10 @@
|
|
1
1
|
@import '~@panneau/themes/scss/vendor';
|
2
2
|
@import '~@panneau/fields/scss/styles';
|
3
|
-
|
3
|
+
@import '~@panneau/displays/scss/styles';
|
4
|
+
@import '~@panneau/forms/scss/styles';
|
5
|
+
@import '~@panneau/lists/scss/styles';
|
6
|
+
@import '~@panneau/filters/scss/styles';
|
7
|
+
@import '~@panneau/modals/assets/css/styles.css';
|
8
|
+
@import '~@panneau/element-button/assets/css/styles.css';
|
9
|
+
@import '~@panneau/element-buttons/assets/css/styles.css';
|
10
|
+
@import '~@panneau/element-form-group/assets/css/styles.css';
|