@alxgrn/telefrag-ui 0.0.46 → 0.0.50
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/assets/Menu.css +1 -1
- package/dist/assets/Page.css +1 -1
- package/dist/components/form/form/Form.js +17 -17
- package/dist/components/form/image/Image.js +17 -19
- package/dist/components/form/select/Select.js +101 -52
- package/dist/components/form/time/Time.js +85 -59
- package/dist/components/icons/Check.d.ts +2 -0
- package/dist/components/icons/Check.js +19 -0
- package/dist/components/icons/ChevronDown.d.ts +2 -0
- package/dist/components/icons/ChevronDown.js +19 -0
- package/dist/components/icons/Eye.d.ts +2 -0
- package/dist/components/icons/Eye.js +22 -0
- package/dist/components/icons/index.d.ts +4 -1
- package/dist/components/icons/index.js +110 -104
- package/dist/components/layout/Layout.js +3 -5
- package/dist/components/layout/Page.js +3 -5
- package/dist/components/ui/popup/Popup.js +29 -29
- package/dist/index-fzAcu0Dr.js +136 -0
- package/dist/main.js +1 -1
- package/package.json +1 -1
- package/dist/assets/Select.css +0 -1
- package/dist/assets/Time.css +0 -1
- package/dist/index-2Dtbwxm_.js +0 -130
package/dist/assets/Select.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
:root{--alxgrn-select-bg: var(--alxgrn-bg-accent);--alxgrn-select-color: var(--alxgrn-color-text);--alxgrn-select-border: var(--alxgrn-border-accent);--alxgrn-select-bg-focus: var(--alxgrn-bg-active);--alxgrn-select-color-focus: var(--alxgrn-color-text);--alxgrn-select-border-focus: var(--alxgrn-border-accent);--alxgrn-select-bg-error: var(--alxgrn-bg-error);--alxgrn-select-color-error: var(--alxgrn-color-error);--alxgrn-select-border-error: var(--alxgrn-border-error);--alxgrn-select-bg-success: var(--alxgrn-bg-success);--alxgrn-select-color-success: var(--alxgrn-color-success);--alxgrn-select-border-success: var(--alxgrn-border-success);--alxgrn-select-bg-disabled: var(--alxgrn-bg-light);--alxgrn-select-color-disabled: var(--alxgrn-color-light);--alxgrn-select-border-disabled: var(--alxgrn-border-light)}.FormItem select{color:var(--alxgrn-select-color);padding:var(--alxgrn-unit-half);margin:0;font-size:inherit;line-height:inherit;font-family:inherit;border-radius:var(--alxgrn-unit-small);border:1px solid var(--alxgrn-select-border);width:100%;display:block;background-color:var(--alxgrn-select-bg);appearance:none;-moz-appearance:none;-webkit-appearance:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.FormItem select:focus{outline:none;color:var(--alxgrn-select-color-focus);background-color:var(--alxgrn-select-bg-focus);border:1px solid var(--alxgrn-select-border-focus)}.FormItem select:disabled{color:var(--alxgrn-select-color-disabled);border-color:var(--alxgrn-select-border-disabled);background-color:var(--alxgrn-select-bg-disabled);cursor:default}.FormItem select{padding-right:var(--alxgrn-unit-double);cursor:pointer}.FormItem .SelectWrap{position:relative}.FormItem .SelectWrap:before{content:"";position:absolute;width:0;height:0;border:var(--alxgrn-unit-small) solid transparent;border-top-color:var(--alxgrn-select-border);top:var(--alxgrn-unit);right:calc(var(--alxgrn-unit) - var(--alxgrn-unit-small));cursor:pointer;pointer-events:none}.FormItem .SelectWrap.Disabled:before{border-top-color:var(--alxgrn-select-border-disabled);cursor:default}.FormItem .SelectWrap.Error:before{border-top-color:var(--alxgrn-select-border-error)}
|
package/dist/assets/Time.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.FormItem .Time{display:flex;gap:var(--alxgrn-unit-half);align-items:center}
|
package/dist/index-2Dtbwxm_.js
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
import o from "./components/icons/AlignBottom.js";
|
|
2
|
-
import r from "./components/icons/AlignCenter.js";
|
|
3
|
-
import m from "./components/icons/AlignJustify.js";
|
|
4
|
-
import i from "./components/icons/AlignLeft.js";
|
|
5
|
-
import t from "./components/icons/AlignMiddle.js";
|
|
6
|
-
import e from "./components/icons/AlignRight.js";
|
|
7
|
-
import f from "./components/icons/AlignTop.js";
|
|
8
|
-
import p from "./components/icons/Asterisk.js";
|
|
9
|
-
import n from "./components/icons/Bold.js";
|
|
10
|
-
import l from "./components/icons/Book.js";
|
|
11
|
-
import a from "./components/icons/Calendar.js";
|
|
12
|
-
import d from "./components/icons/CellsMerge.js";
|
|
13
|
-
import g from "./components/icons/CellsSplit.js";
|
|
14
|
-
import s from "./components/icons/ChevronLeft.js";
|
|
15
|
-
import u from "./components/icons/ChevronRight.js";
|
|
16
|
-
import h from "./components/icons/Clock.js";
|
|
17
|
-
import C from "./components/icons/Code.js";
|
|
18
|
-
import A from "./components/icons/CodeXml.js";
|
|
19
|
-
import c from "./components/icons/ColumnInsertAfter.js";
|
|
20
|
-
import S from "./components/icons/ColumnInsertBefore.js";
|
|
21
|
-
import k from "./components/icons/Expand.js";
|
|
22
|
-
import H from "./components/icons/Feather.js";
|
|
23
|
-
import I from "./components/icons/Files.js";
|
|
24
|
-
import L from "./components/icons/Film.js";
|
|
25
|
-
import M from "./components/icons/FlipVertical.js";
|
|
26
|
-
import R from "./components/icons/Forum.js";
|
|
27
|
-
import T from "./components/icons/Gamepad.js";
|
|
28
|
-
import b from "./components/icons/Heading.js";
|
|
29
|
-
import B from "./components/icons/Heading1.js";
|
|
30
|
-
import F from "./components/icons/Heading2.js";
|
|
31
|
-
import w from "./components/icons/Heading3.js";
|
|
32
|
-
import x from "./components/icons/Heading4.js";
|
|
33
|
-
import y from "./components/icons/Heading5.js";
|
|
34
|
-
import U from "./components/icons/Heading6.js";
|
|
35
|
-
import _ from "./components/icons/Image.js";
|
|
36
|
-
import v from "./components/icons/IndentDecrease.js";
|
|
37
|
-
import z from "./components/icons/Italic.js";
|
|
38
|
-
import O from "./components/icons/JoinUp.js";
|
|
39
|
-
import P from "./components/icons/Link.js";
|
|
40
|
-
import j from "./components/icons/List.js";
|
|
41
|
-
import D from "./components/icons/ListOrdered.js";
|
|
42
|
-
import J from "./components/icons/Maximize.js";
|
|
43
|
-
import q from "./components/icons/Menu.js";
|
|
44
|
-
import E from "./components/icons/Minimize.js";
|
|
45
|
-
import G from "./components/icons/Pilcrow.js";
|
|
46
|
-
import Q from "./components/icons/Plus.js";
|
|
47
|
-
import V from "./components/icons/Quote.js";
|
|
48
|
-
import X from "./components/icons/Redo.js";
|
|
49
|
-
import K from "./components/icons/Rocket.js";
|
|
50
|
-
import N from "./components/icons/RowInsertAfter.js";
|
|
51
|
-
import W from "./components/icons/RowInsertBefore.js";
|
|
52
|
-
import Y from "./components/icons/ShowSidebar.js";
|
|
53
|
-
import Z from "./components/icons/Shrink.js";
|
|
54
|
-
import $ from "./components/icons/SquareDashed.js";
|
|
55
|
-
import oo from "./components/icons/Strikethrough.js";
|
|
56
|
-
import ro from "./components/icons/Table.js";
|
|
57
|
-
import mo from "./components/icons/TelefragLogo.js";
|
|
58
|
-
import io from "./components/icons/Trash.js";
|
|
59
|
-
import to from "./components/icons/Type.js";
|
|
60
|
-
import eo from "./components/icons/Underline.js";
|
|
61
|
-
import fo from "./components/icons/Undo.js";
|
|
62
|
-
import po from "./components/icons/Users.js";
|
|
63
|
-
const Ar = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
64
|
-
__proto__: null,
|
|
65
|
-
AlignBottom: o,
|
|
66
|
-
AlignCenter: r,
|
|
67
|
-
AlignJustify: m,
|
|
68
|
-
AlignLeft: i,
|
|
69
|
-
AlignMiddle: t,
|
|
70
|
-
AlignRight: e,
|
|
71
|
-
AlignTop: f,
|
|
72
|
-
Asterisk: p,
|
|
73
|
-
Bold: n,
|
|
74
|
-
Book: l,
|
|
75
|
-
Calendar: a,
|
|
76
|
-
CellsMerge: d,
|
|
77
|
-
CellsSplit: g,
|
|
78
|
-
ChevronLeft: s,
|
|
79
|
-
ChevronRight: u,
|
|
80
|
-
Clock: h,
|
|
81
|
-
Code: C,
|
|
82
|
-
CodeXml: A,
|
|
83
|
-
ColumnInsertAfter: c,
|
|
84
|
-
ColumnInsertBefore: S,
|
|
85
|
-
Expand: k,
|
|
86
|
-
Feather: H,
|
|
87
|
-
Files: I,
|
|
88
|
-
Film: L,
|
|
89
|
-
FlipVertical: M,
|
|
90
|
-
Forum: R,
|
|
91
|
-
Gamepad: T,
|
|
92
|
-
Heading: b,
|
|
93
|
-
Heading1: B,
|
|
94
|
-
Heading2: F,
|
|
95
|
-
Heading3: w,
|
|
96
|
-
Heading4: x,
|
|
97
|
-
Heading5: y,
|
|
98
|
-
Heading6: U,
|
|
99
|
-
Image: _,
|
|
100
|
-
IndentDecrease: v,
|
|
101
|
-
Italic: z,
|
|
102
|
-
JoinUp: O,
|
|
103
|
-
Link: P,
|
|
104
|
-
List: j,
|
|
105
|
-
ListOrdered: D,
|
|
106
|
-
Maximize: J,
|
|
107
|
-
Menu: q,
|
|
108
|
-
Minimize: E,
|
|
109
|
-
Pilcrow: G,
|
|
110
|
-
Plus: Q,
|
|
111
|
-
Quote: V,
|
|
112
|
-
Redo: X,
|
|
113
|
-
Rocket: K,
|
|
114
|
-
RowInsertAfter: N,
|
|
115
|
-
RowInsertBefore: W,
|
|
116
|
-
ShowSidebar: Y,
|
|
117
|
-
Shrink: Z,
|
|
118
|
-
SquareDashed: $,
|
|
119
|
-
Strikethrough: oo,
|
|
120
|
-
Table: ro,
|
|
121
|
-
TelefragLogo: mo,
|
|
122
|
-
Trash: io,
|
|
123
|
-
Type: to,
|
|
124
|
-
Underline: eo,
|
|
125
|
-
Undo: fo,
|
|
126
|
-
Users: po
|
|
127
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
128
|
-
export {
|
|
129
|
-
Ar as i
|
|
130
|
-
};
|