@deskpro/portal-style 1.0.8 → 1.0.11
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 +2 -3
- package/CHANGELOG.md +0 -44
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deskpro/portal-style",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Styling for for Deskpro Portal Interface",
|
|
5
5
|
"author": "DeskPRO <support@deskpro.com>",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
"concurrently": "^4.1.0",
|
|
22
22
|
"contrast": "^1.0.1",
|
|
23
23
|
"cors": "^2.8.5",
|
|
24
|
-
"cpx": "^1.5.0",
|
|
25
24
|
"cssnano": "^4.1.10",
|
|
26
25
|
"eslint": "^6.1.0",
|
|
27
26
|
"eslint-config-airbnb-base": "^13.2.0",
|
|
@@ -34,5 +33,5 @@
|
|
|
34
33
|
"gulp-rename": "^1.4.0",
|
|
35
34
|
"gulp-sourcemaps": "^2.6.5"
|
|
36
35
|
},
|
|
37
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "b108c6b1a53a66055924f192ea49c56d92822aef"
|
|
38
37
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
-
|
|
7
|
-
## 2019-09-04
|
|
8
|
-
|
|
9
|
-
### Added
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
### Changed
|
|
14
|
-
|
|
15
|
-
- Changed "dp-po-kbmeta" class to "dp-po-post-meta". The pages impacted on this change are [Knowledgebase Article](https://deskpro.github.io/portal-components/portal-style/demos/knowledgebase-article.html)
|
|
16
|
-
|
|
17
|
-
### Removed
|
|
18
|
-
|
|
19
|
-
- Nothing.
|
|
20
|
-
|
|
21
|
-
### Fixed
|
|
22
|
-
|
|
23
|
-
- Few styles
|
|
24
|
-
|
|
25
|
-
## 2019-09-03
|
|
26
|
-
|
|
27
|
-
### Added
|
|
28
|
-
|
|
29
|
-
- Chat Home - WIP
|
|
30
|
-
- Chat View Log - WIP
|
|
31
|
-
- CHANGELOG file
|
|
32
|
-
|
|
33
|
-
### Changed
|
|
34
|
-
|
|
35
|
-
- Created global styles for the TABLES.
|
|
36
|
-
- The files / pages impacted on this change are members-directory.ejs, tickets-home.ejs, \_partials/\_ticket-row.ejs \_partials/\_ticket-row-head.ejs
|
|
37
|
-
|
|
38
|
-
### Removed
|
|
39
|
-
|
|
40
|
-
- Nothing.
|
|
41
|
-
|
|
42
|
-
### Fixed
|
|
43
|
-
|
|
44
|
-
- Few styles
|