@1money/component-ui 0.0.64-alpha.6 → 0.0.64-alpha.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1money/component-ui",
3
- "version": "0.0.64-alpha.6",
3
+ "version": "0.0.64-alpha.8",
4
4
  "description": "React Components based on primereact for 1money front-end projects",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -11765,7 +11765,7 @@
11765
11765
  "type": "ReactNode",
11766
11766
  "optional": true,
11767
11767
  "default": null,
11768
- "description": "Content rendered at the top of the panel, above the search box and the option list (e.g.",
11768
+ "description": "Content rendered at the top of the scrollable option list (e.g.",
11769
11769
  "inheritedFrom": null
11770
11770
  },
11771
11771
  {
@@ -1,28 +0,0 @@
1
- /**
2
- * Retrieves the spacing value for a given token key.
3
- *
4
- * @param {string} $key - The spacing token key (e.g., '100', '200').
5
- * @return {length|null} The computed spacing value or null if the key is invalid.
6
- * @example
7
- * .element {
8
- * padding: om-spacing-token('200'); // Returns 8px if $om-sys-spacing-unit is 4px
9
- * }
10
- */
11
- /**
12
- * Computes the spacing value based on a token key or a direct length value.
13
- *
14
- * @param {string|length} $value - The spacing token key (e.g., '100') or a direct length value (e.g., '16px').
15
- * @return {length} The computed spacing value.
16
- * @example
17
- * .element {
18
- * margin: om-spacing-value('300'); // Returns 12px if $om-sys-spacing-unit is 4px
19
- * padding: om-spacing-value(16px); // Returns 16px
20
- * gap: om-spacing-value(2); // Returns 8px if $om-sys-spacing-unit is 4px
21
- * }
22
- */
23
- .om-country-select .om-component-ui-select-trigger-large {
24
- height: 56px;
25
- }
26
- .om-country-select .om-component-ui-select-trigger-small {
27
- height: 44px;
28
- }
@@ -1,2 +0,0 @@
1
- import './CountrySelect.css';
2
- //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL1NlbGVjdC9Db3VudHJ5L3NyYy9idXNpbmVzcy9TZWxlY3QvQ291bnRyeS9zdHlsZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLHNCQUFzQiIsImZpbGUiOiJidXNpbmVzcy9TZWxlY3QvQ291bnRyeS9zdHlsZS9jc3MuanMiLCJzb3VyY2VzQ29udGVudCI6W251bGxdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
@@ -1 +0,0 @@
1
- import './CountrySelect.css';
@@ -1,2 +0,0 @@
1
- import './CountrySelect.css';
2
- //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL1NlbGVjdC9Db3VudHJ5L3NyYy9idXNpbmVzcy9TZWxlY3QvQ291bnRyeS9zdHlsZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLHNCQUFzQiIsImZpbGUiOiJidXNpbmVzcy9TZWxlY3QvQ291bnRyeS9zdHlsZS9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbbnVsbF0sInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMifQ==
@@ -1,28 +0,0 @@
1
- /**
2
- * Retrieves the spacing value for a given token key.
3
- *
4
- * @param {string} $key - The spacing token key (e.g., '100', '200').
5
- * @return {length|null} The computed spacing value or null if the key is invalid.
6
- * @example
7
- * .element {
8
- * padding: om-spacing-token('200'); // Returns 8px if $om-sys-spacing-unit is 4px
9
- * }
10
- */
11
- /**
12
- * Computes the spacing value based on a token key or a direct length value.
13
- *
14
- * @param {string|length} $value - The spacing token key (e.g., '100') or a direct length value (e.g., '16px').
15
- * @return {length} The computed spacing value.
16
- * @example
17
- * .element {
18
- * margin: om-spacing-value('300'); // Returns 12px if $om-sys-spacing-unit is 4px
19
- * padding: om-spacing-value(16px); // Returns 16px
20
- * gap: om-spacing-value(2); // Returns 8px if $om-sys-spacing-unit is 4px
21
- * }
22
- */
23
- .om-country-select .om-component-ui-select-trigger-large {
24
- height: 56px;
25
- }
26
- .om-country-select .om-component-ui-select-trigger-small {
27
- height: 44px;
28
- }
@@ -1,4 +0,0 @@
1
- "use strict";
2
-
3
- require("./CountrySelect.css");
4
- //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL1NlbGVjdC9Db3VudHJ5L3NyYy9idXNpbmVzcy9TZWxlY3QvQ291bnRyeS9zdHlsZS9pbmRleC50cyJdLCJuYW1lcyI6WyJyZXF1aXJlIl0sIm1hcHBpbmdzIjoiOztBQUFBQSxPQUFBIiwiZmlsZSI6ImJ1c2luZXNzL1NlbGVjdC9Db3VudHJ5L3N0eWxlL2Nzcy5qcyIsInNvdXJjZXNDb250ZW50IjpbbnVsbF0sInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMifQ==
@@ -1 +0,0 @@
1
- import './CountrySelect.css';
@@ -1,4 +0,0 @@
1
- "use strict";
2
-
3
- require("./CountrySelect.css");
4
- //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL1NlbGVjdC9Db3VudHJ5L3NyYy9idXNpbmVzcy9TZWxlY3QvQ291bnRyeS9zdHlsZS9pbmRleC50cyJdLCJuYW1lcyI6WyJyZXF1aXJlIl0sIm1hcHBpbmdzIjoiOztBQUFBQSxPQUFBIiwiZmlsZSI6ImJ1c2luZXNzL1NlbGVjdC9Db3VudHJ5L3N0eWxlL2luZGV4LmpzIiwic291cmNlc0NvbnRlbnQiOltudWxsXSwic291cmNlUm9vdCI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYyJ9