proto-daisy-db 0.0.395 → 0.0.396
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{index-77a2b6f9.js → index-898f5a2e.js} +19 -19
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/proto-daisy-db.cjs.js +2 -2
- package/dist/cjs/proto-daisy-db_5.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/proto-faux-trigger/proto-faux-trigger.css +165 -180
- package/dist/collection/tokens.css +381 -0
- package/dist/collection/utils/tw-version.js +1 -1
- package/dist/components/proto-faux-trigger.js +1 -1
- package/dist/esm/{index-09bce8df.js → index-29ca2c5c.js} +19 -19
- package/dist/esm/loader.js +2 -2
- package/dist/esm/proto-daisy-db.js +3 -3
- package/dist/esm/proto-daisy-db_5.entry.js +2 -2
- package/dist/loader/cdn.js +1 -0
- package/dist/loader/index.cjs.js +1 -0
- package/dist/loader/index.d.ts +24 -0
- package/dist/loader/index.es2017.js +1 -0
- package/dist/loader/index.js +2 -0
- package/dist/loader/package.json +11 -0
- package/dist/proto-daisy-db/p-00f5a3f1.entry.js +1 -0
- package/dist/proto-daisy-db/{p-f0b7428e.js → p-17dc157d.js} +2 -2
- package/dist/proto-daisy-db/proto-daisy-db.esm.js +1 -1
- package/dist/proto-daisy-db/tokens.css +381 -0
- package/dist/types/utils/tw-version.d.ts +1 -1
- package/package.json +6 -5
- package/dist/proto-daisy-db/p-febae878.entry.js +0 -1
|
@@ -24,7 +24,7 @@ const NAMESPACE = 'proto-daisy-db';
|
|
|
24
24
|
const BUILD = /* proto-daisy-db */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: false, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: false, element: false, event: false, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: false, mode: false, modernPropertyDecls: false, observeAttribute: true, profile: false, prop: true, propBoolean: false, propMutable: true, propNumber: false, propString: true, reflect: false, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: false, slotChildNodesFix: false, slotRelocation: false, state: false, style: true, svg: false, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: false, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: false, vdomRender: true, vdomStyle: false, vdomText: true, vdomXlink: false, watchCallback: false };
|
|
25
25
|
|
|
26
26
|
/*
|
|
27
|
-
Stencil Client Platform v4.
|
|
27
|
+
Stencil Client Platform v4.25.0 | MIT Licensed | https://stenciljs.com
|
|
28
28
|
*/
|
|
29
29
|
var __defProp = Object.defineProperty;
|
|
30
30
|
var __export = (target, all) => {
|
|
@@ -75,12 +75,17 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
75
75
|
/* webpackExclude: /\.system\.entry\.js$/ */
|
|
76
76
|
/* webpackMode: "lazy" */
|
|
77
77
|
`./${bundleId}.entry.js${""}`
|
|
78
|
-
)); }).then(
|
|
79
|
-
{
|
|
80
|
-
|
|
78
|
+
)); }).then(
|
|
79
|
+
(importedModule) => {
|
|
80
|
+
{
|
|
81
|
+
cmpModules.set(bundleId, importedModule);
|
|
82
|
+
}
|
|
83
|
+
return importedModule[exportName];
|
|
84
|
+
},
|
|
85
|
+
(e) => {
|
|
86
|
+
consoleError(e, hostRef.$hostElement$);
|
|
81
87
|
}
|
|
82
|
-
|
|
83
|
-
}, consoleError);
|
|
88
|
+
);
|
|
84
89
|
};
|
|
85
90
|
|
|
86
91
|
// src/client/client-style.ts
|
|
@@ -808,7 +813,7 @@ var postUpdateComponent = (hostRef) => {
|
|
|
808
813
|
addHydratedFlag(elm);
|
|
809
814
|
}
|
|
810
815
|
{
|
|
811
|
-
safeCall(instance, "componentDidLoad");
|
|
816
|
+
safeCall(instance, "componentDidLoad", void 0, elm);
|
|
812
817
|
}
|
|
813
818
|
endPostUpdate();
|
|
814
819
|
{
|
|
@@ -837,12 +842,12 @@ var appDidLoad = (who) => {
|
|
|
837
842
|
}
|
|
838
843
|
nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
|
|
839
844
|
};
|
|
840
|
-
var safeCall = (instance, method, arg) => {
|
|
845
|
+
var safeCall = (instance, method, arg, elm) => {
|
|
841
846
|
if (instance && instance[method]) {
|
|
842
847
|
try {
|
|
843
848
|
return instance[method](arg);
|
|
844
849
|
} catch (e) {
|
|
845
|
-
consoleError(e);
|
|
850
|
+
consoleError(e, elm);
|
|
846
851
|
}
|
|
847
852
|
}
|
|
848
853
|
return void 0;
|
|
@@ -1003,9 +1008,8 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1003
1008
|
let Cstr;
|
|
1004
1009
|
if ((hostRef.$flags$ & 32 /* hasInitializedComponent */) === 0) {
|
|
1005
1010
|
hostRef.$flags$ |= 32 /* hasInitializedComponent */;
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
const CstrImport = loadModule(cmpMeta);
|
|
1011
|
+
{
|
|
1012
|
+
const CstrImport = loadModule(cmpMeta, hostRef);
|
|
1009
1013
|
if (CstrImport && "then" in CstrImport) {
|
|
1010
1014
|
const endLoad = uniqueTime();
|
|
1011
1015
|
Cstr = await CstrImport;
|
|
@@ -1027,16 +1031,12 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1027
1031
|
try {
|
|
1028
1032
|
new Cstr(hostRef);
|
|
1029
1033
|
} catch (e) {
|
|
1030
|
-
consoleError(e);
|
|
1034
|
+
consoleError(e, elm);
|
|
1031
1035
|
}
|
|
1032
1036
|
{
|
|
1033
1037
|
hostRef.$flags$ &= ~8 /* isConstructingInstance */;
|
|
1034
1038
|
}
|
|
1035
1039
|
endNewInstance();
|
|
1036
|
-
} else {
|
|
1037
|
-
Cstr = elm.constructor;
|
|
1038
|
-
const cmpTag = elm.localName;
|
|
1039
|
-
customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);
|
|
1040
1040
|
}
|
|
1041
1041
|
if (Cstr && Cstr.style) {
|
|
1042
1042
|
let style;
|
|
@@ -1059,7 +1059,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1059
1059
|
schedule();
|
|
1060
1060
|
}
|
|
1061
1061
|
};
|
|
1062
|
-
var fireConnectedCallback = (instance) => {
|
|
1062
|
+
var fireConnectedCallback = (instance, elm) => {
|
|
1063
1063
|
};
|
|
1064
1064
|
|
|
1065
1065
|
// src/runtime/connected-callback.ts
|
|
@@ -1099,7 +1099,7 @@ var connectedCallback = (elm) => {
|
|
|
1099
1099
|
endConnected();
|
|
1100
1100
|
}
|
|
1101
1101
|
};
|
|
1102
|
-
var disconnectInstance = (instance) => {
|
|
1102
|
+
var disconnectInstance = (instance, elm) => {
|
|
1103
1103
|
};
|
|
1104
1104
|
var disconnectedCallback = async (elm) => {
|
|
1105
1105
|
if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-898f5a2e.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
const defineCustomElements = async (win, options) => {
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-898f5a2e.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
/*
|
|
9
|
-
Stencil Client Patch Browser v4.
|
|
9
|
+
Stencil Client Patch Browser v4.25.0 | MIT Licensed | https://stenciljs.com
|
|
10
10
|
*/
|
|
11
11
|
var patchBrowser = () => {
|
|
12
12
|
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('proto-daisy-db.cjs.js', document.baseURI).href));
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-898f5a2e.js');
|
|
6
6
|
|
|
7
7
|
const KEY = 'proto-daisy-db:app-data';
|
|
8
8
|
const promisedParseJSON = (json) => {
|
|
@@ -94,7 +94,7 @@ const ProtoFauxStamp = class {
|
|
|
94
94
|
};
|
|
95
95
|
ProtoFauxStamp.style = ProtoFauxStampStyle0;
|
|
96
96
|
|
|
97
|
-
const protoFauxTriggerCss = "
|
|
97
|
+
const protoFauxTriggerCss = "/*! tailwindcss v4.0.0 | MIT License | https://tailwindcss.com */\n@layer theme, base, components, utilities;\n@layer utilities {\n .mt-2 {\n margin-top: calc(var(--spacing) * 2);\n }\n .mt-4 {\n margin-top: calc(var(--spacing) * 4);\n }\n .flex {\n display: flex;\n }\n .flex-col {\n flex-direction: column;\n }\n .flex-row {\n flex-direction: row;\n }\n .content-center {\n align-content: center;\n }\n .gap-2 {\n gap: calc(var(--spacing) * 2);\n }\n .rounded-md {\n border-radius: var(--radius-md);\n }\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n .border-solid {\n --tw-border-style: solid;\n border-style: solid;\n }\n .border-clrs-aqua {\n border-color: var(--clrs-aqua, #7fdbff);\n }\n .bg-clrs-blue {\n background-color: var(--clrs-blue, #0074d9);\n }\n .bg-clrs-navy {\n background-color: var(--clrs-navy, #001f3f);\n }\n .p-2 {\n padding: calc(var(--spacing) * 2);\n }\n .font-sans {\n font-family: var(--font-sans);\n }\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n }\n .text-clrs-white {\n color: var(--clrs-white, #ffffff);\n }\n .italic {\n font-style: italic;\n }\n .shadow {\n --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),\n 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n}\n@layer components {\n .btn {\n border-radius: var(--radius-md);\n border-style: var(--tw-border-style);\n border-width: 1px;\n --tw-border-style: solid;\n border-style: solid;\n border-color: var(--clrs-aqua, #7fdbff);\n padding: calc(var(--spacing) * 2);\n }\n}\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n@keyframes ping {\n 75%,\n 100% {\n transform: scale(2);\n opacity: 0;\n }\n}\n@keyframes pulse {\n 50% {\n opacity: 0.5;\n }\n}\n@keyframes bounce {\n 0%,\n 100% {\n transform: translateY(-25%);\n animation-timing-function: cubic-bezier(0.8, 0, 1, 1);\n }\n 50% {\n transform: none;\n animation-timing-function: cubic-bezier(0, 0, 0.2, 1);\n }\n}\n@property --tw-border-style {\n syntax: '*';\n inherits: false;\n initial-value: solid;\n}\n@property --tw-shadow {\n syntax: '*';\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@property --tw-shadow-color {\n syntax: '*';\n inherits: false;\n}\n@property --tw-inset-shadow {\n syntax: '*';\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@property --tw-inset-shadow-color {\n syntax: '*';\n inherits: false;\n}\n@property --tw-ring-color {\n syntax: '*';\n inherits: false;\n}\n@property --tw-ring-shadow {\n syntax: '*';\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@property --tw-inset-ring-color {\n syntax: '*';\n inherits: false;\n}\n@property --tw-inset-ring-shadow {\n syntax: '*';\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@property --tw-ring-inset {\n syntax: '*';\n inherits: false;\n}\n@property --tw-ring-offset-width {\n syntax: '<length>';\n inherits: false;\n initial-value: 0px;\n}\n@property --tw-ring-offset-color {\n syntax: '*';\n inherits: false;\n initial-value: #fff;\n}\n@property --tw-ring-offset-shadow {\n syntax: '*';\n inherits: false;\n initial-value: 0 0 #0000;\n}\n";
|
|
98
98
|
const ProtoFauxTriggerStyle0 = protoFauxTriggerCss;
|
|
99
99
|
|
|
100
100
|
const ProtoFauxTrigger = class {
|
|
@@ -1,181 +1,166 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
.italic {
|
|
168
|
-
font-style: italic;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.text-clrs-white {
|
|
172
|
-
color: var(--clrs-white, #ffffff);
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.shadow {
|
|
176
|
-
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
177
|
-
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
|
|
178
|
-
0 1px 2px -1px var(--tw-shadow-color);
|
|
179
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
180
|
-
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1
|
+
/*! tailwindcss v4.0.0 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer theme, base, components, utilities;
|
|
3
|
+
@layer utilities {
|
|
4
|
+
.mt-2 {
|
|
5
|
+
margin-top: calc(var(--spacing) * 2);
|
|
6
|
+
}
|
|
7
|
+
.mt-4 {
|
|
8
|
+
margin-top: calc(var(--spacing) * 4);
|
|
9
|
+
}
|
|
10
|
+
.flex {
|
|
11
|
+
display: flex;
|
|
12
|
+
}
|
|
13
|
+
.flex-col {
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
}
|
|
16
|
+
.flex-row {
|
|
17
|
+
flex-direction: row;
|
|
18
|
+
}
|
|
19
|
+
.content-center {
|
|
20
|
+
align-content: center;
|
|
21
|
+
}
|
|
22
|
+
.gap-2 {
|
|
23
|
+
gap: calc(var(--spacing) * 2);
|
|
24
|
+
}
|
|
25
|
+
.rounded-md {
|
|
26
|
+
border-radius: var(--radius-md);
|
|
27
|
+
}
|
|
28
|
+
.border {
|
|
29
|
+
border-style: var(--tw-border-style);
|
|
30
|
+
border-width: 1px;
|
|
31
|
+
}
|
|
32
|
+
.border-solid {
|
|
33
|
+
--tw-border-style: solid;
|
|
34
|
+
border-style: solid;
|
|
35
|
+
}
|
|
36
|
+
.border-clrs-aqua {
|
|
37
|
+
border-color: var(--clrs-aqua, #7fdbff);
|
|
38
|
+
}
|
|
39
|
+
.bg-clrs-blue {
|
|
40
|
+
background-color: var(--clrs-blue, #0074d9);
|
|
41
|
+
}
|
|
42
|
+
.bg-clrs-navy {
|
|
43
|
+
background-color: var(--clrs-navy, #001f3f);
|
|
44
|
+
}
|
|
45
|
+
.p-2 {
|
|
46
|
+
padding: calc(var(--spacing) * 2);
|
|
47
|
+
}
|
|
48
|
+
.font-sans {
|
|
49
|
+
font-family: var(--font-sans);
|
|
50
|
+
}
|
|
51
|
+
.text-xs {
|
|
52
|
+
font-size: var(--text-xs);
|
|
53
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
54
|
+
}
|
|
55
|
+
.text-clrs-white {
|
|
56
|
+
color: var(--clrs-white, #ffffff);
|
|
57
|
+
}
|
|
58
|
+
.italic {
|
|
59
|
+
font-style: italic;
|
|
60
|
+
}
|
|
61
|
+
.shadow {
|
|
62
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
|
|
63
|
+
0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
64
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
|
|
65
|
+
var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
@layer components {
|
|
69
|
+
.btn {
|
|
70
|
+
border-radius: var(--radius-md);
|
|
71
|
+
border-style: var(--tw-border-style);
|
|
72
|
+
border-width: 1px;
|
|
73
|
+
--tw-border-style: solid;
|
|
74
|
+
border-style: solid;
|
|
75
|
+
border-color: var(--clrs-aqua, #7fdbff);
|
|
76
|
+
padding: calc(var(--spacing) * 2);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
@keyframes spin {
|
|
80
|
+
to {
|
|
81
|
+
transform: rotate(360deg);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
@keyframes ping {
|
|
85
|
+
75%,
|
|
86
|
+
100% {
|
|
87
|
+
transform: scale(2);
|
|
88
|
+
opacity: 0;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
@keyframes pulse {
|
|
92
|
+
50% {
|
|
93
|
+
opacity: 0.5;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
@keyframes bounce {
|
|
97
|
+
0%,
|
|
98
|
+
100% {
|
|
99
|
+
transform: translateY(-25%);
|
|
100
|
+
animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
|
|
101
|
+
}
|
|
102
|
+
50% {
|
|
103
|
+
transform: none;
|
|
104
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
@property --tw-border-style {
|
|
108
|
+
syntax: '*';
|
|
109
|
+
inherits: false;
|
|
110
|
+
initial-value: solid;
|
|
111
|
+
}
|
|
112
|
+
@property --tw-shadow {
|
|
113
|
+
syntax: '*';
|
|
114
|
+
inherits: false;
|
|
115
|
+
initial-value: 0 0 #0000;
|
|
116
|
+
}
|
|
117
|
+
@property --tw-shadow-color {
|
|
118
|
+
syntax: '*';
|
|
119
|
+
inherits: false;
|
|
120
|
+
}
|
|
121
|
+
@property --tw-inset-shadow {
|
|
122
|
+
syntax: '*';
|
|
123
|
+
inherits: false;
|
|
124
|
+
initial-value: 0 0 #0000;
|
|
125
|
+
}
|
|
126
|
+
@property --tw-inset-shadow-color {
|
|
127
|
+
syntax: '*';
|
|
128
|
+
inherits: false;
|
|
129
|
+
}
|
|
130
|
+
@property --tw-ring-color {
|
|
131
|
+
syntax: '*';
|
|
132
|
+
inherits: false;
|
|
133
|
+
}
|
|
134
|
+
@property --tw-ring-shadow {
|
|
135
|
+
syntax: '*';
|
|
136
|
+
inherits: false;
|
|
137
|
+
initial-value: 0 0 #0000;
|
|
138
|
+
}
|
|
139
|
+
@property --tw-inset-ring-color {
|
|
140
|
+
syntax: '*';
|
|
141
|
+
inherits: false;
|
|
142
|
+
}
|
|
143
|
+
@property --tw-inset-ring-shadow {
|
|
144
|
+
syntax: '*';
|
|
145
|
+
inherits: false;
|
|
146
|
+
initial-value: 0 0 #0000;
|
|
147
|
+
}
|
|
148
|
+
@property --tw-ring-inset {
|
|
149
|
+
syntax: '*';
|
|
150
|
+
inherits: false;
|
|
151
|
+
}
|
|
152
|
+
@property --tw-ring-offset-width {
|
|
153
|
+
syntax: '<length>';
|
|
154
|
+
inherits: false;
|
|
155
|
+
initial-value: 0px;
|
|
156
|
+
}
|
|
157
|
+
@property --tw-ring-offset-color {
|
|
158
|
+
syntax: '*';
|
|
159
|
+
inherits: false;
|
|
160
|
+
initial-value: #fff;
|
|
161
|
+
}
|
|
162
|
+
@property --tw-ring-offset-shadow {
|
|
163
|
+
syntax: '*';
|
|
164
|
+
inherits: false;
|
|
165
|
+
initial-value: 0 0 #0000;
|
|
181
166
|
}
|