@entur/grid 0.3.15-alpha.1 → 0.3.15-beta.3

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.
Files changed (2) hide show
  1. package/package.json +13 -8
  2. package/CHANGELOG.md +0 -134
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/grid",
3
- "version": "0.3.15-alpha.1",
3
+ "version": "0.3.15-beta.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/grid.esm.js",
@@ -17,19 +17,24 @@
17
17
  "access": "public"
18
18
  },
19
19
  "scripts": {
20
- "start": "dts watch --noClean",
21
- "build": "dts build",
22
- "test": "dts test --env=jsdom",
23
- "lint": "dts lint"
20
+ "start": "yarn run dts watch --noClean",
21
+ "build": "yarn run dts build",
22
+ "test": "yarn run dts test --env=jsdom",
23
+ "lint": "yarn run dts lint"
24
24
  },
25
25
  "dependencies": {
26
- "@entur/tokens": "^3.4.1",
27
- "@entur/utils": "^0.5.0-alpha.0",
26
+ "@entur/tokens": "^3.4.2-beta.2",
27
+ "@entur/utils": "^0.4.6-beta.2",
28
28
  "classnames": "^2.3.1"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=16.8.0",
32
32
  "react-dom": ">=16.8.0"
33
33
  },
34
- "gitHead": "8e5d6c63d180d5b3a7b2d0c6c4cdbb8ecb8af8f4"
34
+ "devDependencies": {
35
+ "dts-cli": "^1.1.6",
36
+ "jest-watch-typeahead": "^2.2.0",
37
+ "ts-jest": "^27.0.0"
38
+ },
39
+ "gitHead": "89c8eee86c247794134c34484a205e0f7f65d0a5"
35
40
  }
