mirror of
https://github.com/mertJF/tailblocks.git
synced 2025-12-08 17:03:24 +00:00
Updates
This commit is contained in:
1
ads.txt
Normal file
1
ads.txt
Normal file
@@ -0,0 +1 @@
|
||||
google.com, pub-7764280421704625, DIRECT, f08c47fec0942fa0
|
||||
22
asset-manifest.json
Normal file
22
asset-manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"files": {
|
||||
"main.css": "/tailblocks/static/css/main.ab2cc84c.chunk.css",
|
||||
"main.js": "/tailblocks/static/js/main.7c878a74.chunk.js",
|
||||
"main.js.map": "/tailblocks/static/js/main.7c878a74.chunk.js.map",
|
||||
"runtime-main.js": "/tailblocks/static/js/runtime-main.edb58afa.js",
|
||||
"runtime-main.js.map": "/tailblocks/static/js/runtime-main.edb58afa.js.map",
|
||||
"static/js/2.443ea357.chunk.js": "/tailblocks/static/js/2.443ea357.chunk.js",
|
||||
"static/js/2.443ea357.chunk.js.map": "/tailblocks/static/js/2.443ea357.chunk.js.map",
|
||||
"index.html": "/tailblocks/index.html",
|
||||
"precache-manifest.09c906fc15061e5d085eb0636efae674.js": "/tailblocks/precache-manifest.09c906fc15061e5d085eb0636efae674.js",
|
||||
"service-worker.js": "/tailblocks/service-worker.js",
|
||||
"static/css/main.ab2cc84c.chunk.css.map": "/tailblocks/static/css/main.ab2cc84c.chunk.css.map",
|
||||
"static/js/2.443ea357.chunk.js.LICENSE.txt": "/tailblocks/static/js/2.443ea357.chunk.js.LICENSE.txt"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/js/runtime-main.edb58afa.js",
|
||||
"static/js/2.443ea357.chunk.js",
|
||||
"static/css/main.ab2cc84c.chunk.css",
|
||||
"static/js/main.7c878a74.chunk.js"
|
||||
]
|
||||
}
|
||||
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
1
index.html
Normal file
1
index.html
Normal file
@@ -0,0 +1 @@
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/tailblocks/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Ready-to-use Tailwind CSS blocks"/><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.0.2/tailwind.min.css"><link rel="manifest" href="/tailblocks/manifest.json"/><title>Tailblocks — Ready-to-use Tailwind CSS blocks</title><link href="/tailblocks/static/css/main.ab2cc84c.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function t(t){for(var n,u,i=t[0],a=t[1],c=t[2],p=0,s=[];p<i.length;p++)u=i[p],Object.prototype.hasOwnProperty.call(o,u)&&o[u]&&s.push(o[u][0]),o[u]=0;for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n]);for(f&&f(t);s.length;)s.shift()();return l.push.apply(l,c||[]),r()}function r(){for(var e,t=0;t<l.length;t++){for(var r=l[t],n=!0,i=1;i<r.length;i++){var a=r[i];0!==o[a]&&(n=!1)}n&&(l.splice(t--,1),e=u(u.s=r[0]))}return e}var n={},o={1:0},l=[];function u(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,u),r.l=!0,r.exports}u.m=e,u.c=n,u.d=function(e,t,r){u.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},u.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u.t=function(e,t){if(1&t&&(e=u(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(u.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)u.d(r,n,function(t){return e[t]}.bind(null,n));return r},u.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(t,"a",t),t},u.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},u.p="/tailblocks/";var i=this.webpackJsonptailblocks=this.webpackJsonptailblocks||[],a=i.push.bind(i);i.push=t,i=i.slice();for(var c=0;c<i.length;c++)t(i[c]);var f=a;r()}([])</script><script src="/tailblocks/static/js/2.443ea357.chunk.js"></script><script src="/tailblocks/static/js/main.7c878a74.chunk.js"></script></body></html>
|
||||
25
manifest.json
Normal file
25
manifest.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
26
precache-manifest.09c906fc15061e5d085eb0636efae674.js
Normal file
26
precache-manifest.09c906fc15061e5d085eb0636efae674.js
Normal file
@@ -0,0 +1,26 @@
|
||||
self.__precacheManifest = (self.__precacheManifest || []).concat([
|
||||
{
|
||||
"revision": "2f85a0560095ae5e39ad289e690d69cd",
|
||||
"url": "/tailblocks/index.html"
|
||||
},
|
||||
{
|
||||
"revision": "91cf4b31d412a7358815",
|
||||
"url": "/tailblocks/static/css/main.ab2cc84c.chunk.css"
|
||||
},
|
||||
{
|
||||
"revision": "3e11def7fe8458ba934d",
|
||||
"url": "/tailblocks/static/js/2.443ea357.chunk.js"
|
||||
},
|
||||
{
|
||||
"revision": "570d362d673dab785e62d2b8563e1118",
|
||||
"url": "/tailblocks/static/js/2.443ea357.chunk.js.LICENSE.txt"
|
||||
},
|
||||
{
|
||||
"revision": "91cf4b31d412a7358815",
|
||||
"url": "/tailblocks/static/js/main.7c878a74.chunk.js"
|
||||
},
|
||||
{
|
||||
"revision": "c21f33fd087369df4338",
|
||||
"url": "/tailblocks/static/js/runtime-main.edb58afa.js"
|
||||
}
|
||||
]);
|
||||
BIN
preview.gif
Normal file
BIN
preview.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 MiB |
2
robots.txt
Normal file
2
robots.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
39
service-worker.js
Normal file
39
service-worker.js
Normal file
@@ -0,0 +1,39 @@
|
||||
/**
|
||||
* Welcome to your Workbox-powered service worker!
|
||||
*
|
||||
* You'll need to register this file in your web app and you should
|
||||
* disable HTTP caching for this file too.
|
||||
* See https://goo.gl/nhQhGp
|
||||
*
|
||||
* The rest of the code is auto-generated. Please don't update this file
|
||||
* directly; instead, make changes to your Workbox build configuration
|
||||
* and re-run your build process.
|
||||
* See https://goo.gl/2aRDsh
|
||||
*/
|
||||
|
||||
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
|
||||
|
||||
importScripts(
|
||||
"/tailblocks/precache-manifest.09c906fc15061e5d085eb0636efae674.js"
|
||||
);
|
||||
|
||||
self.addEventListener('message', (event) => {
|
||||
if (event.data && event.data.type === 'SKIP_WAITING') {
|
||||
self.skipWaiting();
|
||||
}
|
||||
});
|
||||
|
||||
workbox.core.clientsClaim();
|
||||
|
||||
/**
|
||||
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
|
||||
* requests for URLs in the manifest.
|
||||
* See https://goo.gl/S9QRab
|
||||
*/
|
||||
self.__precacheManifest = [].concat(self.__precacheManifest || []);
|
||||
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
|
||||
|
||||
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/tailblocks/index.html"), {
|
||||
|
||||
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
|
||||
});
|
||||
2
static/css/main.ab2cc84c.chunk.css
Normal file
2
static/css/main.ab2cc84c.chunk.css
Normal file
File diff suppressed because one or more lines are too long
1
static/css/main.ab2cc84c.chunk.css.map
Normal file
1
static/css/main.ab2cc84c.chunk.css.map
Normal file
File diff suppressed because one or more lines are too long
3
static/js/2.443ea357.chunk.js
Normal file
3
static/js/2.443ea357.chunk.js
Normal file
File diff suppressed because one or more lines are too long
32
static/js/2.443ea357.chunk.js.LICENSE.txt
Normal file
32
static/js/2.443ea357.chunk.js.LICENSE.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
/*
|
||||
object-assign
|
||||
(c) Sindre Sorhus
|
||||
@license MIT
|
||||
*/
|
||||
|
||||
/** @license React v0.19.1
|
||||
* scheduler.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v16.14.0
|
||||
* react-dom.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v16.14.0
|
||||
* react.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
1
static/js/2.443ea357.chunk.js.map
Normal file
1
static/js/2.443ea357.chunk.js.map
Normal file
File diff suppressed because one or more lines are too long
2
static/js/main.7c878a74.chunk.js
Normal file
2
static/js/main.7c878a74.chunk.js
Normal file
File diff suppressed because one or more lines are too long
1
static/js/main.7c878a74.chunk.js.map
Normal file
1
static/js/main.7c878a74.chunk.js.map
Normal file
File diff suppressed because one or more lines are too long
2
static/js/runtime-main.edb58afa.js
Normal file
2
static/js/runtime-main.edb58afa.js
Normal file
@@ -0,0 +1,2 @@
|
||||
!function(e){function t(t){for(var n,u,i=t[0],a=t[1],c=t[2],p=0,s=[];p<i.length;p++)u=i[p],Object.prototype.hasOwnProperty.call(o,u)&&o[u]&&s.push(o[u][0]),o[u]=0;for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n]);for(f&&f(t);s.length;)s.shift()();return l.push.apply(l,c||[]),r()}function r(){for(var e,t=0;t<l.length;t++){for(var r=l[t],n=!0,i=1;i<r.length;i++){var a=r[i];0!==o[a]&&(n=!1)}n&&(l.splice(t--,1),e=u(u.s=r[0]))}return e}var n={},o={1:0},l=[];function u(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,u),r.l=!0,r.exports}u.m=e,u.c=n,u.d=function(e,t,r){u.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},u.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u.t=function(e,t){if(1&t&&(e=u(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(u.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)u.d(r,n,function(t){return e[t]}.bind(null,n));return r},u.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(t,"a",t),t},u.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},u.p="/tailblocks/";var i=this.webpackJsonptailblocks=this.webpackJsonptailblocks||[],a=i.push.bind(i);i.push=t,i=i.slice();for(var c=0;c<i.length;c++)t(i[c]);var f=a;r()}([]);
|
||||
//# sourceMappingURL=runtime-main.edb58afa.js.map
|
||||
1
static/js/runtime-main.edb58afa.js.map
Normal file
1
static/js/runtime-main.edb58afa.js.map
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user