@wavemaker/foundation-css 11.14.3-rc.6401 → 11.15.0-2.247
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/cjs/foundation-css.cjs +92 -33
- package/cjs/src_tokens_mobile_components_accordion_accordion_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_anchor_anchor_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_bottomsheet_bottomsheet_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_button-group_button-group_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_button_button_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_calendar_calendar_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_camera_camera_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_cards_cards_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_carousel_carousel_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_container_container_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_fileupload_fileupload_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_form-controls_form-controls_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_label_label_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_list_list_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_lottie_lottie_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_modal-dialog_modal-dialog_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_nav_nav_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_navbar_navbar_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_navitem_navitem_json.foundation-css.cjs +14 -0
- package/cjs/src_tokens_mobile_components_panel-footer_panel-footer_json.foundation-css.cjs +14 -0
- package/cjs/src_tokens_mobile_components_panel_panel_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_picture_picture_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_popover_popover_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_search_search_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_switch_switch_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_tabbar_tabbar_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_tabs_tabs_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_tile_tile_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_toggle_toggle_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_mobile_components_webview_webview_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_button_button_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_calendar_calendar_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_cards_cards_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_checkbox_checkbox_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_data-table_data-table_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_dropdown-menu_dropdown-menu_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_form-controls_form-controls_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_iconbutton-toggleable_iconbutton-toggleable_json.foundation-css.cjs +14 -0
- package/cjs/src_tokens_web_components_page-content_page-content_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_page-left-nav_page-left-nav_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_page-right-nav_page-right-nav_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_popover_popover_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_progress-circle_progress-circle_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_rating_rating_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_slider_slider_json.foundation-css.cjs +14 -0
- package/cjs/src_tokens_web_components_switch_switch_json.foundation-css.cjs +1 -1
- package/cjs/src_tokens_web_components_tabs_tabs_json.foundation-css.cjs +1 -1
- package/foundation/foundation.css +669 -179
- package/foundation/foundation.min.css +1 -1
- package/native_mobile.index.d.ts +20 -0
- package/native_mobile.index.js +29 -3
- package/native_mobile.index.js.map +1 -1
- package/npm-shrinkwrap.json +44 -50
- package/package-lock.json +44 -50
- package/package.json +8 -7
- package/src/styles/mobile/components/advanced/carousel.less +10 -0
- package/src/styles/mobile/components/advanced/webview.less +6 -2
- package/src/styles/mobile/components/basic/anchor.less +2 -2
- package/src/styles/mobile/components/basic/bottomsheet.less +6 -0
- package/src/styles/mobile/components/basic/button.less +17 -5
- package/src/styles/mobile/components/basic/buttongroup.less +22 -6
- package/src/styles/mobile/components/basic/label.less +150 -15
- package/src/styles/mobile/components/basic/lottie.less +6 -3
- package/src/styles/mobile/components/basic/picture.less +9 -0
- package/src/styles/mobile/components/basic/search.less +21 -2
- package/src/styles/mobile/components/container/panel/panel-footer.less +13 -1
- package/src/styles/mobile/components/container/panel.less +31 -34
- package/src/styles/mobile/components/container/tabs/tab-header.less +11 -5
- package/src/styles/mobile/components/container/tabs.less +2 -0
- package/src/styles/mobile/components/container.less +16 -4
- package/src/styles/mobile/components/data/card.less +4 -1
- package/src/styles/mobile/components/data/form.less +75 -30
- package/src/styles/mobile/components/data/list.less +10 -45
- package/src/styles/mobile/components/device/camera.less +4 -3
- package/src/styles/mobile/components/dialogs/dialog.less +56 -12
- package/src/styles/mobile/components/input/calendar.less +0 -1
- package/src/styles/mobile/components/input/fileupload.less +1 -0
- package/src/styles/mobile/components/input/switch.less +8 -0
- package/src/styles/mobile/components/input/toggle.less +2 -0
- package/src/styles/mobile/components/navigation/appnavbar.less +12 -4
- package/src/styles/mobile/components/navigation/navitem.less +78 -17
- package/src/styles/mobile/components/navigation/popover.less +19 -4
- package/src/styles/mobile/components/page/tabbar.less +13 -2
- package/src/styles/mobile/components/tokens.light.css +206 -383
- package/src/styles/mobile/components/variables/carousel.variant.less +8 -0
- package/src/styles/mobile/components/variables/container.variant.less +26 -3
- package/src/styles/mobile/components/variables/form-controls.variant.less +8 -2
- package/src/styles/mobile/components/variables/label.variant.less +35 -4
- package/src/styles/mobile/components/variables/navitem.variant.less +14 -0
- package/src/styles/mobile/components/variables/panel.variant.less +16 -8
- package/src/styles/mobile/components/variables/picture.variant.less +2 -2
- package/src/styles/mobile/components/variables/switch.variant.less +6 -1
- package/src/styles/mobile/components/variables/tabs.variant.less +6 -2
- package/src/styles/mobile/components/variables/toggle.variant.less +8 -0
- package/src/styles/mobile/studio/advanced/styles.less +1 -0
- package/src/styles/mobile/studio/advanced/webview.less +7 -0
- package/src/styles/mobile/studio/basic/button-group.less +3 -1
- package/src/styles/mobile/studio/basic/label.less +22 -7
- package/src/styles/mobile/studio/basic/message.less +6 -0
- package/src/styles/mobile/studio/basic/picture.less +6 -0
- package/src/styles/mobile/studio/basic/search.less +8 -0
- package/src/styles/mobile/studio/container/container.less +10 -3
- package/src/styles/mobile/studio/container/linearlayout.less +8 -0
- package/src/styles/mobile/studio/container/panel.less +3 -7
- package/src/styles/mobile/studio/container/styles.less +2 -1
- package/src/styles/mobile/studio/container/tabs.less +8 -7
- package/src/styles/mobile/studio/data/list.less +22 -0
- package/src/styles/mobile/studio/dialogs/base-dialog.less +152 -3
- package/src/styles/mobile/studio/input/form.less +61 -26
- package/src/styles/mobile/studio/input/switch.less +2 -1
- package/src/styles/mobile/studio/layouts/appnavbar.less +12 -5
- package/src/styles/mobile/studio/layouts/page-content.less +1 -1
- package/src/styles/mobile/studio/layouts/tabbar.less +10 -2
- package/src/styles/mobile/studio/navigation/nav.less +19 -1
- package/src/styles/mobile/studio/navigation/popover.less +32 -1
- package/src/tokens/mobile/components/accordion/accordion.json +1 -29
- package/src/tokens/mobile/components/anchor/anchor.json +18 -0
- package/src/tokens/mobile/components/bottomsheet/bottomsheet.json +39 -5
- package/src/tokens/mobile/components/button/button.json +1 -3
- package/src/tokens/mobile/components/button-group/button-group.json +25 -41
- package/src/tokens/mobile/components/calendar/calendar.json +0 -8
- package/src/tokens/mobile/components/camera/camera.json +34 -8
- package/src/tokens/mobile/components/cards/cards.json +34 -8
- package/src/tokens/mobile/components/carousel/carousel.json +74 -2
- package/src/tokens/mobile/components/container/container.json +144 -14
- package/src/tokens/mobile/components/fileupload/fileupload.json +1 -1
- package/src/tokens/mobile/components/form-controls/form-controls.json +200 -56
- package/src/tokens/mobile/components/label/label.json +219 -21
- package/src/tokens/mobile/components/list/list.json +45 -135
- package/src/tokens/mobile/components/lottie/lottie.json +40 -7
- package/src/tokens/mobile/components/modal-dialog/modal-dialog.json +116 -54
- package/src/tokens/mobile/components/nav/nav.json +38 -83
- package/src/tokens/mobile/components/navbar/navbar.json +61 -0
- package/src/tokens/mobile/components/navitem/navitem.json +521 -0
- package/src/tokens/mobile/components/panel/panel.json +114 -84
- package/src/tokens/mobile/components/panel-footer/panel-footer.json +116 -0
- package/src/tokens/mobile/components/picture/picture.json +2 -6
- package/src/tokens/mobile/components/popover/popover.json +102 -18
- package/src/tokens/mobile/components/search/search.json +133 -9
- package/src/tokens/mobile/components/switch/switch.json +47 -2
- package/src/tokens/mobile/components/tabbar/tabbar.json +29 -11
- package/src/tokens/mobile/components/tabs/tabs.json +72 -32
- package/src/tokens/mobile/components/tile/tile.json +18 -2
- package/src/tokens/mobile/components/toggle/toggle.json +68 -0
- package/src/tokens/mobile/components/webview/webview.json +45 -4
- package/src/tokens/mobile/global/box-shadow/box-shadow.json +6 -0
- package/src/tokens/mobile/global/font/font.json +33 -0
- package/src/tokens/mobile/global/opacity/opacity.json +2 -3
- package/src/tokens/web/components/button/button.json +1 -1
- package/src/tokens/web/components/calendar/Token.Readme.md +55 -22
- package/src/tokens/web/components/calendar/calendar.json +422 -152
- package/src/tokens/web/components/cards/cards.json +5 -5
- package/src/tokens/web/components/checkbox/Token.Readme.md +1 -0
- package/src/tokens/web/components/checkbox/checkbox.json +8 -0
- package/src/tokens/web/components/data-table/data-table.json +27 -2
- package/src/tokens/web/components/dropdown-menu/dropdown-menu.json +2 -2
- package/src/tokens/web/components/form-controls/Token.Readme.md +1 -0
- package/src/tokens/web/components/form-controls/form-controls.json +19 -2
- package/src/tokens/web/components/iconbutton-toggleable/Readme.md +17 -0
- package/src/tokens/web/components/iconbutton-toggleable/Token.Readme.md +19 -0
- package/src/tokens/web/components/iconbutton-toggleable/iconbutton-toggleable.json +557 -0
- package/src/tokens/web/components/page-content/page-content.json +1 -1
- package/src/tokens/web/components/page-left-nav/page-left-nav.json +1 -1
- package/src/tokens/web/components/page-right-nav/Readme.md +4 -4
- package/src/tokens/web/components/page-right-nav/page-right-nav.json +4 -4
- package/src/tokens/web/components/popover/Token.Readme.md +3 -2
- package/src/tokens/web/components/popover/popover.json +26 -16
- package/src/tokens/web/components/progress-circle/Token.Readme.md +6 -1
- package/src/tokens/web/components/progress-circle/progress-circle.json +40 -0
- package/src/tokens/web/components/rating/rating.json +2 -2
- package/src/tokens/web/components/slider/Token.Readme.md +24 -0
- package/src/tokens/web/components/slider/slider.json +153 -0
- package/src/tokens/web/components/switch/switch.json +1 -1
- package/src/tokens/web/components/tabs/Token.Readme.md +4 -0
- package/src/tokens/web/components/tabs/tabs.json +33 -1
- package/src/tokens/web/global/elevation/elevation.json +5 -5
- package/src/utils/style-dictionary-utils.js +25 -40
- package/src/utils/style-dictionary-utils.js.map +1 -1
- package/web.index.js +21 -2
- package/web.index.js.map +1 -1
- package/cjs/src_tokens_mobile_components_page-layout_page-layout_json.foundation-css.cjs +0 -14
- package/cjs/src_tokens_mobile_components_pagination_pagination_json.foundation-css.cjs +0 -14
- package/cjs/src_tokens_mobile_components_richtext-editor_richtext-editor_json.foundation-css.cjs +0 -14
- package/src/styles/mobile/components/variables/button-group.variant.less +0 -7
- package/src/tokens/mobile/components/page-layout/page-layout.json +0 -738
- package/src/tokens/mobile/components/pagination/pagination.json +0 -250
- package/src/tokens/mobile/components/richtext-editor/richtext-editor.json +0 -546
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/foundation-css",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.15.0-2.247",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/foundation-css",
|
|
9
|
-
"version": "11.
|
|
9
|
+
"version": "11.15.0-2.247",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chroma-js": "^3.1.2"
|
|
@@ -665,12 +665,12 @@
|
|
|
665
665
|
"license": "MIT"
|
|
666
666
|
},
|
|
667
667
|
"node_modules/@types/node": {
|
|
668
|
-
"version": "25.2
|
|
669
|
-
"integrity": "sha512-
|
|
668
|
+
"version": "25.3.2",
|
|
669
|
+
"integrity": "sha512-RpV6r/ij22zRRdyBPcxDeKAzH43phWVKEjL2iksqo1Vz3CuBUrgmPpPhALKiRfU7OMCmeeO9vECBMsV0hMTG8Q==",
|
|
670
670
|
"dev": true,
|
|
671
671
|
"license": "MIT",
|
|
672
672
|
"dependencies": {
|
|
673
|
-
"undici-types": "~7.
|
|
673
|
+
"undici-types": "~7.18.0"
|
|
674
674
|
}
|
|
675
675
|
},
|
|
676
676
|
"node_modules/@webassemblyjs/ast": {
|
|
@@ -882,13 +882,10 @@
|
|
|
882
882
|
"license": "BSD-2-Clause"
|
|
883
883
|
},
|
|
884
884
|
"node_modules/@zip.js/zip.js": {
|
|
885
|
-
"version": "2.8.
|
|
886
|
-
"integrity": "sha512-
|
|
885
|
+
"version": "2.8.21",
|
|
886
|
+
"integrity": "sha512-fkyzXISE3IMrstDO1AgPkJCx14MYHP/suIGiAovEYEuBjq3mffsuL6aMV7ohOSjW4rXtuACuUfpA3GtITgdtYg==",
|
|
887
887
|
"dev": true,
|
|
888
888
|
"license": "BSD-3-Clause",
|
|
889
|
-
"dependencies": {
|
|
890
|
-
"web-worker": "^1.5.0"
|
|
891
|
-
},
|
|
892
889
|
"engines": {
|
|
893
890
|
"bun": ">=0.7.0",
|
|
894
891
|
"deno": ">=1.0.0",
|
|
@@ -896,8 +893,8 @@
|
|
|
896
893
|
}
|
|
897
894
|
},
|
|
898
895
|
"node_modules/acorn": {
|
|
899
|
-
"version": "8.
|
|
900
|
-
"integrity": "sha512-
|
|
896
|
+
"version": "8.16.0",
|
|
897
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
901
898
|
"dev": true,
|
|
902
899
|
"license": "MIT",
|
|
903
900
|
"bin": {
|
|
@@ -920,8 +917,8 @@
|
|
|
920
917
|
}
|
|
921
918
|
},
|
|
922
919
|
"node_modules/acorn-walk": {
|
|
923
|
-
"version": "8.3.
|
|
924
|
-
"integrity": "sha512-
|
|
920
|
+
"version": "8.3.5",
|
|
921
|
+
"integrity": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==",
|
|
925
922
|
"dev": true,
|
|
926
923
|
"license": "MIT",
|
|
927
924
|
"dependencies": {
|
|
@@ -932,8 +929,8 @@
|
|
|
932
929
|
}
|
|
933
930
|
},
|
|
934
931
|
"node_modules/ajv": {
|
|
935
|
-
"version": "8.
|
|
936
|
-
"integrity": "sha512-
|
|
932
|
+
"version": "8.18.0",
|
|
933
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
937
934
|
"dev": true,
|
|
938
935
|
"license": "MIT",
|
|
939
936
|
"dependencies": {
|
|
@@ -1061,12 +1058,15 @@
|
|
|
1061
1058
|
"license": "MIT"
|
|
1062
1059
|
},
|
|
1063
1060
|
"node_modules/baseline-browser-mapping": {
|
|
1064
|
-
"version": "2.
|
|
1065
|
-
"integrity": "sha512-
|
|
1061
|
+
"version": "2.10.0",
|
|
1062
|
+
"integrity": "sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==",
|
|
1066
1063
|
"dev": true,
|
|
1067
1064
|
"license": "Apache-2.0",
|
|
1068
1065
|
"bin": {
|
|
1069
|
-
"baseline-browser-mapping": "dist/cli.
|
|
1066
|
+
"baseline-browser-mapping": "dist/cli.cjs"
|
|
1067
|
+
},
|
|
1068
|
+
"engines": {
|
|
1069
|
+
"node": ">=6.0.0"
|
|
1070
1070
|
}
|
|
1071
1071
|
},
|
|
1072
1072
|
"node_modules/brace-expansion": {
|
|
@@ -1201,8 +1201,8 @@
|
|
|
1201
1201
|
}
|
|
1202
1202
|
},
|
|
1203
1203
|
"node_modules/caniuse-lite": {
|
|
1204
|
-
"version": "1.0.
|
|
1205
|
-
"integrity": "sha512-
|
|
1204
|
+
"version": "1.0.30001774",
|
|
1205
|
+
"integrity": "sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==",
|
|
1206
1206
|
"dev": true,
|
|
1207
1207
|
"funding": [
|
|
1208
1208
|
{
|
|
@@ -1539,8 +1539,8 @@
|
|
|
1539
1539
|
"license": "MIT"
|
|
1540
1540
|
},
|
|
1541
1541
|
"node_modules/electron-to-chromium": {
|
|
1542
|
-
"version": "1.5.
|
|
1543
|
-
"integrity": "sha512-
|
|
1542
|
+
"version": "1.5.302",
|
|
1543
|
+
"integrity": "sha512-sM6HAN2LyK82IyPBpznDRqlTQAtuSaO+ShzFiWTvoMJLHyZ+Y39r8VMfHzwbU8MVBzQ4Wdn85+wlZl2TLGIlwg==",
|
|
1544
1544
|
"dev": true,
|
|
1545
1545
|
"license": "ISC"
|
|
1546
1546
|
},
|
|
@@ -2655,12 +2655,12 @@
|
|
|
2655
2655
|
}
|
|
2656
2656
|
},
|
|
2657
2657
|
"node_modules/minimatch": {
|
|
2658
|
-
"version": "9.0.
|
|
2659
|
-
"integrity": "sha512-
|
|
2658
|
+
"version": "9.0.9",
|
|
2659
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
2660
2660
|
"dev": true,
|
|
2661
2661
|
"license": "ISC",
|
|
2662
2662
|
"dependencies": {
|
|
2663
|
-
"brace-expansion": "^2.0.
|
|
2663
|
+
"brace-expansion": "^2.0.2"
|
|
2664
2664
|
},
|
|
2665
2665
|
"engines": {
|
|
2666
2666
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -2679,10 +2679,10 @@
|
|
|
2679
2679
|
}
|
|
2680
2680
|
},
|
|
2681
2681
|
"node_modules/minipass": {
|
|
2682
|
-
"version": "7.1.
|
|
2683
|
-
"integrity": "sha512-
|
|
2682
|
+
"version": "7.1.3",
|
|
2683
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
2684
2684
|
"dev": true,
|
|
2685
|
-
"license": "
|
|
2685
|
+
"license": "BlueOak-1.0.0",
|
|
2686
2686
|
"engines": {
|
|
2687
2687
|
"node": ">=16 || 14 >=14.17"
|
|
2688
2688
|
}
|
|
@@ -3135,8 +3135,8 @@
|
|
|
3135
3135
|
"license": "MIT"
|
|
3136
3136
|
},
|
|
3137
3137
|
"node_modules/qs": {
|
|
3138
|
-
"version": "6.
|
|
3139
|
-
"integrity": "sha512-
|
|
3138
|
+
"version": "6.15.0",
|
|
3139
|
+
"integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
|
|
3140
3140
|
"dev": true,
|
|
3141
3141
|
"license": "BSD-3-Clause",
|
|
3142
3142
|
"dependencies": {
|
|
@@ -3555,12 +3555,12 @@
|
|
|
3555
3555
|
}
|
|
3556
3556
|
},
|
|
3557
3557
|
"node_modules/strip-ansi": {
|
|
3558
|
-
"version": "7.
|
|
3559
|
-
"integrity": "sha512-
|
|
3558
|
+
"version": "7.2.0",
|
|
3559
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
3560
3560
|
"dev": true,
|
|
3561
3561
|
"license": "MIT",
|
|
3562
3562
|
"dependencies": {
|
|
3563
|
-
"ansi-regex": "^6.
|
|
3563
|
+
"ansi-regex": "^6.2.2"
|
|
3564
3564
|
},
|
|
3565
3565
|
"engines": {
|
|
3566
3566
|
"node": ">=12"
|
|
@@ -3669,8 +3669,8 @@
|
|
|
3669
3669
|
}
|
|
3670
3670
|
},
|
|
3671
3671
|
"node_modules/tar": {
|
|
3672
|
-
"version": "7.5.
|
|
3673
|
-
"integrity": "sha512-
|
|
3672
|
+
"version": "7.5.9",
|
|
3673
|
+
"integrity": "sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==",
|
|
3674
3674
|
"dev": true,
|
|
3675
3675
|
"license": "BlueOak-1.0.0",
|
|
3676
3676
|
"dependencies": {
|
|
@@ -3958,8 +3958,8 @@
|
|
|
3958
3958
|
}
|
|
3959
3959
|
},
|
|
3960
3960
|
"node_modules/undici-types": {
|
|
3961
|
-
"version": "7.
|
|
3962
|
-
"integrity": "sha512-
|
|
3961
|
+
"version": "7.18.2",
|
|
3962
|
+
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
|
|
3963
3963
|
"dev": true,
|
|
3964
3964
|
"license": "MIT"
|
|
3965
3965
|
},
|
|
@@ -4047,15 +4047,9 @@
|
|
|
4047
4047
|
"node": ">=10.13.0"
|
|
4048
4048
|
}
|
|
4049
4049
|
},
|
|
4050
|
-
"node_modules/web-worker": {
|
|
4051
|
-
"version": "1.5.0",
|
|
4052
|
-
"integrity": "sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==",
|
|
4053
|
-
"dev": true,
|
|
4054
|
-
"license": "Apache-2.0"
|
|
4055
|
-
},
|
|
4056
4050
|
"node_modules/webpack": {
|
|
4057
|
-
"version": "5.105.
|
|
4058
|
-
"integrity": "sha512-
|
|
4051
|
+
"version": "5.105.3",
|
|
4052
|
+
"integrity": "sha512-LLBBA4oLmT7sZdHiYE/PeVuifOxYyE2uL/V+9VQP7YSYdJU7bSf7H8bZRRxW8kEPMkmVjnrXmoR3oejIdX0xbg==",
|
|
4059
4053
|
"dev": true,
|
|
4060
4054
|
"license": "MIT",
|
|
4061
4055
|
"dependencies": {
|
|
@@ -4065,7 +4059,7 @@
|
|
|
4065
4059
|
"@webassemblyjs/ast": "^1.14.1",
|
|
4066
4060
|
"@webassemblyjs/wasm-edit": "^1.14.1",
|
|
4067
4061
|
"@webassemblyjs/wasm-parser": "^1.14.1",
|
|
4068
|
-
"acorn": "^8.
|
|
4062
|
+
"acorn": "^8.16.0",
|
|
4069
4063
|
"acorn-import-phases": "^1.0.3",
|
|
4070
4064
|
"browserslist": "^4.28.1",
|
|
4071
4065
|
"chrome-trace-event": "^1.0.2",
|
|
@@ -4083,7 +4077,7 @@
|
|
|
4083
4077
|
"tapable": "^2.3.0",
|
|
4084
4078
|
"terser-webpack-plugin": "^5.3.16",
|
|
4085
4079
|
"watchpack": "^2.5.1",
|
|
4086
|
-
"webpack-sources": "^3.3.
|
|
4080
|
+
"webpack-sources": "^3.3.4"
|
|
4087
4081
|
},
|
|
4088
4082
|
"bin": {
|
|
4089
4083
|
"webpack": "bin/webpack.js"
|
|
@@ -4158,8 +4152,8 @@
|
|
|
4158
4152
|
}
|
|
4159
4153
|
},
|
|
4160
4154
|
"node_modules/webpack-sources": {
|
|
4161
|
-
"version": "3.3.
|
|
4162
|
-
"integrity": "sha512-
|
|
4155
|
+
"version": "3.3.4",
|
|
4156
|
+
"integrity": "sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==",
|
|
4163
4157
|
"dev": true,
|
|
4164
4158
|
"license": "MIT",
|
|
4165
4159
|
"engines": {
|
package/package.json
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/foundation-css",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.15.0-2.247",
|
|
4
4
|
"description": "Foundation of CSS used in WaveMaker with custom widgets.",
|
|
5
|
-
"main": "foundation.css",
|
|
6
5
|
"type": "module",
|
|
6
|
+
"main": "foundation.css",
|
|
7
|
+
"types": "dist/styles/index.d.ts",
|
|
8
|
+
"style": "foundation.css",
|
|
9
|
+
"exports": {
|
|
10
|
+
"import": "./index",
|
|
11
|
+
"require": "./cjs/foundation-css.cjs"
|
|
12
|
+
},
|
|
7
13
|
"scripts": {
|
|
8
14
|
"build": "npm run clean && npm run build:style-dist && tsc && npm run build:cjs && npm run compile-css && npm run minify-css && npm run copy-fonts && npm run copy-tokens && npm run copy-mobile-styles && npm run copy-mobile-variants && npm run copy-mobile-studio-styles && node ./scripts/build.js post-build",
|
|
9
15
|
"build:style-dist": "node scripts/style-dictionary/build-web.js && node scripts/style-dictionary/build-mobile.js",
|
|
@@ -38,10 +44,5 @@
|
|
|
38
44
|
"license": "ISC",
|
|
39
45
|
"dependencies": {
|
|
40
46
|
"chroma-js": "^3.1.2"
|
|
41
|
-
},
|
|
42
|
-
"style": "foundation.css",
|
|
43
|
-
"exports": {
|
|
44
|
-
"import": "./index",
|
|
45
|
-
"require": "./cjs/foundation-css.cjs"
|
|
46
47
|
}
|
|
47
48
|
}
|
|
@@ -17,6 +17,8 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.app-carousel-active-slide {
|
|
20
|
+
padding-left: var(--wm-carousel-slide-padding-horizontal);
|
|
21
|
+
padding-right: var(--wm-carousel-slide-padding-horizontal);
|
|
20
22
|
}
|
|
21
23
|
.app-carousel-prev-btn {
|
|
22
24
|
}
|
|
@@ -99,6 +101,14 @@
|
|
|
99
101
|
.app-carousel-active-dot {
|
|
100
102
|
opacity: var(--wm-carousel-dots-opacity);
|
|
101
103
|
background-color: var(--wm-carousel-dots-background);
|
|
104
|
+
width: var(--wm-carousel-dots-width);
|
|
105
|
+
height: var(--wm-carousel-dots-height);
|
|
106
|
+
border-radius: var(--wm-carousel-dots-border-radius);
|
|
107
|
+
border-color: var(--wm-carousel-dots-border-color);
|
|
108
|
+
margin-left: var(--wm-carousel-dots-margin-left);
|
|
109
|
+
margin-right: var(--wm-carousel-dots-margin-right);
|
|
110
|
+
background-color: var(--wm-carousel-dots-background);
|
|
111
|
+
border-width: var(--wm-carousel-dots-border-width);
|
|
102
112
|
}
|
|
103
113
|
|
|
104
114
|
.app-carousel-skeleton {
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
.app-webview
|
|
2
|
-
|
|
1
|
+
.app-webview {
|
|
2
|
+
background-color: var(--wm-webview-background-color);
|
|
3
|
+
padding-right: var(--wm-webview-padding-right);
|
|
4
|
+
padding-left: var(--wm-webview-padding-left);
|
|
5
|
+
padding-bottom: var(--wm-webview-padding-bottom);
|
|
6
|
+
padding-top: var(--wm-webview-padding-top);
|
|
3
7
|
}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
.app-anchor-text {
|
|
7
7
|
color: var(--wm-anchor-color);
|
|
8
|
-
padding-left: var(--wm-
|
|
9
|
-
padding-right: var(--wm-
|
|
8
|
+
padding-left: var(--wm-anchor-text-padding-left);
|
|
9
|
+
padding-right: var(--wm-anchor-text-padding-right);
|
|
10
10
|
font-size: var(--wm-anchor-font-size);
|
|
11
11
|
font-family: var(--wm-anchor-font-family);
|
|
12
12
|
font-weight: var(--wm-anchor-font-weight);
|
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
border-top-left-radius: var(--wm-bottomsheet-border-radius);
|
|
9
9
|
margin-left: var(--wm-bottomsheet-margin-left);
|
|
10
10
|
margin-right: var(--wm-bottomsheet-margin-right);
|
|
11
|
+
border-top-width: var(--wm-bottomsheet-border-width-top);
|
|
12
|
+
border-bottom-width: var(--wm-bottomsheet-border-width-bottom);
|
|
13
|
+
border-left-width: var(--wm-bottomsheet-border-width-left);
|
|
14
|
+
border-right-width: var(--wm-bottomsheet-border-width-right);
|
|
15
|
+
border-color: var(--wm-bottomsheet-border-color);
|
|
16
|
+
border-style: var(--wm-bottomsheet-border-style);
|
|
11
17
|
}
|
|
12
18
|
|
|
13
19
|
.app-bottomsheet-draghandle-container {
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
border-radius: var(--wm-btn-radius);
|
|
10
10
|
ripple-color: var(--wm-btn-ripple-color);
|
|
11
11
|
box-shadow: var(--wm-btn-shadow);
|
|
12
|
-
align-self: flex-start;
|
|
13
12
|
flex-direction: column;
|
|
14
13
|
overflow: hidden;
|
|
15
14
|
min-width: var(--wm-btn-min-width);
|
|
@@ -51,16 +50,20 @@
|
|
|
51
50
|
padding-right: var(--wm-space-0);
|
|
52
51
|
padding-top: var(--wm-space-0);
|
|
53
52
|
padding-bottom: var(--wm-space-0);
|
|
54
|
-
min-width: var(--wm-btn-icon-size);
|
|
55
|
-
width: var(--wm-btn-icon-size);
|
|
56
|
-
height: var(--wm-btn-icon-size);
|
|
57
|
-
font-size: var(--wm-btn-icon-size);
|
|
58
53
|
}
|
|
59
54
|
|
|
60
55
|
.app-button-icon .app-icon{
|
|
61
56
|
color: var(--wm-btn-color);
|
|
62
57
|
}
|
|
63
58
|
|
|
59
|
+
.app-button-icon .app-icon-shape {
|
|
60
|
+
min-width: var(--wm-btn-icon-size);
|
|
61
|
+
width: var(--wm-btn-icon-size);
|
|
62
|
+
height: var(--wm-btn-icon-size);
|
|
63
|
+
font-size: var(--wm-btn-icon-size);
|
|
64
|
+
line-height: var(--wm-btn-icon-size);
|
|
65
|
+
}
|
|
66
|
+
|
|
64
67
|
.app-button-skeleton {
|
|
65
68
|
width: var(--wm-btn-skeleton-width);
|
|
66
69
|
height: var(--wm-btn-skeleton-height);
|
|
@@ -70,4 +73,13 @@
|
|
|
70
73
|
width: 100%;
|
|
71
74
|
}
|
|
72
75
|
|
|
76
|
+
.app-button-disabled .app-button {
|
|
77
|
+
color: var(--wm-btn-color);
|
|
78
|
+
background-color: var(--wm-btn-background);
|
|
79
|
+
border-color: var(--wm-btn-border-color);
|
|
80
|
+
opacity: var(--wm-btn-opacity);
|
|
81
|
+
cursor: var(--wm-btn-cursor);
|
|
82
|
+
box-shadow: var(--wm-btn-shadow);
|
|
83
|
+
}
|
|
84
|
+
|
|
73
85
|
@import (optional) url('../variables/button.variant.less');
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
|
|
2
1
|
.app-buttongroup {
|
|
3
2
|
flex-direction: row;
|
|
4
3
|
border-radius: var(--wm-button-group-radius);
|
|
4
|
+
border-width: var(--wm-button-group-border-width);
|
|
5
|
+
border-style: var(--wm-button-group-border-style);
|
|
6
|
+
border-color: var(--wm-button-group-border-color);
|
|
5
7
|
}
|
|
6
8
|
|
|
7
9
|
.btn-group-child-vertical {
|
|
8
10
|
align-self: stretch;
|
|
9
|
-
flex-grow: 0;
|
|
10
11
|
}
|
|
11
12
|
|
|
12
13
|
.btn-group-vertical.app-buttongroup {
|
|
@@ -16,18 +17,33 @@
|
|
|
16
17
|
|
|
17
18
|
.btn-group-child {
|
|
18
19
|
background-color: var(--wm-btn-background);
|
|
20
|
+
border-top-width: var(--wm-btn-border-width);
|
|
21
|
+
border-bottom-width: var(--wm-btn-border-width);
|
|
22
|
+
border-left-width: var(--wm-btn-border-width);
|
|
23
|
+
border-right-width: var(--wm-btn-border-width);
|
|
24
|
+
border-color: var(--wm-btn-border-color);
|
|
19
25
|
}
|
|
20
26
|
|
|
21
27
|
.btn-group-first-child {
|
|
22
28
|
background-color: var(--wm-btn-background);
|
|
23
|
-
border-top-
|
|
24
|
-
border-bottom-
|
|
29
|
+
border-top-width: var(--wm-btn-border-width);
|
|
30
|
+
border-bottom-width: var(--wm-btn-border-width);
|
|
31
|
+
border-left-width: var(--wm-btn-border-width);
|
|
32
|
+
border-right-width: var(--wm-btn-border-width);
|
|
33
|
+
border-color: var(--wm-btn-border-color);
|
|
34
|
+
border-top-left-radius: var(--wm-btn-radius);
|
|
35
|
+
border-bottom-left-radius: var(--wm-btn-radius);
|
|
25
36
|
}
|
|
26
37
|
|
|
27
38
|
.btn-group-last-child {
|
|
28
39
|
background-color: var(--wm-btn-background);
|
|
29
|
-
border-top-
|
|
30
|
-
border-bottom-
|
|
40
|
+
border-top-width: var(--wm-btn-border-width);
|
|
41
|
+
border-bottom-width: var(--wm-btn-border-width);
|
|
42
|
+
border-left-width: var(--wm-btn-border-width);
|
|
43
|
+
border-right-width: var(--wm-btn-border-width);
|
|
44
|
+
border-color: var(--wm-btn-border-color);
|
|
45
|
+
border-top-right-radius: var(--wm-btn-radius);
|
|
46
|
+
border-bottom-right-radius: var(--wm-btn-radius);
|
|
31
47
|
}
|
|
32
48
|
|
|
33
49
|
.app-buttongroup-skeleton {
|