@a-type/ui 6.1.29 → 6.1.31
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/components/dialog/Dialog.module.css +2 -2
- package/dist/components/imageUploader/ImageUploader.module.css +2 -4
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +2 -1
- package/dist/components/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/dialog/Dialog.module.css +2 -2
- package/src/components/imageUploader/ImageUploader.module.css +2 -4
- package/src/components/index.ts +2 -1
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
.actions {
|
|
97
97
|
position: sticky;
|
|
98
98
|
bottom: var(--m-sp-md);
|
|
99
|
+
margin-block-start: var(--m-sp-lg);
|
|
99
100
|
z-index: 100;
|
|
100
101
|
display: flex;
|
|
101
102
|
flex-direction: row;
|
|
@@ -103,14 +104,13 @@
|
|
|
103
104
|
align-items: center;
|
|
104
105
|
justify-content: end;
|
|
105
106
|
align-self: end;
|
|
106
|
-
padding-bottom: 1px;
|
|
107
|
+
padding-bottom: --fn-literal(1px);
|
|
107
108
|
@apply --mx-shadow;
|
|
108
109
|
/* override blur in case user turned it off */
|
|
109
110
|
--mx-shadow-value: 0 calc(-1 * var(--m-shadow-md-y)) 16px
|
|
110
111
|
var(--m-shadow-md-spread) var(--m-gray-paper);
|
|
111
112
|
@apply --mx-bg(var(--m-surface-ambient-bg));
|
|
112
113
|
@apply --mx-bg-faded(50%);
|
|
113
|
-
margin-block-start: var(--m-sp-md);
|
|
114
114
|
gap: var(--m-sp-sm);
|
|
115
115
|
border-radius: var(--m-surface-rd);
|
|
116
116
|
}
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
top: var(--m-sp-sm);
|
|
30
30
|
right: var(--m-sp-sm);
|
|
31
31
|
z-index: 10;
|
|
32
|
-
height: 32px;
|
|
33
|
-
width: 32px;
|
|
32
|
+
height: --fn-literal(32px);
|
|
33
|
+
width: --fn-literal(32px);
|
|
34
34
|
cursor: pointer;
|
|
35
35
|
padding: var(--m-sp-sm);
|
|
36
36
|
@apply --mx-bg(var(--m-surface-ambient-bg));
|
|
@@ -49,8 +49,6 @@
|
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.emptyControls {
|
|
52
|
-
position: absolute;
|
|
53
|
-
inset: 0;
|
|
54
52
|
min-height: 120px;
|
|
55
53
|
display: flex;
|
|
56
54
|
flex-direction: column;
|
|
@@ -14,8 +14,8 @@ export * from './combobox/Combobox.js';
|
|
|
14
14
|
export * from './contextMenu/contextMenu.js';
|
|
15
15
|
export * from './datePicker/index.js';
|
|
16
16
|
export * from './dialog/index.js';
|
|
17
|
-
export * from './drawer/index.js';
|
|
18
17
|
export * from './divider/index.js';
|
|
18
|
+
export * from './drawer/index.js';
|
|
19
19
|
export * from './dropdownMenu/index.js';
|
|
20
20
|
export * from './editableText/EditableText.js';
|
|
21
21
|
export * from './emojiPicker/EmojiPicker.js';
|
|
@@ -29,6 +29,7 @@ export * from './img/Img.js';
|
|
|
29
29
|
export * from './infiniteLoadTrigger/InfiniteLoadTrigger.js';
|
|
30
30
|
export * from './input/index.js';
|
|
31
31
|
export * from './layouts/index.js';
|
|
32
|
+
export * from './lightbox/Lightbox.js';
|
|
32
33
|
export * from './lists/lists.js';
|
|
33
34
|
export * from './liveUpdateTextField/index.js';
|
|
34
35
|
export * from './marquee/marquee.js';
|
package/dist/components/index.js
CHANGED
|
@@ -14,8 +14,8 @@ export * from './combobox/Combobox.js';
|
|
|
14
14
|
export * from './contextMenu/contextMenu.js';
|
|
15
15
|
export * from './datePicker/index.js';
|
|
16
16
|
export * from './dialog/index.js';
|
|
17
|
-
export * from './drawer/index.js';
|
|
18
17
|
export * from './divider/index.js';
|
|
18
|
+
export * from './drawer/index.js';
|
|
19
19
|
export * from './dropdownMenu/index.js';
|
|
20
20
|
export * from './editableText/EditableText.js';
|
|
21
21
|
export * from './emojiPicker/EmojiPicker.js';
|
|
@@ -29,6 +29,7 @@ export * from './img/Img.js';
|
|
|
29
29
|
export * from './infiniteLoadTrigger/InfiniteLoadTrigger.js';
|
|
30
30
|
export * from './input/index.js';
|
|
31
31
|
export * from './layouts/index.js';
|
|
32
|
+
export * from './lightbox/Lightbox.js';
|
|
32
33
|
export * from './lists/lists.js';
|
|
33
34
|
export * from './liveUpdateTextField/index.js';
|
|
34
35
|
export * from './marquee/marquee.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,oCAAoC,CAAC;AACnD,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC;AACzC,cAAc,cAAc,CAAC;AAC7B,cAAc,8CAA8C,CAAC;AAC7D,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oCAAoC,CAAC;AACnD,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC"}
|
package/package.json
CHANGED
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
.actions {
|
|
97
97
|
position: sticky;
|
|
98
98
|
bottom: var(--m-sp-md);
|
|
99
|
+
margin-block-start: var(--m-sp-lg);
|
|
99
100
|
z-index: 100;
|
|
100
101
|
display: flex;
|
|
101
102
|
flex-direction: row;
|
|
@@ -103,14 +104,13 @@
|
|
|
103
104
|
align-items: center;
|
|
104
105
|
justify-content: end;
|
|
105
106
|
align-self: end;
|
|
106
|
-
padding-bottom: 1px;
|
|
107
|
+
padding-bottom: --fn-literal(1px);
|
|
107
108
|
@apply --mx-shadow;
|
|
108
109
|
/* override blur in case user turned it off */
|
|
109
110
|
--mx-shadow-value: 0 calc(-1 * var(--m-shadow-md-y)) 16px
|
|
110
111
|
var(--m-shadow-md-spread) var(--m-gray-paper);
|
|
111
112
|
@apply --mx-bg(var(--m-surface-ambient-bg));
|
|
112
113
|
@apply --mx-bg-faded(50%);
|
|
113
|
-
margin-block-start: var(--m-sp-md);
|
|
114
114
|
gap: var(--m-sp-sm);
|
|
115
115
|
border-radius: var(--m-surface-rd);
|
|
116
116
|
}
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
top: var(--m-sp-sm);
|
|
30
30
|
right: var(--m-sp-sm);
|
|
31
31
|
z-index: 10;
|
|
32
|
-
height: 32px;
|
|
33
|
-
width: 32px;
|
|
32
|
+
height: --fn-literal(32px);
|
|
33
|
+
width: --fn-literal(32px);
|
|
34
34
|
cursor: pointer;
|
|
35
35
|
padding: var(--m-sp-sm);
|
|
36
36
|
@apply --mx-bg(var(--m-surface-ambient-bg));
|
|
@@ -49,8 +49,6 @@
|
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.emptyControls {
|
|
52
|
-
position: absolute;
|
|
53
|
-
inset: 0;
|
|
54
52
|
min-height: 120px;
|
|
55
53
|
display: flex;
|
|
56
54
|
flex-direction: column;
|
package/src/components/index.ts
CHANGED
|
@@ -14,8 +14,8 @@ export * from './combobox/Combobox.js';
|
|
|
14
14
|
export * from './contextMenu/contextMenu.js';
|
|
15
15
|
export * from './datePicker/index.js';
|
|
16
16
|
export * from './dialog/index.js';
|
|
17
|
-
export * from './drawer/index.js';
|
|
18
17
|
export * from './divider/index.js';
|
|
18
|
+
export * from './drawer/index.js';
|
|
19
19
|
export * from './dropdownMenu/index.js';
|
|
20
20
|
export * from './editableText/EditableText.js';
|
|
21
21
|
export * from './emojiPicker/EmojiPicker.js';
|
|
@@ -29,6 +29,7 @@ export * from './img/Img.js';
|
|
|
29
29
|
export * from './infiniteLoadTrigger/InfiniteLoadTrigger.js';
|
|
30
30
|
export * from './input/index.js';
|
|
31
31
|
export * from './layouts/index.js';
|
|
32
|
+
export * from './lightbox/Lightbox.js';
|
|
32
33
|
export * from './lists/lists.js';
|
|
33
34
|
export * from './liveUpdateTextField/index.js';
|
|
34
35
|
export * from './marquee/marquee.js';
|