Skip to content

Commit

Permalink
Version 3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronaut committed Apr 24, 2024
1 parent 678503b commit a5dbacb
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pages_core (3.14.0)
pages_core (3.14.2)
RedCloth (~> 4.3.2)
actionpack-page_caching (>= 1.1.0)
acts_as_list (~> 0.9)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14.0
3.14.2
2 changes: 1 addition & 1 deletion app/assets/builds/pages_core/admin-dist.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/assets/builds/pages_core/admin-dist.js.map

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions app/assets/builds/pages_core/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -6926,7 +6926,8 @@ readers do not read off random characters that represent icons */
padding: 16px 0px 16px 40px;
cursor: pointer;
background: #fff;
transition: padding-left 50ms ease-in-out, background 150ms ease-in-out;
transition:
padding-left 50ms ease-in-out, background 150ms ease-in-out;
}

.attachments .attachment .attachment-info {
Expand Down Expand Up @@ -7617,7 +7618,8 @@ main .page-description h3 {
.editable-image {
cursor: pointer;
display: block;
transition: transform 200ms, box-shadow 200ms, border-color 200ms ease-out;
transition:
transform 200ms, box-shadow 200ms, border-color 200ms ease-out;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0);
border: 1px solid #fff;
position: relative;
Expand Down Expand Up @@ -7680,7 +7682,11 @@ main .page-description h3 {
linear-gradient(45deg, transparent 75%, #fff 75%),
linear-gradient(135deg, transparent 75%, #fff 75%);
background-size: 12px 12px;
background-position: 0 0, 6px 0, 6px -6px, 0px 6px;
background-position:
0 0,
6px 0,
6px -6px,
0px 6px;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down Expand Up @@ -7803,7 +7809,8 @@ main .page-description h3 {
-moz-user-select: none;
user-select: none;
cursor: pointer;
transition: border-radius 200ms, margin 200ms, width 200ms, height 200ms, border-color 200ms ease-out;
transition:
border-radius 200ms, margin 200ms, width 200ms, height 200ms, border-color 200ms ease-out;
}

.image-editor .focal-editor .focal-point:after {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"name": "@anyone-oslo/pages",
"version": "3.14.0",
"version": "3.14.2",
"description": "Frontend for Pages",
"repository": {
"type": "git",
"url": "git+https://github.com/anyone_oslo/pages.git"
},
"main": "/dist/index.js",
"types": "/dist/index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"/dist/**/*"
],
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@hotwired/stimulus": "^3.2.2",
"@rails/ujs": "^6.1.4-1",
"@types/lodash": "^4.14.194",
"@types/rails__ujs": "^6.0.1",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.18",
"cssnano": "^6.1.0",
"lodash": "^4.17.21",
Expand All @@ -31,13 +35,10 @@
"react-dom": "^18.2.0",
"react-image-crop": "^5.0.0",
"react_ujs": "^2.6.2",
"typescript": "^5.4.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/rails__ujs": "^6.0.1",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"dependency-cruiser": "^16.2.3",
Expand All @@ -46,8 +47,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"prettier": "^3.2.5"
},
"scripts": {
"architecture": "depcruise --include-only \"^app/javascript\" --output-type dot app/javascript | dot -T svg > dependency-graph.svg",
Expand Down

0 comments on commit a5dbacb

Please sign in to comment.