globuswebcomponents 2.15.0 → 2.15.1

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,101 +1,103 @@
1
1
  # test-button
2
2
 
3
- <!-- Auto Generated Below -->
4
-
5
-
6
- ## Properties
7
-
8
- | Property | Attribute | Description | Type | Default |
9
- | ------------------- | --------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------- |
10
- | `arrow` | `arrow` | | `"bottom_center" \| "bottom_left" \| "bottom_right" \| "center" \| "left" \| "none" \| "right" \| "top_center"` | `'bottom_center'` |
11
- | `destructive` | `destructive` | | `boolean` | `false` |
12
- | `event` | `event` | | `boolean` | `false` |
13
- | `hierarchy` | `hierarchy` | | `"link_color" \| "link_gray" \| "primary" \| "secondary_color" \| "secondary_gray" \| "tertiary_color" \| "tertiary_gray"` | `'primary'` |
14
- | `icon` | `icon` | | `"default" \| "only"` | `'default'` |
15
- | `iconConfig` | -- | | `{ iconLeadingStyle: string; iconLeadingType: string; }` | `undefined` |
16
- | `iconLeading` | `icon-leading` | | `boolean` | `false` |
17
- | `iconLeadingStyle` | `icon-leading-style` | | `string` | `''` |
18
- | `iconLeadingSwap` | `icon-leading-swap` | | `string` | `''` |
19
- | `iconLeadingType` | `icon-leading-type` | | `string` | `''` |
20
- | `iconTrailing` | `icon-trailing` | | `boolean` | `false` |
21
- | `iconTrailingStyle` | `icon-trailing-style` | | `string` | `''` |
22
- | `iconTrailingSwap` | `icon-trailing-swap` | | `string` | `''` |
23
- | `iconTrailingType` | `icon-trailing-type` | | `string` | `''` |
24
- | `rounded` | `rounded` | | `boolean` | `false` |
25
- | `size` | `size` | | `"lg" \| "md" \| "profile_lg" \| "profile_md" \| "profile_sm" \| "sm" \| "xl" \| "xs" \| "xxl" \| "xxs" \| "xxxl" \| "xxxxl"` | `'xl'` |
26
- | `state` | `state` | | `"applied" \| "default" \| "disabled" \| "loading"` | `'default'` |
27
- | `tooltipText` | `tooltip-text` | | `string` | `''` |
28
-
29
-
30
- ## Methods
31
-
32
- ### `getNativeButton() => Promise<HTMLButtonElement | null>`
33
-
34
-
35
-
36
- #### Returns
37
-
38
- Type: `Promise<HTMLButtonElement>`
39
-
40
-
41
-
42
-
43
- ## Dependencies
44
-
45
- ### Used by
46
-
47
- - [gb-action-panel](../gb-action-panel)
48
- - [gb-checkbox-group-item](../gb-checkbox-group-item)
49
- - [gb-comment](../gb-comment)
50
- - [gb-date-picker](../gb-date-picker)
51
- - [gb-detail-cell](../gb-detail-cell)
52
- - [gb-empty-state](../gb-empty-state)
53
- - [gb-file-upload](../gb-file-upload)
54
- - [gb-file-upload-item-base](../gb-file-upload-item-base)
55
- - [gb-filter-button](../gb-filter-button)
56
- - [gb-filter-modal](../gb-filter-modal)
57
- - [gb-input-dropdown](../gb-input-dropdown)
58
- - [gb-input-field](../gb-input-field)
59
- - [gb-modal-action](../gb-modal-action)
60
- - [gb-notification-pane](../gb-notification-pane)
61
- - [gb-pagination](../gb-pagination)
62
- - [gb-password-button](../gb-password-button)
63
- - [gb-prompt-modal](../gb-prompt-modal)
64
- - [gb-table](../gb-table)
65
- - [gb-table-header](../gb-table-header)
66
- - [gb-toast](../gb-toast)
67
-
68
- ### Depends on
69
-
70
- - [gb-tooltip](../gb-tooltip)
71
-
72
- ### Graph
73
- ```mermaid
74
- graph TD;
75
- gb-button --> gb-tooltip
76
- gb-action-panel --> gb-button
77
- gb-checkbox-group-item --> gb-button
78
- gb-comment --> gb-button
79
- gb-date-picker --> gb-button
80
- gb-detail-cell --> gb-button
81
- gb-empty-state --> gb-button
82
- gb-file-upload --> gb-button
83
- gb-file-upload-item-base --> gb-button
84
- gb-filter-button --> gb-button
85
- gb-filter-modal --> gb-button
86
- gb-input-dropdown --> gb-button
87
- gb-input-field --> gb-button
88
- gb-modal-action --> gb-button
89
- gb-notification-pane --> gb-button
90
- gb-pagination --> gb-button
91
- gb-password-button --> gb-button
92
- gb-prompt-modal --> gb-button
93
- gb-table --> gb-button
94
- gb-table-header --> gb-button
95
- gb-toast --> gb-button
96
- style gb-button fill:#f9f,stroke:#333,stroke-width:4px
97
- ```
98
-
99
- ----------------------------------------------
100
-
101
- *Built with [StencilJS](https://stenciljs.com/)*
3
+ <!-- Auto Generated Below -->
4
+
5
+
6
+ ## Properties
7
+
8
+ | Property | Attribute | Description | Type | Default |
9
+ | ------------------- | --------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------- |
10
+ | `arrow` | `arrow` | | `"bottom_center" \| "bottom_left" \| "bottom_right" \| "center" \| "left" \| "none" \| "right" \| "top_center"` | `'bottom_center'` |
11
+ | `destructive` | `destructive` | | `boolean` | `false` |
12
+ | `event` | `event` | | `boolean` | `false` |
13
+ | `hierarchy` | `hierarchy` | | `"link_color" \| "link_gray" \| "primary" \| "secondary_color" \| "secondary_gray" \| "tertiary_color" \| "tertiary_gray"` | `'primary'` |
14
+ | `icon` | `icon` | | `"default" \| "only"` | `'default'` |
15
+ | `iconConfig` | -- | | `{ iconLeadingStyle: string; iconLeadingType: string; }` | `undefined` |
16
+ | `iconLeading` | `icon-leading` | | `boolean` | `false` |
17
+ | `iconLeadingStyle` | `icon-leading-style` | | `string` | `''` |
18
+ | `iconLeadingSwap` | `icon-leading-swap` | | `string` | `''` |
19
+ | `iconLeadingType` | `icon-leading-type` | | `string` | `''` |
20
+ | `iconTrailing` | `icon-trailing` | | `boolean` | `false` |
21
+ | `iconTrailingStyle` | `icon-trailing-style` | | `string` | `''` |
22
+ | `iconTrailingSwap` | `icon-trailing-swap` | | `string` | `''` |
23
+ | `iconTrailingType` | `icon-trailing-type` | | `string` | `''` |
24
+ | `rounded` | `rounded` | | `boolean` | `false` |
25
+ | `size` | `size` | | `"lg" \| "md" \| "profile_lg" \| "profile_md" \| "profile_sm" \| "sm" \| "xl" \| "xs" \| "xxl" \| "xxs" \| "xxxl" \| "xxxxl"` | `'xl'` |
26
+ | `state` | `state` | | `"applied" \| "default" \| "disabled" \| "loading"` | `'default'` |
27
+ | `tooltipText` | `tooltip-text` | | `string` | `''` |
28
+
29
+
30
+ ## Methods
31
+
32
+ ### `getNativeButton() => Promise<HTMLButtonElement | null>`
33
+
34
+
35
+
36
+ #### Returns
37
+
38
+ Type: `Promise<HTMLButtonElement>`
39
+
40
+
41
+
42
+
43
+ ## Dependencies
44
+
45
+ ### Used by
46
+
47
+ - [gb-action-panel](../gb-action-panel)
48
+ - [gb-checkbox-group-item](../gb-checkbox-group-item)
49
+ - [gb-comment](../gb-comment)
50
+ - [gb-date-picker](../gb-date-picker)
51
+ - [gb-detail-cell](../gb-detail-cell)
52
+ - [gb-empty-state](../gb-empty-state)
53
+ - [gb-file-upload](../gb-file-upload)
54
+ - [gb-file-upload-item-base](../gb-file-upload-item-base)
55
+ - [gb-filter-button](../gb-filter-button)
56
+ - [gb-filter-modal](../gb-filter-modal)
57
+ - [gb-input-dropdown](../gb-input-dropdown)
58
+ - [gb-input-dropdown-test](../gb-input-dropdown copy)
59
+ - [gb-input-field](../gb-input-field)
60
+ - [gb-modal-action](../gb-modal-action)
61
+ - [gb-notification-pane](../gb-notification-pane)
62
+ - [gb-pagination](../gb-pagination)
63
+ - [gb-password-button](../gb-password-button)
64
+ - [gb-prompt-modal](../gb-prompt-modal)
65
+ - [gb-table](../gb-table)
66
+ - [gb-table-header](../gb-table-header)
67
+ - [gb-toast](../gb-toast)
68
+
69
+ ### Depends on
70
+
71
+ - [gb-tooltip](../gb-tooltip)
72
+
73
+ ### Graph
74
+ ```mermaid
75
+ graph TD;
76
+ gb-button --> gb-tooltip
77
+ gb-action-panel --> gb-button
78
+ gb-checkbox-group-item --> gb-button
79
+ gb-comment --> gb-button
80
+ gb-date-picker --> gb-button
81
+ gb-detail-cell --> gb-button
82
+ gb-empty-state --> gb-button
83
+ gb-file-upload --> gb-button
84
+ gb-file-upload-item-base --> gb-button
85
+ gb-filter-button --> gb-button
86
+ gb-filter-modal --> gb-button
87
+ gb-input-dropdown --> gb-button
88
+ gb-input-dropdown-test --> gb-button
89
+ gb-input-field --> gb-button
90
+ gb-modal-action --> gb-button
91
+ gb-notification-pane --> gb-button
92
+ gb-pagination --> gb-button
93
+ gb-password-button --> gb-button
94
+ gb-prompt-modal --> gb-button
95
+ gb-table --> gb-button
96
+ gb-table-header --> gb-button
97
+ gb-toast --> gb-button
98
+ style gb-button fill:#f9f,stroke:#333,stroke-width:4px
99
+ ```
100
+
101
+ ----------------------------------------------
102
+
103
+ *Built with [StencilJS](https://stenciljs.com/)*
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-05-12T13:35:06",
2
+ "timestamp": "2026-05-12T14:29:41",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.38.3",
@@ -1,101 +1,103 @@
1
1
  # test-button
2
2
 
3
- <!-- Auto Generated Below -->
4
-
5
-
6
- ## Properties
7
-
8
- | Property | Attribute | Description | Type | Default |
9
- | ------------------- | --------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------- |
10
- | `arrow` | `arrow` | | `"bottom_center" \| "bottom_left" \| "bottom_right" \| "center" \| "left" \| "none" \| "right" \| "top_center"` | `'bottom_center'` |
11
- | `destructive` | `destructive` | | `boolean` | `false` |
12
- | `event` | `event` | | `boolean` | `false` |
13
- | `hierarchy` | `hierarchy` | | `"link_color" \| "link_gray" \| "primary" \| "secondary_color" \| "secondary_gray" \| "tertiary_color" \| "tertiary_gray"` | `'primary'` |
14
- | `icon` | `icon` | | `"default" \| "only"` | `'default'` |
15
- | `iconConfig` | -- | | `{ iconLeadingStyle: string; iconLeadingType: string; }` | `undefined` |
16
- | `iconLeading` | `icon-leading` | | `boolean` | `false` |
17
- | `iconLeadingStyle` | `icon-leading-style` | | `string` | `''` |
18
- | `iconLeadingSwap` | `icon-leading-swap` | | `string` | `''` |
19
- | `iconLeadingType` | `icon-leading-type` | | `string` | `''` |
20
- | `iconTrailing` | `icon-trailing` | | `boolean` | `false` |
21
- | `iconTrailingStyle` | `icon-trailing-style` | | `string` | `''` |
22
- | `iconTrailingSwap` | `icon-trailing-swap` | | `string` | `''` |
23
- | `iconTrailingType` | `icon-trailing-type` | | `string` | `''` |
24
- | `rounded` | `rounded` | | `boolean` | `false` |
25
- | `size` | `size` | | `"lg" \| "md" \| "profile_lg" \| "profile_md" \| "profile_sm" \| "sm" \| "xl" \| "xs" \| "xxl" \| "xxs" \| "xxxl" \| "xxxxl"` | `'xl'` |
26
- | `state` | `state` | | `"applied" \| "default" \| "disabled" \| "loading"` | `'default'` |
27
- | `tooltipText` | `tooltip-text` | | `string` | `''` |
28
-
29
-
30
- ## Methods
31
-
32
- ### `getNativeButton() => Promise<HTMLButtonElement | null>`
33
-
34
-
35
-
36
- #### Returns
37
-
38
- Type: `Promise<HTMLButtonElement>`
39
-
40
-
41
-
42
-
43
- ## Dependencies
44
-
45
- ### Used by
46
-
47
- - [gb-action-panel](../gb-action-panel)
48
- - [gb-checkbox-group-item](../gb-checkbox-group-item)
49
- - [gb-comment](../gb-comment)
50
- - [gb-date-picker](../gb-date-picker)
51
- - [gb-detail-cell](../gb-detail-cell)
52
- - [gb-empty-state](../gb-empty-state)
53
- - [gb-file-upload](../gb-file-upload)
54
- - [gb-file-upload-item-base](../gb-file-upload-item-base)
55
- - [gb-filter-button](../gb-filter-button)
56
- - [gb-filter-modal](../gb-filter-modal)
57
- - [gb-input-dropdown](../gb-input-dropdown)
58
- - [gb-input-field](../gb-input-field)
59
- - [gb-modal-action](../gb-modal-action)
60
- - [gb-notification-pane](../gb-notification-pane)
61
- - [gb-pagination](../gb-pagination)
62
- - [gb-password-button](../gb-password-button)
63
- - [gb-prompt-modal](../gb-prompt-modal)
64
- - [gb-table](../gb-table)
65
- - [gb-table-header](../gb-table-header)
66
- - [gb-toast](../gb-toast)
67
-
68
- ### Depends on
69
-
70
- - [gb-tooltip](../gb-tooltip)
71
-
72
- ### Graph
73
- ```mermaid
74
- graph TD;
75
- gb-button --> gb-tooltip
76
- gb-action-panel --> gb-button
77
- gb-checkbox-group-item --> gb-button
78
- gb-comment --> gb-button
79
- gb-date-picker --> gb-button
80
- gb-detail-cell --> gb-button
81
- gb-empty-state --> gb-button
82
- gb-file-upload --> gb-button
83
- gb-file-upload-item-base --> gb-button
84
- gb-filter-button --> gb-button
85
- gb-filter-modal --> gb-button
86
- gb-input-dropdown --> gb-button
87
- gb-input-field --> gb-button
88
- gb-modal-action --> gb-button
89
- gb-notification-pane --> gb-button
90
- gb-pagination --> gb-button
91
- gb-password-button --> gb-button
92
- gb-prompt-modal --> gb-button
93
- gb-table --> gb-button
94
- gb-table-header --> gb-button
95
- gb-toast --> gb-button
96
- style gb-button fill:#f9f,stroke:#333,stroke-width:4px
97
- ```
98
-
99
- ----------------------------------------------
100
-
101
- *Built with [StencilJS](https://stenciljs.com/)*
3
+ <!-- Auto Generated Below -->
4
+
5
+
6
+ ## Properties
7
+
8
+ | Property | Attribute | Description | Type | Default |
9
+ | ------------------- | --------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------- |
10
+ | `arrow` | `arrow` | | `"bottom_center" \| "bottom_left" \| "bottom_right" \| "center" \| "left" \| "none" \| "right" \| "top_center"` | `'bottom_center'` |
11
+ | `destructive` | `destructive` | | `boolean` | `false` |
12
+ | `event` | `event` | | `boolean` | `false` |
13
+ | `hierarchy` | `hierarchy` | | `"link_color" \| "link_gray" \| "primary" \| "secondary_color" \| "secondary_gray" \| "tertiary_color" \| "tertiary_gray"` | `'primary'` |
14
+ | `icon` | `icon` | | `"default" \| "only"` | `'default'` |
15
+ | `iconConfig` | -- | | `{ iconLeadingStyle: string; iconLeadingType: string; }` | `undefined` |
16
+ | `iconLeading` | `icon-leading` | | `boolean` | `false` |
17
+ | `iconLeadingStyle` | `icon-leading-style` | | `string` | `''` |
18
+ | `iconLeadingSwap` | `icon-leading-swap` | | `string` | `''` |
19
+ | `iconLeadingType` | `icon-leading-type` | | `string` | `''` |
20
+ | `iconTrailing` | `icon-trailing` | | `boolean` | `false` |
21
+ | `iconTrailingStyle` | `icon-trailing-style` | | `string` | `''` |
22
+ | `iconTrailingSwap` | `icon-trailing-swap` | | `string` | `''` |
23
+ | `iconTrailingType` | `icon-trailing-type` | | `string` | `''` |
24
+ | `rounded` | `rounded` | | `boolean` | `false` |
25
+ | `size` | `size` | | `"lg" \| "md" \| "profile_lg" \| "profile_md" \| "profile_sm" \| "sm" \| "xl" \| "xs" \| "xxl" \| "xxs" \| "xxxl" \| "xxxxl"` | `'xl'` |
26
+ | `state` | `state` | | `"applied" \| "default" \| "disabled" \| "loading"` | `'default'` |
27
+ | `tooltipText` | `tooltip-text` | | `string` | `''` |
28
+
29
+
30
+ ## Methods
31
+
32
+ ### `getNativeButton() => Promise<HTMLButtonElement | null>`
33
+
34
+
35
+
36
+ #### Returns
37
+
38
+ Type: `Promise<HTMLButtonElement>`
39
+
40
+
41
+
42
+
43
+ ## Dependencies
44
+
45
+ ### Used by
46
+
47
+ - [gb-action-panel](../gb-action-panel)
48
+ - [gb-checkbox-group-item](../gb-checkbox-group-item)
49
+ - [gb-comment](../gb-comment)
50
+ - [gb-date-picker](../gb-date-picker)
51
+ - [gb-detail-cell](../gb-detail-cell)
52
+ - [gb-empty-state](../gb-empty-state)
53
+ - [gb-file-upload](../gb-file-upload)
54
+ - [gb-file-upload-item-base](../gb-file-upload-item-base)
55
+ - [gb-filter-button](../gb-filter-button)
56
+ - [gb-filter-modal](../gb-filter-modal)
57
+ - [gb-input-dropdown](../gb-input-dropdown)
58
+ - [gb-input-dropdown-test](../gb-input-dropdown copy)
59
+ - [gb-input-field](../gb-input-field)
60
+ - [gb-modal-action](../gb-modal-action)
61
+ - [gb-notification-pane](../gb-notification-pane)
62
+ - [gb-pagination](../gb-pagination)
63
+ - [gb-password-button](../gb-password-button)
64
+ - [gb-prompt-modal](../gb-prompt-modal)
65
+ - [gb-table](../gb-table)
66
+ - [gb-table-header](../gb-table-header)
67
+ - [gb-toast](../gb-toast)
68
+
69
+ ### Depends on
70
+
71
+ - [gb-tooltip](../gb-tooltip)
72
+
73
+ ### Graph
74
+ ```mermaid
75
+ graph TD;
76
+ gb-button --> gb-tooltip
77
+ gb-action-panel --> gb-button
78
+ gb-checkbox-group-item --> gb-button
79
+ gb-comment --> gb-button
80
+ gb-date-picker --> gb-button
81
+ gb-detail-cell --> gb-button
82
+ gb-empty-state --> gb-button
83
+ gb-file-upload --> gb-button
84
+ gb-file-upload-item-base --> gb-button
85
+ gb-filter-button --> gb-button
86
+ gb-filter-modal --> gb-button
87
+ gb-input-dropdown --> gb-button
88
+ gb-input-dropdown-test --> gb-button
89
+ gb-input-field --> gb-button
90
+ gb-modal-action --> gb-button
91
+ gb-notification-pane --> gb-button
92
+ gb-pagination --> gb-button
93
+ gb-password-button --> gb-button
94
+ gb-prompt-modal --> gb-button
95
+ gb-table --> gb-button
96
+ gb-table-header --> gb-button
97
+ gb-toast --> gb-button
98
+ style gb-button fill:#f9f,stroke:#333,stroke-width:4px
99
+ ```
100
+
101
+ ----------------------------------------------
102
+
103
+ *Built with [StencilJS](https://stenciljs.com/)*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globuswebcomponents",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
4
4
  "description": "Globus One",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -16,7 +16,9 @@
16
16
  "./global/global.css": "./dist/collection/global/global.css",
17
17
  "./global/spacing.css": "./dist/collection/global/spacing.css",
18
18
  "./global/typography.css": "./dist/collection/global/typography.css",
19
+ "./global/*": "./dist/collection/global/*",
19
20
  "./tailwind.preset": "./tailwind.preset.js",
21
+ "./tailwind.preset.js": "./tailwind.preset.js",
20
22
  "./my-component": {
21
23
  "import": "./dist/components/my-component.js",
22
24
  "types": "./dist/components/my-component.d.ts"