@atom-learning/components 3.16.0 → 3.17.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.
- package/CHANGELOG.md +2 -15
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,9 @@
|
|
|
1
|
-
# [3.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* added additional headings to docs page ([716c175](https://github.com/Atom-Learning/components/commit/716c175565335d658f202bef53c54aa520772cfc))
|
|
7
|
-
* changed colours back to accent to not break colour themes ([5aeac06](https://github.com/Atom-Learning/components/commit/5aeac0621810781c3c0f0d167aea51e4c81037af))
|
|
8
|
-
* changed default text colours to use textSubtle rather than grey ([755609c](https://github.com/Atom-Learning/components/commit/755609c1ae5c780070e2a54f115ca7adcb5d551c))
|
|
9
|
-
* correctly formatted the docs page in admin ([c6fcca8](https://github.com/Atom-Learning/components/commit/c6fcca860325c25175507a53c135374bb2d4a888))
|
|
10
|
-
* made sure popover is closed after selecting a page ([be0c84c](https://github.com/Atom-Learning/components/commit/be0c84c0f39887e39cbca4bb6aab98f12ff6a032))
|
|
11
|
-
* replaced white with token ([ae0bf0e](https://github.com/Atom-Learning/components/commit/ae0bf0e15f634e0eadc1bf35f4dcd0388f0ed818))
|
|
12
|
-
* selected indicated didnt 100% match designs ([fb4f8ff](https://github.com/Atom-Learning/components/commit/fb4f8ff4ff8e01bb8bee3c7c361cf22a0294f6b5))
|
|
13
|
-
* updated colours to work with base/accent, fixed indicated and selected state ([e152eba](https://github.com/Atom-Learning/components/commit/e152eba2b6a1fea4fa3c81748e2466903510ca92))
|
|
1
|
+
# [3.17.0](https://github.com/Atom-Learning/components/compare/v3.16.0...v3.17.0) (2024-03-27)
|
|
14
2
|
|
|
15
3
|
|
|
16
4
|
### Features
|
|
17
5
|
|
|
18
|
-
*
|
|
19
|
-
* updated pagination docs ([6019baa](https://github.com/Atom-Learning/components/commit/6019baad7be9a9086992908b4b8d732134ffdd1d))
|
|
6
|
+
* updating icons library ([ea85d8e](https://github.com/Atom-Learning/components/commit/ea85d8e201d96cb11580ef26bbdb6d16620fb23e))
|
|
20
7
|
|
|
21
8
|
# [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
|
|
22
9
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
|
-
"version": "3.
|
|
7
|
+
"version": "3.17.0",
|
|
8
8
|
"description": "",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
}
|
|
59
59
|
],
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@atom-learning/icons": "1.
|
|
61
|
+
"@atom-learning/icons": "1.17.0",
|
|
62
62
|
"@atom-learning/jest-stitches": "1.0.10",
|
|
63
63
|
"@atom-learning/theme": "3.0.1",
|
|
64
64
|
"@commitlint/cli": "^11.0.0",
|