@symbo.ls/create 2.11.485 → 2.11.486
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/bundle/index.js +55 -0
- package/package.json +4 -4
package/dist/cjs/bundle/index.js
CHANGED
|
@@ -15422,6 +15422,58 @@ var init_Dropdown = __esm({
|
|
|
15422
15422
|
}
|
|
15423
15423
|
});
|
|
15424
15424
|
|
|
15425
|
+
// ../uikit/Notification/index.js
|
|
15426
|
+
var Notification, NotificationIndicator;
|
|
15427
|
+
var init_Notification = __esm({
|
|
15428
|
+
"../uikit/Notification/index.js"() {
|
|
15429
|
+
"use strict";
|
|
15430
|
+
Notification = {
|
|
15431
|
+
extend: "Flex",
|
|
15432
|
+
props: {
|
|
15433
|
+
theme: "alert",
|
|
15434
|
+
padding: "Z1 B Z A",
|
|
15435
|
+
round: "A A A Y2",
|
|
15436
|
+
gap: "X2",
|
|
15437
|
+
cursor: "pointer",
|
|
15438
|
+
align: "flex-start center"
|
|
15439
|
+
},
|
|
15440
|
+
IconText: {
|
|
15441
|
+
icon: "info outline"
|
|
15442
|
+
},
|
|
15443
|
+
Flex: {
|
|
15444
|
+
flow: "column",
|
|
15445
|
+
align: "flex-start",
|
|
15446
|
+
gap: "X2",
|
|
15447
|
+
Title: {
|
|
15448
|
+
tag: "h6",
|
|
15449
|
+
margin: "0",
|
|
15450
|
+
fontWeight: "600",
|
|
15451
|
+
lineHeight: "1em",
|
|
15452
|
+
text: "Notification"
|
|
15453
|
+
},
|
|
15454
|
+
P: {
|
|
15455
|
+
fontSize: "Z",
|
|
15456
|
+
margin: "0",
|
|
15457
|
+
text: "is not always a distraction",
|
|
15458
|
+
":empty": { hide: true }
|
|
15459
|
+
}
|
|
15460
|
+
}
|
|
15461
|
+
};
|
|
15462
|
+
NotificationIndicator = {
|
|
15463
|
+
extend: "Flex",
|
|
15464
|
+
props: {
|
|
15465
|
+
text: "2",
|
|
15466
|
+
fontSize: "Z",
|
|
15467
|
+
lineHeight: "1em",
|
|
15468
|
+
background: "#0474F2",
|
|
15469
|
+
boxSize: "fit-content fit-content",
|
|
15470
|
+
padding: "X+W",
|
|
15471
|
+
round: "Y+X"
|
|
15472
|
+
}
|
|
15473
|
+
};
|
|
15474
|
+
}
|
|
15475
|
+
});
|
|
15476
|
+
|
|
15425
15477
|
// ../uikit/index.js
|
|
15426
15478
|
var uikit_exports = {};
|
|
15427
15479
|
__export(uikit_exports, {
|
|
@@ -15478,6 +15530,8 @@ __export(uikit_exports, {
|
|
|
15478
15530
|
Li: () => Li,
|
|
15479
15531
|
Link: () => Link,
|
|
15480
15532
|
Media: () => Media,
|
|
15533
|
+
Notification: () => Notification,
|
|
15534
|
+
NotificationIndicator: () => NotificationIndicator,
|
|
15481
15535
|
NumberInput: () => NumberInput,
|
|
15482
15536
|
Ol: () => Ol,
|
|
15483
15537
|
Overflow: () => Overflow,
|
|
@@ -15532,6 +15586,7 @@ var init_uikit = __esm({
|
|
|
15532
15586
|
init_Avatar();
|
|
15533
15587
|
init_Range();
|
|
15534
15588
|
init_Dropdown();
|
|
15589
|
+
init_Notification();
|
|
15535
15590
|
}
|
|
15536
15591
|
});
|
|
15537
15592
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/create",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.486",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"gitHead": "
|
|
5
|
+
"gitHead": "cbd242b88ae69bd23402b1d005a0003a0e90ce88",
|
|
6
6
|
"files": [
|
|
7
7
|
"src",
|
|
8
8
|
"dist"
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"@symbo.ls/fetch": "^2.11.475",
|
|
38
38
|
"@symbo.ls/init": "^2.11.475",
|
|
39
39
|
"@symbo.ls/scratch": "^2.11.475",
|
|
40
|
-
"@symbo.ls/sync": "^2.11.
|
|
41
|
-
"@symbo.ls/uikit": "^2.11.
|
|
40
|
+
"@symbo.ls/sync": "^2.11.486",
|
|
41
|
+
"@symbo.ls/uikit": "^2.11.486",
|
|
42
42
|
"@symbo.ls/utils": "^2.11.475",
|
|
43
43
|
"domql": "^2.5.158"
|
|
44
44
|
},
|