Skip to content

Commit 2853751

Browse files
committed
Update for Statamic 4 and TipTap 2
1 parent c1672b7 commit 2853751

23 files changed

+7526
-31272
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "martyfriedel/les-mills-class-types",
3-
"description": "A custom button for Bard to allow a span with a class to be added to selected text. In this instance, Les Mills group fitness class types.",
3+
"description": "A custom button for Bard in Statamic 4 to allow a span with a class to be added to selected text. In this instance, Les Mills group fitness class types.",
44
"type": "statamic-addon",
55
"keywords": [
66
"statamic",
@@ -18,12 +18,12 @@
1818
}
1919
],
2020
"require": {
21-
"statamic/cms": "^3.0"
21+
"statamic/cms": "^4.0"
2222
},
2323
"extra": {
2424
"statamic": {
2525
"name": "Les Mills Class Types",
26-
"description": "Les Mills Class Types addon for Bard in Statamic 3"
26+
"description": "Les Mills Class Types addon for Bard in Statamic 4"
2727
},
2828
"laravel": {
2929
"providers": [

dist/css/fonts/icomoon.eot

-1.27 KB
Binary file not shown.

dist/css/fonts/icomoon.svg

Lines changed: 0 additions & 11 deletions
This file was deleted.

dist/css/fonts/icomoon.ttf

-1.11 KB
Binary file not shown.

dist/css/fonts/icomoon.woff

-1.18 KB
Binary file not shown.

dist/css/fonts/icomoon.woff2

-568 Bytes
Binary file not shown.

dist/css/les-mills-class-types.css

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
1-
@font-face{font-family:icomoon;src:url('fonts/icomoon.eot?uxqiyd');src:url('fonts/icomoon.eot?uxqiyd#iefix') format('embedded-opentype'),url('fonts/icomoon.woff2?uxqiyd') format('woff2'),url('fonts/icomoon.ttf?uxqiyd') format('truetype'),url('fonts/icomoon.woff?uxqiyd') format('woff'),url('fonts/icomoon.svg?uxqiyd#icomoon') format('svg');font-weight:400;font-style:normal;font-display:block}.fa-les-mills{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-les-mills:before{content:"\e900"}.les-mills-class{text-transform:uppercase;font-weight:700}.les-mills-class.bodyattack{color:#fcc500}.les-mills-class.bodybalance{color:#b9d47d}.les-mills-class.bodypump{color:#ea4851}.les-mills-class.bodyvive{color:#752f8b}.les-mills-class.cxworx{color:#ed7402}.les-mills-class.les-mills-core{color:#444}.les-mills-class.les-mills-tone{color:#777}
1+
/* Class Type Styles */
2+
.les-mills-class {
3+
text-transform: uppercase;
4+
font-weight: bold;
5+
}
6+
7+
.les-mills-class.bodyattack {
8+
color: #FCC500;
9+
}
10+
11+
.les-mills-class.bodybalance {
12+
color: #b9d47d;
13+
}
14+
15+
.les-mills-class.bodypump {
16+
color: #ea4851;
17+
}
18+
19+
.les-mills-class.bodyvive {
20+
color: #752f8b;
21+
}
22+
23+
.les-mills-class.cxworx {
24+
color: #ED7402;
25+
}
26+
27+
.les-mills-class.les-mills-core {
28+
color: #444;
29+
}
30+
31+
.les-mills-class.les-mills-tone {
32+
color: #777;
33+
}

dist/js/les-mills-class-types.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7402 additions & 31118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"production": "mix --production"
1010
},
1111
"devDependencies": {
12-
"autoprefixer": "^10.1.0",
12+
"autoprefixer": "^10.4.14",
1313
"cross-env": "^7.0",
1414
"laravel-mix": "^6.0",
15-
"postcss": "^8.2.1",
16-
"postcss-import": "^14.0.0",
15+
"postcss": "^8.4.24",
16+
"postcss-import": "^15.1.0",
1717
"postcss-nested": "^5.0.3",
1818
"postcss-preset-env": "^6.7.0",
19-
"tailwindcss": "^2.0.2",
19+
"tailwindcss": "^3.3.2",
2020
"v-click-outside": "^3.1.2",
2121
"vue-loader": "^15.9.7",
2222
"vue-template-compiler": "^2.6.12"

0 commit comments

Comments
 (0)