File tree Expand file tree Collapse file tree 3 files changed +45
-3
lines changed
apps/pattern-lab/src/_patterns/04-pages/25-d8-press-and-media
packages/components/bolt-table Expand file tree Collapse file tree 3 files changed +45
-3
lines changed Original file line number Diff line number Diff line change 1
- {% include " @pl/d8-media-browse--list-view.twig" with {
1
+ {% include " @pl/- d8-media-browse--list-view.twig" with {
2
2
" page_title" : " Press Releases"
3
3
} %}
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @bolt/components-table" ,
3
+ "description" : " Table Component in Bolt" ,
4
+ "keywords" : [
5
+ " bolt design system" ,
6
+ " bolt" ,
7
+ " css framework" ,
8
+ " design system" ,
9
+ " components"
10
+ ],
11
+ "version" : " 0.0.0" ,
12
+ "homepage" : " https://bolt-design-system.com" ,
13
+ "maintainers" : [
14
+ {
15
+ "name" : " Salem Ghoweri" ,
16
+ "email" : " me@salemghoweri.com" ,
17
+ "web" : " https://github.com/sghoweri"
18
+ },
19
+ {
20
+ "name" : " Mike Mai" ,
21
+ "email" : " boss@mikemai.net" ,
22
+ "web" : " http://mikemai.net/"
23
+ }
24
+ ],
25
+ "license" : " MIT" ,
26
+ "repository" : {
27
+ "type" : " git" ,
28
+ "url" : " https://github.com/bolt-design-system/bolt/"
29
+ },
30
+ "bugs" : {
31
+ "url" : " https://github.com/bolt-design-system/bolt/issues"
32
+ },
33
+ "style" : " index.scss" ,
34
+ "twig" : " src/table.twig" ,
35
+ "schema" : " table.schema.yml" ,
36
+ "publishConfig" : {
37
+ "access" : " public"
38
+ },
39
+ "dependencies" : {
40
+ "@bolt/core" : " ^2.0.0-beta.1"
41
+ }
42
+ }
Original file line number Diff line number Diff line change 604
604
to-fast-properties "^2.0.0"
605
605
606
606
"@bolt/components-page-footer@file:packages/components/bolt-page-footer":
607
- version "2.0.0-beta.0 "
607
+ version "2.0.0-beta.1 "
608
608
dependencies:
609
- "@bolt/core" "^2.0.0-beta.0 "
609
+ "@bolt/core" "^2.0.0-beta.1 "
610
610
611
611
"@bolt/fast-sass-loader@github:bolt-design-system/fast-sass-loader#master":
612
612
version "1.4.5"
You can’t perform that action at this time.
0 commit comments