package/CHANGELOG.md DELETED
@@ -1,134 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [0.3.15-alpha.1](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.15-alpha.0...@entur/grid@0.3.15-alpha.1) (2022-10-26)
7
-
8
- **Note:** Version bump only for package @entur/grid
9
-
10
- ## [0.3.15-alpha.0](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.14...@entur/grid@0.3.15-alpha.0) (2022-10-20)
11
-
12
- **Note:** Version bump only for package @entur/grid
13
-
14
- ## [0.3.14](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.13...@entur/grid@0.3.14) (2022-08-31)
15
-
16
- **Note:** Version bump only for package @entur/grid
17
-
18
- ## [0.3.13](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.12...@entur/grid@0.3.13) (2022-08-24)
19
-
20
- **Note:** Version bump only for package @entur/grid
21
-
22
- ## [0.3.12](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.11...@entur/grid@0.3.12) (2022-08-09)
23
-
24
- **Note:** Version bump only for package @entur/grid
25
-
26
- ## [0.3.11](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.10...@entur/grid@0.3.11) (2022-04-27)
27
-
28
- **Note:** Version bump only for package @entur/grid
29
-
30
- ## [0.3.10](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.9...@entur/grid@0.3.10) (2022-02-09)
31
-
32
- **Note:** Version bump only for package @entur/grid
33
-
34
- ## [0.3.9](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.8...@entur/grid@0.3.9) (2021-11-17)
35
-
36
- **Note:** Version bump only for package @entur/grid
37
-
38
- ## [0.3.8](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.7...@entur/grid@0.3.8) (2021-09-23)
39
-
40
- **Note:** Version bump only for package @entur/grid
41
-
42
- ## [0.3.7](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.6...@entur/grid@0.3.7) (2021-09-07)
43
-
44
- ### Bug Fixes
45
-
46
- - fix lint warnings ([6007bac](https://bitbucket.org/enturas/design-system/commits/6007bac502253a1a81f803f511d7e87097822528))
47
-
48
- ## [0.3.6](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.5...@entur/grid@0.3.6) (2021-06-25)
49
-
50
- ### Bug Fixes
51
-
52
- - update dependencies ([a49ee42](https://bitbucket.org/enturas/design-system/commits/a49ee4289a6ad56a9b799e1c766ea461667ddced))
53
-
54
- ## [0.3.5](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.4...@entur/grid@0.3.5) (2021-05-05)
55
-
56
- ### Bug Fixes
57
-
58
- - **griditem:** fix large prop not following grid ([fc09ab9](https://bitbucket.org/enturas/design-system/commits/fc09ab9555f7496601bd084cbcd39117dc51d717))
59
-
60
- ## [0.3.4](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.3...@entur/grid@0.3.4) (2021-04-23)
61
-
62
- **Note:** Version bump only for package @entur/grid
63
-
64
- ## [0.3.3](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.2...@entur/grid@0.3.3) (2021-02-17)
65
-
66
- ### Bug Fixes
67
-
68
- - **polymorphism:** update polymorphism dependency ([dc4c31d](https://bitbucket.org/enturas/design-system/commits/dc4c31d8e891a46c1f0c1fbd0a6a026c1638accc))
69
- - update grid components to new polymorphism dependency ([011b8a5](https://bitbucket.org/enturas/design-system/commits/011b8a5be61f27f8d4f6bcee65fcd42352d7a68e))
70
-
71
- ## [0.3.2](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.1...@entur/grid@0.3.2) (2021-01-20)
72
-
73
- **Note:** Version bump only for package @entur/grid
74
-
75
- ## [0.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.0...@entur/grid@0.3.1) (2021-01-13)
76
-
77
- **Note:** Version bump only for package @entur/grid
78
-
79
- # [0.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.11...@entur/grid@0.3.0) (2020-12-04)
80
-
81
- ### Features
82
-
83
- - **grid:** add support for polymorphic component typings ([627406f](https://bitbucket.org/enturas/design-system/commits/627406f1390338c82cd5bdfa9cfd15f023f51221))
84
-
85
- ## [0.2.11](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.10...@entur/grid@0.2.11) (2020-10-09)
86
-
87
- **Note:** Version bump only for package @entur/grid
88
-
89
- ## [0.2.10](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.9...@entur/grid@0.2.10) (2020-09-02)
90
-
91
- **Note:** Version bump only for package @entur/grid
92
-
93
- ## [0.2.9](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.8...@entur/grid@0.2.9) (2020-08-11)
94
-
95
- **Note:** Version bump only for package @entur/grid
96
-
97
- ## [0.2.8](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.7...@entur/grid@0.2.8) (2020-07-03)
98
-
99
- **Note:** Version bump only for package @entur/grid
100
-
101
- ## [0.2.7](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.6...@entur/grid@0.2.7) (2020-06-17)
102
-
103
- **Note:** Version bump only for package @entur/grid
104
-
105
- ## [0.2.6](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.5...@entur/grid@0.2.6) (2020-05-27)
106
-
107
- **Note:** Version bump only for package @entur/grid
108
-
109
- ## [0.2.5](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.4...@entur/grid@0.2.5) (2020-05-26)
110
-
111
- **Note:** Version bump only for package @entur/grid
112
-
113
- ## [0.2.4](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.3...@entur/grid@0.2.4) (2020-05-20)
114
-
115
- **Note:** Version bump only for package @entur/grid
116
-
117
- ## [0.2.3](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.2...@entur/grid@0.2.3) (2020-04-27)
118
-
119
- **Note:** Version bump only for package @entur/grid
120
-
121
- ## [0.2.2](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.1...@entur/grid@0.2.2) (2020-04-23)
122
-
123
- **Note:** Version bump only for package @entur/grid
124
-
125
- ## [0.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.0...@entur/grid@0.2.1) (2020-03-20)
126
-
127
- **Note:** Version bump only for package @entur/grid
128
-
129
- # 0.2.0 (2020-03-18)
130
-
131
- ### Features
132
-
133
- - add gridcontainer and griditem components ([3bee945](https://bitbucket.org/enturas/design-system/commits/3bee945397b57fe26f8e1d9a629aa5a404eca3e1))
134
- - adding the grid component ([74d89d4](https://bitbucket.org/enturas/design-system/commits/74d89d4bb9ef515ca741855dc7737d60d221f29b))