diff --git a/composer.json b/composer.json index e214f39..8f1cfaa 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "kirki-framework/control-checkbox": "^0.1", "kirki-framework/control-react-color": "^1.0", "kirki-framework/field-multicolor": "dev-master", - "kirki-framework/field-typography": "^0.3", + "kirki-framework/field-typography": "^1.0", "kirki-framework/module-css": "dev-master", "kirki-framework/module-editor-styles": "dev-master", "kirki-framework/module-field-dependencies": "^1.0", diff --git a/composer.lock b/composer.lock index 78ffafe..2916a0f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b4cba27f813f31d677b0517844dd37a0", + "content-hash": "0e811bf840fb31ffe08ebcd539f4e4e1", "packages": [ { "name": "brick/math", @@ -854,23 +854,22 @@ }, { "name": "kirki-framework/control-base", - "version": "dev-master", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/kirki-framework/control-base.git", - "reference": "13bf42e5b4619c9122e3c78d1381c104443c6304" + "reference": "cf0d6e4f3aa5576e2a1c56d9f63caad2fa3df580" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kirki-framework/control-base/zipball/13bf42e5b4619c9122e3c78d1381c104443c6304", - "reference": "13bf42e5b4619c9122e3c78d1381c104443c6304", + "url": "https://api.github.com/repos/kirki-framework/control-base/zipball/cf0d6e4f3aa5576e2a1c56d9f63caad2fa3df580", + "reference": "cf0d6e4f3aa5576e2a1c56d9f63caad2fa3df580", "shasum": "" }, "require": { "kirki-framework/url-getter": "*", "php": ">=5.6" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -898,9 +897,9 @@ ], "support": { "issues": "https://github.com/kirki-framework/control-base/issues", - "source": "https://github.com/kirki-framework/control-base/tree/master" + "source": "https://github.com/kirki-framework/control-base/tree/v1.0.0" }, - "time": "2019-10-04T21:15:35+00:00" + "time": "2021-10-07T04:13:38+00:00" }, { "name": "kirki-framework/control-checkbox", @@ -955,7 +954,7 @@ }, { "name": "kirki-framework/control-custom", - "version": "dev-master", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/kirki-framework/control-custom.git", @@ -971,7 +970,6 @@ "kirki-framework/control-base": "*", "php": ">=5.6" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -1000,22 +998,22 @@ ], "support": { "issues": "https://github.com/kirki-framework/control-custom/issues", - "source": "https://github.com/kirki-framework/control-custom/tree/master" + "source": "https://github.com/kirki-framework/control-custom/tree/v1.0.0" }, "time": "2019-07-06T20:23:00+00:00" }, { "name": "kirki-framework/control-generic", - "version": "dev-master", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/kirki-framework/control-generic.git", - "reference": "49678ddd3e3d26c7f5a174e59f22afcc69cf7408" + "reference": "c84bf46575df2b635efe3bb3345bf923dfaaa58f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kirki-framework/control-generic/zipball/49678ddd3e3d26c7f5a174e59f22afcc69cf7408", - "reference": "49678ddd3e3d26c7f5a174e59f22afcc69cf7408", + "url": "https://api.github.com/repos/kirki-framework/control-generic/zipball/c84bf46575df2b635efe3bb3345bf923dfaaa58f", + "reference": "c84bf46575df2b635efe3bb3345bf923dfaaa58f", "shasum": "" }, "require": { @@ -1023,7 +1021,6 @@ "kirki-framework/url-getter": "*", "php": ">=5.6" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -1052,9 +1049,9 @@ ], "support": { "issues": "https://github.com/kirki-framework/control-generic/issues", - "source": "https://github.com/kirki-framework/control-generic/tree/master" + "source": "https://github.com/kirki-framework/control-generic/tree/v1.0.0" }, - "time": "2019-07-06T20:26:46+00:00" + "time": "2021-09-24T07:19:15+00:00" }, { "name": "kirki-framework/control-react-color", @@ -1114,18 +1111,69 @@ ], "time": "2020-07-24T12:25:49+00:00" }, + { + "name": "kirki-framework/control-react-colorful", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/kirki-framework/control-react-colorful.git", + "reference": "37663cc7a2d1b11c75702afcebcb99cbec944c51" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kirki-framework/control-react-colorful/zipball/37663cc7a2d1b11c75702afcebcb99cbec944c51", + "reference": "37663cc7a2d1b11c75702afcebcb99cbec944c51", + "shasum": "" + }, + "require": { + "kirki-framework/control-base": "*", + "kirki-framework/field": "*", + "kirki-framework/url-getter": "*", + "php": ">=5.6" + }, + "type": "library", + "autoload": { + "psr-4": { + "Kirki\\Control\\": "src/Control", + "Kirki\\Field\\": "src/Field" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kirki", + "homepage": "https://kirki.org/", + "role": "Organization" + } + ], + "description": "Color control for the Kirki Customizer framework using react-colorful.", + "homepage": "https://kirki.org/", + "keywords": [ + "customizer", + "framework", + "wordpress" + ], + "support": { + "issues": "https://github.com/kirki-framework/control-react-colorful/issues", + "source": "https://github.com/kirki-framework/control-react-colorful/tree/v1.0.1" + }, + "time": "2021-10-21T10:20:35+00:00" + }, { "name": "kirki-framework/control-react-select", - "version": "v0.3.1", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/kirki-framework/control-react-select.git", - "reference": "bc4d6cd15e482c28b4924203fc129bc1cc731c92" + "reference": "394295809fbdc8482e3f2b5c1ec452c0ce0dfc87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kirki-framework/control-react-select/zipball/bc4d6cd15e482c28b4924203fc129bc1cc731c92", - "reference": "bc4d6cd15e482c28b4924203fc129bc1cc731c92", + "url": "https://api.github.com/repos/kirki-framework/control-react-select/zipball/394295809fbdc8482e3f2b5c1ec452c0ce0dfc87", + "reference": "394295809fbdc8482e3f2b5c1ec452c0ce0dfc87", "shasum": "" }, "require": { @@ -1161,28 +1209,27 @@ ], "support": { "issues": "https://github.com/kirki-framework/control-react-select/issues", - "source": "https://github.com/kirki-framework/control-react-select/tree/v0.3.1" + "source": "https://github.com/kirki-framework/control-react-select/tree/v1.1.0" }, - "time": "2019-11-09T11:39:56+00:00" + "time": "2021-10-27T12:02:21+00:00" }, { "name": "kirki-framework/field", - "version": "dev-master", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/kirki-framework/field.git", - "reference": "5865773dd95b4d75c9534be2d58dde4251a06626" + "reference": "aa2acfe588c775328a268a4f092495df6b116773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kirki-framework/field/zipball/5865773dd95b4d75c9534be2d58dde4251a06626", - "reference": "5865773dd95b4d75c9534be2d58dde4251a06626", + "url": "https://api.github.com/repos/kirki-framework/field/zipball/aa2acfe588c775328a268a4f092495df6b116773", + "reference": "aa2acfe588c775328a268a4f092495df6b116773", "shasum": "" }, "require": { "php": ">=5.6" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -1209,9 +1256,9 @@ ], "support": { "issues": "https://github.com/kirki-framework/field/issues", - "source": "https://github.com/kirki-framework/field/tree/master" + "source": "https://github.com/kirki-framework/field/tree/v1.0.0" }, - "time": "2019-09-01T13:35:03+00:00" + "time": "2021-09-20T18:48:29+00:00" }, { "name": "kirki-framework/field-multicolor", @@ -1268,23 +1315,23 @@ }, { "name": "kirki-framework/field-typography", - "version": "v0.3.1", + "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/kirki-framework/field-typography.git", - "reference": "2c060f5b6298a06ef863601f9075d094e7bcd098" + "reference": "ea5913b85574f291e8c244c85f6d42011779747b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kirki-framework/field-typography/zipball/2c060f5b6298a06ef863601f9075d094e7bcd098", - "reference": "2c060f5b6298a06ef863601f9075d094e7bcd098", + "url": "https://api.github.com/repos/kirki-framework/field-typography/zipball/ea5913b85574f291e8c244c85f6d42011779747b", + "reference": "ea5913b85574f291e8c244c85f6d42011779747b", "shasum": "" }, "require": { "kirki-framework/control-base": "*", "kirki-framework/control-custom": "*", "kirki-framework/control-generic": "*", - "kirki-framework/control-react-color": "*", + "kirki-framework/control-react-colorful": "*", "kirki-framework/control-react-select": "*", "kirki-framework/googlefonts": "*", "kirki-framework/module-webfonts": "*", @@ -1319,9 +1366,9 @@ ], "support": { "issues": "https://github.com/kirki-framework/field-typography/issues", - "source": "https://github.com/kirki-framework/field-typography/tree/master" + "source": "https://github.com/kirki-framework/field-typography/tree/v1.0.1" }, - "time": "2019-11-09T11:03:59+00:00" + "time": "2021-11-02T16:21:20+00:00" }, { "name": "kirki-framework/googlefonts", @@ -5256,5 +5303,5 @@ "php": "^7.2.5" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }