@alxgrn/telefrag-ui 0.0.38 → 0.0.40

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.
@@ -1 +1 @@
1
- :root{--alxgrn-menu-bg-hover: var(--alxgrn-bg-active);--alxgrn-menu-color-separator: var(--alxgrn-border);--alxgrn-menu-color-disabled: var(--alxgrn-border)}.Popup .Menu{position:relative;overflow:auto;margin:var(--alxgrn-unit-small);margin-right:var(--alxgrn-unit-smallest);width:100%}.Popup .Menu ul{margin:0;padding:0 var(--alxgrn-unit-smallest) 0 0;list-style-type:none}.Popup .Menu ul li{display:flex;cursor:pointer;align-items:center;color:var(--alxgrn-color-text);padding:var(--alxgrn-unit-half);border-radius:var(--alxgrn-unit-small);white-space:nowrap;gap:var(--alxgrn-unit-half)}.Popup .Menu ul li .Icon{flex:0 0 auto;font-size:var(--alxgrn-font-size-large);display:flex}.Popup .Menu ul li .Text{flex:1 1 auto;font-size:var(--alxgrn-font-size-small);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Popup .Menu ul li:hover{background-color:var(--alxgrn-menu-bg-hover)}.Popup .Menu ul li:hover .Icon{color:var(--alxgrn-color-accent)}.Popup .Menu ul li.Separator{cursor:auto;padding:0;margin:var(--alxgrn-unit-half) var(--alxgrn-unit-small);border-top:1px solid var(--alxgrn-menu-color-separator);border-radius:0;height:0;overflow:hidden}.Popup .Menu ul li.Separator:hover{background-color:transparent}.Popup .Menu ul li.Disabled{color:var(--alxgrn-menu-color-disabled);cursor:default}
1
+ :root{--alxgrn-menu-bg-hover: var(--alxgrn-bg-active);--alxgrn-menu-color-separator: var(--alxgrn-border);--alxgrn-menu-color-disabled: var(--alxgrn-border)}.Popup .Menu{position:relative;overflow:auto;margin:var(--alxgrn-unit-small);margin-right:var(--alxgrn-unit-smallest);width:100%}.Popup .Menu ul{margin:0;padding:0 var(--alxgrn-unit-smallest) 0 0;list-style-type:none}.Popup .Menu ul li{display:flex;cursor:pointer;align-items:center;color:var(--alxgrn-color-text);padding:var(--alxgrn-unit-half);border-radius:var(--alxgrn-unit-small);white-space:nowrap;gap:var(--alxgrn-unit-half)}.Popup .Menu ul li .Icon{flex:0 0 auto;font-size:var(--alxgrn-font-size-large);display:flex}.Popup .Menu ul li .Text{flex:1 1 auto;font-size:var(--alxgrn-font-size-small);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Popup .Menu ul li:hover{background-color:var(--alxgrn-menu-bg-hover)}.Popup .Menu ul li:hover .Icon{color:var(--alxgrn-color-accent)}.Popup .Menu ul li.Separator{cursor:auto;padding:0;margin:var(--alxgrn-unit-half) var(--alxgrn-unit-small);border-top:1px solid var(--alxgrn-menu-color-separator);border-radius:0;height:0;overflow:hidden}.Popup .Menu ul li.Separator:hover{background-color:transparent}.Popup .Menu ul li.Disabled,.Popup .Menu ul li.Disabled:hover .Icon{color:var(--alxgrn-menu-color-disabled);cursor:default}.Popup .Menu ul li.Disabled:hover{background-color:transparent}
@@ -0,0 +1,2 @@
1
+ declare const Table: () => import("react/jsx-runtime").JSX.Element;
2
+ export default Table;
@@ -0,0 +1,24 @@
1
+ import { jsxs as e, jsx as t } from "react/jsx-runtime";
2
+ const r = () => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ stroke: "currentColor",
6
+ fill: "none",
7
+ strokeWidth: "2",
8
+ viewBox: "0 0 24 24",
9
+ strokeLinecap: "round",
10
+ strokeLinejoin: "round",
11
+ height: "1em",
12
+ width: "1em",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ children: [
15
+ /* @__PURE__ */ t("path", { d: "M12 3v18" }),
16
+ /* @__PURE__ */ t("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
17
+ /* @__PURE__ */ t("path", { d: "M3 9h18" }),
18
+ /* @__PURE__ */ t("path", { d: "M3 15h18" })
19
+ ]
20
+ }
21
+ );
22
+ export {
23
+ r as default
24
+ };
@@ -0,0 +1,2 @@
1
+ declare const Type: () => import("react/jsx-runtime").JSX.Element;
2
+ export default Type;
@@ -0,0 +1,23 @@
1
+ import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
+ const t = () => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ stroke: "currentColor",
6
+ fill: "none",
7
+ strokeWidth: "2",
8
+ viewBox: "0 0 24 24",
9
+ strokeLinecap: "round",
10
+ strokeLinejoin: "round",
11
+ height: "1em",
12
+ width: "1em",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ children: [
15
+ /* @__PURE__ */ e("polyline", { points: "4 7 4 4 20 4 20 7" }),
16
+ /* @__PURE__ */ e("line", { x1: "9", x2: "15", y1: "20", y2: "20" }),
17
+ /* @__PURE__ */ e("line", { x1: "12", x2: "12", y1: "4", y2: "20" })
18
+ ]
19
+ }
20
+ );
21
+ export {
22
+ t as default
23
+ };
@@ -36,9 +36,11 @@ import { default as Rocket } from './Rocket';
36
36
  import { default as ShowSidebar } from './ShowSidebar';
37
37
  import { default as SquareDashed } from './SquareDashed';
38
38
  import { default as Strikethrough } from './Strikethrough';
39
+ import { default as Table } from './Table';
39
40
  import { default as TelefragLogo } from './TelefragLogo';
40
41
  import { default as Trash } from './Trash';
42
+ import { default as Type } from './Type';
41
43
  import { default as Underline } from './Underline';
42
44
  import { default as Undo } from './Undo';
43
45
  import { default as Users } from './Users';
44
- export { Asterisk, Bold, Book, Calendar, ChevronLeft, ChevronRight, Clock, Code, CodeXml, Feather, Files, Film, FlipVertical, Forum, Gamepad, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Image, IndentDecrease, Italic, JoinUp, Link, List, ListOrdered, Menu, Pilcrow, Plus, Quote, Redo, Rocket, ShowSidebar, SquareDashed, Strikethrough, TelefragLogo, Trash, Underline, Undo, Users, };
46
+ export { Asterisk, Bold, Book, Calendar, ChevronLeft, ChevronRight, Clock, Code, CodeXml, Feather, Files, Film, FlipVertical, Forum, Gamepad, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Image, IndentDecrease, Italic, JoinUp, Link, List, ListOrdered, Menu, Pilcrow, Plus, Quote, Redo, Rocket, ShowSidebar, SquareDashed, Strikethrough, Table, TelefragLogo, Trash, Type, Underline, Undo, Users, };
@@ -9,17 +9,17 @@ import { default as h } from "./Code.js";
9
9
  import { default as c } from "./CodeXml.js";
10
10
  import { default as C } from "./Feather.js";
11
11
  import { default as L } from "./Files.js";
12
- import { default as U } from "./Film.js";
13
- import { default as R } from "./FlipVertical.js";
14
- import { default as w } from "./Forum.js";
15
- import { default as D } from "./Gamepad.js";
16
- import { default as T } from "./Heading.js";
12
+ import { default as T } from "./Film.js";
13
+ import { default as I } from "./FlipVertical.js";
14
+ import { default as b } from "./Forum.js";
15
+ import { default as w } from "./Gamepad.js";
16
+ import { default as D } from "./Heading.js";
17
17
  import { default as q } from "./Heading1.js";
