@splendidlabz/styles 2.3.1 → 2.3.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/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "@splendidlabz/styles",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "",
5
5
  "author": "Zell Liew <zellwk@gmail.com>",
6
+ "files": [
7
+ "src",
8
+ "dist"
9
+ ],
6
10
  "exports": {
7
11
  ".": "./src/styles.scss",
8
12
  "./*": "./src/*.scss",
package/.stylelintrc.js DELETED
@@ -1,3 +0,0 @@
1
- module.exports = {
2
- extends: ['@splendidlabz/stylelint-config'],
3
- }
@@ -1,4 +0,0 @@
1
-
2
- > @splendidlabs/scss@1.0.0 lint
3
- > stylelint '**/*.{css,scss}' --fix
4
-
package/CHANGELOG.md DELETED
@@ -1,73 +0,0 @@
1
- # @splendidlabz/styles
2
-
3
- ## 2.3.1
4
-
5
- ### Patch Changes
6
-
7
- - 2cbe8ef: Add CSS version for Splendid Styles
8
-
9
- ## 2.3.0
10
-
11
- ### Minor Changes
12
-
13
- - Added a couple of improvements
14
-
15
- ### Patch Changes
16
-
17
- - Updated dependencies
18
- - @splendidlabz/layouts@3.0.0
19
-
20
- ## 2.2.0
21
-
22
- ### Minor Changes
23
-
24
- - - Changed default button styles
25
- - Removed `text:balance` from `Prose`
26
- - Update Callout Styles
27
-
28
- ## 2.1.3
29
-
30
- ### Patch Changes
31
-
32
- - Fix Layouts dependency
33
-
34
- ## 2.1.2
35
-
36
- ### Patch Changes
37
-
38
- - - Update `PopoverContent` and `DrawerContent` default z-index values.
39
- - `Divider` classes from influencing any class with `Divider` class names by modifying the `*=` class selector to target `Divider-`.
40
-
41
- ## 2.1.1
42
-
43
- ### Patch Changes
44
-
45
- - Prevent Divider class from influencing others with the 'Divider' name
46
-
47
- ## 2.1.0
48
-
49
- ### Minor Changes
50
-
51
- - Add robust before/after element styling with InputGroup
52
-
53
- ### Patch Changes
54
-
55
- - Cleanup form base styles
56
- - 8ef3178: Ensure combobox options use default cursor
57
-
58
- ## 2.0.0
59
-
60
- ### Major Changes
61
-
62
- - 6c6ecec: Cleaned up Layouts by moving non-layout related components and declarations from `@splendidlabz/layouts` to `@splendidlabz/styles`.
63
-
64
- Changes include:
65
-
66
- - Moving `Box` and `Shapes` to `@splendidlabz/styles`
67
- - Moving style-related resets to `@splendidlabz/styles`
68
- - Moving accessibility preferences to `@splendidlabz/styles`
69
- - Moving typography preferences to `@splendidlabz/styles`
70
-
71
- ### Minor Changes
72
-
73
- - a9128f4: - Add `disabled` and `readonly` input styles