18
- import { default as G } from "./Heading2.js";
19
- import { default as M } from "./Heading3.js";
20
- import { default as Q } from "./Heading4.js";
21
- import { default as X } from "./Heading5.js";
22
- import { default as y } from "./Heading6.js";
18
+ import { default as A } from "./Heading2.js";
19
+ import { default as J } from "./Heading3.js";
20
+ import { default as O } from "./Heading4.js";
21
+ import { default as V } from "./Heading5.js";
22
+ import { default as j } from "./Heading6.js";
23
23
  import { default as E } from "./Image.js";
24
24
  import { default as N } from "./IndentDecrease.js";
25
25
  import { default as Y } from "./Italic.js";
@@ -36,11 +36,13 @@ import { default as he } from "./Rocket.js";
36
36
  import { default as ce } from "./ShowSidebar.js";
37
37
  import { default as Ce } from "./SquareDashed.js";
38
38
  import { default as Le } from "./Strikethrough.js";
39
- import { default as Ue } from "./TelefragLogo.js";
40
- import { default as Re } from "./Trash.js";
41
- import { default as we } from "./Underline.js";
42
- import { default as De } from "./Undo.js";
43
- import { default as Te } from "./Users.js";
39
+ import { default as Te } from "./Table.js";
40
+ import { default as Ie } from "./TelefragLogo.js";
41
+ import { default as be } from "./Trash.js";
42
+ import { default as we } from "./Type.js";
43
+ import { default as De } from "./Underline.js";
44
+ import { default as qe } from "./Undo.js";
45
+ import { default as Ae } from "./Users.js";
44
46
  export {
45
47
  o as Asterisk,
46
48
  t as Bold,
@@ -53,17 +55,17 @@ export {
53
55
  c as CodeXml,
54
56
  C as Feather,
55
57
  L as Files,
56
- U as Film,
57
- R as FlipVertical,
58
- w as Forum,
59
- D as Gamepad,
60
- T as Heading,
58
+ T as Film,
59
+ I as FlipVertical,
60
+ b as Forum,
61
+ w as Gamepad,
62
+ D as Heading,
61
63
  q as Heading1,
62
- G as Heading2,
63
- M as Heading3,
64
- Q as Heading4,
65
- X as Heading5,
66
- y as Heading6,
64
+ A as Heading2,
65
+ J as Heading3,
66
+ O as Heading4,
67
+ V as Heading5,
68
+ j as Heading6,
67
69
  E as Image,
68
70
  N as IndentDecrease,
69
71
  Y as Italic,
@@ -80,9 +82,11 @@ export {
80
82
  ce as ShowSidebar,
81
83
  Ce as SquareDashed,
82
84
  Le as Strikethrough,
83
- Ue as TelefragLogo,
84
- Re as Trash,
85
- we as Underline,
86
- De as Undo,
87
- Te as Users
85
+ Te as Table,
86
+ Ie as TelefragLogo,
87
+ be as Trash,
88
+ we as Type,
89
+ De as Underline,
90
+ qe as Undo,
91
+ Ae as Users
88
92
  };
@@ -19,29 +19,31 @@ import H from "./components/icons/Heading2.js";
19
19
  import k from "./components/icons/Heading3.js";
20
20
  import C from "./components/icons/Heading4.js";
21
21
  import S from "./components/icons/Heading5.js";
22
- import F from "./components/icons/Heading6.js";
23
- import L from "./components/icons/Image.js";
24
- import b from "./components/icons/IndentDecrease.js";
25
- import U from "./components/icons/Italic.js";
26
- import _ from "./components/icons/JoinUp.js";
27
- import v from "./components/icons/Link.js";
28
- import I from "./components/icons/List.js";
29
- import O from "./components/icons/ListOrdered.js";
30
- import P from "./components/icons/Menu.js";
31
- import R from "./components/icons/Pilcrow.js";
32
- import T from "./components/icons/Plus.js";
33
- import j from "./components/icons/Quote.js";
34
- import w from "./components/icons/Redo.js";
35
- import x from "./components/icons/Rocket.js";
36
- import y from "./components/icons/ShowSidebar.js";
22
+ import b from "./components/icons/Heading6.js";
23
+ import F from "./components/icons/Image.js";
24
+ import L from "./components/icons/IndentDecrease.js";
25
+ import T from "./components/icons/Italic.js";
26
+ import U from "./components/icons/JoinUp.js";
27
+ import _ from "./components/icons/Link.js";
28
+ import v from "./components/icons/List.js";
29
+ import y from "./components/icons/ListOrdered.js";
30
+ import I from "./components/icons/Menu.js";
31
+ import O from "./components/icons/Pilcrow.js";
32
+ import P from "./components/icons/Plus.js";
33
+ import R from "./components/icons/Quote.js";
34
+ import j from "./components/icons/Redo.js";
35
+ import w from "./components/icons/Rocket.js";
36
+ import x from "./components/icons/ShowSidebar.js";
37
37
  import B from "./components/icons/SquareDashed.js";
38
38
  import D from "./components/icons/Strikethrough.js";
39
- import M from "./components/icons/TelefragLogo.js";
40
- import q from "./components/icons/Trash.js";
41
- import z from "./components/icons/Underline.js";
42
- import A from "./components/icons/Undo.js";
43
- import G from "./components/icons/Users.js";
44
- const wo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
39
+ import M from "./components/icons/Table.js";
40
+ import q from "./components/icons/TelefragLogo.js";
41
+ import z from "./components/icons/Trash.js";
42
+ import A from "./components/icons/Type.js";
43
+ import G from "./components/icons/Underline.js";
44
+ import J from "./components/icons/Undo.js";
45
+ import Q from "./components/icons/Users.js";
46
+ const Do = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45
47
  __proto__: null,
46
48
  Asterisk: o,
47
49
  Bold: r,
@@ -64,29 +66,31 @@ const wo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
64
66
  Heading3: k,
65
67
  Heading4: C,
66
68
  Heading5: S,
67
- Heading6: F,
68
- Image: L,
69
- IndentDecrease: b,
70
- Italic: U,
71
- JoinUp: _,
72
- Link: v,
73
- List: I,
74
- ListOrdered: O,
75
- Menu: P,
76
- Pilcrow: R,
77
- Plus: T,
78
- Quote: j,
79
- Redo: w,
80
- Rocket: x,
81
- ShowSidebar: y,
69
+ Heading6: b,
70
+ Image: F,
71
+ IndentDecrease: L,
72
+ Italic: T,
73
+ JoinUp: U,
74
+ Link: _,
75
+ List: v,
76
+ ListOrdered: y,
77
+ Menu: I,
78
+ Pilcrow: O,
79
+ Plus: P,
80
+ Quote: R,
81
+ Redo: j,
82
+ Rocket: w,
83
+ ShowSidebar: x,
82
84
  SquareDashed: B,
83
85
  Strikethrough: D,
84
- TelefragLogo: M,
85
- Trash: q,
86
- Underline: z,
87
- Undo: A,
88
- Users: G
86
+ Table: M,
87
+ TelefragLogo: q,
88
+ Trash: z,
89
+ Type: A,
90
+ Underline: G,
91
+ Undo: J,
92
+ Users: Q
89
93
  }, Symbol.toStringTag, { value: "Module" }));
90
94
  export {
91
- wo as i
95
+ Do as i
92
96
  };
package/dist/main.js CHANGED
@@ -32,7 +32,7 @@ import { default as po } from "./components/ui/editable/Editable.js";
32
32
  import { default as lo } from "./components/layout/Layout.js";
33
33
  import { default as uo } from "./components/layout/Page.js";
34
34
  import { default as no } from "./components/layout/PageHeader.js";
35
- import { i as co } from "./index-BHO__0Wk.js";
35
+ import { i as co } from "./index-DPxxuJZP.js";
36
36
  export {
37
37
  $ as Alert,
38
38
  q as Block,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alxgrn/telefrag-ui",
3
3
  "description": "UI library for The Daily Telefrag project",
4
- "version": "0.0.38",
4
+ "version": "0.0.40",
5
5
  "private": false,
6
6
  "author": "Alexander Fedorov <alex@molner.ru>",
7
7
  "license": "Apache-2.0",